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 LongChatIdChatId. 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 MessageLargeChat. 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 MessageChannelPostEditEvent. getPost()MessageChannelPostEvent. 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 MessagePinnedMessageEvent. 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 classMessageEvent<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 MessageCallbackQuery. getMessage() -
Uses of Message in com.jtelegram.api.message
Subclasses of Message in com.jtelegram.api.message Modifier and Type Class Description classCaptionableMessage<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 MessageMessage.Deserializer. deserialize(com.google.gson.JsonElement jsonElement, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext context)MessageMessage. 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 MessageTypeMessageType. 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 classAnimationMessageclassAudioMessageclassContactMessageclassDocumentMessageclassGameMessageclassInvoiceMessageclassLocationMessageclassPhotoMessageclassStickerMessageclassSuccessfulPaymentMessageclassTextMessageclassVenueMessageclassVideoMessageclassVideoNoteMessageclassVoiceMessage -
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 classChannelChatCreatedMessageclassDeleteChatPhotoMessageclassGroupChatCreatedMessageclassLeftChatMemberMessageclassMigrateFromChatIdMessageclassMigrateToChatIdMessageclassNewChatMembersMessageclassNewChatPhotoMessageclassNewChatTitleMessageclassPinnedMessageMessageclassServiceMessageSharable class between all service messagesclassSupergroupChatCreatedMessageclassUserLoggedInMessageWhen 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 MessagePinnedMessageMessage. 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.SetGameScoreBuilderSetGameScore.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.DeleteMessageBuilderDeleteMessage. forMessage(Message<?> message)Creates a request builder to delete the specified message.static ForwardMessage.ForwardMessageBuilderForwardMessage. 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.ForwardMessageBuilderForwardMessage.ForwardMessageBuilder. callback(java.util.function.Consumer<Message> callback)StopMessageLiveLocation.StopMessageLiveLocationBuilderStopMessageLiveLocation.StopMessageLiveLocationBuilder. callback(java.util.function.Consumer<Message> callback)StopMessageLiveLocation.StopMessageLiveLocationBuilderStopMessageLiveLocation.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.EditMessageReplyMarkupBuilderEditMessageReplyMarkup. 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.EditMessageCaptionBuilderEditMessageCaption.EditMessageCaptionBuilder. callback(java.util.function.Consumer<Message> callback)EditMessageLiveLocation.EditMessageLiveLocationBuilderEditMessageLiveLocation.EditMessageLiveLocationBuilder. callback(java.util.function.Consumer<Message> callback)EditMessageMedia.EditMessageMediaBuilderEditMessageMedia.EditMessageMediaBuilder. callback(java.util.function.Consumer<Message> callback)EditMessageReplyMarkup.EditMessageReplyMarkupBuilderEditMessageReplyMarkup.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.SendGameBuilderSendGame.SendGameBuilder. callback(java.util.function.Consumer<Message> callback)SendInvoice.SendInvoiceBuilderSendInvoice.SendInvoiceBuilder. callback(java.util.function.Consumer<Message> callback)SendLocation.SendLocationBuilderSendLocation.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 MessageUpdate.ChannelPostUpdate. getChannelPost()MessageUpdate.EditedChannelPostUpdate. getEditedChannelPost()MessageUpdate.EditedMessageUpdate. getEditedMessage()MessageUpdate.MessageUpdate. getMessage()Methods in com.jtelegram.api.update with parameters of type Message Modifier and Type Method Description protected longUpdate.TimeSensitiveUpdate. getDateFromMessage(Message message)
-