Uses of Class
com.jtelegram.api.message.Message
-
-
Uses of Message in com.jtelegram.api.chat.id
Methods in com.jtelegram.api.chat.id with parameters of type Message Modifier and Type Method Description static LongChatId
ChatId. of(Message message)
-
Uses of Message in com.jtelegram.api.chat.type
Methods in com.jtelegram.api.chat.type that return Message Modifier and Type Method Description Message
LargeChat. getPinnedMessage()
-
Uses of Message in com.jtelegram.api.events.channel
Methods in com.jtelegram.api.events.channel that return Message Modifier and Type Method Description Message
ChannelPostEditEvent. getPost()
Message
ChannelPostEvent. getPost()
Constructors in com.jtelegram.api.events.channel with parameters of type Message Constructor Description ChannelPostEditEvent(TelegramBot bot, Message post)
ChannelPostEvent(TelegramBot bot, Message post)
-
Uses of Message in com.jtelegram.api.events.chat
Methods in com.jtelegram.api.events.chat that return Message Modifier and Type Method Description Message
PinnedMessageEvent. getPinnedMessage()
-
Uses of Message in com.jtelegram.api.events.message
Classes in com.jtelegram.api.events.message with type parameters of type Message Modifier and Type Class Description class
MessageEvent<T extends Message>
-
Uses of Message in com.jtelegram.api.inline
Methods in com.jtelegram.api.inline that return Message Modifier and Type Method Description Message
CallbackQuery. getMessage()
-
Uses of Message in com.jtelegram.api.message
Subclasses of Message in com.jtelegram.api.message Modifier and Type Class Description class
CaptionableMessage<T>
Methods in com.jtelegram.api.message with type parameters of type Message Modifier and Type Method Description static <T extends Message>
MessageTypeMessageType. typeFrom(T message)
Methods in com.jtelegram.api.message that return Message Modifier and Type Method Description Message
Message.Deserializer. deserialize(com.google.gson.JsonElement jsonElement, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext context)
Message
Message. getReplyToMessage()
Methods in com.jtelegram.api.message that return types with arguments of type Message Modifier and Type Method Description java.lang.Class<? extends Message>
MessageType. getMessageClass()
Method parameters in com.jtelegram.api.message with type arguments of type Message Modifier and Type Method Description static MessageType
MessageType. typeFrom(java.lang.Class<? extends Message> clazz)
-
Uses of Message in com.jtelegram.api.message.impl
Subclasses of Message in com.jtelegram.api.message.impl Modifier and Type Class Description class
AnimationMessage
class
AudioMessage
class
ContactMessage
class
DocumentMessage
class
GameMessage
class
InvoiceMessage
class
LocationMessage
class
PhotoMessage
class
StickerMessage
class
SuccessfulPaymentMessage
class
TextMessage
class
VenueMessage
class
VideoMessage
class
VideoNoteMessage
class
VoiceMessage
-
Uses of Message in com.jtelegram.api.message.impl.service
Subclasses of Message in com.jtelegram.api.message.impl.service Modifier and Type Class Description class
ChannelChatCreatedMessage
class
DeleteChatPhotoMessage
class
GroupChatCreatedMessage
class
LeftChatMemberMessage
class
MigrateFromChatIdMessage
class
MigrateToChatIdMessage
class
NewChatMembersMessage
class
NewChatPhotoMessage
class
NewChatTitleMessage
class
PinnedMessageMessage
class
ServiceMessage
Sharable class between all service messagesclass
SupergroupChatCreatedMessage
class
UserLoggedInMessage
When a user logs in using a login widget, the bot is given permission to chat with them.Methods in com.jtelegram.api.message.impl.service that return Message Modifier and Type Method Description Message
PinnedMessageMessage. getPinnedMessage()
-
Uses of Message in com.jtelegram.api.requests.game
Method parameters in com.jtelegram.api.requests.game with type arguments of type Message Modifier and Type Method Description SetGameScore.SetGameScoreBuilder
SetGameScore.SetGameScoreBuilder. callback(java.util.function.Consumer<Message> callback)
-
Uses of Message in com.jtelegram.api.requests.message
Methods in com.jtelegram.api.requests.message with parameters of type Message Modifier and Type Method Description static DeleteMessage.DeleteMessageBuilder
DeleteMessage. forMessage(Message<?> message)
Creates a request builder to delete the specified message.static ForwardMessage.ForwardMessageBuilder
ForwardMessage. forMessage(Message<?> message)
Creates a request builder to forward the specified message.Method parameters in com.jtelegram.api.requests.message with type arguments of type Message Modifier and Type Method Description ForwardMessage.ForwardMessageBuilder
ForwardMessage.ForwardMessageBuilder. callback(java.util.function.Consumer<Message> callback)
StopMessageLiveLocation.StopMessageLiveLocationBuilder
StopMessageLiveLocation.StopMessageLiveLocationBuilder. callback(java.util.function.Consumer<Message> callback)
StopMessageLiveLocation.StopMessageLiveLocationBuilder
StopMessageLiveLocation.StopMessageLiveLocationBuilder. callbackType(java.lang.Class<Message> callbackType)
Constructor parameters in com.jtelegram.api.requests.message with type arguments of type Message Constructor Description ForwardMessage(java.util.function.Consumer<Message> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer replyToMessageId, java.lang.Boolean disableNotification, ChatId fromChatId, java.lang.Integer messageId, ReplyMarkup replyMarkup)
StopMessageLiveLocation(java.lang.Class<Message> callbackType, java.util.function.Consumer<Message> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer messageId, java.lang.String inlineMessageId)
StopMessageLiveLocation(java.lang.Class<Message> callbackType, java.util.function.Consumer<Message> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer messageId, java.lang.String inlineMessageId)
-
Uses of Message in com.jtelegram.api.requests.message.edit
Methods in com.jtelegram.api.requests.message.edit with parameters of type Message Modifier and Type Method Description static EditMessageReplyMarkup.EditMessageReplyMarkupBuilder
EditMessageReplyMarkup. forMessage(Message<?> message)
Creates a request builder to edit the reply markup of the specified message.Method parameters in com.jtelegram.api.requests.message.edit with type arguments of type Message Modifier and Type Method Description EditMessageCaption.EditMessageCaptionBuilder
EditMessageCaption.EditMessageCaptionBuilder. callback(java.util.function.Consumer<Message> callback)
EditMessageLiveLocation.EditMessageLiveLocationBuilder
EditMessageLiveLocation.EditMessageLiveLocationBuilder. callback(java.util.function.Consumer<Message> callback)
EditMessageMedia.EditMessageMediaBuilder
EditMessageMedia.EditMessageMediaBuilder. callback(java.util.function.Consumer<Message> callback)
EditMessageReplyMarkup.EditMessageReplyMarkupBuilder
EditMessageReplyMarkup.EditMessageReplyMarkupBuilder. callback(java.util.function.Consumer<Message> callback)
Constructor parameters in com.jtelegram.api.requests.message.edit with type arguments of type Message Constructor Description EditMessageCaption(java.util.function.Consumer<Message> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, int messageId, java.lang.String inlineMessageId, ReplyMarkup replyMarkup, java.lang.String caption, ParseMode parseMode)
EditMessageLiveLocation(java.util.function.Consumer<Message> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer messageId, java.lang.String inlineMessageId, java.lang.Float latitude, java.lang.Float longitude, java.lang.Integer livePeriod)
EditMessageMedia(java.util.function.Consumer<Message> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer messageId, java.lang.String inlineMessageId, InputMedia media)
EditMessageReplyMarkup(java.util.function.Consumer<Message> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, int messageId, java.lang.String inlineMessageId, ReplyMarkup replyMarkup)
-
Uses of Message in com.jtelegram.api.requests.message.send
Method parameters in com.jtelegram.api.requests.message.send with type arguments of type Message Modifier and Type Method Description SendGame.SendGameBuilder
SendGame.SendGameBuilder. callback(java.util.function.Consumer<Message> callback)
SendInvoice.SendInvoiceBuilder
SendInvoice.SendInvoiceBuilder. callback(java.util.function.Consumer<Message> callback)
SendLocation.SendLocationBuilder
SendLocation.SendLocationBuilder. callback(java.util.function.Consumer<Message> callback)
-
Uses of Message in com.jtelegram.api.update
Methods in com.jtelegram.api.update that return Message Modifier and Type Method Description Message
Update.ChannelPostUpdate. getChannelPost()
Message
Update.EditedChannelPostUpdate. getEditedChannelPost()
Message
Update.EditedMessageUpdate. getEditedMessage()
Message
Update.MessageUpdate. getMessage()
Methods in com.jtelegram.api.update with parameters of type Message Modifier and Type Method Description protected long
Update.TimeSensitiveUpdate. getDateFromMessage(Message message)
-