Serialized Form
-
Package org.telegram.telegrambots.meta.api.interfaces
-
Package org.telegram.telegrambots.meta.api.objects
-
Class org.telegram.telegrambots.meta.api.objects.ApiResponse extends Object implements Serializable
-
Serialized Fields
-
errorCode
Integer errorCode
-
errorDescription
String errorDescription
-
ok
Boolean ok
-
parameters
ResponseParameters parameters
-
result
T result
-
-
-
Class org.telegram.telegrambots.meta.api.objects.Audio extends Object implements Serializable
-
Serialized Fields
-
duration
Integer duration
-
fileId
String fileId
-
fileName
String fileName
-
fileSize
Integer fileSize
-
fileUniqueId
String fileUniqueId
Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. -
mimeType
String mimeType
-
performer
String performer
-
thumb
PhotoSize thumb
-
title
String title
-
-
-
Class org.telegram.telegrambots.meta.api.objects.CallbackQuery extends Object implements Serializable
-
Serialized Fields
-
chatInstance
String chatInstance
Identifier, uniquely corresponding to the chat to which the message with the callback button was sent. Useful for high scores in games. -
data
String data
Optional. Data associated with the callback button. -
from
User from
-
gameShortName
String gameShortName
Optional. Short name of a Game to be returned, serves as the unique identifier for the game -
id
String id
-
inlineMessageId
String inlineMessageId
-
message
Message message
Optional. Message with the callback button that originated the query.
-
-
-
Class org.telegram.telegrambots.meta.api.objects.Chat extends Object implements Serializable
-
Serialized Fields
-
allMembersAreAdministrators
Boolean allMembersAreAdministrators
Optional. True if a group has ‘All Members Are Admins’ enabled. -
bio
String bio
-
canSetStickerSet
Boolean canSetStickerSet
-
description
String description
-
firstName
String firstName
-
id
@NonNull Long id
Unique identifier for this chat. This number may be greater than 32 bits and some programming languages may have difficulty/silent defects in interpreting it. But it smaller than 52 bits, so a signed 64 bit integer or double-precision float type are safe for storing this identifier. -
inviteLink
String inviteLink
Optional. Chat invite link, for groups, supergroups and channel chats. Each administrator in a chat generates their own invite links, so the bot must first generate the link using exportChatInviteLink. Each Returned only in getChat. -
lastName
String lastName
-
linkedChatId
Long linkedChatId
Optional. Unique identifier for the linked chat, i.e. the discussion group identifier for a channel and vice versa; for supergroups and channel chats. This identifier may be greater than 32 bits and some programming languages may have difficulty/silent defects in interpreting it. But it is smaller than 52 bits, so a signed 64 bit integer or double-precision float type are safe for storing this identifier. Returned only in getChat. -
location
ChatLocation location
-
permissions
ChatPermissions permissions
-
photo
ChatPhoto photo
-
pinnedMessage
Message pinnedMessage
-
slowModeDelay
Integer slowModeDelay
Optional. For supergroups, the minimum allowed delay between consecutive messages sent by each unpriviledged user. Returned only in getChat. -
stickerSetName
String stickerSetName
-
title
String title
-
type
@NonNull String type
-
userName
String userName
-
-
-
Class org.telegram.telegrambots.meta.api.objects.ChatLocation extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.ChatMember extends Object implements Serializable
-
Serialized Fields
-
canAddWebPagePreviews
Boolean canAddWebPagePreviews
-
canBeEdited
Boolean canBeEdited
-
canChangeInfo
Boolean canChangeInfo
-
canDeleteMessages
Boolean canDeleteMessages
-
canEditMessages
Boolean canEditMessages
-
canInviteUsers
Boolean canInviteUsers
-
canPinMessages
Boolean canPinMessages
-
canPostMessages
Boolean canPostMessages
-
canPromoteMembers
Boolean canPromoteMembers
-
canRestrictMembers
Boolean canRestrictMembers
-
canSendMediaMessages
Boolean canSendMediaMessages
-
canSendMessages
Boolean canSendMessages
-
canSendOtherMessages
Boolean canSendOtherMessages
-
canSendPolls
Boolean canSendPolls
-
customTitle
String customTitle
-
isAnonymous
Boolean isAnonymous
-
isMember
Boolean isMember
-
status
String status
-
untilDate
Integer untilDate
-
user
User user
-
-
-
Class org.telegram.telegrambots.meta.api.objects.ChatPermissions extends Object implements Serializable
-
Serialized Fields
-
canAddWebPagePreviews
Boolean canAddWebPagePreviews
-
canChangeInfo
Boolean canChangeInfo
-
canInviteUsers
Boolean canInviteUsers
-
canPinMessages
Boolean canPinMessages
-
canSendMediaMessages
Boolean canSendMediaMessages
-
canSendMessages
Boolean canSendMessages
-
canSendOtherMessages
Boolean canSendOtherMessages
-
canSendPolls
Boolean canSendPolls
-
-
-
Class org.telegram.telegrambots.meta.api.objects.ChatPhoto extends Object implements Serializable
-
Serialized Fields
-
bigFileId
String bigFileId
File identifier of big (640x640) chat photo. This file_id can be used only for photo download and only for as long as the photo is not changed. -
bigFileUniqueId
String bigFileUniqueId
Unique file identifier of big (640x640) chat photo, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. -
smallFileId
String smallFileId
File identifier of small (160x160) chat photo. This file_id can be used only for photo download and only for as long as the photo is not changed. -
smallFileUniqueId
String smallFileUniqueId
Unique file identifier of small (160x160) chat photo, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.
-
-
-
Class org.telegram.telegrambots.meta.api.objects.Contact extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.Dice extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.Document extends Object implements Serializable
-
Serialized Fields
-
-
Class org.telegram.telegrambots.meta.api.objects.File extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.InputFile extends Object implements Serializable
-
Serialized Fields
-
attachName
String attachName
-
isNew
boolean isNew
-
mediaName
String mediaName
-
newMediaFile
File newMediaFile
-
newMediaStream
InputStream newMediaStream
-
-
-
Class org.telegram.telegrambots.meta.api.objects.Location extends Object implements Serializable
-
Serialized Fields
-
heading
Integer heading
Optional. The direction in which user is moving, in degrees; 1-360. For active live locations only. -
horizontalAccuracy
Double horizontalAccuracy
Optional. The radius of uncertainty for the location, measured in meters; 0-1500 -
latitude
@NonNull Double latitude
-
livePeriod
Integer livePeriod
Optional. Time relative to the message sending date, during which the location will be updated, in seconds. For active live locations only. -
longitude
@NonNull Double longitude
-
proximityAlertRadius
Integer proximityAlertRadius
Optional. Maximum distance for proximity alerts about approaching another chat member, in meters. For sent live locations only.
-
-
-
Class org.telegram.telegrambots.meta.api.objects.LoginUrl extends Object implements Serializable
-
Serialized Fields
-
botUsername
String botUsername
Optional. Username of a bot, which will be used for user authorization. See Setting up a bot for more details. If not specified, the current bot's username will be assumed. The url's domain must be the same as the domain linked with the bot. -
forwardText
String forwardText
-
requestWriteAccess
Boolean requestWriteAccess
-
url
@NonNull String url
An HTTP URL to be opened with user authorization data added to the query string when the button is pressed. If the user refuses to provide authorization data, the original URL without information about the user will be opened. The data added is the same as described in Receiving authorization data.
-
-
-
Class org.telegram.telegrambots.meta.api.objects.Message extends Object implements Serializable
-
Serialized Fields
-
animation
Animation animation
Optional. Message is an animation, information about the animation. For backward compatibility, when this field is set, the document field will be also set -
audio
Audio audio
-
authorSignature
String authorSignature
Optional. Signature of the post author for messages in channels, or the custom title of an anonymous group administrator -
caption
String caption
-
captionEntities
List<MessageEntity> captionEntities
Optional. For messages with a caption, special entities like usernames, URLs, bot commands, etc. that appear in the caption -
channelChatCreated
Boolean channelChatCreated
Optional. Service message: the channel has been created. This field can‘t be received in a message coming through updates, because bot can’t be a member of a channel when it is created. It can only be found in reply_to_message if someone replies to a very first message in a channel. -
chat
Chat chat
-
connectedWebsite
String connectedWebsite
-
contact
Contact contact
-
date
Integer date
-
deleteChatPhoto
Boolean deleteChatPhoto
-
dice
Dice dice
-
document
Document document
-
editDate
Integer editDate
-
entities
List<MessageEntity> entities
Optional. For text messages, special entities like usernames, URLs, bot commands, etc. that appear in the text -
forwardDate
Integer forwardDate
-
forwardFrom
User forwardFrom
-
forwardFromChat
Chat forwardFromChat
Optional. For messages forwarded from channels or from anonymous administrators, information about the original sender chat -
forwardFromMessageId
Integer forwardFromMessageId
-
forwardSenderName
String forwardSenderName
-
forwardSignature
String forwardSignature
-
from
User from
-
game
Game game
-
groupchatCreated
Boolean groupchatCreated
-
invoice
Invoice invoice
-
leftChatMember
User leftChatMember
-
location
Location location
-
mediaGroupId
String mediaGroupId
-
messageId
Integer messageId
-
migrateFromChatId
Long migrateFromChatId
Optional. The supergroup has been migrated from a group with the specified identifier. This number may be greater than 32 bits and some programming languages may have difficulty/silent defects in interpreting it. But it smaller than 52 bits, so a signed 64 bit integer or double-precision float type are safe for storing this identifier. -
migrateToChatId
Long migrateToChatId
Optional. The group has been migrated to a supergroup with the specified identifier. This number may be greater than 32 bits and some programming languages may have difficulty/silent defects in interpreting it. But it smaller than 52 bits, so a signed 64 bit integer or double-precision float type are safe for storing this identifier. -
newChatMembers
List<User> newChatMembers
-
newChatPhoto
List<PhotoSize> newChatPhoto
-
newChatTitle
String newChatTitle
-
passportData
PassportData passportData
-
photo
List<PhotoSize> photo
-
pinnedMessage
Message pinnedMessage
-
poll
Poll poll
-
proximityAlertTriggered
ProximityAlertTriggered proximityAlertTriggered
Optional. Service message. A user in the chat triggered another user's proximity alert while sharing Live Location. -
replyMarkup
InlineKeyboardMarkup replyMarkup
Inline keyboard attached to the message. -
replyToMessage
Message replyToMessage
-
senderChat
Chat senderChat
Optional. Sender of the message, sent on behalf of a chat. The channel itself for channel messages. The supergroup itself for messages from anonymous group administrators. The linked channel for messages automatically forwarded to the discussion group -
sticker
Sticker sticker
-
successfulPayment
SuccessfulPayment successfulPayment
-
superGroupCreated
Boolean superGroupCreated
Optional. Service message: the supergroup has been created. This field can‘t be received in a message coming through updates, because bot can’t be a member of a supergroup when it is created. It can only be found in reply_to_message if someone replies to a very first message in a directly created supergroup. -
text
String text
-
venue
Venue venue
-
viaBot
User viaBot
-
video
Video video
-
videoNote
VideoNote videoNote
-
voice
Voice voice
-
-
-
Class org.telegram.telegrambots.meta.api.objects.MessageEntity extends Object implements Serializable
-
Serialized Fields
-
language
String language
-
length
@NonNull Integer length
-
offset
@NonNull Integer offset
-
text
String text
-
type
@NonNull String type
Type of the entity. One of mention (@username), hashtag, cashtag bot_command, url, email, phone_number, bold (bold text), italic (italic text), code (monowidth string), pre (monowidth block), text_link (for clickable text URLs), text_mention (for users without usernames), underline, strikethrough -
url
String url
-
user
User user
-
-
-
Class org.telegram.telegrambots.meta.api.objects.MessageId extends Object implements Serializable
-
Serialized Fields
-
messageId
Long messageId
-
-
-
Class org.telegram.telegrambots.meta.api.objects.PhotoSize extends Object implements Serializable
-
Serialized Fields
-
-
Class org.telegram.telegrambots.meta.api.objects.ProximityAlertTriggered extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.ResponseParameters extends Object implements Serializable
-
Serialized Fields
-
migrateToChatId
Long migrateToChatId
Optional. The group has been migrated to a supergroup with the specified identifier. This number may be greater than 32 bits and some programming languages may have difficulty/silent defects in interpreting it. But it is smaller than 52 bits, so a signed 64 bit integer or double-precision float type are safe for storing this identifier. -
retryAfter
Integer retryAfter
Optional. In case of exceeding flood control a number of seconds to wait before the request can be repeated
-
-
-
Class org.telegram.telegrambots.meta.api.objects.Update extends Object implements Serializable
-
Serialized Fields
-
callbackQuery
CallbackQuery callbackQuery
-
channelPost
Message channelPost
-
chosenInlineQuery
ChosenInlineQuery chosenInlineQuery
-
editedChannelPost
Message editedChannelPost
-
editedMessage
Message editedMessage
-
inlineQuery
InlineQuery inlineQuery
-
message
Message message
-
poll
Poll poll
-
pollAnswer
PollAnswer pollAnswer
Optional. A user changed their answer in a non-anonymous poll. -
preCheckoutQuery
PreCheckoutQuery preCheckoutQuery
-
shippingQuery
ShippingQuery shippingQuery
-
updateId
Integer updateId
-
-
-
Class org.telegram.telegrambots.meta.api.objects.User extends Object implements Serializable
-
Serialized Fields
-
canJoinGroups
Boolean canJoinGroups
-
canReadAllGroupMessages
Boolean canReadAllGroupMessages
-
firstName
@NonNull String firstName
-
id
@NonNull Integer id
-
isBot
@NonNull Boolean isBot
-
languageCode
String languageCode
-
lastName
String lastName
-
supportInlineQueries
Boolean supportInlineQueries
-
userName
String userName
-
-
-
Class org.telegram.telegrambots.meta.api.objects.UserProfilePhotos extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.Venue extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.Video extends Object implements Serializable
-
Serialized Fields
-
duration
Integer duration
-
fileId
String fileId
-
fileName
String fileName
-
fileSize
Integer fileSize
-
fileUniqueId
String fileUniqueId
Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. -
height
Integer height
-
mimeType
String mimeType
-
thumb
PhotoSize thumb
-
width
Integer width
-
-
-
Class org.telegram.telegrambots.meta.api.objects.VideoNote extends Object implements Serializable
-
Serialized Fields
-
-
Class org.telegram.telegrambots.meta.api.objects.Voice extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.WebhookInfo extends Object implements Serializable
-
Serialized Fields
-
-
-
Package org.telegram.telegrambots.meta.api.objects.commands
-
Class org.telegram.telegrambots.meta.api.objects.commands.BotCommand extends Object implements Serializable
-
-
Package org.telegram.telegrambots.meta.api.objects.games
-
Class org.telegram.telegrambots.meta.api.objects.games.Animation extends Object implements Serializable
-
Serialized Fields
-
duration
@NonNull Integer duration
-
fileId
@NonNull String fileId
-
fileName
String fileName
-
fileSize
Integer fileSize
-
fileUniqueId
@NonNull String fileUniqueId
Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. -
height
@NonNull Integer height
-
mimetype
String mimetype
-
thumb
PhotoSize thumb
-
width
@NonNull Integer width
-
-
-
Class org.telegram.telegrambots.meta.api.objects.games.CallbackGame extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.games.Game extends Object implements Serializable
-
Serialized Fields
-
animation
Animation animation
-
description
@NonNull String description
-
entities
List<MessageEntity> entities
Optional. Special entities that appear in text, such as usernames, URLs, bot commands, etc. -
photo
@NonNull List<PhotoSize> photo
-
text
String text
Optional. Brief description of the game or high scores included in the game message. Can be automatically edited to include current high scores for the game when the bot calls setGameScore, or manually edited using editMessageText. 0-4096 characters. -
title
@NonNull String title
-
-
-
Class org.telegram.telegrambots.meta.api.objects.games.GameHighScore extends Object implements Serializable
-
-
Package org.telegram.telegrambots.meta.api.objects.inlinequery
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.ChosenInlineQuery extends Object implements Serializable
-
Serialized Fields
-
from
@NonNull User from
-
inlineMessageId
String inlineMessageId
Optional. Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message. Will be also received in callback queries and can be used to edit the message. -
location
Location location
-
query
@NonNull String query
-
resultId
@NonNull String resultId
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.InlineQuery extends Object implements Serializable
-
-
Package org.telegram.telegrambots.meta.api.objects.inlinequery.inputmessagecontent
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.inputmessagecontent.InputContactMessageContent extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.inputmessagecontent.InputLocationMessageContent extends Object implements Serializable
-
Serialized Fields
-
heading
Integer heading
Optional. For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified. -
horizontalAccuracy
Double horizontalAccuracy
Optional. The radius of uncertainty for the location, measured in meters; 0-1500 -
latitude
@NonNull Double latitude
-
livePeriod
Integer livePeriod
-
longitude
@NonNull Double longitude
-
proximityAlertRadius
Integer proximityAlertRadius
Optional. For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.inputmessagecontent.InputTextMessageContent extends Object implements Serializable
-
Serialized Fields
-
disableWebPagePreview
Boolean disableWebPagePreview
-
entities
List<MessageEntity> entities
-
messageText
@NonNull String messageText
-
parseMode
String parseMode
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.inputmessagecontent.InputVenueMessageContent extends Object implements Serializable
-
-
Package org.telegram.telegrambots.meta.api.objects.inlinequery.inputmessagecontent.serialization
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.inputmessagecontent.serialization.InputMessageContentDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<InputMessageContent> implements Serializable
-
Serialized Fields
-
objectMapper
com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
-
-
Package org.telegram.telegrambots.meta.api.objects.inlinequery.result
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.InlineQueryResultArticle extends Object implements Serializable
-
Serialized Fields
-
description
String description
-
hideUrl
Boolean hideUrl
-
id
@NonNull String id
-
inputMessageContent
@NonNull InputMessageContent inputMessageContent
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
thumbHeight
Integer thumbHeight
-
thumbUrl
String thumbUrl
-
thumbWidth
Integer thumbWidth
-
title
@NonNull String title
-
type
String type
-
url
String url
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.InlineQueryResultAudio extends Object implements Serializable
-
Serialized Fields
-
audioDuration
Integer audioDuration
-
audioUrl
@NonNull String audioUrl
-
caption
String caption
-
captionEntities
List<MessageEntity> captionEntities
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
parseMode
String parseMode
-
performer
String performer
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
title
String title
-
type
String type
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.InlineQueryResultContact extends Object implements Serializable
-
Serialized Fields
-
firstName
@NonNull String firstName
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
lastName
String lastName
-
phoneNumber
@NonNull String phoneNumber
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
thumbHeight
Integer thumbHeight
-
thumbUrl
String thumbUrl
-
thumbWidth
Integer thumbWidth
-
type
String type
-
vCard
String vCard
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.InlineQueryResultDocument extends Object implements Serializable
-
Serialized Fields
-
caption
String caption
-
captionEntities
List<MessageEntity> captionEntities
-
description
String description
-
documentUrl
@NonNull String documentUrl
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
mimeType
@NonNull String mimeType
-
parseMode
String parseMode
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
thumbHeight
Integer thumbHeight
-
thumbUrl
String thumbUrl
-
thumbWidth
Integer thumbWidth
-
title
@NonNull String title
-
type
String type
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.InlineQueryResultGame extends Object implements Serializable
-
Serialized Fields
-
gameShortName
@NonNull String gameShortName
-
id
@NonNull String id
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
type
String type
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.InlineQueryResultGif extends Object implements Serializable
-
Serialized Fields
-
caption
String caption
-
captionEntities
List<MessageEntity> captionEntities
-
gifDuration
Integer gifDuration
-
gifHeight
Integer gifHeight
-
gifUrl
@NonNull String gifUrl
-
gifWidth
Integer gifWidth
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
parseMode
String parseMode
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
thumbUrl
String thumbUrl
-
thumbUrlType
String thumbUrlType
-
title
String title
-
type
String type
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.InlineQueryResultLocation extends Object implements Serializable
-
Serialized Fields
-
heading
Integer heading
Optional. For live locations, a direction in which the user is moving, in degrees. Must be between 1 and 360 if specified. -
horizontalAccuracy
Double horizontalAccuracy
Optional. The radius of uncertainty for the location, measured in meters; 0-1500 -
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
latitude
@NonNull Float latitude
-
livePeriod
Integer livePeriod
-
longitude
@NonNull Float longitude
-
proximityAlertRadius
Integer proximityAlertRadius
Optional. For live locations, a maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified. -
replyMarkup
InlineKeyboardMarkup replyMarkup
-
thumbHeight
Integer thumbHeight
-
thumbUrl
String thumbUrl
-
thumbWidth
Integer thumbWidth
-
title
@NonNull String title
-
type
String type
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.InlineQueryResultMpeg4Gif extends Object implements Serializable
-
Serialized Fields
-
caption
String caption
-
captionEntities
List<MessageEntity> captionEntities
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
mpeg4Duration
Integer mpeg4Duration
-
mpeg4Height
Integer mpeg4Height
-
mpeg4Url
@NonNull String mpeg4Url
-
mpeg4Width
Integer mpeg4Width
-
parseMode
String parseMode
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
thumbUrl
String thumbUrl
-
title
String title
-
type
String type
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.InlineQueryResultPhoto extends Object implements Serializable
-
Serialized Fields
-
caption
String caption
-
captionEntities
List<MessageEntity> captionEntities
-
description
String description
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
mimeType
String mimeType
-
parseMode
String parseMode
-
photoHeight
Integer photoHeight
-
photoUrl
@NonNull String photoUrl
-
photoWidth
Integer photoWidth
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
thumbUrl
String thumbUrl
-
title
String title
-
type
String type
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.InlineQueryResultVenue extends Object implements Serializable
-
Serialized Fields
-
address
@NonNull String address
-
foursquareId
String foursquareId
-
foursquareType
String foursquareType
-
googlePlaceId
String googlePlaceId
-
googlePlaceType
String googlePlaceType
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
latitude
@NonNull Float latitude
-
longitude
@NonNull Float longitude
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
thumbHeight
Integer thumbHeight
-
thumbUrl
String thumbUrl
-
thumbWidth
Integer thumbWidth
-
title
@NonNull String title
-
type
String type
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.InlineQueryResultVideo extends Object implements Serializable
-
Serialized Fields
-
caption
String caption
-
captionEntities
List<MessageEntity> captionEntities
-
description
String description
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
mimeType
@NonNull String mimeType
-
parseMode
String parseMode
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
thumbUrl
String thumbUrl
-
title
String title
-
type
String type
-
videoDuration
Integer videoDuration
-
videoHeight
Integer videoHeight
-
videoUrl
@NonNull String videoUrl
-
videoWidth
Integer videoWidth
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.InlineQueryResultVoice extends Object implements Serializable
-
Serialized Fields
-
caption
String caption
-
captionEntities
List<MessageEntity> captionEntities
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
parseMode
String parseMode
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
title
@NonNull String title
-
type
String type
-
voiceDuration
Integer voiceDuration
-
voiceUrl
@NonNull String voiceUrl
-
-
-
-
Package org.telegram.telegrambots.meta.api.objects.inlinequery.result.cached
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.cached.InlineQueryResultCachedAudio extends Object implements Serializable
-
Serialized Fields
-
audioFileId
@NonNull String audioFileId
-
caption
String caption
-
captionEntities
List<MessageEntity> captionEntities
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
parseMode
String parseMode
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
type
String type
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.cached.InlineQueryResultCachedDocument extends Object implements Serializable
-
Serialized Fields
-
caption
String caption
-
captionEntities
List<MessageEntity> captionEntities
-
description
String description
-
documentFileId
@NonNull String documentFileId
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
parseMode
String parseMode
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
title
String title
-
type
String type
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.cached.InlineQueryResultCachedGif extends Object implements Serializable
-
Serialized Fields
-
caption
String caption
-
captionEntities
List<MessageEntity> captionEntities
-
gifFileId
@NonNull String gifFileId
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
parseMode
String parseMode
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
thumbUrl
String thumbUrl
-
thumbUrlType
String thumbUrlType
-
title
String title
-
type
String type
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.cached.InlineQueryResultCachedMpeg4Gif extends Object implements Serializable
-
Serialized Fields
-
caption
String caption
-
captionEntities
List<MessageEntity> captionEntities
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
mpeg4FileId
@NonNull String mpeg4FileId
-
parseMode
String parseMode
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
title
String title
-
type
String type
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.cached.InlineQueryResultCachedPhoto extends Object implements Serializable
-
Serialized Fields
-
caption
String caption
-
captionEntities
List<MessageEntity> captionEntities
-
description
String description
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
parseMode
String parseMode
-
photoFileId
@NonNull String photoFileId
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
title
String title
-
type
String type
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.cached.InlineQueryResultCachedSticker extends Object implements Serializable
-
Serialized Fields
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
stickerFileId
@NonNull String stickerFileId
-
type
String type
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.cached.InlineQueryResultCachedVideo extends Object implements Serializable
-
Serialized Fields
-
caption
String caption
-
captionEntities
List<MessageEntity> captionEntities
-
description
String description
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
parseMode
String parseMode
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
title
String title
-
type
String type
-
videoFileId
@NonNull String videoFileId
-
-
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.cached.InlineQueryResultCachedVoice extends Object implements Serializable
-
Serialized Fields
-
caption
String caption
-
captionEntities
List<MessageEntity> captionEntities
-
id
@NonNull String id
-
inputMessageContent
InputMessageContent inputMessageContent
-
parseMode
String parseMode
-
replyMarkup
InlineKeyboardMarkup replyMarkup
-
title
@NonNull String title
-
type
String type
-
voiceFileId
@NonNull String voiceFileId
-
-
-
-
Package org.telegram.telegrambots.meta.api.objects.inlinequery.result.serialization
-
Class org.telegram.telegrambots.meta.api.objects.inlinequery.result.serialization.InlineQueryResultDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<InlineQueryResult> implements Serializable
-
Serialized Fields
-
objectMapper
com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
-
-
Package org.telegram.telegrambots.meta.api.objects.media
-
Class org.telegram.telegrambots.meta.api.objects.media.InputMedia extends Object implements Serializable
-
Serialized Fields
-
caption
String caption
-
entities
List<MessageEntity> entities
-
isNewMedia
boolean isNewMedia
-
media
@NonNull String media
File to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), pass an HTTP URL for Telegram to get a file from the Internet, or pass "attach://" to upload a new one using multipart/form-data under name. -
mediaName
String mediaName
-
newMediaFile
File newMediaFile
-
newMediaStream
InputStream newMediaStream
-
parseMode
String parseMode
-
-
-
Class org.telegram.telegrambots.meta.api.objects.media.InputMediaAnimation extends InputMedia implements Serializable
-
Serialized Fields
-
duration
Integer duration
-
height
Integer height
-
thumb
InputFile thumb
Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail’s width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://” if the thumbnail was uploaded using multipart/form-data under . -
width
Integer width
-
-
-
Class org.telegram.telegrambots.meta.api.objects.media.InputMediaAudio extends InputMedia implements Serializable
-
Serialized Fields
-
duration
Integer duration
-
performer
String performer
-
thumb
InputFile thumb
Optional. Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail’s width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://” if the thumbnail was uploaded using multipart/form-data under . -
title
String title
-
-
-
Class org.telegram.telegrambots.meta.api.objects.media.InputMediaDocument extends InputMedia implements Serializable
-
Serialized Fields
-
disableContentTypeDetection
Boolean disableContentTypeDetection
Optional. Disables automatic server-side content type detection for files uploaded using multipart/form-data. Always true, if the document is sent as part of an album. -
thumb
InputFile thumb
Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail’s width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://” if the thumbnail was uploaded using multipart/form-data under .
-
-
-
Class org.telegram.telegrambots.meta.api.objects.media.InputMediaPhoto extends InputMedia implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.media.InputMediaVideo extends InputMedia implements Serializable
-
Serialized Fields
-
duration
Integer duration
-
height
Integer height
-
supportsStreaming
Boolean supportsStreaming
-
thumb
InputFile thumb
Thumbnail of the file sent. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail’s width and height should not exceed 320. Ignored if the file is not uploaded using multipart/form-data. Thumbnails can’t be reused and can be only uploaded as a new file, so you can pass “attach://” if the thumbnail was uploaded using multipart/form-data under . -
width
Integer width
-
-
-
-
Package org.telegram.telegrambots.meta.api.objects.media.serialization
-
Class org.telegram.telegrambots.meta.api.objects.media.serialization.InputMediaDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<InputMedia> implements Serializable
-
Serialized Fields
-
objectMapper
com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
-
-
Package org.telegram.telegrambots.meta.api.objects.passport
-
Class org.telegram.telegrambots.meta.api.objects.passport.EncryptedCredentials extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.passport.EncryptedPassportElement extends Object implements Serializable
-
Serialized Fields
-
data
String data
Optional. Base64-encoded encrypted Telegram Passport data provided by the user, available for “personal_details”, “passport”, “driver_license”, “identity_card”, “identity_passport” and “address” types. Can be decrypted and verified using the accompanying EncryptedCredentials. -
email
String email
-
files
List<PassportFile> files
Optional. Array of files with encrypted documents, provided by the user, available for “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration” and “temporary_registration” types. Files can be decrypted and verified using the accompanying EncryptedCredentials. -
frontSide
PassportFile frontSide
Optional. File with encrypted document's front side, provided by the user. Available for “passport”, “driver_license”, “identity_card” and “internal_passport”. The file can be decrypted and verified using the accompanying EncryptedCredentials. -
hash
String hash
Base64-encoded element hash for using in PassportElementErrorUnspecified -
phoneNumber
String phoneNumber
-
reverseSide
PassportFile reverseSide
Optional. File with encrypted document's reverse side, provided by the user. Available for “driver_license” and “identity_card”. The file can be decrypted and verified using the accompanying EncryptedCredentials. -
selfie
PassportFile selfie
Optional. File with encrypted selfie of the user with a document, provided by the user, can be available for “passport”, “driver_license”, “identity_card” and “internal_passport”. The file can be decrypted and verified using the accompanying EncryptedCredentials. -
translations
ArrayList<PassportFile> translations
Optional. Array of encrypted files with translated versions of documents provided by the user. Available if requested for “passport”, “driver_license”, “identity_card”, “internal_passport”, “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration” and “temporary_registration” types. Files can be decrypted and verified using the accompanying EncryptedCredentials. -
type
String type
Data type. One of “personal_details”, “passport”, “driver_license”, “identity_card”, “internal_passport”, “address”, “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration”, “phone_number”, “email”.
-
-
-
Class org.telegram.telegrambots.meta.api.objects.passport.PassportData extends Object implements Serializable
-
Serialized Fields
-
credentials
EncryptedCredentials credentials
-
data
List<EncryptedPassportElement> data
-
-
-
Class org.telegram.telegrambots.meta.api.objects.passport.PassportFile extends Object implements Serializable
-
-
Package org.telegram.telegrambots.meta.api.objects.passport.dataerror
-
Class org.telegram.telegrambots.meta.api.objects.passport.dataerror.PassportElementErrorDataField extends Object implements Serializable
-
Serialized Fields
-
dataHash
@NonNull String dataHash
-
fieldName
@NonNull String fieldName
-
message
@NonNull String message
-
source
@NonNull String source
-
type
@NonNull String type
Type of the Telegram Passport data with the error, one of “personal_details”, “passport”, “driver_license”, “identity_card”, “internal_passport”, “address”
-
-
-
Class org.telegram.telegrambots.meta.api.objects.passport.dataerror.PassportElementErrorFile extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.passport.dataerror.PassportElementErrorFiles extends Object implements Serializable
-
Serialized Fields
-
-
Class org.telegram.telegrambots.meta.api.objects.passport.dataerror.PassportElementErrorFrontSide extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.passport.dataerror.PassportElementErrorReverseSide extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.passport.dataerror.PassportElementErrorSelfie extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.passport.dataerror.PassportElementErrorTranslationFile extends Object implements Serializable
-
Serialized Fields
-
fileHash
@NonNull String fileHash
-
message
@NonNull String message
-
source
String source
-
type
@NonNull String type
Type of element of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport”, “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration”
-
-
-
Class org.telegram.telegrambots.meta.api.objects.passport.dataerror.PassportElementErrorTranslationFiles extends Object implements Serializable
-
Serialized Fields
-
fileHashes
@NonNull List<String> fileHashes
-
message
@NonNull String message
-
source
String source
-
type
@NonNull String type
Type of element of the user's Telegram Passport which has the issue, one of “passport”, “driver_license”, “identity_card”, “internal_passport”, “utility_bill”, “bank_statement”, “rental_agreement”, “passport_registration”, “temporary_registration”
-
-
-
Class org.telegram.telegrambots.meta.api.objects.passport.dataerror.PassportElementErrorUnspecified extends Object implements Serializable
-
-
Package org.telegram.telegrambots.meta.api.objects.passport.dataerror.serialization
-
Class org.telegram.telegrambots.meta.api.objects.passport.dataerror.serialization.PassportElementErrorDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<PassportElementError> implements Serializable
-
Serialized Fields
-
objectMapper
com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
-
-
Package org.telegram.telegrambots.meta.api.objects.payments
-
Class org.telegram.telegrambots.meta.api.objects.payments.Invoice extends Object implements Serializable
-
Serialized Fields
-
currency
String currency
-
description
String description
-
photo
PhotoSize photo
-
startParameter
String startParameter
-
title
String title
-
totalAmount
Integer totalAmount
Total price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145.
-
-
-
Class org.telegram.telegrambots.meta.api.objects.payments.LabeledPrice extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.payments.OrderInfo extends Object implements Serializable
-
Serialized Fields
-
email
String email
-
name
String name
-
phoneNumber
String phoneNumber
-
shippingAddress
ShippingAddress shippingAddress
-
-
-
Class org.telegram.telegrambots.meta.api.objects.payments.PreCheckoutQuery extends Object implements Serializable
-
Serialized Fields
-
currency
String currency
-
from
User from
-
id
String id
-
invoicePayload
String invoicePayload
-
orderInfo
OrderInfo orderInfo
-
shippingOptionId
String shippingOptionId
-
totalAmount
Integer totalAmount
Total price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145.
-
-
-
Class org.telegram.telegrambots.meta.api.objects.payments.ShippingAddress extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.payments.ShippingOption extends Object implements Serializable
-
Serialized Fields
-
id
@NonNull String id
-
prices
@NonNull List<LabeledPrice> prices
-
title
@NonNull String title
-
-
-
Class org.telegram.telegrambots.meta.api.objects.payments.ShippingQuery extends Object implements Serializable
-
Serialized Fields
-
from
User from
-
id
String id
-
invoicePayload
String invoicePayload
-
shippingAddress
ShippingAddress shippingAddress
-
-
-
Class org.telegram.telegrambots.meta.api.objects.payments.SuccessfulPayment extends Object implements Serializable
-
Serialized Fields
-
currency
String currency
-
invoicePayload
String invoicePayload
-
orderInfo
OrderInfo orderInfo
-
providerPaymentChargeId
String providerPaymentChargeId
-
shippingOptionId
String shippingOptionId
-
telegramPaymentChargeId
String telegramPaymentChargeId
-
totalAmount
Integer totalAmount
Total price in the smallest units of the currency (integer, not float/double). For example, for a price of US$ 1.45 pass amount = 145.
-
-
-
-
Package org.telegram.telegrambots.meta.api.objects.polls
-
Class org.telegram.telegrambots.meta.api.objects.polls.Poll extends Object implements Serializable
-
Serialized Fields
-
allowMultipleAnswers
Boolean allowMultipleAnswers
-
closeDate
Integer closeDate
-
correctOptionId
Integer correctOptionId
Optional. 0-based identifier of the correct answer option. -
explanation
String explanation
-
explanationEntities
List<MessageEntity> explanationEntities
-
id
String id
-
isAnonymous
Boolean isAnonymous
-
isClosed
Boolean isClosed
-
openPeriod
Integer openPeriod
-
options
List<PollOption> options
-
question
String question
-
totalVoterCount
Integer totalVoterCount
-
type
String type
-
-
-
Class org.telegram.telegrambots.meta.api.objects.polls.PollAnswer extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.polls.PollOption extends Object implements Serializable
-
-
Package org.telegram.telegrambots.meta.api.objects.replykeyboard
-
Class org.telegram.telegrambots.meta.api.objects.replykeyboard.ForceReplyKeyboard extends Object implements Serializable
-
Serialized Fields
-
forceReply
@NonNull Boolean forceReply
Shows reply interface to the user, as if they manually selected the bot‘s message and tapped ’Reply' -
selective
Boolean selective
Optional. Use this parameter if you want to force reply from specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply (has reply_to_message_id), sender of the original message.
-
-
-
Class org.telegram.telegrambots.meta.api.objects.replykeyboard.InlineKeyboardMarkup extends Object implements Serializable
-
Serialized Fields
-
keyboard
@NonNull List<List<InlineKeyboardButton>> keyboard
-
-
-
Class org.telegram.telegrambots.meta.api.objects.replykeyboard.ReplyKeyboardMarkup extends Object implements Serializable
-
Serialized Fields
-
keyboard
@NonNull List<KeyboardRow> keyboard
-
oneTimeKeyboard
Boolean oneTimeKeyboard
-
resizeKeyboard
Boolean resizeKeyboard
-
selective
Boolean selective
Optional. Use this parameter if you want to show the keyboard to specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply (has reply_to_message_id), sender of the original message.
-
-
-
Class org.telegram.telegrambots.meta.api.objects.replykeyboard.ReplyKeyboardRemove extends Object implements Serializable
-
Serialized Fields
-
removeKeyboard
@NonNull Boolean removeKeyboard
-
selective
Boolean selective
Optional. Use this parameter if you want to show the keyboard to specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply (has reply_to_message_id), sender of the original message.
-
-
-
-
Package org.telegram.telegrambots.meta.api.objects.replykeyboard.buttons
-
Class org.telegram.telegrambots.meta.api.objects.replykeyboard.buttons.InlineKeyboardButton extends Object implements Serializable
-
Serialized Fields
-
callbackData
String callbackData
-
callbackGame
CallbackGame callbackGame
Optional. Description of the game that will be launched when the user presses the button. -
loginUrl
LoginUrl loginUrl
Optional. An HTTP URL used to automatically authorize the user. Can be used as a replacement for the Telegram Login Widget. -
pay
Boolean pay
Optional. Specify True, to send a Buy button. -
switchInlineQuery
String switchInlineQuery
Optional. If set, pressing the button will prompt the user to select one of their chats, open that chat and insert the bot‘s username and the specified inline query in the input field. Can be empty, in which case just the bot’s username will be inserted. -
switchInlineQueryCurrentChat
String switchInlineQueryCurrentChat
Optional. If set, pressing the button will insert the bot‘s username and the specified inline query in the current chat's input field. Can be empty, in which case only the bot’s username will be inserted. -
text
@NonNull String text
-
url
String url
-
-
-
Class org.telegram.telegrambots.meta.api.objects.replykeyboard.buttons.KeyboardButton extends Object implements Serializable
-
Serialized Fields
-
requestContact
Boolean requestContact
Optional. If True, the user's phone number will be sent as a contact when the button is pressed. Available in private chats only -
requestLocation
Boolean requestLocation
Optional. If True, the user's current location will be sent when the button is pressed. Available in private chats only -
requestPoll
KeyboardButtonPollType requestPoll
Optional. If specified, the user will be asked to create a poll and send it to the bot when the button is pressed. Available in private chats only -
text
@NonNull String text
Text of the button. If none of the optional fields are used, it will be sent to the bot as a message when the button is pressed
-
-
-
Class org.telegram.telegrambots.meta.api.objects.replykeyboard.buttons.KeyboardButtonPollType extends Object implements Serializable
-
Serialized Fields
-
type
String type
Optional. If quiz is passed, the user will be allowed to create only polls in the quiz mode. If regular is passed, only regular polls will be allowed. Otherwise, the user will be allowed to create a poll of any type.
-
-
-
Class org.telegram.telegrambots.meta.api.objects.replykeyboard.buttons.KeyboardRow extends ArrayList<KeyboardButton> implements Serializable
-
-
Package org.telegram.telegrambots.meta.api.objects.replykeyboard.serialization
-
Class org.telegram.telegrambots.meta.api.objects.replykeyboard.serialization.KeyboardDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<ReplyKeyboard> implements Serializable
-
Serialized Fields
-
objectMapper
com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
-
-
Package org.telegram.telegrambots.meta.api.objects.stickers
-
Class org.telegram.telegrambots.meta.api.objects.stickers.MaskPosition extends Object implements Serializable
-
Class org.telegram.telegrambots.meta.api.objects.stickers.Sticker extends Object implements Serializable
-
Serialized Fields
-
emoji
String emoji
-
fileId
String fileId
-
fileSize
Integer fileSize
-
fileUniqueId
String fileUniqueId
Unique identifier for this file, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file. -
height
Integer height
-
isAnimated
Boolean isAnimated
-
maskPosition
MaskPosition maskPosition
-
setName
String setName
-
thumb
PhotoSize thumb
-
width
Integer width
-
-
-
Class org.telegram.telegrambots.meta.api.objects.stickers.StickerSet extends Object implements Serializable
-
-
Package org.telegram.telegrambots.meta.exceptions
-
Class org.telegram.telegrambots.meta.exceptions.TelegramApiException extends Exception implements Serializable
-
Class org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException extends TelegramApiException implements Serializable
-
Serialized Fields
-
apiResponse
String apiResponse
-
errorCode
Integer errorCode
-
parameters
ResponseParameters parameters
-
-
-
Class org.telegram.telegrambots.meta.exceptions.TelegramApiValidationException extends TelegramApiException implements Serializable
-
Serialized Fields
-
method
PartialBotApiMethod method
-
object
BotApiObject object
-
-
-