Uses of Class
org.telegram.telegrambots.meta.api.methods.send.SendVoice
-
Packages that use SendVoice Package Description org.telegram.telegrambots.meta.api.methods.send org.telegram.telegrambots.meta.bots -
-
Uses of SendVoice in org.telegram.telegrambots.meta.api.methods.send
Methods in org.telegram.telegrambots.meta.api.methods.send that return SendVoice Modifier and Type Method Description SendVoiceSendVoice. disableNotification()SendVoiceSendVoice. enableNotification()SendVoiceSendVoice. setCaption(String caption)SendVoiceSendVoice. setChatId(Long chatId)SendVoiceSendVoice. setChatId(String chatId)SendVoiceSendVoice. setDuration(Integer duration)SendVoiceSendVoice. setParseMode(String parseMode)SendVoiceSendVoice. setReplyMarkup(ReplyKeyboard replyMarkup)SendVoiceSendVoice. setReplyToMessageId(Integer replyToMessageId)SendVoiceSendVoice. setVoice(File voice)SendVoiceSendVoice. setVoice(String voice)SendVoiceSendVoice. setVoice(String voiceName, InputStream inputStream)SendVoiceSendVoice. setVoice(InputFile voice) -
Uses of SendVoice in org.telegram.telegrambots.meta.bots
Methods in org.telegram.telegrambots.meta.bots with parameters of type SendVoice Modifier and Type Method Description abstract MessageAbsSender. execute(SendVoice sendVoice)Sends a voice note using Send Voice method (https://core.telegram.org/bots/api#sendvoice) For this to work, your audio must be in an .ogg file encoded with OPUS
-