Uses of Class
org.telegram.telegrambots.meta.api.methods.send.SendAudio
-
Packages that use SendAudio Package Description org.telegram.telegrambots.meta.bots -
-
Uses of SendAudio in org.telegram.telegrambots.meta.bots
Methods in org.telegram.telegrambots.meta.bots with parameters of type SendAudio Modifier and Type Method Description abstract MessageAbsSender. execute(SendAudio sendAudio)Sends a file using Send Audio method (https://core.telegram.org/bots/api#sendaudio)abstract CompletableFuture<Message>AbsSender. executeAsync(SendAudio sendAudio)Sends a file using Send Audio method (https://core.telegram.org/bots/api#sendaudio)
-