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.generics
Methods in org.telegram.telegrambots.meta.generics that return MessageModifier and TypeMethodDescriptionTelegramClient.execute(SendAnimation sendAnimation) Send animationSends a file using Send Audio methodTelegramClient.execute(SendDocument sendDocument) TelegramClient.execute(SendSticker sendSticker) TelegramClient.execute(SendVideoNote sendVideoNote) Sends a voice note using Send Voice method For this to work, your audio must be in an .ogg file encoded with OPUSMethods in org.telegram.telegrambots.meta.generics that return types with arguments of type MessageModifier and TypeMethodDescriptionTelegramClient.execute(SendMediaGroup sendMediaGroup) Send a media groupTelegramClient.executeAsync(SendAnimation sendAnimation) Send animationTelegramClient.executeAsync(SendAudio sendAudio) Sends a file using the Send Audio methodTelegramClient.executeAsync(SendDocument sendDocument) TelegramClient.executeAsync(SendMediaGroup sendMediaGroup) Send a media groupTelegramClient.executeAsync(SendPhoto sendPhoto) TelegramClient.executeAsync(SendSticker sendSticker) TelegramClient.executeAsync(SendVideo sendVideo) TelegramClient.executeAsync(SendVideoNote sendVideoNote) TelegramClient.executeAsync(SendVoice sendVoice) Sends a voice note using the Send Voice method For this to work, your audio must be in an .ogg file encoded with OPUS