Uses of Class
org.telegram.telegrambots.meta.api.methods.send.SendVoice
-
Packages that use SendVoice Package Description org.telegram.telegrambots.meta.bots -
-
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 OPUSabstract CompletableFuture<Message>AbsSender. executeAsync(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
-