Uses of Class
com.jtelegram.api.message.impl.VoiceMessage
-
Packages that use VoiceMessage Package Description com.jtelegram.api.events.message com.jtelegram.api.requests.message.send -
-
Uses of VoiceMessage in com.jtelegram.api.events.message
Constructors in com.jtelegram.api.events.message with parameters of type VoiceMessage Constructor Description VoiceMessageEvent(TelegramBot bot, VoiceMessage message)
-
Uses of VoiceMessage in com.jtelegram.api.requests.message.send
Method parameters in com.jtelegram.api.requests.message.send with type arguments of type VoiceMessage Modifier and Type Method Description SendVoice.SendVoiceBuilder
SendVoice.SendVoiceBuilder. callback(java.util.function.Consumer<VoiceMessage> callback)
Constructor parameters in com.jtelegram.api.requests.message.send with type arguments of type VoiceMessage Constructor Description SendVoice(java.util.function.Consumer<VoiceMessage> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer replyToMessageId, java.lang.Boolean disableNotification, ReplyMarkup replyMarkup, InputFile voice, java.lang.String caption, java.lang.Integer duration, ParseMode parseMode)
-