Uses of Class
org.telegram.telegrambots.meta.api.objects.Message
-
-
Uses of Message in org.telegram.telegrambots.meta.api.methods
Methods in org.telegram.telegrambots.meta.api.methods that return Message Modifier and Type Method Description MessageForwardMessage. deserializeResponse(String answer) -
Uses of Message in org.telegram.telegrambots.meta.api.methods.polls
Methods in org.telegram.telegrambots.meta.api.methods.polls that return Message Modifier and Type Method Description MessageSendPoll. deserializeResponse(String answer) -
Uses of Message in org.telegram.telegrambots.meta.api.methods.send
Methods in org.telegram.telegrambots.meta.api.methods.send that return Message Modifier and Type Method Description MessageSendAnimation. deserializeResponse(String answer)MessageSendAudio. deserializeResponse(String answer)MessageSendContact. deserializeResponse(String answer)MessageSendDice. deserializeResponse(String answer)MessageSendDocument. deserializeResponse(String answer)MessageSendGame. deserializeResponse(String answer)MessageSendInvoice. deserializeResponse(String answer)MessageSendLocation. deserializeResponse(String answer)MessageSendMessage. deserializeResponse(String answer)MessageSendPhoto. deserializeResponse(String answer)MessageSendSticker. deserializeResponse(String answer)MessageSendVenue. deserializeResponse(String answer)MessageSendVideo. deserializeResponse(String answer)MessageSendVideoNote. deserializeResponse(String answer)MessageSendVoice. deserializeResponse(String answer)Methods in org.telegram.telegrambots.meta.api.methods.send that return types with arguments of type Message Modifier and Type Method Description ArrayList<Message>SendMediaGroup. deserializeResponse(String answer) -
Uses of Message in org.telegram.telegrambots.meta.bots
Methods in org.telegram.telegrambots.meta.bots that return Message Modifier and Type Method Description abstract MessageAbsSender. execute(SendAnimation sendAnimation)Send animationabstract MessageAbsSender. execute(SendAudio sendAudio)Sends a file using Send Audio method (https://core.telegram.org/bots/api#sendaudio)abstract MessageAbsSender. execute(SendDocument sendDocument)abstract MessageAbsSender. execute(SendPhoto sendPhoto)abstract MessageAbsSender. execute(SendSticker sendSticker)abstract MessageAbsSender. execute(SendVideo sendVideo)abstract MessageAbsSender. execute(SendVideoNote sendVideoNote)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 OPUSMethods in org.telegram.telegrambots.meta.bots that return types with arguments of type Message Modifier and Type Method Description abstract List<Message>AbsSender. execute(SendMediaGroup sendMediaGroup)Send a media group (https://core.telegram.org/bots/api#sendMediaGroup)abstract CompletableFuture<Message>AbsSender. executeAsync(SendAnimation sendAnimation)Send animationabstract CompletableFuture<Message>AbsSender. executeAsync(SendAudio sendAudio)Sends a file using Send Audio method (https://core.telegram.org/bots/api#sendaudio)abstract CompletableFuture<Message>AbsSender. executeAsync(SendDocument sendDocument)abstract CompletableFuture<List<Message>>AbsSender. executeAsync(SendMediaGroup sendMediaGroup)Send a media group (https://core.telegram.org/bots/api#sendMediaGroup)abstract CompletableFuture<Message>AbsSender. executeAsync(SendPhoto sendPhoto)abstract CompletableFuture<Message>AbsSender. executeAsync(SendSticker sendSticker)abstract CompletableFuture<Message>AbsSender. executeAsync(SendVideo sendVideo)abstract CompletableFuture<Message>AbsSender. executeAsync(SendVideoNote sendVideoNote)abstract 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
-