Uses of Class
org.telegram.telegrambots.meta.api.objects.Message
Packages that use Message
Package
Description
-
Uses of Message in org.telegram.telegrambots.meta.api.methods.botapimethods
Methods in org.telegram.telegrambots.meta.api.methods.botapimethods that return Message -
Uses of Message in org.telegram.telegrambots.meta.api.methods.send
Methods in org.telegram.telegrambots.meta.api.methods.send that return MessageModifier and TypeMethodDescriptionSendAnimation.deserializeResponse(String answer) SendAudio.deserializeResponse(String answer) SendDocument.deserializeResponse(String answer) SendPhoto.deserializeResponse(String answer) SendSticker.deserializeResponse(String answer) SendVideo.deserializeResponse(String answer) SendVideoNote.deserializeResponse(String answer) SendVoice.deserializeResponse(String answer) Methods in org.telegram.telegrambots.meta.api.methods.send that return types with arguments of type Message -
Uses of Message in org.telegram.telegrambots.meta.bots
Methods in org.telegram.telegrambots.meta.bots that return MessageModifier and TypeMethodDescriptionabstract MessageAbsSender.execute(SendAnimation sendAnimation) Send animationabstract MessageSends a file using Send Audio method (https://core.telegram.org/bots/api#sendaudio)abstract MessageAbsSender.execute(SendDocument sendDocument) abstract Messageabstract MessageAbsSender.execute(SendSticker sendSticker) abstract Messageabstract MessageAbsSender.execute(SendVideoNote sendVideoNote) abstract MessageSends 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 MessageModifier and TypeMethodDescriptionAbsSender.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