Uses of Class
org.telegram.telegrambots.meta.api.methods.send.SendAudio
-
Packages that use SendAudio Package Description org.telegram.telegrambots.meta.api.methods.send org.telegram.telegrambots.meta.bots -
-
Uses of SendAudio in org.telegram.telegrambots.meta.api.methods.send
Methods in org.telegram.telegrambots.meta.api.methods.send that return SendAudio Modifier and Type Method Description SendAudioSendAudio. disableNotification()SendAudioSendAudio. enableNotification()SendAudioSendAudio. setAudio(File file)Use this method to set the audio to a new fileSendAudioSendAudio. setAudio(String audio)Use this method to set the audio to an audio existing in Telegram systemSendAudioSendAudio. setAudio(String audioName, InputStream inputStream)SendAudioSendAudio. setAudio(InputFile audio)SendAudioSendAudio. setCaption(String caption)SendAudioSendAudio. setChatId(Long chatId)SendAudioSendAudio. setChatId(String chatId)SendAudioSendAudio. setDuration(Integer duration)SendAudioSendAudio. setParseMode(String parseMode)SendAudioSendAudio. setPerformer(String performer)SendAudioSendAudio. setReplyMarkup(ReplyKeyboard replyMarkup)SendAudioSendAudio. setReplyToMessageId(Integer replyToMessageId)SendAudioSendAudio. setThumb(InputFile thumb)SendAudioSendAudio. setTitle(String title) -
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)
-