Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AcceptCall() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AcceptCall
Default constructor for a function, which accepts an incoming call.
AcceptCall(int, TdApi.CallProtocol) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AcceptCall
Creates a function, which accepts an incoming call.
AcceptTermsOfService() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AcceptTermsOfService
Default constructor for a function, which accepts Telegram terms of services.
AcceptTermsOfService(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AcceptTermsOfService
Creates a function, which accepts Telegram terms of services.
accessToken - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenWindowsPush
The access token that will be used to send notifications; may be empty to de-register a device.
AccountTtl() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AccountTtl
Contains information about the period of inactivity after which the current user's account will automatically be deleted.
AccountTtl(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AccountTtl
Contains information about the period of inactivity after which the current user's account will automatically be deleted.
action - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEvent
Action performed by the user.
action - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendChatAction
The action description.
action - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserChatAction
The action description.
actionBar - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Describes actions which should be possible to do through a chat action bar; may be null.
actionBar - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatActionBar
The new value of the action bar; may be null.
AddChatMember() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddChatMember
Default constructor for a function, which adds a new member to a chat.
AddChatMember(long, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddChatMember
Creates a function, which adds a new member to a chat.
AddChatMembers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddChatMembers
Default constructor for a function, which adds multiple new members to a chat.
AddChatMembers(long, int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddChatMembers
Creates a function, which adds multiple new members to a chat.
AddContact() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddContact
Default constructor for a function, which adds a user to the contact list or edits an existing contact by their user identifier.
AddContact(TdApi.Contact, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddContact
Creates a function, which adds a user to the contact list or edits an existing contact by their user identifier.
AddCustomServerLanguagePack() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddCustomServerLanguagePack
Default constructor for a function, which adds a custom server language pack to the list of installed language packs in current localization target.
AddCustomServerLanguagePack(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddCustomServerLanguagePack
Creates a function, which adds a custom server language pack to the list of installed language packs in current localization target.
addedDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserProfilePhoto
Point in time (Unix timestamp) when the photo has been added.
addedNotifications - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNotificationGroup
List of added group notifications, sorted by notification ID.
addedStickerFileIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessagePhoto
File identifiers of the stickers added to the photo, if applicable.
addedStickerFileIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideo
File identifiers of the stickers added to the video, if applicable.
AddFavoriteSticker() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddFavoriteSticker
Default constructor for a function, which adds a new sticker to the list of favorite stickers.
AddFavoriteSticker(TdApi.InputFile) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddFavoriteSticker
Creates a function, which adds a new sticker to the list of favorite stickers.
AddLocalMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddLocalMessage
Default constructor for a function, which adds a local message to a chat.
AddLocalMessage(long, int, long, boolean, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddLocalMessage
Creates a function, which adds a local message to a chat.
AddLogMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddLogMessage
Default constructor for a function, which adds a message to TDLib internal log.
AddLogMessage(int, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddLogMessage
Creates a function, which adds a message to TDLib internal log.
AddNetworkStatistics() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddNetworkStatistics
Default constructor for a function, which adds the specified data to data usage statistics.
AddNetworkStatistics(TdApi.NetworkStatisticsEntry) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddNetworkStatistics
Creates a function, which adds the specified data to data usage statistics.
AddProxy() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddProxy
Default constructor for a function, which adds a proxy server for network requests.
AddProxy(String, int, boolean, TdApi.ProxyType) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddProxy
Creates a function, which adds a proxy server for network requests.
AddRecentlyFoundChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddRecentlyFoundChat
Default constructor for a function, which adds a chat to the list of recently found chats.
AddRecentlyFoundChat(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddRecentlyFoundChat
Creates a function, which adds a chat to the list of recently found chats.
AddRecentSticker() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddRecentSticker
Default constructor for a function, which manually adds a new sticker to the list of recently used stickers.
AddRecentSticker(boolean, TdApi.InputFile) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddRecentSticker
Creates a function, which manually adds a new sticker to the list of recently used stickers.
Address() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Address
Describes an address.
Address(String, String, String, String, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Address
Describes an address.
address - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatLocation
Location address; 1-64 characters, as defined by the chat owner.
address - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementAddress
The address to be saved.
address - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementAddress
Address.
address - Variable in class org.drinkless.td.libcore.telegram.TdApi.Venue
Venue address; as defined by the sender.
AddSavedAnimation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddSavedAnimation
Default constructor for a function, which manually adds a new animation to the list of saved animations.
AddSavedAnimation(TdApi.InputFile) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddSavedAnimation
Creates a function, which manually adds a new animation to the list of saved animations.
AddStickerToSet() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddStickerToSet
Default constructor for a function, which adds a new sticker to a set; for bots only.
AddStickerToSet(int, String, TdApi.InputSticker) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AddStickerToSet
Creates a function, which adds a new sticker to a set; for bots only.
administratorCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
Number of privileged users in the supergroup or channel; 0 if unknown.
administrators - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatAdministrators
A list of chat administrators.
albumCoverMinithumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.Audio
The minithumbnail of the album cover; may be null.
albumCoverThumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.Audio
The thumbnail of the album cover; as defined by the sender.
albumCoverThumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageAudio
Thumbnail of the cover for the album, if available.
align - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTableCell
Horizontal cell content alignment.
allowFlashCall - Variable in class org.drinkless.td.libcore.telegram.TdApi.PhoneNumberAuthenticationSettings
Pass true if the authentication code may be sent via flash call to the specified phone number.
allowMultipleAnswers - Variable in class org.drinkless.td.libcore.telegram.TdApi.PollTypeRegular
True, if multiple answer options can be chosen simultaneously.
allowP2p - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallStateReady
True, if peer-to-peer connection is allowed by users privacy settings.
allowSave - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsNew
True, if the credential identifier can be saved on the server side.
allowSave - Variable in class org.drinkless.td.libcore.telegram.TdApi.ValidateOrderInfo
True, if the order information can be saved.
allowScrolling - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbedded
True, if scrolling should be allowed.
allowSmsRetrieverApi - Variable in class org.drinkless.td.libcore.telegram.TdApi.PhoneNumberAuthenticationSettings
For official applications only.
allowWriteAccess - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetLoginUrl
True, if the user allowed the bot to send them messages.
amount - Variable in class org.drinkless.td.libcore.telegram.TdApi.LabeledPricePart
Currency amount in minimal quantity of the currency.
animation - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddSavedAnimation
The animation file to be added.
Animation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Animation
Describes an animation file.
Animation(int, int, int, String, String, TdApi.Minithumbnail, TdApi.PhotoSize, TdApi.File) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Animation
Describes an animation file.
animation - Variable in class org.drinkless.td.libcore.telegram.TdApi.Animation
File containing the animation.
animation - Variable in class org.drinkless.td.libcore.telegram.TdApi.Game
Game animation; may be null.
animation - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultAnimation
Animation file.
animation - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageAnimation
Animation file to be sent.
animation - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageAnimation
The animation description.
animation - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockAnimation
Animation file; may be null.
animation - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentAnimation
Message content; may be null.
animation - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveSavedAnimation
Animation file to be removed.
animation - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Preview of the content as an animation, if available; may be null.
animationIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateSavedAnimations
The new list of file identifiers of saved animations.
Animations() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Animations
Represents a list of animations.
Animations(TdApi.Animation[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Animations
Represents a list of animations.
animations - Variable in class org.drinkless.td.libcore.telegram.TdApi.Animations
List of animations.
AnswerCallbackQuery() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AnswerCallbackQuery
Default constructor for a function, which sets the result of a callback query; for bots only.
AnswerCallbackQuery(long, String, boolean, String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AnswerCallbackQuery
Creates a function, which sets the result of a callback query; for bots only.
AnswerCustomQuery() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AnswerCustomQuery
Default constructor for a function, which answers a custom query; for bots only.
AnswerCustomQuery(long, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AnswerCustomQuery
Creates a function, which answers a custom query; for bots only.
AnswerInlineQuery() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AnswerInlineQuery
Default constructor for a function, which sets the result of an inline query; for bots only.
AnswerInlineQuery(long, boolean, TdApi.InputInlineQueryResult[], int, String, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AnswerInlineQuery
Creates a function, which sets the result of an inline query; for bots only.
AnswerPreCheckoutQuery() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AnswerPreCheckoutQuery
Default constructor for a function, which sets the result of a pre-checkout query; for bots only.
AnswerPreCheckoutQuery(long, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AnswerPreCheckoutQuery
Creates a function, which sets the result of a pre-checkout query; for bots only.
AnswerShippingQuery() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AnswerShippingQuery
Default constructor for a function, which sets the result of a shipping query; for bots only.
AnswerShippingQuery(long, TdApi.ShippingOption[], String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AnswerShippingQuery
Creates a function, which sets the result of a shipping query; for bots only.
apiHash - Variable in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
Application identifier hash for Telegram API access, which can be obtained at https://my.telegram.org.
apiId - Variable in class org.drinkless.td.libcore.telegram.TdApi.Session
Telegram API identifier, as provided by the application.
apiId - Variable in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
Application identifier for Telegram API access, which can be obtained at https://my.telegram.org.
applicationName - Variable in class org.drinkless.td.libcore.telegram.TdApi.Session
Name of the application, as provided by the application.
applicationVersion - Variable in class org.drinkless.td.libcore.telegram.TdApi.Session
The version of the application, as provided by the application.
applicationVersion - Variable in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
Application version; must be non-empty.
articles - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockRelatedArticles
List of related articles.
asAlbum - Variable in class org.drinkless.td.libcore.telegram.TdApi.ForwardMessages
True, if the messages should be grouped into an album after forwarding.
Audio() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Audio
Describes an audio file.
Audio(int, String, String, String, String, TdApi.Minithumbnail, TdApi.PhotoSize, TdApi.File) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Audio
Describes an audio file.
audio - Variable in class org.drinkless.td.libcore.telegram.TdApi.Audio
File containing the audio.
audio - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultAudio
Audio file.
audio - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageAudio
Audio file to be sent.
audio - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageAudio
The audio description.
audio - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockAudio
Audio file; may be null.
audio - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentAudio
Message content; may be null.
audio - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Preview of the content as an audio file, if available; may be null.
audioDuration - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAudio
Audio file duration, in seconds.
audioUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAudio
The URL of the audio file.
authBase64url - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenWebPush
Base64url-encoded authentication secret.
AuthenticationCodeInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeInfo
Information about the authentication code that was sent.
AuthenticationCodeInfo(String, TdApi.AuthenticationCodeType, TdApi.AuthenticationCodeType, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeInfo
Information about the authentication code that was sent.
AuthenticationCodeType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeType
 
AuthenticationCodeTypeCall() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeCall
An authentication code is delivered via a phone call to the specified phone number.
AuthenticationCodeTypeCall(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeCall
An authentication code is delivered via a phone call to the specified phone number.
AuthenticationCodeTypeFlashCall() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeFlashCall
An authentication code is delivered by an immediately cancelled call to the specified phone number.
AuthenticationCodeTypeFlashCall(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeFlashCall
An authentication code is delivered by an immediately cancelled call to the specified phone number.
AuthenticationCodeTypeSms() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeSms
An authentication code is delivered via an SMS message to the specified phone number.
AuthenticationCodeTypeSms(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeSms
An authentication code is delivered via an SMS message to the specified phone number.
AuthenticationCodeTypeTelegramMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeTelegramMessage
An authentication code is delivered via a private Telegram message, which can be viewed in another client.
AuthenticationCodeTypeTelegramMessage(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeTelegramMessage
An authentication code is delivered via a private Telegram message, which can be viewed in another client.
author - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockAuthorDate
Author.
author - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbeddedPost
Post author.
author - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockRelatedArticle
Article author; may be empty.
author - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Author of the content.
AuthorizationState() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationState
 
authorizationState - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateAuthorizationState
New authorization state.
AuthorizationStateClosed() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateClosed
TDLib client is in its final state.
AuthorizationStateClosing() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateClosing
TDLib is closing, all subsequent queries will be answered with the error 500.
AuthorizationStateLoggingOut() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateLoggingOut
The user is currently logging out.
AuthorizationStateReady() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateReady
The user has been successfully authorized.
AuthorizationStateWaitCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitCode
TDLib needs the user's authentication code to authorize.
AuthorizationStateWaitCode(TdApi.AuthenticationCodeInfo) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitCode
TDLib needs the user's authentication code to authorize.
AuthorizationStateWaitEncryptionKey() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitEncryptionKey
TDLib needs an encryption key to decrypt the local database.
AuthorizationStateWaitEncryptionKey(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitEncryptionKey
TDLib needs an encryption key to decrypt the local database.
AuthorizationStateWaitOtherDeviceConfirmation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitOtherDeviceConfirmation
The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link.
AuthorizationStateWaitOtherDeviceConfirmation(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitOtherDeviceConfirmation
The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link.
AuthorizationStateWaitPassword() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitPassword
The user has been authorized, but needs to enter a password to start using the application.
AuthorizationStateWaitPassword(String, boolean, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitPassword
The user has been authorized, but needs to enter a password to start using the application.
AuthorizationStateWaitPhoneNumber() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitPhoneNumber
TDLib needs the user's phone number to authorize.
AuthorizationStateWaitRegistration() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitRegistration
The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration.
AuthorizationStateWaitRegistration(TdApi.TermsOfService) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitRegistration
The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration.
AuthorizationStateWaitTdlibParameters() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitTdlibParameters
TDLib needs TdlibParameters for initialization.
authorPhoto - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbeddedPost
Post author photo; may be null.
authorSignature - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
For channel posts, optional author signature.
authorSignature - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginChannel
Original post author signature.
AutoDownloadSettings() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettings
Contains auto-download settings.
AutoDownloadSettings(boolean, int, int, int, int, boolean, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettings
Contains auto-download settings.
AutoDownloadSettingsPresets() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettingsPresets
Contains auto-download settings presets for the user.
AutoDownloadSettingsPresets(TdApi.AutoDownloadSettings, TdApi.AutoDownloadSettings, TdApi.AutoDownloadSettings) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettingsPresets
Contains auto-download settings presets for the user.
autorizationFormId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPassportAuthorizationFormAvailableElements
Authorization form identifier.
autorizationFormId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendPassportAuthorizationForm
Authorization form identifier.

B

Background() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Background
Describes a chat background.
Background(long, boolean, boolean, String, TdApi.Document, TdApi.BackgroundType) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Background
Describes a chat background.
background - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputBackgroundLocal
Background file to use.
background - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetBackground
The input background to use, null for filled backgrounds.
background - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateSelectedBackground
The new selected background; may be null.
BackgroundFill() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BackgroundFill
 
BackgroundFillGradient() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BackgroundFillGradient
Describes a gradient fill of a background.
BackgroundFillGradient(int, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BackgroundFillGradient
Describes a gradient fill of a background.
BackgroundFillSolid() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BackgroundFillSolid
Describes a solid fill of a background.
BackgroundFillSolid(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BackgroundFillSolid
Describes a solid fill of a background.
backgroundId - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputBackgroundRemote
The background identifier.
backgroundId - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveBackground
The background identifier.
Backgrounds() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Backgrounds
Contains a list of backgrounds.
Backgrounds(TdApi.Background[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Backgrounds
Contains a list of backgrounds.
backgrounds - Variable in class org.drinkless.td.libcore.telegram.TdApi.Backgrounds
A list of backgrounds.
BackgroundType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BackgroundType
 
BackgroundTypeFill() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypeFill
A filled background.
BackgroundTypeFill(TdApi.BackgroundFill) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypeFill
A filled background.
BackgroundTypePattern() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypePattern
A PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user.
BackgroundTypePattern(TdApi.BackgroundFill, int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypePattern
A PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user.
BackgroundTypeWallpaper() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypeWallpaper
A wallpaper in JPEG format.
BackgroundTypeWallpaper(boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypeWallpaper
A wallpaper in JPEG format.
bankStatement - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementBankStatement
The bank statement to be saved.
bankStatement - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementBankStatement
Bank statement.
bannedCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
Number of users banned from chat; 0 if unknown.
bannedUntilDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusBanned
Point in time (Unix timestamp) when the user will be unbanned; 0 if never.
baseLanguagePackId - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
Identifier of a base language pack; may be empty.
BasicGroup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BasicGroup
Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users).
BasicGroup(int, int, TdApi.ChatMemberStatus, boolean, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BasicGroup
Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users).
basicGroup - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateBasicGroup
New data about the group.
BasicGroupFullInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BasicGroupFullInfo
Contains full information about a basic group.
BasicGroupFullInfo(String, int, TdApi.ChatMember[], String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BasicGroupFullInfo
Contains full information about a basic group.
basicGroupFullInfo - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateBasicGroupFullInfo
New full information about the group.
basicGroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatTypeBasicGroup
Basic group identifier.
basicGroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateBasicGroupChat
Basic group identifier.
basicGroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetBasicGroup
Basic group identifier.
basicGroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetBasicGroupFullInfo
Basic group identifier.
basicGroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatUpgradeFrom
The identifier of the original basic group.
basicGroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateBasicGroupFullInfo
Identifier of a basic group.
bench(TdApi.Function, Client.ResultHandler, int) - Method in class org.drinkless.td.libcore.telegram.Client
Function for benchmarking number of queries per second which can handle the TDLib, ignore it.
big - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatPhoto
A big (640x640) chat photo.
big - Variable in class org.drinkless.td.libcore.telegram.TdApi.ProfilePhoto
A big (640x640) user profile photo.
bio - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetBio
The new value of the user bio; 0-70 characters without line feeds.
bio - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserFullInfo
A short user bio.
birthdate - Variable in class org.drinkless.td.libcore.telegram.TdApi.PersonalDetails
Birthdate of the user.
BlockUser() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BlockUser
Default constructor for a function, which adds a user to the blacklist.
BlockUser(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BlockUser
Creates a function, which adds a user to the blacklist.
BotCommand() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BotCommand
Represents commands supported by a bot.
BotCommand(String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BotCommand
Represents commands supported by a bot.
BotInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BotInfo
Provides information about a bot and its supported commands.
BotInfo(String, TdApi.BotCommand[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.BotInfo
Provides information about a bot and its supported commands.
botInfo - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMember
If the user is a bot, information about the bot; may be null.
botInfo - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserFullInfo
If the user is a bot, information about the bot; may be null.
bottomColor - Variable in class org.drinkless.td.libcore.telegram.TdApi.BackgroundFillGradient
A bottom color of the background in the RGB24 format.
botUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsite
User identifier of a bot linked with the website.
botUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetInlineQueryResults
The identifier of the target bot.
botUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPassportAuthorizationForm
User identifier of the service's bot.
botUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageGame
User identifier of the bot that owns the game.
botUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.LoginUrlInfoRequestConfirmation
User identifier of a bot linked with the website.
botUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendBotStartMessage
Identifier of the bot.
browser - Variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsite
The version of a browser used to log in.
buttonId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetLoginUrl
Button identifier.
buttonId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetLoginUrlInfo
Button identifier.
byChat - Variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatistics
Statistics split by chats.
byFileType - Variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsByChat
Statistics split by file types.

C

cacheTime - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerCallbackQuery
Time during which the result of the query can be cached, in seconds.
cacheTime - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerInlineQuery
Allowed time to cache the results of the query, in seconds.
Call() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Call
Describes a call.
Call(int, int, boolean, TdApi.CallState) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Call
Describes a call.
call - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateCall
New data about a call.
CallbackQueryAnswer() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryAnswer
Contains a bot's answer to a callback query.
CallbackQueryAnswer(String, boolean, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryAnswer
Contains a bot's answer to a callback query.
callbackQueryId - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerCallbackQuery
Identifier of the callback query.
CallbackQueryPayload() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryPayload
 
CallbackQueryPayloadData() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryPayloadData
The payload from a general callback button.
CallbackQueryPayloadData(byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryPayloadData
The payload from a general callback button.
CallbackQueryPayloadGame() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryPayloadGame
The payload from a game callback button.
CallbackQueryPayloadGame(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryPayloadGame
The payload from a game callback button.
CallConnection() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallConnection
Describes the address of UDP reflectors.
CallConnection(long, String, String, int, byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallConnection
Describes the address of UDP reflectors.
CallDiscardReason() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReason
 
CallDiscardReasonDeclined() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReasonDeclined
The call was ended before the conversation started.
CallDiscardReasonDisconnected() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReasonDisconnected
The call was ended during the conversation because the users were disconnected.
CallDiscardReasonEmpty() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReasonEmpty
The call wasn't discarded, or the reason is unknown.
CallDiscardReasonHungUp() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReasonHungUp
The call was ended because one of the parties hung up.
CallDiscardReasonMissed() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReasonMissed
The call was ended before the conversation started.
callId - Variable in class org.drinkless.td.libcore.telegram.TdApi.AcceptCall
Call identifier.
CallId() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallId
Contains the call identifier.
CallId(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallId
Contains the call identifier.
callId - Variable in class org.drinkless.td.libcore.telegram.TdApi.DiscardCall
Call identifier.
callId - Variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewCall
Call identifier.
callId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendCallDebugInformation
Call identifier.
callId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendCallRating
Call identifier.
CallProblem() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallProblem
 
CallProblemDistortedSpeech() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallProblemDistortedSpeech
The speech was distorted.
CallProblemDropped() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallProblemDropped
The call ended unexpectedly.
CallProblemEcho() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallProblemEcho
The user heard their own voice.
CallProblemInterruptions() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallProblemInterruptions
The other side kept disappearing.
CallProblemNoise() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallProblemNoise
The user heard background noise.
CallProblemSilentLocal() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallProblemSilentLocal
The user couldn't hear the other side.
CallProblemSilentRemote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallProblemSilentRemote
The other side couldn't hear the user.
CallProtocol() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallProtocol
Specifies the supported call protocols.
CallProtocol(boolean, boolean, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallProtocol
Specifies the supported call protocols.
CallState() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallState
 
CallStateDiscarded() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallStateDiscarded
The call has ended successfully.
CallStateDiscarded(TdApi.CallDiscardReason, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallStateDiscarded
The call has ended successfully.
CallStateError() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallStateError
The call has ended with an error.
CallStateError(TdApi.Error) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallStateError
The call has ended with an error.
CallStateExchangingKeys() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallStateExchangingKeys
The call has been answered and encryption keys are being exchanged.
CallStateHangingUp() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallStateHangingUp
The call is hanging up after discardCall has been called.
CallStatePending() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallStatePending
The call is pending, waiting to be accepted by a user.
CallStatePending(boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallStatePending
The call is pending, waiting to be accepted by a user.
CallStateReady() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallStateReady
The call is ready to use.
CallStateReady(TdApi.CallProtocol, TdApi.CallConnection[], String, byte[], String[], boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CallStateReady
The call is ready to use.
canAddWebPagePreviews - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatPermissions
True, if the user may add a web page preview to their messages.
canBeCalled - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserFullInfo
True, if the user can be called.
canBeDeleted - Variable in class org.drinkless.td.libcore.telegram.TdApi.LocalFile
True, if the file can be deleted.
canBeDeletedForAllUsers - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
True, if the chat messages can be deleted for all users.
canBeDeletedForAllUsers - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
True, if the message can be deleted for all users.
canBeDeletedOnlyForSelf - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
True, if the chat messages can be deleted only for the current user while other users will continue to see the messages.
canBeDeletedOnlyForSelf - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
True, if the message can be deleted only for the current user while other users will continue to see it.
canBeDownloaded - Variable in class org.drinkless.td.libcore.telegram.TdApi.LocalFile
True, if it is possible to try to download or generate the file.
canBeEdited - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusAdministrator
True, if the current user can edit the administrator privileges for the called user.
canBeEdited - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
True, if the message can be edited.
canBeForwarded - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
True, if the message can be forwarded.
canBeReported - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
True, if the chat can be reported to Telegram moderators through reportChat.
CancelDownloadFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CancelDownloadFile
Default constructor for a function, which stops the downloading of a file.
CancelDownloadFile(int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CancelDownloadFile
Creates a function, which stops the downloading of a file.
CancelUploadFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CancelUploadFile
Default constructor for a function, which stops the uploading of a file.
CancelUploadFile(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CancelUploadFile
Creates a function, which stops the uploading of a file.
canChangeInfo - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusAdministrator
True, if the administrator can change the chat title, photo, and other settings.
canChangeInfo - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatPermissions
True, if the user can change the chat title, photo, and other settings.
canDeleteMessages - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusAdministrator
True, if the administrator can delete messages of other users.
canEditMessages - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusAdministrator
True, if the administrator can edit messages of other users and pin messages; applicable to channels only.
canGetMembers - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
True, if members of the chat can be retrieved.
canInviteUsers - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventInvitesToggled
New value of canInviteUsers permission.
canInviteUsers - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusAdministrator
True, if the administrator can invite new users to the chat.
canInviteUsers - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatPermissions
True, if the user can invite new users to the chat.
canJoinGroups - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserTypeBot
True, if the bot can be invited to basic group and supergroup chats.
canPinMessages - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusAdministrator
True, if the administrator can pin messages; applicable to groups only.
canPinMessages - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatPermissions
True, if the user can pin messages.
canPostMessages - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusAdministrator
True, if the administrator can create channel posts; applicable to channels only.
canPromoteMembers - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusAdministrator
True, if the administrator can add new administrators with a subset of their own privileges or demote administrators that were directly or indirectly promoted by them.
canReadAllGroupMessages - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserTypeBot
True, if the bot can read all messages in basic group or supergroup chats and not just those addressed to the bot.
canRestrictMembers - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusAdministrator
True, if the administrator can restrict, ban, or unban chat members.
canRetry - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageSendingStateFailed
True, if the message can be re-sent.
canSaveCredentials - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentForm
True, if the user can choose to save credentials.
canSendMediaMessages - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatPermissions
True, if the user can send audio files, documents, photos, videos, video notes, and voice notes.
canSendMessages - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatPermissions
True, if the user can send text messages, contacts, locations, and venues.
canSendOtherMessages - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatPermissions
True, if the user can send animations, games, and stickers and use inline bots.
canSendPolls - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatPermissions
True, if the user can send polls.
canSetLocation - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
True, if the supergroup location can be changed.
canSetStickerSet - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
True, if the supergroup sticker set can be changed.
canSetUsername - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
True, if the chat username can be changed.
CanTransferOwnership() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnership
Default constructor for a function, which checks whether the current session can be used to transfer a chat ownership to another user.
CanTransferOwnershipResult() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResult
 
CanTransferOwnershipResultOk() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResultOk
The session can be used.
CanTransferOwnershipResultPasswordNeeded() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResultPasswordNeeded
The 2-step verification needs to be enabled first.
CanTransferOwnershipResultPasswordTooFresh() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResultPasswordTooFresh
The 2-step verification was enabled recently, user needs to wait.
CanTransferOwnershipResultPasswordTooFresh(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResultPasswordTooFresh
The 2-step verification was enabled recently, user needs to wait.
CanTransferOwnershipResultSessionTooFresh() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResultSessionTooFresh
The session was created recently, user needs to wait.
CanTransferOwnershipResultSessionTooFresh(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResultSessionTooFresh
The session was created recently, user needs to wait.
canViewStatistics - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
True, if the channel statistics is available through getChatStatisticsUrl.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageCaption
New message content caption; 0-GetOption("message_caption_length_max") characters.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageCaption
New message content caption; 0-GetOption("message_caption_length_max") characters.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageAnimation
Animation caption; 0-GetOption("message_caption_length_max") characters.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageAudio
Audio caption; 0-GetOption("message_caption_length_max") characters.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageDocument
Document caption; 0-GetOption("message_caption_length_max") characters.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessagePhoto
Photo caption; 0-GetOption("message_caption_length_max") characters.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideo
Video caption; 0-GetOption("message_caption_length_max") characters.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVoiceNote
Voice note caption; 0-GetOption("message_caption_length_max") characters.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageAnimation
Animation caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageAudio
Audio caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageDocument
Document caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePhoto
Photo caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageVideo
Video caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageVoiceNote
Voice note caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockAnimation
Animation caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockAudio
Audio file caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockCollage
Block caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbedded
Block caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbeddedPost
Post caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockMap
Block caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockPhoto
Photo caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockSlideshow
Block caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTable
Table caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVideo
Video caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVoiceNote
Voice note caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentAnimation
Animation caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentPhoto
Photo caption.
caption - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVideo
Video caption.
category - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetTopChats
Category of chats to be returned.
category - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveTopChat
Category of frequently used chats.
cells - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTable
Table cells.
ChangeImportedContacts() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChangeImportedContacts
Default constructor for a function, which changes imported contacts using the list of current user contacts saved on the device.
ChangeImportedContacts(TdApi.Contact[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChangeImportedContacts
Creates a function, which changes imported contacts using the list of current user contacts saved on the device.
ChangePhoneNumber() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChangePhoneNumber
Default constructor for a function, which changes the phone number of the user and sends an authentication code to the user's new phone number.
ChangePhoneNumber(String, TdApi.PhoneNumberAuthenticationSettings) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChangePhoneNumber
Creates a function, which changes the phone number of the user and sends an authentication code to the user's new phone number.
ChangeStickerSet() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChangeStickerSet
Default constructor for a function, which installs/uninstalls or activates/archives a sticker set.
ChangeStickerSet(long, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChangeStickerSet
Creates a function, which installs/uninstalls or activates/archives a sticker set.
channelUri - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenMicrosoftPush
Push notification channel URI; may be empty to de-register a device.
channelUri - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenMicrosoftPushVoIP
Push notification channel URI; may be empty to de-register a device.
Chat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Chat
A chat.
Chat(long, TdApi.ChatType, TdApi.ChatList, String, TdApi.ChatPhoto, TdApi.ChatPermissions, TdApi.Message, long, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, long, long, int, TdApi.ChatNotificationSettings, TdApi.ChatActionBar, long, long, TdApi.DraftMessage, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Chat
A chat.
chat - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewChat
The chat.
ChatAction() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatAction
 
ChatActionBar() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionBar
 
ChatActionBarAddContact() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionBarAddContact
The chat is a private or secret chat and the other user can be added to the contact list using the method addContact.
ChatActionBarReportAddBlock() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionBarReportAddBlock
The chat is a private or secret chat, which can be reported using the method reportChat, or the other user can be added to the contact list using the method addContact, or the other user can be blocked using the method blockUser.
ChatActionBarReportSpam() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionBarReportSpam
The chat can be reported as spam using the method reportChat with the reason chatReportReasonSpam.
ChatActionBarReportUnrelatedLocation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionBarReportUnrelatedLocation
The chat is a location-based supergroup, which can be reported as having unrelated location using the method reportChat with the reason chatReportReasonUnrelatedLocation.
ChatActionBarSharePhoneNumber() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionBarSharePhoneNumber
The chat is a private or secret chat with a mutual contact and the user's phone number can be shared with the other user using the method sharePhoneNumber.
ChatActionCancel() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionCancel
The user has cancelled the previous action.
ChatActionChoosingContact() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionChoosingContact
The user is picking a contact to send.
ChatActionChoosingLocation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionChoosingLocation
The user is picking a location or venue to send.
ChatActionRecordingVideo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionRecordingVideo
The user is recording a video.
ChatActionRecordingVideoNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionRecordingVideoNote
The user is recording a video note.
ChatActionRecordingVoiceNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionRecordingVoiceNote
The user is recording a voice note.
ChatActionStartPlayingGame() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionStartPlayingGame
The user has started to play a game.
ChatActionTyping() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionTyping
The user is typing a message.
ChatActionUploadingDocument() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingDocument
The user is uploading a document.
ChatActionUploadingDocument(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingDocument
The user is uploading a document.
ChatActionUploadingPhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingPhoto
The user is uploading a photo.
ChatActionUploadingPhoto(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingPhoto
The user is uploading a photo.
ChatActionUploadingVideo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingVideo
The user is uploading a video.
ChatActionUploadingVideo(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingVideo
The user is uploading a video.
ChatActionUploadingVideoNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingVideoNote
The user is uploading a video note.
ChatActionUploadingVideoNote(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingVideoNote
The user is uploading a video note.
ChatActionUploadingVoiceNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingVoiceNote
The user is uploading a voice note.
ChatActionUploadingVoiceNote(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingVoiceNote
The user is uploading a voice note.
ChatAdministrator() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatAdministrator
Contains information about a chat administrator.
ChatAdministrator(int, String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatAdministrator
Contains information about a chat administrator.
ChatAdministrators() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatAdministrators
Represents a list of chat administrators.
ChatAdministrators(TdApi.ChatAdministrator[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatAdministrators
Represents a list of chat administrators.
ChatEvent() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEvent
Represents a chat event.
ChatEvent(long, int, int, TdApi.ChatEventAction) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEvent
Represents a chat event.
ChatEventAction() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventAction
 
ChatEventDescriptionChanged() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventDescriptionChanged
The chat description was changed.
ChatEventDescriptionChanged(String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventDescriptionChanged
The chat description was changed.
ChatEventInvitesToggled() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventInvitesToggled
The canInviteUsers permission of a supergroup chat was toggled.
ChatEventInvitesToggled(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventInvitesToggled
The canInviteUsers permission of a supergroup chat was toggled.
ChatEventIsAllHistoryAvailableToggled() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventIsAllHistoryAvailableToggled
The isAllHistoryAvailable setting of a supergroup was toggled.
ChatEventIsAllHistoryAvailableToggled(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventIsAllHistoryAvailableToggled
The isAllHistoryAvailable setting of a supergroup was toggled.
ChatEventLinkedChatChanged() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventLinkedChatChanged
The linked chat of a supergroup was changed.
ChatEventLinkedChatChanged(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventLinkedChatChanged
The linked chat of a supergroup was changed.
ChatEventLocationChanged() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventLocationChanged
The supergroup location was changed.
ChatEventLocationChanged(TdApi.ChatLocation, TdApi.ChatLocation) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventLocationChanged
The supergroup location was changed.
ChatEventLogFilters() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventLogFilters
Represents a set of filters used to obtain a chat event log.
ChatEventLogFilters(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventLogFilters
Represents a set of filters used to obtain a chat event log.
ChatEventMemberInvited() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberInvited
A new chat member was invited.
ChatEventMemberInvited(int, TdApi.ChatMemberStatus) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberInvited
A new chat member was invited.
ChatEventMemberJoined() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberJoined
A new member joined the chat.
ChatEventMemberLeft() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberLeft
A member left the chat.
ChatEventMemberPromoted() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberPromoted
A chat member has gained/lost administrator status, or the list of their administrator privileges has changed.
ChatEventMemberPromoted(int, TdApi.ChatMemberStatus, TdApi.ChatMemberStatus) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberPromoted
A chat member has gained/lost administrator status, or the list of their administrator privileges has changed.
ChatEventMemberRestricted() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberRestricted
A chat member was restricted/unrestricted or banned/unbanned, or the list of their restrictions has changed.
ChatEventMemberRestricted(int, TdApi.ChatMemberStatus, TdApi.ChatMemberStatus) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberRestricted
A chat member was restricted/unrestricted or banned/unbanned, or the list of their restrictions has changed.
ChatEventMessageDeleted() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessageDeleted
A message was deleted.
ChatEventMessageDeleted(TdApi.Message) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessageDeleted
A message was deleted.
ChatEventMessageEdited() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessageEdited
A message was edited.
ChatEventMessageEdited(TdApi.Message, TdApi.Message) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessageEdited
A message was edited.
ChatEventMessagePinned() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessagePinned
A message was pinned.
ChatEventMessagePinned(TdApi.Message) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessagePinned
A message was pinned.
ChatEventMessageUnpinned() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessageUnpinned
A message was unpinned.
ChatEventPermissionsChanged() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventPermissionsChanged
The chat permissions was changed.
ChatEventPermissionsChanged(TdApi.ChatPermissions, TdApi.ChatPermissions) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventPermissionsChanged
The chat permissions was changed.
ChatEventPhotoChanged() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventPhotoChanged
The chat photo was changed.
ChatEventPhotoChanged(TdApi.Photo, TdApi.Photo) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventPhotoChanged
The chat photo was changed.
ChatEventPollStopped() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventPollStopped
A poll in a message was stopped.
ChatEventPollStopped(TdApi.Message) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventPollStopped
A poll in a message was stopped.
ChatEvents() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEvents
Contains a list of chat events.
ChatEvents(TdApi.ChatEvent[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEvents
Contains a list of chat events.
ChatEventSignMessagesToggled() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventSignMessagesToggled
The signMessages setting of a channel was toggled.
ChatEventSignMessagesToggled(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventSignMessagesToggled
The signMessages setting of a channel was toggled.
ChatEventSlowModeDelayChanged() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventSlowModeDelayChanged
The slowModeDelay setting of a supergroup was changed.
ChatEventSlowModeDelayChanged(int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventSlowModeDelayChanged
The slowModeDelay setting of a supergroup was changed.
ChatEventStickerSetChanged() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventStickerSetChanged
The supergroup sticker set was changed.
ChatEventStickerSetChanged(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventStickerSetChanged
The supergroup sticker set was changed.
ChatEventTitleChanged() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventTitleChanged
The chat title was changed.
ChatEventTitleChanged(String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventTitleChanged
The chat title was changed.
ChatEventUsernameChanged() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventUsernameChanged
The chat username was changed.
ChatEventUsernameChanged(String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatEventUsernameChanged
The chat username was changed.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddChatMember
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddChatMembers
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddLocalMessage
Target chat.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddRecentlyFoundChat
Identifier of the chat to add.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatInviteLinkInfo
Chat identifier of the invite link; 0 if the user is not a member of this chat.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatNearby
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsername
Chat identifier; should be identifier of a supergroup chat, or a channel chat, or a private chat with self, or zero if chat is being created.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.CloseChat
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteChatHistory
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteChatMessagesFromUser
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteChatReplyMarkup
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteMessages
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageCaption
The chat the message belongs to.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageLiveLocation
The chat the message belongs to.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageMedia
The chat the message belongs to.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageReplyMarkup
The chat the message belongs to.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageSchedulingState
The chat the message belongs to.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageText
The chat the message belongs to.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ForwardMessages
Identifier of the chat to which to forward messages.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GenerateChatInviteLink
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetCallbackQueryAnswer
Identifier of the chat with the message.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChat
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatAdministrators
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatEventLog
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatHistory
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatMember
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatMessageByDate
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatMessageCount
Identifier of the chat in which to count messages.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatPinnedMessage
Identifier of the chat the message belongs to.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatScheduledMessages
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatStatisticsUrl
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetGameHighScores
The chat that contains the message with the game.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetInlineQueryResults
Identifier of the chat where the query was sent.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetLoginUrl
Chat identifier of the message with the button.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetLoginUrlInfo
Chat identifier of the message with the button.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetMapThumbnailFile
Identifier of a chat, in which the thumbnail will be shown.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetMessage
Identifier of the chat the message belongs to.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetMessageLink
Identifier of the chat to which the message belongs.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetMessageLocally
Identifier of the chat the message belongs to.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetMessages
Identifier of the chat the messages belong to.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPaymentForm
Chat identifier of the Invoice message.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPaymentReceipt
Chat identifier of the PaymentSuccessful message.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPollVoters
Identifier of the chat to which the poll belongs.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPublicMessageLink
Identifier of the chat to which the message belongs.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetRepliedMessage
Identifier of the chat the message belongs to.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.JoinChat
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.LeaveChat
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginChannel
Identifier of the chat from which the message was originally forwarded.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageLinkInfo
If found, identifier of the chat to which the message belongs, 0 otherwise.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationGroup
Identifier of a chat to which all notifications in the group belong.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.OpenChat
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.OpenMessageContent
Chat identifier of the message.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.PinChatMessage
Identifier of the chat.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReadAllChatMentions
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveChatActionBar
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveRecentlyFoundChat
Identifier of the chat to be removed.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveTopChat
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReportChat
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ResendMessages
Identifier of the chat to send messages.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SaveApplicationLogEvent
Optional chat identifier, associated with the event.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatMembers
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatMessages
Identifier of the chat in which to search messages.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatRecentLocationMessages
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchSecretMessages
Identifier of the chat in which to search.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendBotStartMessage
Identifier of the target chat.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendChatAction
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendChatScreenshotTakenNotification
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendChatSetTtlMessage
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendInlineQueryResultMessage
Target chat.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendMessage
Target chat.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendMessageAlbum
Target chat.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendPaymentForm
Chat identifier of the Invoice message.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatChatList
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatClientData
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatDescription
Identifier of the chat.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatDiscussionGroup
Identifier of the channel chat.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatDraftMessage
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatLocation
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatMemberStatus
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatNotificationSettings
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatPermissions
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatPhoto
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatSlowModeDelay
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatTitle
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetGameScore
The chat to which the message with the game belongs.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetPollAnswer
Identifier of the chat to which the poll belongs.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.StopPoll
Identifier of the chat to which the poll belongs.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsByChat
Chat identifier; 0 if none.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ToggleChatDefaultDisableNotification
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ToggleChatIsMarkedAsUnread
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ToggleChatIsPinned
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.TransferChatOwnership
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UnpinChatMessage
Identifier of the chat.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatActionBar
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatChatList
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatDefaultDisableNotification
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatDraftMessage
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatHasScheduledMessages
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsMarkedAsUnread
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsPinned
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsSponsored
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatLastMessage
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatNotificationSettings
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatOnlineMemberCount
Identifier of the chat.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatOrder
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPermissions
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPhoto
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPinnedMessage
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReadInbox
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReadOutbox
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReplyMarkup
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatTitle
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatUnreadMentionCount
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateDeleteMessages
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageContent
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageContentOpened
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageEdited
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageLiveLocationViewed
Identifier of the chat with the live location message.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageMentionRead
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendAcknowledged
The chat identifier of the sent message.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageViews
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCallbackQuery
Identifier of the chat where the query was sent.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNotificationGroup
Identifier of a chat to which all notifications in the group belong.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserChatAction
Chat identifier.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpgradeBasicGroupChatToSupergroupChat
Identifier of the chat to upgrade.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ValidateOrderInfo
Chat identifier of the Invoice message.
chatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ViewMessages
Chat identifier.
chatIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chats
List of chat identifiers.
chatIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.OptimizeStorage
If not empty, only files from the given chats are considered.
chatIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetPinnedChats
The new list of pinned chats.
chatIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleAllowChatMembers
The chat identifiers, total number of chats in all rules must not exceed 20.
chatIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleRestrictChatMembers
The chat identifiers, total number of chats in all rules must not exceed 20.
chatInstance - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCallbackQuery
Identifier that uniquely corresponds to the chat to which the message was sent.
chatInstance - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineCallbackQuery
An identifier uniquely corresponding to the chat a message was sent to.
ChatInviteLink() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatInviteLink
Contains a chat invite link.
ChatInviteLink(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatInviteLink
Contains a chat invite link.
ChatInviteLinkInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatInviteLinkInfo
Contains information about a chat invite link.
ChatInviteLinkInfo(long, TdApi.ChatType, String, TdApi.ChatPhoto, int, int[], boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatInviteLinkInfo
Contains information about a chat invite link.
chatLimit - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetStorageStatistics
The maximum number of chats with the largest storage usage for which separate statistics should be returned.
chatLimit - Variable in class org.drinkless.td.libcore.telegram.TdApi.OptimizeStorage
Same as in getStorageStatistics.
chatList - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
A chat list to which the chat belongs; may be null.
ChatList() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatList
 
chatList - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChats
The chat list in which to return chats.
chatList - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessages
Chat list in which to search messages; pass null to search in all chats regardless of their chat list.
chatList - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatChatList
New chat list of the chat.
chatList - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetPinnedChats
Chat list in which to change the order of pinned chats.
chatList - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatChatList
The new chat's chat list; may be null.
chatList - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadChatCount
The chat list with changed number of unread messages.
chatList - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadMessageCount
The chat list with changed number of unread messages.
ChatListArchive() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatListArchive
A list of chats usually located at the top of the main chat list.
ChatListMain() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatListMain
A main list of chats.
ChatLocation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatLocation
Represents a location to which a chat is connected.
ChatLocation(TdApi.Location, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatLocation
Represents a location to which a chat is connected.
ChatMember() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMember
A user with information about joining/leaving a chat.
ChatMember(int, int, int, TdApi.ChatMemberStatus, TdApi.BotInfo) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMember
A user with information about joining/leaving a chat.
ChatMembers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMembers
Contains a list of chat members.
ChatMembers(int, TdApi.ChatMember[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMembers
Contains a list of chat members.
ChatMembersFilter() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilter
 
ChatMembersFilterAdministrators() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterAdministrators
Returns the owner and administrators.
ChatMembersFilterBanned() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterBanned
Returns users banned from the chat; can be used only by administrators in a supergroup or in a channel.
ChatMembersFilterBots() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterBots
Returns bot members of the chat.
ChatMembersFilterContacts() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterContacts
Returns contacts of the user.
ChatMembersFilterMembers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterMembers
Returns all chat members, including restricted chat members.
ChatMembersFilterRestricted() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterRestricted
Returns users under certain restrictions in the chat; can be used only by administrators in a supergroup.
ChatMemberStatus() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatus
 
ChatMemberStatusAdministrator() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusAdministrator
The user is a member of a chat and has some additional privileges.
ChatMemberStatusAdministrator(String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusAdministrator
The user is a member of a chat and has some additional privileges.
ChatMemberStatusBanned() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusBanned
The user was banned (and hence is not a member of the chat).
ChatMemberStatusBanned(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusBanned
The user was banned (and hence is not a member of the chat).
ChatMemberStatusCreator() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusCreator
The user is the owner of a chat and has all the administrator privileges.
ChatMemberStatusCreator(String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusCreator
The user is the owner of a chat and has all the administrator privileges.
ChatMemberStatusLeft() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusLeft
The user is not a chat member.
ChatMemberStatusMember() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusMember
The user is a member of a chat, without any additional privileges or restrictions.
ChatMemberStatusRestricted() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusRestricted
The user is under certain restrictions in the chat.
ChatMemberStatusRestricted(boolean, int, TdApi.ChatPermissions) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusRestricted
The user is under certain restrictions in the chat.
ChatNearby() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatNearby
Describes a chat located nearby.
ChatNearby(long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatNearby
Describes a chat located nearby.
ChatNotificationSettings() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatNotificationSettings
Contains information about notification settings for a chat.
ChatNotificationSettings(boolean, int, boolean, String, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatNotificationSettings
Contains information about notification settings for a chat.
ChatPermissions() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatPermissions
Describes actions that a user is allowed to take in a chat.
ChatPermissions(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatPermissions
Describes actions that a user is allowed to take in a chat.
ChatPhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatPhoto
Describes the photo of a chat.
ChatPhoto(TdApi.File, TdApi.File) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatPhoto
Describes the photo of a chat.
ChatReportReason() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatReportReason
 
ChatReportReasonChildAbuse() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonChildAbuse
The chat has child abuse related content.
ChatReportReasonCopyright() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonCopyright
The chat contains copyrighted content.
ChatReportReasonCustom() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonCustom
A custom reason provided by the user.
ChatReportReasonCustom(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonCustom
A custom reason provided by the user.
ChatReportReasonPornography() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonPornography
The chat contains pornographic messages.
ChatReportReasonSpam() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonSpam
The chat contains spam messages.
ChatReportReasonUnrelatedLocation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonUnrelatedLocation
The location-based chat is unrelated to its stated location.
ChatReportReasonViolence() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonViolence
The chat promotes violence.
Chats() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Chats
Represents a list of chats.
Chats(long[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Chats
Represents a list of chats.
ChatsNearby() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatsNearby
Represents a list of chats located nearby.
ChatsNearby(TdApi.ChatNearby[], TdApi.ChatNearby[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatsNearby
Represents a list of chats located nearby.
ChatType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatType
 
ChatTypeBasicGroup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatTypeBasicGroup
A basic group (i.e., a chat with 0-200 other users).
ChatTypeBasicGroup(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatTypeBasicGroup
A basic group (i.e., a chat with 0-200 other users).
ChatTypePrivate() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatTypePrivate
An ordinary chat with a user.
ChatTypePrivate(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatTypePrivate
An ordinary chat with a user.
ChatTypeSecret() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatTypeSecret
A secret chat with a user.
ChatTypeSecret(int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatTypeSecret
A secret chat with a user.
ChatTypeSupergroup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatTypeSupergroup
A supergroup (i.e. a chat with up to GetOption("supergroup_max_size") other users), or channel (with unlimited members).
ChatTypeSupergroup(int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ChatTypeSupergroup
A supergroup (i.e. a chat with up to GetOption("supergroup_max_size") other users), or channel (with unlimited members).
CheckAuthenticationBotToken() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckAuthenticationBotToken
Default constructor for a function, which checks the authentication token of a bot; to log in as a bot.
CheckAuthenticationBotToken(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckAuthenticationBotToken
Creates a function, which checks the authentication token of a bot; to log in as a bot.
CheckAuthenticationCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckAuthenticationCode
Default constructor for a function, which checks the authentication code.
CheckAuthenticationCode(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckAuthenticationCode
Creates a function, which checks the authentication code.
CheckAuthenticationPassword() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckAuthenticationPassword
Default constructor for a function, which checks the authentication password for correctness.
CheckAuthenticationPassword(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckAuthenticationPassword
Creates a function, which checks the authentication password for correctness.
CheckChangePhoneNumberCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckChangePhoneNumberCode
Default constructor for a function, which checks the authentication code sent to confirm a new phone number of the user.
CheckChangePhoneNumberCode(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckChangePhoneNumberCode
Creates a function, which checks the authentication code sent to confirm a new phone number of the user.
CheckChatInviteLink() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckChatInviteLink
Default constructor for a function, which checks the validity of an invite link for a chat and returns information about the corresponding chat.
CheckChatInviteLink(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckChatInviteLink
Creates a function, which checks the validity of an invite link for a chat and returns information about the corresponding chat.
CheckChatUsername() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsername
Default constructor for a function, which checks whether a username can be set for a chat.
CheckChatUsername(long, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsername
Creates a function, which checks whether a username can be set for a chat.
CheckChatUsernameResult() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResult
 
CheckChatUsernameResultOk() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResultOk
The username can be set.
CheckChatUsernameResultPublicChatsTooMuch() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResultPublicChatsTooMuch
The user has too much chats with username, one of them should be made private first.
CheckChatUsernameResultPublicGroupsUnavailable() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResultPublicGroupsUnavailable
The user can't be a member of a public supergroup.
CheckChatUsernameResultUsernameInvalid() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResultUsernameInvalid
The username is invalid.
CheckChatUsernameResultUsernameOccupied() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResultUsernameOccupied
The username is occupied.
CheckCreatedPublicChatsLimit() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckCreatedPublicChatsLimit
Default constructor for a function, which checks whether the maximum number of owned public chats has been reached.
CheckCreatedPublicChatsLimit(TdApi.PublicChatType) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckCreatedPublicChatsLimit
Creates a function, which checks whether the maximum number of owned public chats has been reached.
CheckDatabaseEncryptionKey() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckDatabaseEncryptionKey
Default constructor for a function, which checks the database encryption key for correctness.
CheckDatabaseEncryptionKey(byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckDatabaseEncryptionKey
Creates a function, which checks the database encryption key for correctness.
CheckEmailAddressVerificationCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckEmailAddressVerificationCode
Default constructor for a function, which checks the email address verification code for Telegram Passport.
CheckEmailAddressVerificationCode(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckEmailAddressVerificationCode
Creates a function, which checks the email address verification code for Telegram Passport.
CheckPhoneNumberConfirmationCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckPhoneNumberConfirmationCode
Default constructor for a function, which checks phone number confirmation code.
CheckPhoneNumberConfirmationCode(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckPhoneNumberConfirmationCode
Creates a function, which checks phone number confirmation code.
CheckPhoneNumberVerificationCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckPhoneNumberVerificationCode
Default constructor for a function, which checks the phone number verification code for Telegram Passport.
CheckPhoneNumberVerificationCode(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckPhoneNumberVerificationCode
Creates a function, which checks the phone number verification code for Telegram Passport.
CheckRecoveryEmailAddressCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckRecoveryEmailAddressCode
Default constructor for a function, which checks the 2-step verification recovery email address verification code.
CheckRecoveryEmailAddressCode(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CheckRecoveryEmailAddressCode
Creates a function, which checks the 2-step verification recovery email address verification code.
city - Variable in class org.drinkless.td.libcore.telegram.TdApi.Address
City.
CleanFileName() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CleanFileName
Default constructor for a function, which removes potentially dangerous characters from the name of a file.
CleanFileName(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CleanFileName
Creates a function, which removes potentially dangerous characters from the name of a file.
ClearAllDraftMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ClearAllDraftMessages
Default constructor for a function, which clears draft messages in all chats.
ClearAllDraftMessages(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ClearAllDraftMessages
Creates a function, which clears draft messages in all chats.
clearDraft - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageText
True, if a chat message draft should be deleted.
ClearImportedContacts() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ClearImportedContacts
Default constructor for a function, which clears all imported contacts, contact list remains unchanged.
ClearRecentlyFoundChats() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ClearRecentlyFoundChats
Default constructor for a function, which clears the list of recently found chats.
ClearRecentStickers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ClearRecentStickers
Default constructor for a function, which clears the list of recently used stickers.
ClearRecentStickers(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ClearRecentStickers
Creates a function, which clears the list of recently used stickers.
Client - Class in org.drinkless.td.libcore.telegram
Main class for interaction with the TDLib.
Client.ExceptionHandler - Interface in org.drinkless.td.libcore.telegram
Interface for handler of exceptions thrown while invoking ResultHandler.
Client.ResultHandler - Interface in org.drinkless.td.libcore.telegram
Interface for handler for results of queries to TDLib and incoming updates from TDLib.
clientData - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Contains client-specific data associated with the chat.
clientData - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatClientData
New value of clientData.
close() - Method in class org.drinkless.td.libcore.telegram.Client
Closes Client.
Close() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Close
Default constructor for a function, which closes the TDLib instance.
CloseChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CloseChat
Default constructor for a function, which informs TDLib that the chat is closed by the user.
CloseChat(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CloseChat
Creates a function, which informs TDLib that the chat is closed by the user.
CloseSecretChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CloseSecretChat
Default constructor for a function, which closes a secret chat, effectively transferring its state to secretChatStateClosed.
CloseSecretChat(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CloseSecretChat
Creates a function, which closes a secret chat, effectively transferring its state to secretChatStateClosed.
code - Variable in class org.drinkless.td.libcore.telegram.TdApi.CheckAuthenticationCode
The verification code received via SMS, Telegram message, phone call, or flash call.
code - Variable in class org.drinkless.td.libcore.telegram.TdApi.CheckChangePhoneNumberCode
Verification code received by SMS, phone call or flash call.
code - Variable in class org.drinkless.td.libcore.telegram.TdApi.CheckEmailAddressVerificationCode
Verification code.
code - Variable in class org.drinkless.td.libcore.telegram.TdApi.CheckPhoneNumberConfirmationCode
The phone number confirmation code.
code - Variable in class org.drinkless.td.libcore.telegram.TdApi.CheckPhoneNumberVerificationCode
Verification code.
code - Variable in class org.drinkless.td.libcore.telegram.TdApi.CheckRecoveryEmailAddressCode
Verification code.
code - Variable in class org.drinkless.td.libcore.telegram.TdApi.Error
Error code; subject to future changes.
codeInfo - Variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitCode
Information about the authorization code that was sent.
color - Variable in class org.drinkless.td.libcore.telegram.TdApi.BackgroundFillSolid
A color of the background in the RGB24 format.
colspan - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTableCell
The number of columns the cell should span.
command - Variable in class org.drinkless.td.libcore.telegram.TdApi.BotCommand
Text of the bot command.
commands - Variable in class org.drinkless.td.libcore.telegram.TdApi.BotInfo
A list of commands supported by the bot.
comment - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendCallRating
An optional user comment if the rating is less than 5.
compareSound - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatNotificationSettingsExceptions
If true, also chats with non-default sound will be returned.
config - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallStateReady
A JSON-encoded call config.
ConfirmQrCodeAuthentication() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ConfirmQrCodeAuthentication
Default constructor for a function, which confirms QR code authentication on another device.
ConfirmQrCodeAuthentication(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ConfirmQrCodeAuthentication
Creates a function, which confirms QR code authentication on another device.
ConnectedWebsite() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsite
Contains information about one website the current user is logged in with Telegram.
ConnectedWebsite(long, String, int, String, String, int, int, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsite
Contains information about one website the current user is logged in with Telegram.
ConnectedWebsites() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsites
Contains a list of websites the current user is logged in with Telegram.
ConnectedWebsites(TdApi.ConnectedWebsite[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsites
Contains a list of websites the current user is logged in with Telegram.
connectionId - Variable in class org.drinkless.td.libcore.telegram.TdApi.DiscardCall
Identifier of the connection used during the call.
connections - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallStateReady
Available UDP reflectors.
ConnectionState() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ConnectionState
 
ConnectionStateConnecting() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ConnectionStateConnecting
Currently establishing a connection to the Telegram servers.
ConnectionStateConnectingToProxy() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ConnectionStateConnectingToProxy
Currently establishing a connection with a proxy server.
ConnectionStateReady() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ConnectionStateReady
There is a working connection to the Telegram servers.
ConnectionStateUpdating() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ConnectionStateUpdating
Downloading data received while the client was offline.
ConnectionStateWaitingForNetwork() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ConnectionStateWaitingForNetwork
Currently waiting for the network to become available.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AcceptCall
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AcceptTermsOfService
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AccountTtl
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AddChatMember
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AddChatMembers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AddContact
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AddCustomServerLanguagePack
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AddFavoriteSticker
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AddLocalMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AddLogMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AddNetworkStatistics
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AddProxy
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AddRecentlyFoundChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AddRecentSticker
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Address
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AddSavedAnimation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AddStickerToSet
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Animation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Animations
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerCallbackQuery
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerCustomQuery
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerInlineQuery
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerPreCheckoutQuery
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerShippingQuery
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Audio
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeCall
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeFlashCall
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeSms
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeTelegramMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateClosed
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateClosing
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateLoggingOut
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateReady
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitEncryptionKey
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitOtherDeviceConfirmation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitPassword
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitPhoneNumber
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitRegistration
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitTdlibParameters
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettings
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettingsPresets
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Background
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.BackgroundFillGradient
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.BackgroundFillSolid
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Backgrounds
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypeFill
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypePattern
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypeWallpaper
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.BasicGroup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.BasicGroupFullInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.BlockUser
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.BotCommand
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.BotInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Call
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryAnswer
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryPayloadData
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryPayloadGame
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallConnection
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReasonDeclined
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReasonDisconnected
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReasonEmpty
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReasonHungUp
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReasonMissed
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallId
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallProblemDistortedSpeech
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallProblemDropped
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallProblemEcho
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallProblemInterruptions
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallProblemNoise
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallProblemSilentLocal
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallProblemSilentRemote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallProtocol
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallStateDiscarded
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallStateError
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallStateExchangingKeys
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallStateHangingUp
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallStatePending
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CallStateReady
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CancelDownloadFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CancelUploadFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnership
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResultOk
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResultPasswordNeeded
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResultPasswordTooFresh
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResultSessionTooFresh
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChangeImportedContacts
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChangePhoneNumber
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChangeStickerSet
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionBarAddContact
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionBarReportAddBlock
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionBarReportSpam
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionBarReportUnrelatedLocation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionBarSharePhoneNumber
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionCancel
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionChoosingContact
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionChoosingLocation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionRecordingVideo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionRecordingVideoNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionRecordingVoiceNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionStartPlayingGame
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionTyping
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingDocument
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingPhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingVideo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingVideoNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingVoiceNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatAdministrator
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatAdministrators
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEvent
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventDescriptionChanged
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventInvitesToggled
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventIsAllHistoryAvailableToggled
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLinkedChatChanged
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLocationChanged
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLogFilters
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberInvited
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberJoined
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberLeft
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberPromoted
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberRestricted
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessageDeleted
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessageEdited
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessagePinned
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessageUnpinned
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventPermissionsChanged
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventPhotoChanged
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventPollStopped
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEvents
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventSignMessagesToggled
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventSlowModeDelayChanged
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventStickerSetChanged
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventTitleChanged
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventUsernameChanged
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatInviteLink
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatInviteLinkInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatListArchive
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatListMain
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatLocation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMember
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMembers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterAdministrators
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterBanned
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterBots
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterContacts
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterMembers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterRestricted
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusAdministrator
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusBanned
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusCreator
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusLeft
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusMember
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusRestricted
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatNearby
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatNotificationSettings
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatPermissions
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatPhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonChildAbuse
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonCopyright
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonCustom
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonPornography
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonSpam
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonUnrelatedLocation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonViolence
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Chats
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatsNearby
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatTypeBasicGroup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatTypePrivate
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatTypeSecret
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ChatTypeSupergroup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckAuthenticationBotToken
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckAuthenticationCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckAuthenticationPassword
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckChangePhoneNumberCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckChatInviteLink
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsername
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResultOk
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResultPublicChatsTooMuch
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResultPublicGroupsUnavailable
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResultUsernameInvalid
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResultUsernameOccupied
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckCreatedPublicChatsLimit
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckDatabaseEncryptionKey
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckEmailAddressVerificationCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckPhoneNumberConfirmationCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckPhoneNumberVerificationCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CheckRecoveryEmailAddressCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CleanFileName
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ClearAllDraftMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ClearImportedContacts
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ClearRecentlyFoundChats
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ClearRecentStickers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Close
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CloseChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CloseSecretChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ConfirmQrCodeAuthentication
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsite
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsites
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectionStateConnecting
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectionStateConnectingToProxy
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectionStateReady
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectionStateUpdating
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectionStateWaitingForNetwork
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Contact
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Count
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CreateBasicGroupChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CreateCall
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CreateNewBasicGroupChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CreateNewSecretChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CreateNewStickerSet
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CreateNewSupergroupChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CreatePrivateChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CreateSecretChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CreateSupergroupChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CreateTemporaryPassword
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.CustomRequestResult
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DatabaseStatistics
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Date
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DatedFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeepLinkInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteAccount
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteChatHistory
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteChatMessagesFromUser
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteChatReplyMarkup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteLanguagePack
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeletePassportElement
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteProfilePhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteSavedCredentials
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteSavedOrderInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteSupergroup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Destroy
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenApplePush
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenApplePushVoIP
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenBlackBerryPush
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenFirebaseCloudMessaging
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenMicrosoftPush
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenMicrosoftPushVoIP
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenSimplePush
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenTizenPush
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenUbuntuPush
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenWebPush
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenWindowsPush
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DisableProxy
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DiscardCall
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DisconnectAllWebsites
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DisconnectWebsite
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Document
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DownloadFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.DraftMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EditCustomLanguagePackInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageCaption
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageLiveLocation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageMedia
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageReplyMarkup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageText
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageCaption
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageLiveLocation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageMedia
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageReplyMarkup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageSchedulingState
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageText
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EditProxy
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EmailAddressAuthenticationCodeInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Emojis
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EnableProxy
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EncryptedCredentials
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.EncryptedPassportElement
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Error
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.File
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FilePart
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FileTypeAnimation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FileTypeAudio
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FileTypeDocument
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FileTypeNone
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FileTypePhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FileTypeProfilePhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FileTypeSecret
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FileTypeSecretThumbnail
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FileTypeSecure
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FileTypeSticker
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FileTypeThumbnail
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FileTypeUnknown
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FileTypeVideo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FileTypeVideoNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FileTypeVoiceNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FileTypeWallpaper
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FinishFileGeneration
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FormattedText
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ForwardMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.FoundMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Game
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GameHighScore
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GameHighScores
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GenerateChatInviteLink
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetAccountTtl
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetActiveLiveLocationMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetActiveSessions
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetAllPassportElements
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetApplicationConfig
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetArchivedStickerSets
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetAttachedStickerSets
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetAuthorizationState
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetAutoDownloadSettingsPresets
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetBackgrounds
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetBackgroundUrl
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetBasicGroup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetBasicGroupFullInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetBlockedUsers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetCallbackQueryAnswer
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatAdministrators
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatEventLog
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatHistory
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatMember
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatMessageByDate
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatMessageCount
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatNotificationSettingsExceptions
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatPinnedMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetChats
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatScheduledMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatStatisticsUrl
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetConnectedWebsites
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetContacts
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetCountryCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetCreatedPublicChats
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetCurrentState
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetDatabaseStatistics
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetDeepLinkInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetEmojiSuggestionsUrl
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetFavoriteStickers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetFileDownloadedPrefixSize
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetFileExtension
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetFileMimeType
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetGameHighScores
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetGroupsInCommon
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetImportedContactCount
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetInactiveSupergroupChats
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetInlineGameHighScores
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetInlineQueryResults
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetInstalledStickerSets
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetInviteText
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetJsonString
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetJsonValue
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackString
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackStrings
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetLocalizationTargetInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetLoginUrl
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetLoginUrlInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetLogStream
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetLogTags
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetLogTagVerbosityLevel
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetLogVerbosityLevel
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetMapThumbnailFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetMe
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetMessageLink
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetMessageLinkInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetMessageLocally
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetNetworkStatistics
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetOption
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetPassportAuthorizationForm
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetPassportAuthorizationFormAvailableElements
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetPassportElement
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetPasswordState
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetPaymentForm
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetPaymentReceipt
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetPollVoters
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetPreferredCountryLanguage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetProxies
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetProxyLink
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetPublicMessageLink
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetPushReceiverId
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetRecentInlineBots
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetRecentlyVisitedTMeUrls
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetRecentStickers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetRecoveryEmailAddress
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetRemoteFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetRepliedMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetSavedAnimations
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetSavedOrderInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetScopeNotificationSettings
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetSecretChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetStickerEmojis
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetStickers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetStickerSet
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetStorageStatistics
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetStorageStatisticsFast
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetSuitableDiscussionChats
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetSupergroup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetSupergroupFullInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetSupergroupMembers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetSupportUser
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetTemporaryPasswordState
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetTextEntities
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetTopChats
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetTrendingStickerSets
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetUser
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetUserFullInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetUserPrivacySettingRules
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetUserProfilePhotos
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetWebPageInstantView
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.GetWebPagePreview
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Hashtags
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.HttpUrl
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.IdentityDocument
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ImportContacts
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ImportedContacts
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButton
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeBuy
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeCallback
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeCallbackGame
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeLoginUrl
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeSwitchInline
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeUrl
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultAnimation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultArticle
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultAudio
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultContact
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultDocument
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultGame
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultLocation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultPhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResults
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultSticker
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVenue
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVideo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVoiceNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputBackgroundLocal
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputBackgroundRemote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsAndroidPay
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsApplePay
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsNew
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsSaved
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputFileGenerated
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputFileId
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputFileLocal
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputFileRemote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputIdentityDocument
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedGif
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedMpeg4
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultArticle
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAudio
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultContact
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultDocument
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultGame
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultLocation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultPhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultSticker
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVenue
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVideo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVoiceNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageAnimation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageAudio
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageContact
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageDocument
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageForwarded
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageGame
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageInvoice
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageLocation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessagePhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessagePoll
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageSticker
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageText
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVenue
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideoNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVoiceNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementAddress
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementBankStatement
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementDriverLicense
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementEmailAddress
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementError
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceDataField
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceFiles
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceFrontSide
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceReverseSide
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceSelfie
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceTranslationFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceTranslationFiles
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceUnspecified
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementIdentityCard
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementInternalPassport
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPassport
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPassportRegistration
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPersonalDetails
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPhoneNumber
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementRentalAgreement
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementTemporaryRegistration
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementUtilityBill
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputPersonalDocument
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputSticker
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.InputThumbnail
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Invoice
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.JoinChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.JoinChatByInviteLink
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.JsonObjectMember
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.JsonValueArray
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.JsonValueBoolean
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.JsonValueNull
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.JsonValueNumber
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.JsonValueObject
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.JsonValueString
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.KeyboardButton
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonTypeRequestLocation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonTypeRequestPhoneNumber
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonTypeRequestPoll
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonTypeText
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LabeledPricePart
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackString
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStrings
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValueDeleted
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValueOrdinary
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValuePluralized
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LeaveChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LocalFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LocalizationTargetInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Location
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LoginUrlInfoOpen
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LoginUrlInfoRequestConfirmation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LogOut
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LogStreamDefault
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LogStreamEmpty
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LogStreamFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LogTags
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.LogVerbosityLevel
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MaskPointChin
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MaskPointEyes
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MaskPointForehead
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MaskPointMouth
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MaskPosition
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Message
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageAnimation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageAudio
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageBasicGroupChatCreate
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageCall
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatAddMembers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatChangePhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatChangeTitle
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatDeleteMember
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatDeletePhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatJoinByLink
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatSetTtl
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatUpgradeFrom
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatUpgradeTo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageContact
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageContactRegistered
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageCustomServiceAction
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageDocument
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageExpiredPhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageExpiredVideo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginChannel
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginHiddenUser
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginUser
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageGame
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageGameScore
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageInvoice
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageLinkInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageLocation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePassportDataReceived
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePassportDataSent
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessful
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessfulBot
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePinMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePoll
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Messages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageSchedulingStateSendAtDate
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageSchedulingStateSendWhenOnline
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageScreenshotTaken
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageSendingStateFailed
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageSendingStatePending
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageSticker
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageSupergroupChatCreate
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageText
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageUnsupported
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageVenue
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageVideo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageVideoNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageVoiceNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.MessageWebsiteConnected
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Minithumbnail
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatistics
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntryCall
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntryFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkTypeMobile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkTypeMobileRoaming
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkTypeNone
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkTypeOther
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkTypeWiFi
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Notification
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationGroup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationGroupTypeCalls
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationGroupTypeMentions
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationGroupTypeMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationGroupTypeSecretChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationSettingsScopeChannelChats
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationSettingsScopeGroupChats
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationSettingsScopePrivateChats
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewCall
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewPushMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewSecretChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Ok
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.OpenChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.OpenMessageContent
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.OptimizeStorage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.OptionValueBoolean
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.OptionValueEmpty
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.OptionValueInteger
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.OptionValueString
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.OrderInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockAnchor
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockAnimation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockAudio
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockAuthorDate
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockBlockQuote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockCaption
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockChatLink
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockCollage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockCover
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockDetails
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockDivider
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbedded
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbeddedPost
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockFooter
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockHeader
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockHorizontalAlignmentCenter
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockHorizontalAlignmentLeft
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockHorizontalAlignmentRight
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockKicker
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockList
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockListItem
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockMap
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockParagraph
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockPhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockPreformatted
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockPullQuote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockRelatedArticle
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockRelatedArticles
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockSlideshow
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockSubheader
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockSubtitle
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTable
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTableCell
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTitle
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVerticalAlignmentBottom
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVerticalAlignmentMiddle
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVerticalAlignmentTop
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVideo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVoiceNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ParseTextEntities
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportAuthorizationForm
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementAddress
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementBankStatement
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementDriverLicense
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementEmailAddress
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementError
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceDataField
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceFiles
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceFrontSide
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceReverseSide
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceSelfie
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceTranslationFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceTranslationFiles
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceUnspecified
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementIdentityCard
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementInternalPassport
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementPassport
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementPassportRegistration
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementPersonalDetails
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementPhoneNumber
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementRentalAgreement
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElements
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementsWithErrors
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTemporaryRegistration
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeAddress
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeBankStatement
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeDriverLicense
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeEmailAddress
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeIdentityCard
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeInternalPassport
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypePassport
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypePassportRegistration
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypePersonalDetails
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypePhoneNumber
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeRentalAgreement
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeTemporaryRegistration
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeUtilityBill
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementUtilityBill
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportRequiredElement
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PassportSuitableElement
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PasswordState
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentForm
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentReceipt
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentResult
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentsProviderStripe
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PersonalDetails
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PersonalDocument
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PhoneNumberAuthenticationSettings
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Photo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PhotoSize
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PinChatMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PingProxy
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Poll
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PollOption
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PollTypeQuiz
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PollTypeRegular
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ProcessPushNotification
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ProfilePhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Proxies
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Proxy
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeHttp
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeMtproto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeSocks5
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PublicChatTypeHasUsername
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PublicChatTypeIsLocationBased
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PublicMessageLink
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentAnimation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentAudio
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentBasicGroupChatCreate
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatAddMembers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatChangePhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatChangeTitle
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatDeleteMember
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatJoinByLink
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentContact
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentContactRegistered
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentDocument
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentGame
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentGameScore
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentHidden
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentInvoice
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentLocation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentMediaAlbum
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentMessageForwards
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentPhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentPoll
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentScreenshotTaken
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentSticker
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentText
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVideo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVideoNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVoiceNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.PushReceiverId
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ReadAllChatMentions
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ReadFilePart
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RecoverAuthenticationPassword
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RecoverPassword
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RecoveryEmailAddress
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RegisterDevice
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RegisterUser
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RemoteFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveBackground
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveChatActionBar
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveContacts
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveFavoriteSticker
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveNotification
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveNotificationGroup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveProxy
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveRecentHashtag
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveRecentlyFoundChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveRecentSticker
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveSavedAnimation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveStickerFromSet
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveTopChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ReorderInstalledStickerSets
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupForceReply
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupInlineKeyboard
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupRemoveKeyboard
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupShowKeyboard
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ReportChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ReportSupergroupSpam
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RequestAuthenticationPasswordRecovery
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RequestPasswordRecovery
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RequestQrCodeAuthentication
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ResendAuthenticationCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ResendChangePhoneNumberCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ResendEmailAddressVerificationCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ResendMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ResendPhoneNumberConfirmationCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ResendPhoneNumberVerificationCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ResendRecoveryEmailAddressCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ResetAllNotificationSettings
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ResetBackgrounds
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ResetNetworkStatistics
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextAnchor
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextBold
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextEmailAddress
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextFixed
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextIcon
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextItalic
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextMarked
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextPhoneNumber
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextPlain
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RichTexts
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextStrikethrough
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextSubscript
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextSuperscript
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextUnderline
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextUrl
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SaveApplicationLogEvent
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SavedCredentials
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ScopeNotificationSettings
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchBackground
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchCallMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatMembers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatRecentLocationMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChats
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatsNearby
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatsOnServer
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchContacts
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchEmojis
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchHashtags
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchInstalledStickerSets
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterAnimation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterAudio
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterCall
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterChatPhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterDocument
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterEmpty
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterMention
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterMissedCall
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterPhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterPhotoAndVideo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterUnreadMention
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterUrl
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterVideo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterVideoNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterVoiceAndVideoNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterVoiceNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchPublicChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchPublicChats
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchSecretMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchStickers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchStickerSet
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SearchStickerSets
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Seconds
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SecretChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SecretChatStateClosed
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SecretChatStatePending
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SecretChatStateReady
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SendBotStartMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SendCallDebugInformation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SendCallRating
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SendChatAction
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SendChatScreenshotTakenNotification
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SendChatSetTtlMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SendCustomRequest
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SendEmailAddressVerificationCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SendInlineQueryResultMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SendMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SendMessageAlbum
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SendMessageOptions
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SendPassportAuthorizationForm
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SendPaymentForm
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SendPhoneNumberConfirmationCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SendPhoneNumberVerificationCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Session
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Sessions
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetAccountTtl
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetAlarm
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetAuthenticationPhoneNumber
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetAutoDownloadSettings
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetBackground
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetBio
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetBotUpdatesStatus
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatChatList
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatClientData
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatDescription
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatDiscussionGroup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatDraftMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatLocation
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatMemberStatus
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatNotificationSettings
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatPermissions
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatPhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatSlowModeDelay
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatTitle
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetCustomLanguagePack
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetCustomLanguagePackString
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetDatabaseEncryptionKey
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetFileGenerationProgress
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetGameScore
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetInlineGameScore
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetLogStream
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetLogTagVerbosityLevel
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetLogVerbosityLevel
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetName
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetNetworkType
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetOption
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetPassportElement
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetPassportElementErrors
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetPassword
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetPinnedChats
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetPollAnswer
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetProfilePhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetRecoveryEmailAddress
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetScopeNotificationSettings
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetStickerPositionInSet
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetSupergroupStickerSet
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetSupergroupUsername
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetTdlibParameters
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetUsername
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SetUserPrivacySettingRules
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SharePhoneNumber
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ShippingOption
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Sticker
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Stickers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSet
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSetInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSets
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.StopPoll
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatistics
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsByChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsByFileType
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsFast
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Supergroup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterAdministrators
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterBanned
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterBots
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterContacts
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterRecent
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterRestricted
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterSearch
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.SynchronizeLanguagePack
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TemporaryPasswordState
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TerminateAllOtherSessions
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TerminateSession
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TermsOfService
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestBytes
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestCallBytes
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestCallEmpty
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestCallString
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorInt
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorIntObject
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorString
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorStringObject
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestGetDifference
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestInt
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestNetwork
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestProxy
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestReturnError
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestSquareInt
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestString
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestUseUpdate
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestVectorInt
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestVectorIntObject
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestVectorString
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TestVectorStringObject
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Text
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntities
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntity
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeBold
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeBotCommand
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeCashtag
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeEmailAddress
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeHashtag
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeItalic
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeMention
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeMentionName
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypePhoneNumber
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypePre
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypePreCode
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeStrikethrough
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeTextUrl
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeUnderline
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeUrl
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextParseModeHTML
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TextParseModeMarkdown
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TMeUrl
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TMeUrls
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeChatInvite
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeStickerSet
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeSupergroup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeUser
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ToggleChatDefaultDisableNotification
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ToggleChatIsMarkedAsUnread
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ToggleChatIsPinned
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ToggleSupergroupIsAllHistoryAvailable
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ToggleSupergroupSignMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryBots
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryCalls
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryChannels
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryForwardChats
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryGroups
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryInlineBots
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryUsers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.TransferChatOwnership
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UnblockUser
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UnpinChatMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateActiveNotifications
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateAuthorizationState
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateBasicGroup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateBasicGroupFullInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateCall
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatActionBar
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatChatList
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatDefaultDisableNotification
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatDraftMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatHasScheduledMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsMarkedAsUnread
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsPinned
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsSponsored
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatLastMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatNotificationSettings
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatOnlineMemberCount
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatOrder
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPermissions
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPinnedMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReadInbox
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReadOutbox
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReplyMarkup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatTitle
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatUnreadMentionCount
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateConnectionState
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateDeleteMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateFavoriteStickers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateFileGenerationStart
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateFileGenerationStop
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateHavePendingNotifications
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateInstalledStickerSets
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateLanguagePackStrings
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageContent
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageContentOpened
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageEdited
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageLiveLocationViewed
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageMentionRead
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendAcknowledged
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendFailed
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendSucceeded
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageViews
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCallbackQuery
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewChosenInlineResult
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCustomEvent
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCustomQuery
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineCallbackQuery
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineQuery
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewMessage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewPreCheckoutQuery
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewShippingQuery
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNotification
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNotificationGroup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateOption
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdatePoll
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdatePollAnswer
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateRecentStickers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Updates
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateSavedAnimations
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateScopeNotificationSettings
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateSecretChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateSelectedBackground
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateServiceNotification
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateSupergroup
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateSupergroupFullInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateTermsOfService
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateTrendingStickerSets
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadChatCount
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadMessageCount
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUser
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserChatAction
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserFullInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserPrivacySettingRules
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUsersNearby
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserStatus
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UpgradeBasicGroupChatToSupergroupChat
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UploadFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UploadStickerFile
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.User
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserFullInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingAllowCalls
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingAllowChatInvites
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingAllowFindingByPhoneNumber
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingAllowPeerToPeerCalls
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleAllowAll
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleAllowChatMembers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleAllowContacts
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleAllowUsers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleRestrictAll
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleRestrictChatMembers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleRestrictContacts
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleRestrictUsers
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRules
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingShowLinkInForwardedMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingShowPhoneNumber
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingShowProfilePhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingShowStatus
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserProfilePhoto
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserProfilePhotos
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Users
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserStatusEmpty
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserStatusLastMonth
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserStatusLastWeek
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserStatusOffline
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserStatusOnline
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserStatusRecently
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserTypeBot
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserTypeDeleted
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserTypeRegular
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.UserTypeUnknown
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ValidatedOrderInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ValidateOrderInfo
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Venue
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.Video
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.VideoNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ViewMessages
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.ViewTrendingStickerSets
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.VoiceNote
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.WebPageInstantView
Identifier uniquely determining type of the object.
CONSTRUCTOR - Static variable in class org.drinkless.td.libcore.telegram.TdApi.WriteGeneratedFilePart
Identifier uniquely determining type of the object.
contact - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddContact
The contact to add or edit; phone number can be empty and needs to be specified only if known, vCard is ignored.
Contact() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Contact
Describes a user contact.
Contact(String, String, String, String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Contact
Describes a user contact.
contact - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultContact
A user contact.
contact - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultContact
User contact.
contact - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageContact
Contact to send.
contact - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageContact
The contact description.
contacts - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChangeImportedContacts
The new list of contacts, contact's vCard are ignored and are not imported.
contacts - Variable in class org.drinkless.td.libcore.telegram.TdApi.ImportContacts
The list of contacts to import or edit; contacts' vCard are ignored and are not imported.
containsUnreadMention - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
True, if the message contains an unread mention for the current user.
content - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
Content of the message.
content - Variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewPushMessage
Push message content.
content - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateServiceNotification
Notification content.
conversion - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputFileGenerated
String specifying the conversion applied to the original file; should be persistent across application restarts.
conversion - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateFileGenerationStart
String specifying the conversion applied to the original file.
correctOptionId - Variable in class org.drinkless.td.libcore.telegram.TdApi.PollTypeQuiz
0-based identifier of the correct answer option; -1 for a yet unanswered poll.
Count() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Count
Contains a counter.
Count(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Count
Contains a counter.
count - Variable in class org.drinkless.td.libcore.telegram.TdApi.Count
Count.
count - Variable in class org.drinkless.td.libcore.telegram.TdApi.OptimizeStorage
Limit on the total count of files after deletion.
count - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReadFilePart
Number of bytes to read.
count - Variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatistics
Total number of files.
count - Variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsByChat
Total number of files in the chat.
count - Variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsByFileType
Total number of files.
country - Variable in class org.drinkless.td.libcore.telegram.TdApi.Session
A two-letter country code for the country from which the session was created, based on the IP address.
countryCode - Variable in class org.drinkless.td.libcore.telegram.TdApi.Address
A two-letter ISO 3166-1 alpha-2 country code.
countryCode - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPreferredCountryLanguage
A two-letter ISO 3166-1 alpha-2 country code.
countryCode - Variable in class org.drinkless.td.libcore.telegram.TdApi.PersonalDetails
A two-letter ISO 3166-1 alpha-2 country code of the user's country.
cover - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockCover
Cover.
covers - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSetInfo
Contains up to the first 5 stickers from the set, depending on the context.
create(Client.ResultHandler, Client.ExceptionHandler, Client.ExceptionHandler) - Static method in class org.drinkless.td.libcore.telegram.Client
Creates new Client.
CreateBasicGroupChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateBasicGroupChat
Default constructor for a function, which returns an existing chat corresponding to a known basic group.
CreateBasicGroupChat(int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateBasicGroupChat
Creates a function, which returns an existing chat corresponding to a known basic group.
CreateCall() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateCall
Default constructor for a function, which creates a new call.
CreateCall(int, TdApi.CallProtocol) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateCall
Creates a function, which creates a new call.
CreateNewBasicGroupChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateNewBasicGroupChat
Default constructor for a function, which creates a new basic group and sends a corresponding messageBasicGroupChatCreate.
CreateNewBasicGroupChat(int[], String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateNewBasicGroupChat
Creates a function, which creates a new basic group and sends a corresponding messageBasicGroupChatCreate.
CreateNewSecretChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateNewSecretChat
Default constructor for a function, which creates a new secret chat.
CreateNewSecretChat(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateNewSecretChat
Creates a function, which creates a new secret chat.
CreateNewStickerSet() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateNewStickerSet
Default constructor for a function, which creates a new sticker set; for bots only.
CreateNewStickerSet(int, String, String, boolean, TdApi.InputSticker[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateNewStickerSet
Creates a function, which creates a new sticker set; for bots only.
CreateNewSupergroupChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateNewSupergroupChat
Default constructor for a function, which creates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate.
CreateNewSupergroupChat(String, boolean, String, TdApi.ChatLocation) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateNewSupergroupChat
Creates a function, which creates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate.
CreatePrivateChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreatePrivateChat
Default constructor for a function, which returns an existing chat corresponding to a given user.
CreatePrivateChat(int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreatePrivateChat
Creates a function, which returns an existing chat corresponding to a given user.
CreateSecretChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateSecretChat
Default constructor for a function, which returns an existing chat corresponding to a known secret chat.
CreateSecretChat(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateSecretChat
Creates a function, which returns an existing chat corresponding to a known secret chat.
CreateSupergroupChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateSupergroupChat
Default constructor for a function, which returns an existing chat corresponding to a known supergroup or channel.
CreateSupergroupChat(int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateSupergroupChat
Creates a function, which returns an existing chat corresponding to a known supergroup or channel.
CreateTemporaryPassword() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateTemporaryPassword
Default constructor for a function, which creates a new temporary password for processing payments.
CreateTemporaryPassword(String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CreateTemporaryPassword
Creates a function, which creates a new temporary password for processing payments.
creatorUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.BasicGroupFullInfo
User identifier of the creator of the group; 0 if unknown.
credentials - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePassportDataReceived
Encrypted data credentials.
credentials - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendPaymentForm
The credentials chosen by user for payment.
credentialsTitle - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentReceipt
Title of the saved credentials.
credit - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockBlockQuote
Quote credit.
credit - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockCaption
Block credit (like HTML tag <cite>).
credit - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockPullQuote
Quote credit.
currency - Variable in class org.drinkless.td.libcore.telegram.TdApi.Invoice
ISO 4217 currency code.
currency - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageInvoice
Currency for the product price.
currency - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessful
Currency for the price of the product.
currency - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessfulBot
Currency for price of the product.
currency - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewPreCheckoutQuery
Currency for the product price.
customQueryId - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerCustomQuery
Identifier of a custom query.
CustomRequestResult() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CustomRequestResult
Contains the result of a custom request.
CustomRequestResult(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.CustomRequestResult
Contains the result of a custom request.
customTitle - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatAdministrator
Custom title of the administrator.
customTitle - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusAdministrator
A custom title of the administrator; 0-16 characters without emojis; applicable to supergroups only.
customTitle - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusCreator
A custom title of the owner; 0-16 characters without emojis; applicable to supergroups only.

D

data - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerCustomQuery
JSON-serialized answer to the query.
data - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryPayloadData
Data that was attached to the callback button.
data - Variable in class org.drinkless.td.libcore.telegram.TdApi.EncryptedCredentials
The encrypted credentials.
data - Variable in class org.drinkless.td.libcore.telegram.TdApi.EncryptedPassportElement
Encrypted JSON-encoded data about the user.
data - Variable in class org.drinkless.td.libcore.telegram.TdApi.FilePart
File bytes.
data - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeCallback
Data to be sent to the bot via a callback query.
data - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsAndroidPay
JSON-encoded data with the credential identifier.
data - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsApplePay
JSON-encoded data with the credential identifier.
data - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsNew
Contains JSON-encoded data with a credential identifier from the payment provider.
data - Variable in class org.drinkless.td.libcore.telegram.TdApi.Minithumbnail
The thumbnail in JPEG format.
data - Variable in class org.drinkless.td.libcore.telegram.TdApi.SaveApplicationLogEvent
The log event data.
data - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCustomQuery
JSON-serialized query data.
data - Variable in class org.drinkless.td.libcore.telegram.TdApi.WriteGeneratedFilePart
The data to write.
databaseDirectory - Variable in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
The path to the directory for the persistent database; if empty, the current working directory will be used.
databaseSize - Variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsFast
Size of the database.
DatabaseStatistics() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DatabaseStatistics
Contains database statistics.
DatabaseStatistics(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DatabaseStatistics
Contains database statistics.
dataHash - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceDataField
Current data hash.
date - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEvent
Point in time (Unix timestamp) when the event happened.
Date() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Date
Represents a date according to the Gregorian calendar.
Date(int, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Date
Represents a date according to the Gregorian calendar.
date - Variable in class org.drinkless.td.libcore.telegram.TdApi.DatedFile
Point in time (Unix timestamp) when the file was uploaded.
date - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatMessageByDate
Point in time (Unix timestamp) relative to which to search for messages.
date - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
Point in time (Unix timestamp) when the message was sent.
date - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardInfo
Point in time (Unix timestamp) when the message was originally sent.
date - Variable in class org.drinkless.td.libcore.telegram.TdApi.Notification
Notification date.
date - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbeddedPost
Point in time (Unix timestamp) when the post was created; 0 if unknown.
date - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentReceipt
Point in time (Unix timestamp) when the payment was made.
date - Variable in class org.drinkless.td.libcore.telegram.TdApi.Supergroup
Point in time (Unix timestamp) when the current user joined, or the point in time when the supergroup or channel was created, in case the user is not a member.
DatedFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DatedFile
File with the date it was uploaded.
DatedFile(TdApi.File, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DatedFile
File with the date it was uploaded.
day - Variable in class org.drinkless.td.libcore.telegram.TdApi.Date
Day of the month, 1-31.
days - Variable in class org.drinkless.td.libcore.telegram.TdApi.AccountTtl
Number of days of inactivity before the account will be flagged for deletion; should range from 30-366 days.
dcId - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestProxy
Identifier of a datacenter, with which to test connection.
debugInformation - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendCallDebugInformation
Debug information in application-specific format.
DeepLinkInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeepLinkInfo
Contains information about a tg:// deep link.
DeepLinkInfo(TdApi.FormattedText, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeepLinkInfo
Contains information about a tg:// deep link.
defaultDisableNotification - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Default value of the disableNotification parameter, used when a message is sent to the chat.
defaultDisableNotification - Variable in class org.drinkless.td.libcore.telegram.TdApi.ToggleChatDefaultDisableNotification
New value of defaultDisableNotification.
defaultDisableNotification - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatDefaultDisableNotification
The new defaultDisableNotification value.
DeleteAccount() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteAccount
Default constructor for a function, which deletes the account of the current user, deleting all information associated with the user from the server.
DeleteAccount(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteAccount
Creates a function, which deletes the account of the current user, deleting all information associated with the user from the server.
DeleteChatHistory() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteChatHistory
Default constructor for a function, which deletes all messages in the chat.
DeleteChatHistory(long, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteChatHistory
Creates a function, which deletes all messages in the chat.
DeleteChatMessagesFromUser() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteChatMessagesFromUser
Default constructor for a function, which deletes all messages sent by the specified user to a chat.
DeleteChatMessagesFromUser(long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteChatMessagesFromUser
Creates a function, which deletes all messages sent by the specified user to a chat.
DeleteChatReplyMarkup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteChatReplyMarkup
Default constructor for a function, which deletes the default reply markup from a chat.
DeleteChatReplyMarkup(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteChatReplyMarkup
Creates a function, which deletes the default reply markup from a chat.
DeleteFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteFile
Default constructor for a function, which deletes a file from the TDLib file cache.
DeleteFile(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteFile
Creates a function, which deletes a file from the TDLib file cache.
DeleteLanguagePack() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteLanguagePack
Default constructor for a function, which deletes all information about a language pack in the current localization target.
DeleteLanguagePack(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteLanguagePack
Creates a function, which deletes all information about a language pack in the current localization target.
DeleteMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteMessages
Default constructor for a function, which deletes messages.
DeleteMessages(long, long[], boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteMessages
Creates a function, which deletes messages.
DeletePassportElement() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeletePassportElement
Default constructor for a function, which deletes a Telegram Passport element.
DeletePassportElement(TdApi.PassportElementType) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeletePassportElement
Creates a function, which deletes a Telegram Passport element.
DeleteProfilePhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteProfilePhoto
Default constructor for a function, which deletes a profile photo.
DeleteProfilePhoto(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteProfilePhoto
Creates a function, which deletes a profile photo.
DeleteSavedCredentials() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteSavedCredentials
Default constructor for a function, which deletes saved credentials for all payment provider bots.
DeleteSavedOrderInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteSavedOrderInfo
Default constructor for a function, which deletes saved order info.
DeleteSupergroup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteSupergroup
Default constructor for a function, which deletes a supergroup or channel along with all messages in the corresponding chat.
DeleteSupergroup(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeleteSupergroup
Creates a function, which deletes a supergroup or channel along with all messages in the corresponding chat.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.BasicGroupFullInfo
Group description.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.BotCommand
Description of the bot command.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.BotInfo
Long description shown on the user info page.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateNewSupergroupChat
Chat description; 0-255 characters.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.Game
Game description.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultArticle
A short description of the result.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultDocument
Document description.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultPhoto
A short description of the result, if known.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVideo
Description of the video.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultArticle
A short description of the result.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultDocument
Short description of the result, if known.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultPhoto
A short description of the result, if known.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVideo
A short description of the result, if known.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageInvoice
Product description; 0-255 characters.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageInvoice
Product description.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockRelatedArticle
Article description; may be empty.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatDescription
New chat description; 0-255 characters.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
Supergroup or channel description.
description - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Description of the content.
destinationPath - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateFileGenerationStart
The path to a file that should be created and where the new file should be generated.
Destroy() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Destroy
Default constructor for a function, which closes the TDLib instance, destroying all local data without a proper logout.
deviceModel - Variable in class org.drinkless.td.libcore.telegram.TdApi.Session
Model of the device the application has been run or is running on, as provided by the application.
deviceModel - Variable in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
Model of the device the application is being run on; must be non-empty.
DeviceToken() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceToken
 
deviceToken - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenApplePush
Device token; may be empty to de-register a device.
deviceToken - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenApplePushVoIP
Device token; may be empty to de-register a device.
deviceToken - Variable in class org.drinkless.td.libcore.telegram.TdApi.RegisterDevice
Device token.
DeviceTokenApplePush() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenApplePush
A token for Apple Push Notification service.
DeviceTokenApplePush(String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenApplePush
A token for Apple Push Notification service.
DeviceTokenApplePushVoIP() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenApplePushVoIP
A token for Apple Push Notification service VoIP notifications.
DeviceTokenApplePushVoIP(String, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenApplePushVoIP
A token for Apple Push Notification service VoIP notifications.
DeviceTokenBlackBerryPush() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenBlackBerryPush
A token for BlackBerry Push Service.
DeviceTokenBlackBerryPush(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenBlackBerryPush
A token for BlackBerry Push Service.
DeviceTokenFirebaseCloudMessaging() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenFirebaseCloudMessaging
A token for Firebase Cloud Messaging.
DeviceTokenFirebaseCloudMessaging(String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenFirebaseCloudMessaging
A token for Firebase Cloud Messaging.
DeviceTokenMicrosoftPush() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenMicrosoftPush
A token for Microsoft Push Notification Service.
DeviceTokenMicrosoftPush(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenMicrosoftPush
A token for Microsoft Push Notification Service.
DeviceTokenMicrosoftPushVoIP() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenMicrosoftPushVoIP
A token for Microsoft Push Notification Service VoIP channel.
DeviceTokenMicrosoftPushVoIP(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenMicrosoftPushVoIP
A token for Microsoft Push Notification Service VoIP channel.
DeviceTokenSimplePush() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenSimplePush
A token for Simple Push API for Firefox OS.
DeviceTokenSimplePush(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenSimplePush
A token for Simple Push API for Firefox OS.
DeviceTokenTizenPush() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenTizenPush
A token for Tizen Push Service.
DeviceTokenTizenPush(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenTizenPush
A token for Tizen Push Service.
DeviceTokenUbuntuPush() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenUbuntuPush
A token for Ubuntu Push Client service.
DeviceTokenUbuntuPush(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenUbuntuPush
A token for Ubuntu Push Client service.
DeviceTokenWebPush() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenWebPush
A token for web Push API.
DeviceTokenWebPush(String, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenWebPush
A token for web Push API.
DeviceTokenWindowsPush() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenWindowsPush
A token for Windows Push Notification Services.
DeviceTokenWindowsPush(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenWindowsPush
A token for Windows Push Notification Services.
disableMentionNotifications - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatNotificationSettings
If true, notifications for messages with mentions will be created as for an ordinary unread message.
disableMentionNotifications - Variable in class org.drinkless.td.libcore.telegram.TdApi.ScopeNotificationSettings
True, if notifications for messages with mentions will be created as for an ordinary unread message.
disableNotification - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddLocalMessage
Pass true to disable notification for the message.
disableNotification - Variable in class org.drinkless.td.libcore.telegram.TdApi.PinChatMessage
True, if there should be no notification about the pinned message.
disableNotification - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendMessageOptions
Pass true to disable notification for the message.
disablePinnedMessageNotifications - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatNotificationSettings
If true, notifications for incoming pinned messages will be created as for an ordinary unread message.
disablePinnedMessageNotifications - Variable in class org.drinkless.td.libcore.telegram.TdApi.ScopeNotificationSettings
True, if notifications for incoming pinned messages will be created as for an ordinary unread message.
DisableProxy() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DisableProxy
Default constructor for a function, which disables the currently enabled proxy.
disableWebPagePreview - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageText
True, if rich web page previews for URLs in the message text should be disabled.
DiscardCall() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DiscardCall
Default constructor for a function, which discards a call.
DiscardCall(int, boolean, int, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DiscardCall
Creates a function, which discards a call.
discardReason - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageCall
Reason why the call was discarded.
DisconnectAllWebsites() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DisconnectAllWebsites
Default constructor for a function, which disconnects all websites from the current user's Telegram account.
DisconnectWebsite() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DisconnectWebsite
Default constructor for a function, which disconnects website from the current user's Telegram account.
DisconnectWebsite(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DisconnectWebsite
Creates a function, which disconnects website from the current user's Telegram account.
discussionChatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatDiscussionGroup
Identifier of a new channel's discussion group.
displayUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
URL to display.
distance - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatNearby
Distance to the chat location in meters.
document - Variable in class org.drinkless.td.libcore.telegram.TdApi.Background
Document with the background; may be null.
Document() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Document
Describes a document of any type.
Document(String, String, TdApi.Minithumbnail, TdApi.PhotoSize, TdApi.File) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Document
Describes a document of any type.
document - Variable in class org.drinkless.td.libcore.telegram.TdApi.Document
File containing the document.
document - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultDocument
Document.
document - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageDocument
Document to be sent.
document - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageDocument
The document description.
document - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentDocument
Message content; may be null.
document - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextIcon
The image represented as a document.
document - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Preview of the content as a document, if available (currently only available for small PDF files and ZIP archives); may be null.
documentUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultDocument
URL of the file.
domain - Variable in class org.drinkless.td.libcore.telegram.TdApi.LoginUrlInfoRequestConfirmation
A domain of the URL.
domainName - Variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsite
The domain name of the website.
domainName - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageWebsiteConnected
Domain name of the connected website.
downloadedPrefixSize - Variable in class org.drinkless.td.libcore.telegram.TdApi.LocalFile
If isDownloadingCompleted is false, then only some prefix of the file starting from downloadOffset is ready to be read. downloadedPrefixSize is the size of that prefix.
downloadedSize - Variable in class org.drinkless.td.libcore.telegram.TdApi.LocalFile
Total downloaded file bytes.
DownloadFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DownloadFile
Default constructor for a function, which downloads a file from the cloud.
DownloadFile(int, int, int, int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DownloadFile
Creates a function, which downloads a file from the cloud.
downloadOffset - Variable in class org.drinkless.td.libcore.telegram.TdApi.LocalFile
Download will be started from this offset. downloadedPrefixSize is calculated from this offset.
draftMessage - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
A draft of a message in the chat; may be null.
DraftMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DraftMessage
Contains information about a message draft.
DraftMessage(long, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.DraftMessage
Contains information about a message draft.
draftMessage - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatDraftMessage
New draft message; may be null.
draftMessage - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatDraftMessage
The new draft message; may be null.
driverLicense - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementDriverLicense
The driver license to be saved.
driverLicense - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementDriverLicense
Driver license.
duration - Variable in class org.drinkless.td.libcore.telegram.TdApi.Animation
Duration of the animation, in seconds; as defined by the sender.
duration - Variable in class org.drinkless.td.libcore.telegram.TdApi.Audio
Duration of the audio, in seconds; as defined by the sender.
duration - Variable in class org.drinkless.td.libcore.telegram.TdApi.DiscardCall
The call duration, in seconds.
duration - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageAnimation
Duration of the animation, in seconds.
duration - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageAudio
Duration of the audio, in seconds; may be replaced by the server.
duration - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideo
Duration of the video, in seconds.
duration - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideoNote
Duration of the video, in seconds.
duration - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVoiceNote
Duration of the voice note, in seconds.
duration - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageCall
Call duration, in seconds.
duration - Variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntryCall
Total call duration, in seconds.
duration - Variable in class org.drinkless.td.libcore.telegram.TdApi.Video
Duration of the video, in seconds; as defined by the sender.
duration - Variable in class org.drinkless.td.libcore.telegram.TdApi.VideoNote
Duration of the video, in seconds; as defined by the sender.
duration - Variable in class org.drinkless.td.libcore.telegram.TdApi.VoiceNote
Duration of the voice note, in seconds; as defined by the sender.
duration - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Duration of the content, in seconds.

E

EditCustomLanguagePackInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditCustomLanguagePackInfo
Default constructor for a function, which edits information about a custom local language pack in the current localization target.
EditCustomLanguagePackInfo(TdApi.LanguagePackInfo) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditCustomLanguagePackInfo
Creates a function, which edits information about a custom local language pack in the current localization target.
editDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
Point in time (Unix timestamp) when the message was last edited.
editDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageEdited
Point in time (Unix timestamp) when the message was edited.
EditInlineMessageCaption() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageCaption
Default constructor for a function, which edits the caption of an inline message sent via a bot; for bots only.
EditInlineMessageCaption(String, TdApi.ReplyMarkup, TdApi.FormattedText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageCaption
Creates a function, which edits the caption of an inline message sent via a bot; for bots only.
EditInlineMessageLiveLocation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageLiveLocation
Default constructor for a function, which edits the content of a live location in an inline message sent via a bot; for bots only.
EditInlineMessageLiveLocation(String, TdApi.ReplyMarkup, TdApi.Location) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageLiveLocation
Creates a function, which edits the content of a live location in an inline message sent via a bot; for bots only.
EditInlineMessageMedia() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageMedia
Default constructor for a function, which edits the content of a message with an animation, an audio, a document, a photo or a video in an inline message sent via a bot; for bots only.
EditInlineMessageMedia(String, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageMedia
Creates a function, which edits the content of a message with an animation, an audio, a document, a photo or a video in an inline message sent via a bot; for bots only.
EditInlineMessageReplyMarkup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageReplyMarkup
Default constructor for a function, which edits the reply markup of an inline message sent via a bot; for bots only.
EditInlineMessageReplyMarkup(String, TdApi.ReplyMarkup) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageReplyMarkup
Creates a function, which edits the reply markup of an inline message sent via a bot; for bots only.
EditInlineMessageText() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageText
Default constructor for a function, which edits the text of an inline text or game message sent via a bot; for bots only.
EditInlineMessageText(String, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageText
Creates a function, which edits the text of an inline text or game message sent via a bot; for bots only.
editMessage - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetGameScore
True, if the message should be edited.
editMessage - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetInlineGameScore
True, if the message should be edited.
EditMessageCaption() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditMessageCaption
Default constructor for a function, which edits the message content caption.
EditMessageCaption(long, long, TdApi.ReplyMarkup, TdApi.FormattedText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditMessageCaption
Creates a function, which edits the message content caption.
EditMessageLiveLocation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditMessageLiveLocation
Default constructor for a function, which edits the message content of a live location.
EditMessageLiveLocation(long, long, TdApi.ReplyMarkup, TdApi.Location) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditMessageLiveLocation
Creates a function, which edits the message content of a live location.
EditMessageMedia() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditMessageMedia
Default constructor for a function, which edits the content of a message with an animation, an audio, a document, a photo or a video.
EditMessageMedia(long, long, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditMessageMedia
Creates a function, which edits the content of a message with an animation, an audio, a document, a photo or a video.
EditMessageReplyMarkup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditMessageReplyMarkup
Default constructor for a function, which edits the message reply markup; for bots only.
EditMessageReplyMarkup(long, long, TdApi.ReplyMarkup) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditMessageReplyMarkup
Creates a function, which edits the message reply markup; for bots only.
EditMessageSchedulingState() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditMessageSchedulingState
Default constructor for a function, which edits the time when a scheduled message will be sent.
EditMessageSchedulingState(long, long, TdApi.MessageSchedulingState) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditMessageSchedulingState
Creates a function, which edits the time when a scheduled message will be sent.
EditMessageText() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditMessageText
Default constructor for a function, which edits the text of a message (or a text of a game message).
EditMessageText(long, long, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditMessageText
Creates a function, which edits the text of a message (or a text of a game message).
EditProxy() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditProxy
Default constructor for a function, which edits an existing proxy server for network requests.
EditProxy(int, String, int, boolean, TdApi.ProxyType) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EditProxy
Creates a function, which edits an existing proxy server for network requests.
element - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetPassportElement
Input Telegram Passport element.
elementHash - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceUnspecified
Current hash of the entire element.
elements - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePassportDataReceived
List of received Telegram Passport elements.
elements - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElements
Telegram Passport elements.
elements - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementsWithErrors
Telegram Passport elements.
emailAddress - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementEmailAddress
The email address to be saved.
emailAddress - Variable in class org.drinkless.td.libcore.telegram.TdApi.OrderInfo
Email address of the user.
emailAddress - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementEmailAddress
Email address.
emailAddress - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextEmailAddress
Email address.
emailAddress - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendEmailAddressVerificationCode
Email address.
EmailAddressAuthenticationCodeInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EmailAddressAuthenticationCodeInfo
Information about the email address authentication code that was sent.
EmailAddressAuthenticationCodeInfo(String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EmailAddressAuthenticationCodeInfo
Information about the email address authentication code that was sent.
emailAddressPattern - Variable in class org.drinkless.td.libcore.telegram.TdApi.EmailAddressAuthenticationCodeInfo
Pattern of the email address to which an authentication code was sent.
embedHeight - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Height of the embedded preview.
embedType - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
MIME type of the embedded preview, (e.g., text/html or video/mp4).
embedUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
URL to show in the embedded preview.
embedWidth - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Width of the embedded preview.
emoji - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetStickers
String representation of emoji.
emoji - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentSticker
Emoji corresponding to the sticker; may be empty.
emoji - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchStickers
String representation of emoji; must be non-empty.
emoji - Variable in class org.drinkless.td.libcore.telegram.TdApi.Sticker
Emoji corresponding to the sticker.
emojis - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallStateReady
Encryption key emojis fingerprint.
Emojis() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Emojis
Represents a list of emoji.
Emojis(String[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Emojis
Represents a list of emoji.
emojis - Variable in class org.drinkless.td.libcore.telegram.TdApi.Emojis
List of emojis.
emojis - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputSticker
Emoji corresponding to the sticker.
emojis - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSet
A list of emoji corresponding to the stickers in the same order.
enable - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddProxy
True, if the proxy should be enabled.
enable - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditProxy
True, if the proxy should be enabled.
EnableProxy() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EnableProxy
Default constructor for a function, which enables a proxy.
EnableProxy(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EnableProxy
Creates a function, which enables a proxy.
enableStorageOptimizer - Variable in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
If set to true, old files will automatically be deleted.
encrypt - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenApplePushVoIP
True, if push notifications should be additionally encrypted.
encrypt - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenFirebaseCloudMessaging
True, if push notifications should be additionally encrypted.
EncryptedCredentials() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EncryptedCredentials
Contains encrypted Telegram Passport data credentials.
EncryptedCredentials(byte[], byte[], byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EncryptedCredentials
Contains encrypted Telegram Passport data credentials.
EncryptedPassportElement() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EncryptedPassportElement
Contains information about an encrypted Telegram Passport element; for bots only.
EncryptedPassportElement(TdApi.PassportElementType, byte[], TdApi.DatedFile, TdApi.DatedFile, TdApi.DatedFile, TdApi.DatedFile[], TdApi.DatedFile[], String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.EncryptedPassportElement
Contains information about an encrypted Telegram Passport element; for bots only.
encryptionKey - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallStateReady
Call encryption key.
encryptionKey - Variable in class org.drinkless.td.libcore.telegram.TdApi.CheckDatabaseEncryptionKey
Encryption key to check or set up.
endpoint - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenSimplePush
Absolute URL exposed by the push service where the application server can send push messages; may be empty to de-register a device.
endpoint - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenWebPush
Absolute URL exposed by the push service where the application server can send push messages; may be empty to de-register a device.
entities - Variable in class org.drinkless.td.libcore.telegram.TdApi.FormattedText
Entities contained in the text.
entities - Variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntities
List of text entities.
entries - Variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatistics
Network statistics entries.
entry - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddNetworkStatistics
The network statistics entry with the data to be added to statistics.
error - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallStateError
Error.
Error() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Error
An object of this type can be returned on every function call, in case of an error.
Error(int, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Error
An object of this type can be returned on every function call, in case of an error.
error - Variable in class org.drinkless.td.libcore.telegram.TdApi.FinishFileGeneration
If set, means that file generation has failed and should be terminated.
error - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestReturnError
The error to be returned.
errorCode - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageSendingStateFailed
An error code; 0 if unknown.
errorCode - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendFailed
An error code.
errorMessage - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerPreCheckoutQuery
An error message, empty on success.
errorMessage - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerShippingQuery
An error message, empty on success.
errorMessage - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageSendingStateFailed
Error message.
errorMessage - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetBotUpdatesStatus
The last error message.
errorMessage - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendFailed
Error message.
errors - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementsWithErrors
Errors in the elements that are already available.
errors - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetPassportElementErrors
The errors.
event - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCustomEvent
A JSON-serialized event.
events - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEvents
List of events.
exactMatch - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchEmojis
True, if only emojis, which exactly match text needs to be returned.
excludeChatIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.OptimizeStorage
If not empty, files from the given chats are excluded.
excludeSecretChats - Variable in class org.drinkless.td.libcore.telegram.TdApi.ClearAllDraftMessages
If true, local draft messages in secret chats will not be cleared.
execute(TdApi.Function) - Static method in class org.drinkless.td.libcore.telegram.Client
Synchronously executes a TDLib request.
expectedSize - Variable in class org.drinkless.td.libcore.telegram.TdApi.File
Expected file size in case the exact file size is unknown, but an approximate size is known.
expectedSize - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputFileGenerated
Expected size of the generated file; 0 if unknown.
expectedSize - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetFileGenerationProgress
Expected size of the generated file, in bytes; 0 if unknown.
expires - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserStatusOnline
Point in time (Unix timestamp) when the user's online status will expire.
expiresIn - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageLocation
Left time for which the location can be updated, in seconds. updateMessageContent is not sent when this field changes.
expiryDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.IdentityDocument
Document expiry date; may be null.
expiryDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputIdentityDocument
Document expiry date, if available.

F

fewValue - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValuePluralized
Value for few objects.
fieldName - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceDataField
Field name.
fieldName - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceDataField
Field name.
file - Variable in class org.drinkless.td.libcore.telegram.TdApi.DatedFile
The file.
File() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.File
Represents a file.
File(int, int, int, TdApi.LocalFile, TdApi.RemoteFile) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.File
Represents a file.
file - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateFile
New data about the file.
file - Variable in class org.drinkless.td.libcore.telegram.TdApi.UploadFile
File to upload.
fileCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsFast
Approximate number of files.
fileHash - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceFile
Current hash of the file which has the error.
fileHash - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceFrontSide
Current hash of the file containing the front side.
fileHash - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceReverseSide
Current hash of the file containing the reverse side.
fileHash - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceSelfie
Current hash of the file containing the selfie.
fileHash - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceTranslationFile
Current hash of the file containing the translation.
fileHashes - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceFiles
Current hashes of all attached files.
fileHashes - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceTranslationFiles
Current hashes of all files with the translation.
fileId - Variable in class org.drinkless.td.libcore.telegram.TdApi.CancelDownloadFile
Identifier of a file to stop downloading.
fileId - Variable in class org.drinkless.td.libcore.telegram.TdApi.CancelUploadFile
Identifier of the file to stop uploading.
fileId - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteFile
Identifier of the file to delete.
fileId - Variable in class org.drinkless.td.libcore.telegram.TdApi.DownloadFile
Identifier of the file to download.
fileId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetAttachedStickerSets
File identifier.
fileId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetFile
Identifier of the file to get.
fileId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetFileDownloadedPrefixSize
Identifier of the file.
fileId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReadFilePart
Identifier of the file.
fileIndex - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceFile
Index of a file with the error.
fileIndex - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceTranslationFile
Index of a file with the error.
fileName - Variable in class org.drinkless.td.libcore.telegram.TdApi.Animation
Original name of the file; as defined by the sender.
fileName - Variable in class org.drinkless.td.libcore.telegram.TdApi.Audio
Original name of the file; as defined by the sender.
fileName - Variable in class org.drinkless.td.libcore.telegram.TdApi.CleanFileName
File name or path to the file.
fileName - Variable in class org.drinkless.td.libcore.telegram.TdApi.Document
Original name of the file; as defined by the sender.
fileName - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetFileMimeType
The name of the file or path to the file.
fileName - Variable in class org.drinkless.td.libcore.telegram.TdApi.Video
Original name of the file; as defined by the sender.
FilePart() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FilePart
Contains a part of a file.
FilePart(byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FilePart
Contains a part of a file.
files - Variable in class org.drinkless.td.libcore.telegram.TdApi.EncryptedPassportElement
List of attached files.
files - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPersonalDocument
List of files containing the pages of the document.
files - Variable in class org.drinkless.td.libcore.telegram.TdApi.PersonalDocument
List of files containing the pages of the document.
filesDirectory - Variable in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
The path to the directory for storing files; if empty, databaseDirectory will be used.
filesSize - Variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsFast
Approximate total size of files.
FileType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileType
 
fileType - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetRemoteFile
File type, if known.
fileType - Variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntryFile
Type of the file the data is part of.
fileType - Variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsByFileType
File type.
fileType - Variable in class org.drinkless.td.libcore.telegram.TdApi.UploadFile
File type.
FileTypeAnimation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileTypeAnimation
The file is an animation.
FileTypeAudio() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileTypeAudio
The file is an audio file.
FileTypeDocument() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileTypeDocument
The file is a document.
FileTypeNone() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileTypeNone
The data is not a file.
FileTypePhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileTypePhoto
The file is a photo.
FileTypeProfilePhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileTypeProfilePhoto
The file is a profile photo.
fileTypes - Variable in class org.drinkless.td.libcore.telegram.TdApi.OptimizeStorage
If not empty, only files with the given type(s) are considered.
FileTypeSecret() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileTypeSecret
The file was sent to a secret chat (the file type is not known to the server).
FileTypeSecretThumbnail() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileTypeSecretThumbnail
The file is a thumbnail of a file from a secret chat.
FileTypeSecure() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileTypeSecure
The file is a file from Secure storage used for storing Telegram Passport files.
FileTypeSticker() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileTypeSticker
The file is a sticker.
FileTypeThumbnail() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileTypeThumbnail
The file is a thumbnail of another file.
FileTypeUnknown() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileTypeUnknown
The file type is not yet known.
FileTypeVideo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileTypeVideo
The file is a video.
FileTypeVideoNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileTypeVideoNote
The file is a video note.
FileTypeVoiceNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileTypeVoiceNote
The file is a voice note.
FileTypeWallpaper() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FileTypeWallpaper
The file is a wallpaper or a background pattern.
fill - Variable in class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypeFill
Description of the background fill.
fill - Variable in class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypePattern
Description of the background fill.
filter - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatMessageCount
Filter for message content; searchMessagesFilterEmpty is unsupported in this function.
filter - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetSupergroupMembers
The type of users to return.
filter - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatMembers
The type of users to return.
filter - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatMessages
Filter for message content in the search results.
filter - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchSecretMessages
A filter for the content of messages in the search results.
filters - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatEventLog
The types of events to return.
finalize() - Method in class org.drinkless.td.libcore.telegram.Client
 
FinishFileGeneration() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FinishFileGeneration
Default constructor for a function, which finishes the file generation.
FinishFileGeneration(long, TdApi.Error) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FinishFileGeneration
Creates a function, which finishes the file generation.
firstName - Variable in class org.drinkless.td.libcore.telegram.TdApi.Contact
First name of the user; 1-255 characters in length.
firstName - Variable in class org.drinkless.td.libcore.telegram.TdApi.PersonalDetails
First name of the user written in English; 1-255 characters.
firstName - Variable in class org.drinkless.td.libcore.telegram.TdApi.RegisterUser
The first name of the user; 1-64 characters.
firstName - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetName
The new value of the first name for the user; 1-64 characters.
firstName - Variable in class org.drinkless.td.libcore.telegram.TdApi.User
First name of the user.
footer - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockFooter
Footer.
forAlbum - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPublicMessageLink
Pass true if a link for a whole media album should be returned.
forAlbum - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageLinkInfo
True, if the whole media album to which the message belongs is linked.
force - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateBasicGroupChat
If true, the chat will be created without network request.
force - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreatePrivateChat
If true, the chat will be created without network request.
force - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateSupergroupChat
If true, the chat will be created without network request.
force - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetGameScore
Pass true to update the score even if it decreases.
force - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetInlineGameScore
Pass true to update the score even if it decreases.
forceFull - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetWebPageInstantView
If true, the full instant view for the web page will be returned.
forceQuiz - Variable in class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonTypeRequestPoll
If true, only polls in quiz mode must be allowed to create.
forceRead - Variable in class org.drinkless.td.libcore.telegram.TdApi.ViewMessages
True, if messages in closed chats should be marked as read.
forceRegular - Variable in class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonTypeRequestPoll
If true, only regular polls must be allowed to create.
forDarkTheme - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetBackgrounds
True, if the backgrounds needs to be ordered for dark theme.
forDarkTheme - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetBackground
True, if the background is chosen for dark theme.
forDarkTheme - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateSelectedBackground
True, if background for dark theme has changed.
FormattedText() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FormattedText
A text with some entities.
FormattedText(String, TdApi.TextEntity[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FormattedText
A text with some entities.
forwardInfo - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
Information about the initial message sender; may be null.
forwardLimit - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddChatMember
The number of earlier messages from the chat to be forwarded to the new member; up to 100.
ForwardMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ForwardMessages
Default constructor for a function, which forwards previously sent messages.
ForwardMessages(long, long, long[], TdApi.SendMessageOptions, boolean, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ForwardMessages
Creates a function, which forwards previously sent messages.
forwardText - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeLoginUrl
If non-empty, new text of the button in forwarded messages.
FoundMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FoundMessages
Contains a list of messages found by a search.
FoundMessages(TdApi.Message[], long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.FoundMessages
Contains a list of messages found by a search.
fromBackground - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendMessageOptions
Pass true if the message is sent from the background.
fromCache - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateDeleteMessages
True, if the messages are deleted only from the cache and can possibly be retrieved again in the future.
fromChatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ForwardMessages
Identifier of the chat from which to forward messages.
fromChatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageForwarded
Identifier for the chat this forwarded message came from.
fromChatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardInfo
For messages forwarded to the chat with the current user (Saved Messages) or to the channel's discussion group, the identifier of the chat from which the message was forwarded last time; 0 if unknown.
fromEventId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatEventLog
Identifier of an event from which to return results.
fromMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatHistory
Identifier of the message starting from which history must be fetched; use 0 to get results from the last message.
fromMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardInfo
For messages forwarded to the chat with the current user (Saved Messages) or to the channel's discussion group, the identifier of the original message from which the new message was forwarded last time; 0 if unknown.
fromMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchCallMessages
Identifier of the message from which to search; use 0 to get results from the last message.
fromMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatMessages
Identifier of the message starting from which history must be fetched; use 0 to get results from the last message.
fromSearchId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchSecretMessages
The identifier from the result of a previous request, use 0 to get results from the last message.
frontSide - Variable in class org.drinkless.td.libcore.telegram.TdApi.EncryptedPassportElement
The front side of an identity document.
frontSide - Variable in class org.drinkless.td.libcore.telegram.TdApi.IdentityDocument
Front side of the document.
frontSide - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputIdentityDocument
Front side of the document.
Function() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Function
 

G

Game() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Game
Describes a game.
Game(long, String, String, TdApi.FormattedText, String, TdApi.Photo, TdApi.Animation) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Game
Describes a game.
game - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultGame
Game result.
game - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageGame
The game description.
GameHighScore() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GameHighScore
Contains one row of the game high score table.
GameHighScore(int, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GameHighScore
Contains one row of the game high score table.
GameHighScores() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GameHighScores
Contains a list of game high scores.
GameHighScores(TdApi.GameHighScore[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GameHighScores
Contains a list of game high scores.
gameId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageGameScore
Identifier of the game; may be different from the games presented in the message with the game.
gameMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageGameScore
Identifier of the message with the game, can be an identifier of a deleted message.
gameShortName - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryPayloadGame
A short name of the game that was attached to the callback button.
gameShortName - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultGame
Short name of the game.
gameShortName - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageGame
Short name of the game.
gender - Variable in class org.drinkless.td.libcore.telegram.TdApi.PersonalDetails
Gender of the user, "male" or "female".
GenerateChatInviteLink() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GenerateChatInviteLink
Default constructor for a function, which generates a new invite link for a chat; the previously generated link is revoked.
GenerateChatInviteLink(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GenerateChatInviteLink
Creates a function, which generates a new invite link for a chat; the previously generated link is revoked.
generationId - Variable in class org.drinkless.td.libcore.telegram.TdApi.FinishFileGeneration
The identifier of the generation process.
generationId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetFileGenerationProgress
The identifier of the generation process.
generationId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateFileGenerationStart
Unique identifier for the generation process.
generationId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateFileGenerationStop
Unique identifier for the generation process.
generationId - Variable in class org.drinkless.td.libcore.telegram.TdApi.WriteGeneratedFilePart
The identifier of the generation process.
GetAccountTtl() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetAccountTtl
Default constructor for a function, which returns the period of inactivity after which the account of the current user will automatically be deleted.
GetActiveLiveLocationMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetActiveLiveLocationMessages
Default constructor for a function, which returns all active live locations that should be updated by the client.
GetActiveSessions() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetActiveSessions
Default constructor for a function, which returns all active sessions of the current user.
GetAllPassportElements() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetAllPassportElements
Default constructor for a function, which returns all available Telegram Passport elements.
GetAllPassportElements(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetAllPassportElements
Creates a function, which returns all available Telegram Passport elements.
GetApplicationConfig() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetApplicationConfig
Default constructor for a function, which returns application config, provided by the server.
GetArchivedStickerSets() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetArchivedStickerSets
Default constructor for a function, which returns a list of archived sticker sets.
GetArchivedStickerSets(boolean, long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetArchivedStickerSets
Creates a function, which returns a list of archived sticker sets.
GetAttachedStickerSets() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetAttachedStickerSets
Default constructor for a function, which returns a list of sticker sets attached to a file.
GetAttachedStickerSets(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetAttachedStickerSets
Creates a function, which returns a list of sticker sets attached to a file.
GetAuthorizationState() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetAuthorizationState
Default constructor for a function, which returns the current authorization state; this is an offline request.
GetAutoDownloadSettingsPresets() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetAutoDownloadSettingsPresets
Default constructor for a function, which returns auto-download settings presets for the currently logged in user.
GetBackgrounds() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetBackgrounds
Default constructor for a function, which returns backgrounds installed by the user.
GetBackgrounds(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetBackgrounds
Creates a function, which returns backgrounds installed by the user.
GetBackgroundUrl() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetBackgroundUrl
Default constructor for a function, which constructs a persistent HTTP URL for a background.
GetBackgroundUrl(String, TdApi.BackgroundType) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetBackgroundUrl
Creates a function, which constructs a persistent HTTP URL for a background.
GetBasicGroup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetBasicGroup
Default constructor for a function, which returns information about a basic group by its identifier.
GetBasicGroup(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetBasicGroup
Creates a function, which returns information about a basic group by its identifier.
GetBasicGroupFullInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetBasicGroupFullInfo
Default constructor for a function, which returns full information about a basic group by its identifier.
GetBasicGroupFullInfo(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetBasicGroupFullInfo
Creates a function, which returns full information about a basic group by its identifier.
GetBlockedUsers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetBlockedUsers
Default constructor for a function, which returns users that were blocked by the current user.
GetBlockedUsers(int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetBlockedUsers
Creates a function, which returns users that were blocked by the current user.
GetCallbackQueryAnswer() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetCallbackQueryAnswer
Default constructor for a function, which sends a callback query to a bot and returns an answer.
GetCallbackQueryAnswer(long, long, TdApi.CallbackQueryPayload) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetCallbackQueryAnswer
Creates a function, which sends a callback query to a bot and returns an answer.
GetChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChat
Default constructor for a function, which returns information about a chat by its identifier, this is an offline request if the current user is not a bot.
GetChat(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChat
Creates a function, which returns information about a chat by its identifier, this is an offline request if the current user is not a bot.
GetChatAdministrators() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatAdministrators
Default constructor for a function, which returns a list of administrators of the chat with their custom titles.
GetChatAdministrators(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatAdministrators
Creates a function, which returns a list of administrators of the chat with their custom titles.
GetChatEventLog() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatEventLog
Default constructor for a function, which returns a list of service actions taken by chat members and administrators in the last 48 hours.
GetChatEventLog(long, String, long, int, TdApi.ChatEventLogFilters, int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatEventLog
Creates a function, which returns a list of service actions taken by chat members and administrators in the last 48 hours.
GetChatHistory() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatHistory
Default constructor for a function, which returns messages in a chat.
GetChatHistory(long, long, int, int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatHistory
Creates a function, which returns messages in a chat.
GetChatMember() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatMember
Default constructor for a function, which returns information about a single member of a chat.
GetChatMember(long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatMember
Creates a function, which returns information about a single member of a chat.
GetChatMessageByDate() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatMessageByDate
Default constructor for a function, which returns the last message sent in a chat no later than the specified date.
GetChatMessageByDate(long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatMessageByDate
Creates a function, which returns the last message sent in a chat no later than the specified date.
GetChatMessageCount() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatMessageCount
Default constructor for a function, which returns approximate number of messages of the specified type in the chat.
GetChatMessageCount(long, TdApi.SearchMessagesFilter, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatMessageCount
Creates a function, which returns approximate number of messages of the specified type in the chat.
GetChatNotificationSettingsExceptions() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatNotificationSettingsExceptions
Default constructor for a function, which returns list of chats with non-default notification settings.
GetChatNotificationSettingsExceptions(TdApi.NotificationSettingsScope, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatNotificationSettingsExceptions
Creates a function, which returns list of chats with non-default notification settings.
GetChatPinnedMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatPinnedMessage
Default constructor for a function, which returns information about a pinned chat message.
GetChatPinnedMessage(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatPinnedMessage
Creates a function, which returns information about a pinned chat message.
GetChats() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChats
Default constructor for a function, which returns an ordered list of chats in a chat list.
GetChats(TdApi.ChatList, long, long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChats
Creates a function, which returns an ordered list of chats in a chat list.
GetChatScheduledMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatScheduledMessages
Default constructor for a function, which returns all scheduled messages in a chat.
GetChatScheduledMessages(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatScheduledMessages
Creates a function, which returns all scheduled messages in a chat.
GetChatStatisticsUrl() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatStatisticsUrl
Default constructor for a function, which returns an HTTP URL with the chat statistics.
GetChatStatisticsUrl(long, String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetChatStatisticsUrl
Creates a function, which returns an HTTP URL with the chat statistics.
GetConnectedWebsites() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetConnectedWebsites
Default constructor for a function, which returns all website where the current user used Telegram to log in.
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AcceptCall
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AcceptTermsOfService
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AccountTtl
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AddChatMember
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AddChatMembers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AddContact
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AddCustomServerLanguagePack
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AddFavoriteSticker
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AddLocalMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AddLogMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AddNetworkStatistics
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AddProxy
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AddRecentlyFoundChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AddRecentSticker
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Address
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AddSavedAnimation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AddStickerToSet
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Animation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Animations
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AnswerCallbackQuery
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AnswerCustomQuery
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AnswerInlineQuery
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AnswerPreCheckoutQuery
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AnswerShippingQuery
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Audio
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeCall
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeFlashCall
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeSms
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeTelegramMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationState
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateClosed
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateClosing
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateLoggingOut
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateReady
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitEncryptionKey
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitOtherDeviceConfirmation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitPassword
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitPhoneNumber
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitRegistration
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitTdlibParameters
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettings
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettingsPresets
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Background
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.BackgroundFill
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.BackgroundFillGradient
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.BackgroundFillSolid
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Backgrounds
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.BackgroundType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypeFill
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypePattern
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypeWallpaper
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.BasicGroup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.BasicGroupFullInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.BlockUser
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.BotCommand
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.BotInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Call
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryAnswer
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryPayload
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryPayloadData
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryPayloadGame
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallConnection
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReason
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReasonDeclined
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReasonDisconnected
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReasonEmpty
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReasonHungUp
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallDiscardReasonMissed
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallId
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallProblem
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallProblemDistortedSpeech
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallProblemDropped
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallProblemEcho
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallProblemInterruptions
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallProblemNoise
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallProblemSilentLocal
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallProblemSilentRemote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallProtocol
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallState
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallStateDiscarded
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallStateError
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallStateExchangingKeys
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallStateHangingUp
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallStatePending
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CallStateReady
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CancelDownloadFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CancelUploadFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnership
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResult
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResultOk
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResultPasswordNeeded
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResultPasswordTooFresh
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResultSessionTooFresh
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChangeImportedContacts
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChangePhoneNumber
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChangeStickerSet
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Chat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatAction
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionBar
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionBarAddContact
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionBarReportAddBlock
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionBarReportSpam
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionBarReportUnrelatedLocation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionBarSharePhoneNumber
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionCancel
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionChoosingContact
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionChoosingLocation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionRecordingVideo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionRecordingVideoNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionRecordingVoiceNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionStartPlayingGame
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionTyping
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingDocument
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingPhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingVideo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingVideoNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingVoiceNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatAdministrator
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatAdministrators
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEvent
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventAction
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventDescriptionChanged
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventInvitesToggled
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventIsAllHistoryAvailableToggled
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLinkedChatChanged
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLocationChanged
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLogFilters
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberInvited
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberJoined
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberLeft
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberPromoted
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberRestricted
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessageDeleted
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessageEdited
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessagePinned
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessageUnpinned
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventPermissionsChanged
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventPhotoChanged
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventPollStopped
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEvents
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventSignMessagesToggled
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventSlowModeDelayChanged
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventStickerSetChanged
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventTitleChanged
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatEventUsernameChanged
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatInviteLink
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatInviteLinkInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatList
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatListArchive
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatListMain
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatLocation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatMember
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatMembers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilter
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterAdministrators
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterBanned
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterBots
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterContacts
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterMembers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatMembersFilterRestricted
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatus
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusAdministrator
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusBanned
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusCreator
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusLeft
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusMember
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusRestricted
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatNearby
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatNotificationSettings
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatPermissions
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatPhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatReportReason
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonChildAbuse
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonCopyright
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonCustom
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonPornography
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonSpam
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonUnrelatedLocation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonViolence
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Chats
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatsNearby
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatTypeBasicGroup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatTypePrivate
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatTypeSecret
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ChatTypeSupergroup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckAuthenticationBotToken
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckAuthenticationCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckAuthenticationPassword
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckChangePhoneNumberCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckChatInviteLink
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsername
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResult
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResultOk
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResultPublicChatsTooMuch
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResultPublicGroupsUnavailable
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResultUsernameInvalid
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsernameResultUsernameOccupied
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckCreatedPublicChatsLimit
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckDatabaseEncryptionKey
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckEmailAddressVerificationCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckPhoneNumberConfirmationCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckPhoneNumberVerificationCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CheckRecoveryEmailAddressCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CleanFileName
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ClearAllDraftMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ClearImportedContacts
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ClearRecentlyFoundChats
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ClearRecentStickers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Close
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CloseChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CloseSecretChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ConfirmQrCodeAuthentication
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsite
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsites
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ConnectionState
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ConnectionStateConnecting
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ConnectionStateConnectingToProxy
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ConnectionStateReady
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ConnectionStateUpdating
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ConnectionStateWaitingForNetwork
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Contact
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Count
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CreateBasicGroupChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CreateCall
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CreateNewBasicGroupChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CreateNewSecretChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CreateNewStickerSet
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CreateNewSupergroupChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CreatePrivateChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CreateSecretChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CreateSupergroupChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CreateTemporaryPassword
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.CustomRequestResult
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DatabaseStatistics
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Date
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DatedFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeepLinkInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeleteAccount
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeleteChatHistory
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeleteChatMessagesFromUser
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeleteChatReplyMarkup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeleteFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeleteLanguagePack
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeleteMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeletePassportElement
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeleteProfilePhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeleteSavedCredentials
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeleteSavedOrderInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeleteSupergroup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Destroy
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeviceToken
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenApplePush
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenApplePushVoIP
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenBlackBerryPush
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenFirebaseCloudMessaging
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenMicrosoftPush
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenMicrosoftPushVoIP
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenSimplePush
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenTizenPush
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenUbuntuPush
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenWebPush
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenWindowsPush
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DisableProxy
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DiscardCall
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DisconnectAllWebsites
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DisconnectWebsite
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Document
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DownloadFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.DraftMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EditCustomLanguagePackInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageCaption
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageLiveLocation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageMedia
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageReplyMarkup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageText
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EditMessageCaption
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EditMessageLiveLocation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EditMessageMedia
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EditMessageReplyMarkup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EditMessageSchedulingState
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EditMessageText
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EditProxy
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EmailAddressAuthenticationCodeInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Emojis
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EnableProxy
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EncryptedCredentials
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.EncryptedPassportElement
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Error
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.File
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FilePart
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileTypeAnimation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileTypeAudio
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileTypeDocument
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileTypeNone
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileTypePhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileTypeProfilePhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileTypeSecret
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileTypeSecretThumbnail
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileTypeSecure
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileTypeSticker
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileTypeThumbnail
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileTypeUnknown
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileTypeVideo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileTypeVideoNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileTypeVoiceNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FileTypeWallpaper
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FinishFileGeneration
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FormattedText
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ForwardMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.FoundMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Function
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Game
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GameHighScore
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GameHighScores
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GenerateChatInviteLink
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetAccountTtl
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetActiveLiveLocationMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetActiveSessions
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetAllPassportElements
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetApplicationConfig
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetArchivedStickerSets
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetAttachedStickerSets
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetAuthorizationState
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetAutoDownloadSettingsPresets
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetBackgrounds
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetBackgroundUrl
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetBasicGroup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetBasicGroupFullInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetBlockedUsers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetCallbackQueryAnswer
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetChatAdministrators
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetChatEventLog
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetChatHistory
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetChatMember
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetChatMessageByDate
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetChatMessageCount
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetChatNotificationSettingsExceptions
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetChatPinnedMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetChats
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetChatScheduledMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetChatStatisticsUrl
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetConnectedWebsites
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetContacts
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetCountryCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetCreatedPublicChats
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetCurrentState
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetDatabaseStatistics
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetDeepLinkInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetEmojiSuggestionsUrl
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetFavoriteStickers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetFileDownloadedPrefixSize
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetFileExtension
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetFileMimeType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetGameHighScores
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetGroupsInCommon
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetImportedContactCount
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetInactiveSupergroupChats
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetInlineGameHighScores
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetInlineQueryResults
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetInstalledStickerSets
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetInviteText
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetJsonString
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetJsonValue
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackString
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackStrings
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetLocalizationTargetInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetLoginUrl
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetLoginUrlInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetLogStream
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetLogTags
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetLogTagVerbosityLevel
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetLogVerbosityLevel
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetMapThumbnailFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetMe
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetMessageLink
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetMessageLinkInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetMessageLocally
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetNetworkStatistics
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetOption
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetPassportAuthorizationForm
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetPassportAuthorizationFormAvailableElements
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetPassportElement
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetPasswordState
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetPaymentForm
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetPaymentReceipt
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetPollVoters
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetPreferredCountryLanguage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetProxies
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetProxyLink
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetPublicMessageLink
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetPushReceiverId
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetRecentInlineBots
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetRecentlyVisitedTMeUrls
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetRecentStickers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetRecoveryEmailAddress
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetRemoteFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetRepliedMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetSavedAnimations
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetSavedOrderInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetScopeNotificationSettings
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetSecretChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetStickerEmojis
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetStickers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetStickerSet
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetStorageStatistics
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetStorageStatisticsFast
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetSuitableDiscussionChats
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetSupergroup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetSupergroupFullInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetSupergroupMembers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetSupportUser
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetTemporaryPasswordState
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetTextEntities
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetTopChats
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetTrendingStickerSets
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetUser
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetUserFullInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetUserPrivacySettingRules
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetUserProfilePhotos
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetWebPageInstantView
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.GetWebPagePreview
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Hashtags
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.HttpUrl
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.IdentityDocument
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ImportContacts
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ImportedContacts
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButton
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeBuy
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeCallback
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeCallbackGame
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeLoginUrl
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeSwitchInline
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeUrl
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResult
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultAnimation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultArticle
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultAudio
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultContact
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultDocument
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultGame
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultLocation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultPhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResults
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultSticker
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVenue
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVideo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVoiceNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputBackground
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputBackgroundLocal
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputBackgroundRemote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputCredentials
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsAndroidPay
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsApplePay
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsNew
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsSaved
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputFileGenerated
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputFileId
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputFileLocal
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputFileRemote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputIdentityDocument
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResult
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedGif
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedMpeg4
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultArticle
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAudio
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultContact
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultDocument
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultGame
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultLocation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultPhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultSticker
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVenue
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVideo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVoiceNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessageAnimation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessageAudio
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessageContact
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessageContent
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessageDocument
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessageForwarded
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessageGame
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessageInvoice
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessageLocation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessagePhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessagePoll
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessageSticker
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessageText
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVenue
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideoNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVoiceNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElement
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementAddress
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementBankStatement
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementDriverLicense
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementEmailAddress
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementError
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSource
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceDataField
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceFiles
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceFrontSide
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceReverseSide
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceSelfie
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceTranslationFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceTranslationFiles
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceUnspecified
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementIdentityCard
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementInternalPassport
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPassport
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPassportRegistration
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPersonalDetails
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPhoneNumber
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementRentalAgreement
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementTemporaryRegistration
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementUtilityBill
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputPersonalDocument
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputSticker
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.InputThumbnail
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Invoice
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.JoinChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.JoinChatByInviteLink
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.JsonObjectMember
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.JsonValue
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.JsonValueArray
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.JsonValueBoolean
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.JsonValueNull
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.JsonValueNumber
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.JsonValueObject
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.JsonValueString
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.KeyboardButton
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonTypeRequestLocation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonTypeRequestPhoneNumber
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonTypeRequestPoll
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonTypeText
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LabeledPricePart
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackString
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStrings
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValue
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValueDeleted
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValueOrdinary
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValuePluralized
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LeaveChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LocalFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LocalizationTargetInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Location
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LoginUrlInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LoginUrlInfoOpen
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LoginUrlInfoRequestConfirmation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LogOut
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LogStream
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LogStreamDefault
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LogStreamEmpty
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LogStreamFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LogTags
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.LogVerbosityLevel
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MaskPoint
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MaskPointChin
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MaskPointEyes
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MaskPointForehead
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MaskPointMouth
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MaskPosition
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Message
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageAnimation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageAudio
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageBasicGroupChatCreate
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageCall
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageChatAddMembers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageChatChangePhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageChatChangeTitle
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageChatDeleteMember
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageChatDeletePhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageChatJoinByLink
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageChatSetTtl
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageChatUpgradeFrom
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageChatUpgradeTo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageContact
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageContactRegistered
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageContent
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageCustomServiceAction
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageDocument
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageExpiredPhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageExpiredVideo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOrigin
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginChannel
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginHiddenUser
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginUser
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageGame
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageGameScore
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageInvoice
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageLinkInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageLocation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessagePassportDataReceived
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessagePassportDataSent
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessful
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessfulBot
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessagePhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessagePinMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessagePoll
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Messages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageSchedulingState
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageSchedulingStateSendAtDate
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageSchedulingStateSendWhenOnline
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageScreenshotTaken
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageSendingState
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageSendingStateFailed
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageSendingStatePending
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageSticker
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageSupergroupChatCreate
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageText
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageUnsupported
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageVenue
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageVideo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageVideoNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageVoiceNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.MessageWebsiteConnected
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Minithumbnail
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatistics
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntry
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntryCall
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntryFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NetworkType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NetworkTypeMobile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NetworkTypeMobileRoaming
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NetworkTypeNone
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NetworkTypeOther
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NetworkTypeWiFi
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Notification
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NotificationGroup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NotificationGroupType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NotificationGroupTypeCalls
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NotificationGroupTypeMentions
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NotificationGroupTypeMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NotificationGroupTypeSecretChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NotificationSettingsScope
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NotificationSettingsScopeChannelChats
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NotificationSettingsScopeGroupChats
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NotificationSettingsScopePrivateChats
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NotificationType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewCall
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewPushMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewSecretChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Object
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Ok
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.OpenChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.OpenMessageContent
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.OptimizeStorage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.OptionValue
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.OptionValueBoolean
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.OptionValueEmpty
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.OptionValueInteger
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.OptionValueString
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.OrderInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlock
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockAnchor
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockAnimation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockAudio
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockAuthorDate
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockBlockQuote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockCaption
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockChatLink
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockCollage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockCover
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockDetails
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockDivider
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbedded
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbeddedPost
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockFooter
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockHeader
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockHorizontalAlignment
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockHorizontalAlignmentCenter
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockHorizontalAlignmentLeft
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockHorizontalAlignmentRight
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockKicker
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockList
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockListItem
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockMap
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockParagraph
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockPhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockPreformatted
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockPullQuote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockRelatedArticle
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockRelatedArticles
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockSlideshow
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockSubheader
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockSubtitle
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTable
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTableCell
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTitle
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVerticalAlignment
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVerticalAlignmentBottom
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVerticalAlignmentMiddle
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVerticalAlignmentTop
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVideo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVoiceNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ParseTextEntities
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportAuthorizationForm
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElement
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementAddress
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementBankStatement
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementDriverLicense
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementEmailAddress
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementError
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSource
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceDataField
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceFiles
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceFrontSide
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceReverseSide
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceSelfie
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceTranslationFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceTranslationFiles
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceUnspecified
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementIdentityCard
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementInternalPassport
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementPassport
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementPassportRegistration
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementPersonalDetails
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementPhoneNumber
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementRentalAgreement
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElements
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementsWithErrors
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTemporaryRegistration
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeAddress
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeBankStatement
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeDriverLicense
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeEmailAddress
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeIdentityCard
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeInternalPassport
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypePassport
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypePassportRegistration
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypePersonalDetails
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypePhoneNumber
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeRentalAgreement
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeTemporaryRegistration
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeUtilityBill
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportElementUtilityBill
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportRequiredElement
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PassportSuitableElement
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PasswordState
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PaymentForm
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PaymentReceipt
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PaymentResult
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PaymentsProviderStripe
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PersonalDetails
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PersonalDocument
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PhoneNumberAuthenticationSettings
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Photo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PhotoSize
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PinChatMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PingProxy
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Poll
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PollOption
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PollType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PollTypeQuiz
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PollTypeRegular
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ProcessPushNotification
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ProfilePhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Proxies
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Proxy
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ProxyType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeHttp
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeMtproto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeSocks5
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PublicChatType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PublicChatTypeHasUsername
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PublicChatTypeIsLocationBased
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PublicMessageLink
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContent
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentAnimation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentAudio
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentBasicGroupChatCreate
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatAddMembers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatChangePhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatChangeTitle
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatDeleteMember
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatJoinByLink
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentContact
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentContactRegistered
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentDocument
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentGame
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentGameScore
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentHidden
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentInvoice
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentLocation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentMediaAlbum
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentMessageForwards
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentPhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentPoll
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentScreenshotTaken
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentSticker
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentText
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVideo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVideoNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVoiceNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.PushReceiverId
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ReadAllChatMentions
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ReadFilePart
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RecoverAuthenticationPassword
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RecoverPassword
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RecoveryEmailAddress
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RegisterDevice
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RegisterUser
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RemoteFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RemoveBackground
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RemoveChatActionBar
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RemoveContacts
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RemoveFavoriteSticker
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RemoveNotification
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RemoveNotificationGroup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RemoveProxy
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RemoveRecentHashtag
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RemoveRecentlyFoundChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RemoveRecentSticker
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RemoveSavedAnimation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RemoveStickerFromSet
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RemoveTopChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ReorderInstalledStickerSets
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupForceReply
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupInlineKeyboard
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupRemoveKeyboard
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupShowKeyboard
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ReportChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ReportSupergroupSpam
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RequestAuthenticationPasswordRecovery
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RequestPasswordRecovery
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RequestQrCodeAuthentication
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ResendAuthenticationCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ResendChangePhoneNumberCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ResendEmailAddressVerificationCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ResendMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ResendPhoneNumberConfirmationCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ResendPhoneNumberVerificationCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ResendRecoveryEmailAddressCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ResetAllNotificationSettings
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ResetBackgrounds
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ResetNetworkStatistics
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RichText
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RichTextAnchor
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RichTextBold
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RichTextEmailAddress
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RichTextFixed
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RichTextIcon
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RichTextItalic
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RichTextMarked
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RichTextPhoneNumber
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RichTextPlain
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RichTexts
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RichTextStrikethrough
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RichTextSubscript
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RichTextSuperscript
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RichTextUnderline
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.RichTextUrl
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SaveApplicationLogEvent
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SavedCredentials
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ScopeNotificationSettings
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchBackground
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchCallMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchChatMembers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchChatMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchChatRecentLocationMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchChats
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchChatsNearby
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchChatsOnServer
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchContacts
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchEmojis
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchHashtags
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchInstalledStickerSets
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilter
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterAnimation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterAudio
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterCall
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterChatPhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterDocument
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterEmpty
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterMention
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterMissedCall
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterPhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterPhotoAndVideo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterUnreadMention
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterUrl
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterVideo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterVideoNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterVoiceAndVideoNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterVoiceNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchPublicChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchPublicChats
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchSecretMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchStickers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchStickerSet
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SearchStickerSets
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Seconds
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SecretChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SecretChatState
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SecretChatStateClosed
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SecretChatStatePending
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SecretChatStateReady
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SendBotStartMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SendCallDebugInformation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SendCallRating
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SendChatAction
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SendChatScreenshotTakenNotification
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SendChatSetTtlMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SendCustomRequest
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SendEmailAddressVerificationCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SendInlineQueryResultMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SendMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SendMessageAlbum
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SendMessageOptions
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SendPassportAuthorizationForm
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SendPaymentForm
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SendPhoneNumberConfirmationCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SendPhoneNumberVerificationCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Session
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Sessions
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetAccountTtl
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetAlarm
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetAuthenticationPhoneNumber
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetAutoDownloadSettings
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetBackground
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetBio
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetBotUpdatesStatus
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetChatChatList
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetChatClientData
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetChatDescription
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetChatDiscussionGroup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetChatDraftMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetChatLocation
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetChatMemberStatus
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetChatNotificationSettings
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetChatPermissions
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetChatPhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetChatSlowModeDelay
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetChatTitle
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetCustomLanguagePack
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetCustomLanguagePackString
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetDatabaseEncryptionKey
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetFileGenerationProgress
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetGameScore
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetInlineGameScore
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetLogStream
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetLogTagVerbosityLevel
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetLogVerbosityLevel
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetName
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetNetworkType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetOption
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetPassportElement
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetPassportElementErrors
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetPassword
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetPinnedChats
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetPollAnswer
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetProfilePhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetRecoveryEmailAddress
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetScopeNotificationSettings
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetStickerPositionInSet
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetSupergroupStickerSet
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetSupergroupUsername
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetTdlibParameters
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetUsername
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SetUserPrivacySettingRules
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SharePhoneNumber
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ShippingOption
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Sticker
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Stickers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.StickerSet
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.StickerSetInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.StickerSets
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.StopPoll
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.StorageStatistics
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsByChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsByFileType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsFast
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Supergroup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilter
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterAdministrators
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterBanned
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterBots
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterContacts
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterRecent
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterRestricted
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterSearch
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.SynchronizeLanguagePack
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TemporaryPasswordState
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TerminateAllOtherSessions
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TerminateSession
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TermsOfService
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestBytes
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestCallBytes
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestCallEmpty
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestCallString
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorInt
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorIntObject
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorString
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorStringObject
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestGetDifference
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestInt
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestNetwork
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestProxy
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestReturnError
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestSquareInt
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestString
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestUseUpdate
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestVectorInt
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestVectorIntObject
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestVectorString
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TestVectorStringObject
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Text
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntities
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntity
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeBold
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeBotCommand
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeCashtag
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeEmailAddress
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeHashtag
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeItalic
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeMention
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeMentionName
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypePhoneNumber
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypePre
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypePreCode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeStrikethrough
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeTextUrl
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeUnderline
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeUrl
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextParseMode
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextParseModeHTML
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TextParseModeMarkdown
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TMeUrl
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TMeUrls
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TMeUrlType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeChatInvite
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeStickerSet
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeSupergroup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeUser
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ToggleChatDefaultDisableNotification
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ToggleChatIsMarkedAsUnread
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ToggleChatIsPinned
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ToggleSupergroupIsAllHistoryAvailable
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ToggleSupergroupSignMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TopChatCategory
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryBots
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryCalls
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryChannels
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryForwardChats
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryGroups
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryInlineBots
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryUsers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.TransferChatOwnership
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UnblockUser
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UnpinChatMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Update
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateActiveNotifications
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateAuthorizationState
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateBasicGroup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateBasicGroupFullInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateCall
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatActionBar
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatChatList
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatDefaultDisableNotification
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatDraftMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatHasScheduledMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsMarkedAsUnread
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsPinned
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsSponsored
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatLastMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatNotificationSettings
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatOnlineMemberCount
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatOrder
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPermissions
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPinnedMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReadInbox
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReadOutbox
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReplyMarkup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatTitle
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatUnreadMentionCount
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateConnectionState
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateDeleteMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateFavoriteStickers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateFileGenerationStart
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateFileGenerationStop
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateHavePendingNotifications
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateInstalledStickerSets
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateLanguagePackStrings
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageContent
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageContentOpened
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageEdited
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageLiveLocationViewed
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageMentionRead
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendAcknowledged
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendFailed
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendSucceeded
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageViews
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCallbackQuery
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewChosenInlineResult
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCustomEvent
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCustomQuery
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineCallbackQuery
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineQuery
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewMessage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewPreCheckoutQuery
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewShippingQuery
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateNotification
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateNotificationGroup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateOption
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdatePoll
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdatePollAnswer
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateRecentStickers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Updates
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateSavedAnimations
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateScopeNotificationSettings
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateSecretChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateSelectedBackground
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateServiceNotification
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateSupergroup
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateSupergroupFullInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateTermsOfService
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateTrendingStickerSets
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadChatCount
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadMessageCount
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateUser
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserChatAction
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserFullInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserPrivacySettingRules
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateUsersNearby
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserStatus
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UpgradeBasicGroupChatToSupergroupChat
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UploadFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UploadStickerFile
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.User
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserFullInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySetting
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingAllowCalls
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingAllowChatInvites
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingAllowFindingByPhoneNumber
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingAllowPeerToPeerCalls
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRule
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleAllowAll
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleAllowChatMembers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleAllowContacts
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleAllowUsers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleRestrictAll
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleRestrictChatMembers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleRestrictContacts
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleRestrictUsers
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRules
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingShowLinkInForwardedMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingShowPhoneNumber
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingShowProfilePhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingShowStatus
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserProfilePhoto
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserProfilePhotos
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Users
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserStatus
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserStatusEmpty
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserStatusLastMonth
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserStatusLastWeek
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserStatusOffline
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserStatusOnline
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserStatusRecently
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserType
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserTypeBot
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserTypeDeleted
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserTypeRegular
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.UserTypeUnknown
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ValidatedOrderInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ValidateOrderInfo
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Venue
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.Video
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.VideoNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ViewMessages
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.ViewTrendingStickerSets
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.VoiceNote
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.WebPage
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.WebPageInstantView
 
getConstructor() - Method in class org.drinkless.td.libcore.telegram.TdApi.WriteGeneratedFilePart
 
GetContacts() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetContacts
Default constructor for a function, which returns all user contacts.
GetCountryCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetCountryCode
Default constructor for a function, which uses current user IP to found their country.
GetCreatedPublicChats() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetCreatedPublicChats
Default constructor for a function, which returns a list of public chats of the specified type, owned by the user.
GetCreatedPublicChats(TdApi.PublicChatType) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetCreatedPublicChats
Creates a function, which returns a list of public chats of the specified type, owned by the user.
GetCurrentState() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetCurrentState
Default constructor for a function, which returns all updates needed to restore current TDLib state, i.e. all actual UpdateAuthorizationState/UpdateUser/UpdateNewChat and others.
GetDatabaseStatistics() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetDatabaseStatistics
Default constructor for a function, which returns database statistics.
GetDeepLinkInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetDeepLinkInfo
Default constructor for a function, which returns information about a tg:// deep link.
GetDeepLinkInfo(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetDeepLinkInfo
Creates a function, which returns information about a tg:// deep link.
GetEmojiSuggestionsUrl() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetEmojiSuggestionsUrl
Default constructor for a function, which returns an HTTP URL which can be used to automatically log in to the translation platform and suggest new emoji replacements.
GetEmojiSuggestionsUrl(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetEmojiSuggestionsUrl
Creates a function, which returns an HTTP URL which can be used to automatically log in to the translation platform and suggest new emoji replacements.
GetFavoriteStickers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetFavoriteStickers
Default constructor for a function, which returns favorite stickers.
GetFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetFile
Default constructor for a function, which returns information about a file; this is an offline request.
GetFile(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetFile
Creates a function, which returns information about a file; this is an offline request.
GetFileDownloadedPrefixSize() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetFileDownloadedPrefixSize
Default constructor for a function, which returns file downloaded prefix size from a given offset.
GetFileDownloadedPrefixSize(int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetFileDownloadedPrefixSize
Creates a function, which returns file downloaded prefix size from a given offset.
GetFileExtension() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetFileExtension
Default constructor for a function, which returns the extension of a file, guessed by its MIME type.
GetFileExtension(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetFileExtension
Creates a function, which returns the extension of a file, guessed by its MIME type.
GetFileMimeType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetFileMimeType
Default constructor for a function, which returns the MIME type of a file, guessed by its extension.
GetFileMimeType(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetFileMimeType
Creates a function, which returns the MIME type of a file, guessed by its extension.
GetGameHighScores() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetGameHighScores
Default constructor for a function, which returns the high scores for a game and some part of the high score table in the range of the specified user; for bots only.
GetGameHighScores(long, long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetGameHighScores
Creates a function, which returns the high scores for a game and some part of the high score table in the range of the specified user; for bots only.
GetGroupsInCommon() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetGroupsInCommon
Default constructor for a function, which returns a list of common group chats with a given user.
GetGroupsInCommon(int, long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetGroupsInCommon
Creates a function, which returns a list of common group chats with a given user.
GetImportedContactCount() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetImportedContactCount
Default constructor for a function, which returns the total number of imported contacts.
GetInactiveSupergroupChats() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetInactiveSupergroupChats
Default constructor for a function, which returns a list of recently inactive supergroups and channels.
GetInlineGameHighScores() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetInlineGameHighScores
Default constructor for a function, which returns game high scores and some part of the high score table in the range of the specified user; for bots only.
GetInlineGameHighScores(String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetInlineGameHighScores
Creates a function, which returns game high scores and some part of the high score table in the range of the specified user; for bots only.
GetInlineQueryResults() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetInlineQueryResults
Default constructor for a function, which sends an inline query to a bot and returns its results.
GetInlineQueryResults(int, long, TdApi.Location, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetInlineQueryResults
Creates a function, which sends an inline query to a bot and returns its results.
GetInstalledStickerSets() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetInstalledStickerSets
Default constructor for a function, which returns a list of installed sticker sets.
GetInstalledStickerSets(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetInstalledStickerSets
Creates a function, which returns a list of installed sticker sets.
GetInviteText() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetInviteText
Default constructor for a function, which returns the default text for invitation messages to be used as a placeholder when the current user invites friends to Telegram.
GetJsonString() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetJsonString
Default constructor for a function, which converts a JsonValue object to corresponding JSON-serialized string.
GetJsonString(TdApi.JsonValue) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetJsonString
Creates a function, which converts a JsonValue object to corresponding JSON-serialized string.
GetJsonValue() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetJsonValue
Default constructor for a function, which converts a JSON-serialized string to corresponding JsonValue object.
GetJsonValue(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetJsonValue
Creates a function, which converts a JSON-serialized string to corresponding JsonValue object.
GetLanguagePackInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackInfo
Default constructor for a function, which returns information about a language pack.
GetLanguagePackInfo(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackInfo
Creates a function, which returns information about a language pack.
GetLanguagePackString() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackString
Default constructor for a function, which returns a string stored in the local database from the specified localization target and language pack by its key.
GetLanguagePackString(String, String, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackString
Creates a function, which returns a string stored in the local database from the specified localization target and language pack by its key.
GetLanguagePackStrings() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackStrings
Default constructor for a function, which returns strings from a language pack in the current localization target by their keys.
GetLanguagePackStrings(String, String[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackStrings
Creates a function, which returns strings from a language pack in the current localization target by their keys.
GetLocalizationTargetInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLocalizationTargetInfo
Default constructor for a function, which returns information about the current localization target.
GetLocalizationTargetInfo(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLocalizationTargetInfo
Creates a function, which returns information about the current localization target.
GetLoginUrl() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLoginUrl
Default constructor for a function, which returns an HTTP URL which can be used to automatically authorize the user on a website after clicking an inline button of type inlineKeyboardButtonTypeLoginUrl.
GetLoginUrl(long, long, int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLoginUrl
Creates a function, which returns an HTTP URL which can be used to automatically authorize the user on a website after clicking an inline button of type inlineKeyboardButtonTypeLoginUrl.
GetLoginUrlInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLoginUrlInfo
Default constructor for a function, which returns information about a button of type inlineKeyboardButtonTypeLoginUrl.
GetLoginUrlInfo(long, long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLoginUrlInfo
Creates a function, which returns information about a button of type inlineKeyboardButtonTypeLoginUrl.
GetLogStream() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLogStream
Default constructor for a function, which returns information about currently used log stream for internal logging of TDLib.
GetLogTags() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLogTags
Default constructor for a function, which returns list of available TDLib internal log tags, for example, ["actor", "binlog", "connections", "notifications", "proxy"].
GetLogTagVerbosityLevel() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLogTagVerbosityLevel
Default constructor for a function, which returns current verbosity level for a specified TDLib internal log tag.
GetLogTagVerbosityLevel(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLogTagVerbosityLevel
Creates a function, which returns current verbosity level for a specified TDLib internal log tag.
GetLogVerbosityLevel() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetLogVerbosityLevel
Default constructor for a function, which returns current verbosity level of the internal logging of TDLib.
GetMapThumbnailFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetMapThumbnailFile
Default constructor for a function, which returns information about a file with a map thumbnail in PNG format.
GetMapThumbnailFile(TdApi.Location, int, int, int, int, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetMapThumbnailFile
Creates a function, which returns information about a file with a map thumbnail in PNG format.
GetMe() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetMe
Default constructor for a function, which returns the current user.
GetMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetMessage
Default constructor for a function, which returns information about a message.
GetMessage(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetMessage
Creates a function, which returns information about a message.
GetMessageLink() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetMessageLink
Default constructor for a function, which returns a private HTTPS link to a message in a chat.
GetMessageLink(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetMessageLink
Creates a function, which returns a private HTTPS link to a message in a chat.
GetMessageLinkInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetMessageLinkInfo
Default constructor for a function, which returns information about a public or private message link.
GetMessageLinkInfo(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetMessageLinkInfo
Creates a function, which returns information about a public or private message link.
GetMessageLocally() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetMessageLocally
Default constructor for a function, which returns information about a message, if it is available locally without sending network request.
GetMessageLocally(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetMessageLocally
Creates a function, which returns information about a message, if it is available locally without sending network request.
GetMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetMessages
Default constructor for a function, which returns information about messages.
GetMessages(long, long[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetMessages
Creates a function, which returns information about messages.
GetNetworkStatistics() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetNetworkStatistics
Default constructor for a function, which returns network data usage statistics.
GetNetworkStatistics(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetNetworkStatistics
Creates a function, which returns network data usage statistics.
GetOption() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetOption
Default constructor for a function, which returns the value of an option by its name.
GetOption(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetOption
Creates a function, which returns the value of an option by its name.
GetPassportAuthorizationForm() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPassportAuthorizationForm
Default constructor for a function, which returns a Telegram Passport authorization form for sharing data with a service.
GetPassportAuthorizationForm(int, String, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPassportAuthorizationForm
Creates a function, which returns a Telegram Passport authorization form for sharing data with a service.
GetPassportAuthorizationFormAvailableElements() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPassportAuthorizationFormAvailableElements
Default constructor for a function, which returns already available Telegram Passport elements suitable for completing a Telegram Passport authorization form.
GetPassportAuthorizationFormAvailableElements(int, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPassportAuthorizationFormAvailableElements
Creates a function, which returns already available Telegram Passport elements suitable for completing a Telegram Passport authorization form.
GetPassportElement() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPassportElement
Default constructor for a function, which returns one of the available Telegram Passport elements.
GetPassportElement(TdApi.PassportElementType, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPassportElement
Creates a function, which returns one of the available Telegram Passport elements.
GetPasswordState() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPasswordState
Default constructor for a function, which returns the current state of 2-step verification.
GetPaymentForm() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPaymentForm
Default constructor for a function, which returns an invoice payment form.
GetPaymentForm(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPaymentForm
Creates a function, which returns an invoice payment form.
GetPaymentReceipt() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPaymentReceipt
Default constructor for a function, which returns information about a successful payment.
GetPaymentReceipt(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPaymentReceipt
Creates a function, which returns information about a successful payment.
GetPollVoters() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPollVoters
Default constructor for a function, which returns users voted for the specified option in a non-anonymous polls.
GetPollVoters(long, long, int, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPollVoters
Creates a function, which returns users voted for the specified option in a non-anonymous polls.
GetPreferredCountryLanguage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPreferredCountryLanguage
Default constructor for a function, which returns an IETF language tag of the language preferred in the country, which should be used to fill native fields in Telegram Passport personal details.
GetPreferredCountryLanguage(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPreferredCountryLanguage
Creates a function, which returns an IETF language tag of the language preferred in the country, which should be used to fill native fields in Telegram Passport personal details.
GetProxies() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetProxies
Default constructor for a function, which returns list of proxies that are currently set up.
GetProxyLink() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetProxyLink
Default constructor for a function, which returns an HTTPS link, which can be used to add a proxy.
GetProxyLink(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetProxyLink
Creates a function, which returns an HTTPS link, which can be used to add a proxy.
GetPublicMessageLink() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPublicMessageLink
Default constructor for a function, which returns a public HTTPS link to a message.
GetPublicMessageLink(long, long, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPublicMessageLink
Creates a function, which returns a public HTTPS link to a message.
GetPushReceiverId() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPushReceiverId
Default constructor for a function, which returns a globally unique push notification subscription identifier for identification of an account, which has received a push notification.
GetPushReceiverId(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetPushReceiverId
Creates a function, which returns a globally unique push notification subscription identifier for identification of an account, which has received a push notification.
GetRecentInlineBots() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetRecentInlineBots
Default constructor for a function, which returns up to 20 recently used inline bots in the order of their last usage.
GetRecentlyVisitedTMeUrls() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetRecentlyVisitedTMeUrls
Default constructor for a function, which returns t.me URLs recently visited by a newly registered user.
GetRecentlyVisitedTMeUrls(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetRecentlyVisitedTMeUrls
Creates a function, which returns t.me URLs recently visited by a newly registered user.
GetRecentStickers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetRecentStickers
Default constructor for a function, which returns a list of recently used stickers.
GetRecentStickers(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetRecentStickers
Creates a function, which returns a list of recently used stickers.
GetRecoveryEmailAddress() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetRecoveryEmailAddress
Default constructor for a function, which returns a 2-step verification recovery email address that was previously set up.
GetRecoveryEmailAddress(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetRecoveryEmailAddress
Creates a function, which returns a 2-step verification recovery email address that was previously set up.
GetRemoteFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetRemoteFile
Default constructor for a function, which returns information about a file by its remote ID; this is an offline request.
GetRemoteFile(String, TdApi.FileType) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetRemoteFile
Creates a function, which returns information about a file by its remote ID; this is an offline request.
GetRepliedMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetRepliedMessage
Default constructor for a function, which returns information about a message that is replied by given message.
GetRepliedMessage(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetRepliedMessage
Creates a function, which returns information about a message that is replied by given message.
GetSavedAnimations() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetSavedAnimations
Default constructor for a function, which returns saved animations.
GetSavedOrderInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetSavedOrderInfo
Default constructor for a function, which returns saved order info, if any.
GetScopeNotificationSettings() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetScopeNotificationSettings
Default constructor for a function, which returns the notification settings for chats of a given type.
GetScopeNotificationSettings(TdApi.NotificationSettingsScope) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetScopeNotificationSettings
Creates a function, which returns the notification settings for chats of a given type.
GetSecretChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetSecretChat
Default constructor for a function, which returns information about a secret chat by its identifier.
GetSecretChat(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetSecretChat
Creates a function, which returns information about a secret chat by its identifier.
GetStickerEmojis() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetStickerEmojis
Default constructor for a function, which returns emoji corresponding to a sticker.
GetStickerEmojis(TdApi.InputFile) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetStickerEmojis
Creates a function, which returns emoji corresponding to a sticker.
GetStickers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetStickers
Default constructor for a function, which returns stickers from the installed sticker sets that correspond to a given emoji.
GetStickers(String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetStickers
Creates a function, which returns stickers from the installed sticker sets that correspond to a given emoji.
GetStickerSet() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetStickerSet
Default constructor for a function, which returns information about a sticker set by its identifier.
GetStickerSet(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetStickerSet
Creates a function, which returns information about a sticker set by its identifier.
GetStorageStatistics() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetStorageStatistics
Default constructor for a function, which returns storage usage statistics.
GetStorageStatistics(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetStorageStatistics
Creates a function, which returns storage usage statistics.
GetStorageStatisticsFast() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetStorageStatisticsFast
Default constructor for a function, which quickly returns approximate storage usage statistics.
GetSuitableDiscussionChats() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetSuitableDiscussionChats
Default constructor for a function, which returns a list of basic group and supergroup chats, which can be used as a discussion group for a channel.
GetSupergroup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetSupergroup
Default constructor for a function, which returns information about a supergroup or a channel by its identifier.
GetSupergroup(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetSupergroup
Creates a function, which returns information about a supergroup or a channel by its identifier.
GetSupergroupFullInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetSupergroupFullInfo
Default constructor for a function, which returns full information about a supergroup or a channel by its identifier, cached for up to 1 minute.
GetSupergroupFullInfo(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetSupergroupFullInfo
Creates a function, which returns full information about a supergroup or a channel by its identifier, cached for up to 1 minute.
GetSupergroupMembers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetSupergroupMembers
Default constructor for a function, which returns information about members or banned users in a supergroup or channel.
GetSupergroupMembers(int, TdApi.SupergroupMembersFilter, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetSupergroupMembers
Creates a function, which returns information about members or banned users in a supergroup or channel.
GetSupportUser() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetSupportUser
Default constructor for a function, which returns a user that can be contacted to get support.
GetTemporaryPasswordState() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetTemporaryPasswordState
Default constructor for a function, which returns information about the current temporary password.
GetTextEntities() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetTextEntities
Default constructor for a function, which returns all entities (mentions, hashtags, cashtags, bot commands, URLs, and email addresses) contained in the text.
GetTextEntities(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetTextEntities
Creates a function, which returns all entities (mentions, hashtags, cashtags, bot commands, URLs, and email addresses) contained in the text.
GetTopChats() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetTopChats
Default constructor for a function, which returns a list of frequently used chats.
GetTopChats(TdApi.TopChatCategory, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetTopChats
Creates a function, which returns a list of frequently used chats.
GetTrendingStickerSets() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetTrendingStickerSets
Default constructor for a function, which returns a list of trending sticker sets.
GetUser() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetUser
Default constructor for a function, which returns information about a user by their identifier.
GetUser(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetUser
Creates a function, which returns information about a user by their identifier.
GetUserFullInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetUserFullInfo
Default constructor for a function, which returns full information about a user by their identifier.
GetUserFullInfo(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetUserFullInfo
Creates a function, which returns full information about a user by their identifier.
GetUserPrivacySettingRules() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetUserPrivacySettingRules
Default constructor for a function, which returns the current privacy settings.
GetUserPrivacySettingRules(TdApi.UserPrivacySetting) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetUserPrivacySettingRules
Creates a function, which returns the current privacy settings.
GetUserProfilePhotos() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetUserProfilePhotos
Default constructor for a function, which returns the profile photos of a user.
GetUserProfilePhotos(int, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetUserProfilePhotos
Creates a function, which returns the profile photos of a user.
GetWebPageInstantView() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetWebPageInstantView
Default constructor for a function, which returns an instant view version of a web page if available.
GetWebPageInstantView(String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetWebPageInstantView
Creates a function, which returns an instant view version of a web page if available.
GetWebPagePreview() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetWebPagePreview
Default constructor for a function, which returns a web page preview by the text of the message.
GetWebPagePreview(TdApi.FormattedText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.GetWebPagePreview
Creates a function, which returns a web page preview by the text of the message.
gifDuration - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedGif
Duration of the GIF, in seconds.
gifHeight - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedGif
Height of the GIF.
gifUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedGif
The URL of the GIF-file (file size must not exceed 1MB).
gifWidth - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedGif
Width of the GIF.
groupInCommonCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserFullInfo
Number of group chats where both the other user and the current user are a member; 0 for the current user.
groups - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateActiveNotifications
Lists of active notification groups.

H

hash - Variable in class org.drinkless.td.libcore.telegram.TdApi.EncryptedCredentials
The decrypted data hash.
hash - Variable in class org.drinkless.td.libcore.telegram.TdApi.EncryptedPassportElement
Hash of the entire element.
hash - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendPhoneNumberConfirmationCode
Value of the "hash" parameter from the link.
hashtag - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveRecentHashtag
Hashtag to delete.
Hashtags() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Hashtags
Contains a list of hashtags.
Hashtags(String[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Hashtags
Contains a list of hashtags.
hashtags - Variable in class org.drinkless.td.libcore.telegram.TdApi.Hashtags
A list of hashtags.
hasLinkedChat - Variable in class org.drinkless.td.libcore.telegram.TdApi.Supergroup
True, if the channel has a discussion group, or the supergroup is the designated discussion group for a channel.
hasLocation - Variable in class org.drinkless.td.libcore.telegram.TdApi.Supergroup
True, if the supergroup is connected to a location, i.e. the supergroup is a location-based supergroup.
hasPassportData - Variable in class org.drinkless.td.libcore.telegram.TdApi.PasswordState
True, if some Telegram Passport elements were saved.
hasPassword - Variable in class org.drinkless.td.libcore.telegram.TdApi.PasswordState
True, if a 2-step verification password is set.
hasPassword - Variable in class org.drinkless.td.libcore.telegram.TdApi.TemporaryPasswordState
True, if a temporary password is available.
hasPhotos - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentMediaAlbum
True, if the album has at least one photo.
hasPrivateCalls - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserFullInfo
True, if the user can't be called due to their privacy settings.
hasRecoveryEmailAddress - Variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitPassword
True, if a recovery email address has been set up.
hasRecoveryEmailAddress - Variable in class org.drinkless.td.libcore.telegram.TdApi.PasswordState
True, if a recovery email is set.
hasScheduledMessages - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
True, if the chat has scheduled messages.
hasScheduledMessages - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatHasScheduledMessages
New value of hasScheduledMessages.
hasStickers - Variable in class org.drinkless.td.libcore.telegram.TdApi.Photo
True, if stickers were added to the photo.
hasStickers - Variable in class org.drinkless.td.libcore.telegram.TdApi.Video
True, if stickers were added to the video.
hasVideos - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentMediaAlbum
True, if the album has at least one video.
haveAccess - Variable in class org.drinkless.td.libcore.telegram.TdApi.User
If false, the user is inaccessible, and the only information known about the user is inside this class.
haveDelayedNotifications - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateHavePendingNotifications
True, if there are some delayed notification updates, which will be sent soon.
haveUnreceivedNotifications - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateHavePendingNotifications
True, if there can be some yet unreceived notifications, which are being fetched from the server.
header - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockDetails
Always visible heading for the block.
header - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockHeader
Header.
header - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockRelatedArticles
Block header.
height - Variable in class org.drinkless.td.libcore.telegram.TdApi.Animation
Height of the animation.
height - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetMapThumbnailFile
Map height in pixels before applying scale; 16-1024.
height - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageAnimation
Height of the animation; may be replaced by the server.
height - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessagePhoto
Photo height.
height - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageSticker
Sticker height.
height - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideo
Video height.
height - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputThumbnail
Thumbnail height, usually shouldn't exceed 320.
height - Variable in class org.drinkless.td.libcore.telegram.TdApi.Minithumbnail
Thumbnail height, usually doesn't exceed 40.
height - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbedded
Block height; 0 if unknown.
height - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockMap
Map height.
height - Variable in class org.drinkless.td.libcore.telegram.TdApi.PhotoSize
Photo height.
height - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextIcon
Height of a bounding box in which the image should be shown; 0 if unknown.
height - Variable in class org.drinkless.td.libcore.telegram.TdApi.Sticker
Sticker height; as defined by the sender.
height - Variable in class org.drinkless.td.libcore.telegram.TdApi.Video
Video height; as defined by the sender.
hideUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultArticle
True, if the URL must be not shown.
hideUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultArticle
True, if the URL must be not shown.
hideViaBot - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendInlineQueryResultMessage
If true, there will be no mention of a bot, via which the message is sent.
high - Variable in class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettingsPresets
Preset with highest settings; supposed to be used by default when connected on Wi-Fi.
html - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbedded
HTML-markup of the embedded page.
html - Variable in class org.drinkless.td.libcore.telegram.TdApi.PublicMessageLink
HTML-code for embedding the message.
httpOnly - Variable in class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeHttp
Pass true, if the proxy supports only HTTP requests and doesn't support transparent TCP connections via HTTP CONNECT method.
HttpUrl() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.HttpUrl
Contains an HTTP URL.
HttpUrl(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.HttpUrl
Contains an HTTP URL.

I

id - Variable in class org.drinkless.td.libcore.telegram.TdApi.Background
Unique background identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.BasicGroup
Group identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.Call
Call identifier, not persistent.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallConnection
Reflector identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallId
Call identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Chat unique identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEvent
Chat event identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsite
Website identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.File
Unique file identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.Game
Game ID.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeLoginUrl
Unique button identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultAnimation
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultArticle
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultAudio
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultContact
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultDocument
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultGame
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultLocation
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultPhoto
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultSticker
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVenue
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVideo
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVoiceNote
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputFileId
Unique file identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputFileRemote
Remote file identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedGif
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedMpeg4
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultArticle
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAudio
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultContact
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultDocument
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultGame
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultLocation
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultPhoto
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultSticker
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVenue
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVideo
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVoiceNote
Unique identifier of the query result.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
Unique language pack identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
Message identifier, unique for the chat to which the message belongs.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.Notification
Unique persistent identifier of this notification.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationGroup
Unique persistent auto-incremented from 1 identifier of the notification group.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportAuthorizationForm
Unique identifier of the authorization form.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.Poll
Unique poll identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.ProfilePhoto
Photo identifier; 0 for an empty photo.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.Proxy
Unique identifier of the proxy.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushReceiverId
The globally unique identifier of push notification subscription.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoteFile
Remote file identifier; may be empty.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.SavedCredentials
Unique identifier of the saved credentials.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.SecretChat
Secret chat identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.Session
Session identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.ShippingOption
Shipping option identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSet
Identifier of the sticker set.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSetInfo
Identifier of the sticker set.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.Supergroup
Supergroup or channel identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCallbackQuery
Unique query identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCustomQuery
The query identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineCallbackQuery
Unique query identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineQuery
Unique query identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewPreCheckoutQuery
Unique query identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewShippingQuery
Unique query identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.User
User identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserProfilePhoto
Unique user profile photo identifier.
id - Variable in class org.drinkless.td.libcore.telegram.TdApi.Venue
Identifier of the venue in the provider database; as defined by the sender.
identityCard - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementIdentityCard
The identity card to be saved.
identityCard - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementIdentityCard
Identity card.
IdentityDocument() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.IdentityDocument
An identity document.
IdentityDocument(String, TdApi.Date, TdApi.DatedFile, TdApi.DatedFile, TdApi.DatedFile, TdApi.DatedFile[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.IdentityDocument
An identity document.
ignoreFileNames - Variable in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
If set to true, original file names will be ignored.
immunityDelay - Variable in class org.drinkless.td.libcore.telegram.TdApi.OptimizeStorage
The amount of time after the creation of a file during which it can't be deleted, in seconds.
ImportContacts() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ImportContacts
Default constructor for a function, which adds new contacts or edits existing contacts by their phone numbers; contacts' user identifiers are ignored.
ImportContacts(TdApi.Contact[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ImportContacts
Creates a function, which adds new contacts or edits existing contacts by their phone numbers; contacts' user identifiers are ignored.
ImportedContacts() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ImportedContacts
Represents the result of an ImportContacts request.
ImportedContacts(int[], int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ImportedContacts
Represents the result of an ImportContacts request.
importerCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.ImportedContacts
The number of users that imported the corresponding contact; 0 for already registered users or if unavailable.
inCurrentChat - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeSwitchInline
True, if the inline query should be sent from the current chat.
info - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditCustomLanguagePackInfo
New information about the custom local language pack.
info - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetCustomLanguagePack
Information about the language pack.
info - Variable in class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeChatInvite
Chat invite link info.
infoChanges - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLogFilters
True, if changes in chat information should be returned.
inGameShare - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageForwarded
True, if a game message should be shared within a launched game; applies only to game messages.
InlineKeyboardButton() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButton
Represents a single button in an inline keyboard.
InlineKeyboardButton(String, TdApi.InlineKeyboardButtonType) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButton
Represents a single button in an inline keyboard.
InlineKeyboardButtonType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonType
 
InlineKeyboardButtonTypeBuy() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeBuy
A button to buy something.
InlineKeyboardButtonTypeCallback() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeCallback
A button that sends a special callback query to a bot.
InlineKeyboardButtonTypeCallback(byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeCallback
A button that sends a special callback query to a bot.
InlineKeyboardButtonTypeCallbackGame() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeCallbackGame
A button with a game that sends a special callback query to a bot.
InlineKeyboardButtonTypeLoginUrl() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeLoginUrl
A button that opens a specified URL and automatically logs in in current user if they allowed to do that.
InlineKeyboardButtonTypeLoginUrl(String, int, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeLoginUrl
A button that opens a specified URL and automatically logs in in current user if they allowed to do that.
InlineKeyboardButtonTypeSwitchInline() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeSwitchInline
A button that forces an inline query to the bot to be inserted in the input field.
InlineKeyboardButtonTypeSwitchInline(String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeSwitchInline
A button that forces an inline query to the bot to be inserted in the input field.
InlineKeyboardButtonTypeUrl() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeUrl
A button that opens a specified URL.
InlineKeyboardButtonTypeUrl(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeUrl
A button that opens a specified URL.
inlineMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageCaption
Inline message identifier.
inlineMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageLiveLocation
Inline message identifier.
inlineMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageMedia
Inline message identifier.
inlineMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageReplyMarkup
Inline message identifier.
inlineMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageText
Inline message identifier.
inlineMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetInlineGameHighScores
Inline message identifier.
inlineMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetInlineGameScore
Inline message identifier.
inlineMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewChosenInlineResult
Identifier of the sent inline message, if known.
inlineMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineCallbackQuery
Identifier of the inline message, from which the query originated.
inlineQueryId - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerInlineQuery
Identifier of the inline query.
inlineQueryId - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResults
Unique identifier of the inline query.
inlineQueryPlaceholder - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserTypeBot
Placeholder for inline queries (displayed on the client input field).
InlineQueryResult() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResult
 
InlineQueryResultAnimation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultAnimation
Represents an animation file.
InlineQueryResultAnimation(String, TdApi.Animation, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultAnimation
Represents an animation file.
InlineQueryResultArticle() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultArticle
Represents a link to an article or web page.
InlineQueryResultArticle(String, String, boolean, String, String, TdApi.PhotoSize) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultArticle
Represents a link to an article or web page.
InlineQueryResultAudio() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultAudio
Represents an audio file.
InlineQueryResultAudio(String, TdApi.Audio) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultAudio
Represents an audio file.
InlineQueryResultContact() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultContact
Represents a user contact.
InlineQueryResultContact(String, TdApi.Contact, TdApi.PhotoSize) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultContact
Represents a user contact.
InlineQueryResultDocument() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultDocument
Represents a document.
InlineQueryResultDocument(String, TdApi.Document, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultDocument
Represents a document.
InlineQueryResultGame() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultGame
Represents information about a game.
InlineQueryResultGame(String, TdApi.Game) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultGame
Represents information about a game.
InlineQueryResultLocation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultLocation
Represents a point on the map.
InlineQueryResultLocation(String, TdApi.Location, String, TdApi.PhotoSize) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultLocation
Represents a point on the map.
InlineQueryResultPhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultPhoto
Represents a photo.
InlineQueryResultPhoto(String, TdApi.Photo, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultPhoto
Represents a photo.
InlineQueryResults() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResults
Represents the results of the inline query.
InlineQueryResults(long, String, TdApi.InlineQueryResult[], String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResults
Represents the results of the inline query.
InlineQueryResultSticker() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultSticker
Represents a sticker.
InlineQueryResultSticker(String, TdApi.Sticker) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultSticker
Represents a sticker.
InlineQueryResultVenue() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVenue
Represents information about a venue.
InlineQueryResultVenue(String, TdApi.Venue, TdApi.PhotoSize) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVenue
Represents information about a venue.
InlineQueryResultVideo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVideo
Represents a video.
InlineQueryResultVideo(String, TdApi.Video, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVideo
Represents a video.
InlineQueryResultVoiceNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVoiceNote
Represents a voice note.
InlineQueryResultVoiceNote(String, TdApi.VoiceNote, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVoiceNote
Represents a voice note.
InputBackground() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputBackground
 
InputBackgroundLocal() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputBackgroundLocal
A background from a local file.
InputBackgroundLocal(TdApi.InputFile) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputBackgroundLocal
A background from a local file.
InputBackgroundRemote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputBackgroundRemote
A background from the server.
InputBackgroundRemote(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputBackgroundRemote
A background from the server.
InputCredentials() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputCredentials
 
InputCredentialsAndroidPay() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsAndroidPay
Applies if a user enters new credentials using Android Pay.
InputCredentialsAndroidPay(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsAndroidPay
Applies if a user enters new credentials using Android Pay.
InputCredentialsApplePay() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsApplePay
Applies if a user enters new credentials using Apple Pay.
InputCredentialsApplePay(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsApplePay
Applies if a user enters new credentials using Apple Pay.
InputCredentialsNew() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsNew
Applies if a user enters new credentials on a payment provider website.
InputCredentialsNew(String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsNew
Applies if a user enters new credentials on a payment provider website.
InputCredentialsSaved() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsSaved
Applies if a user chooses some previously saved payment credentials.
InputCredentialsSaved(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsSaved
Applies if a user chooses some previously saved payment credentials.
InputFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputFile
 
InputFileGenerated() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputFileGenerated
A file generated by the client.
InputFileGenerated(String, String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputFileGenerated
A file generated by the client.
InputFileId() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputFileId
A file defined by its unique ID.
InputFileId(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputFileId
A file defined by its unique ID.
InputFileLocal() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputFileLocal
A file defined by a local path.
InputFileLocal(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputFileLocal
A file defined by a local path.
InputFileRemote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputFileRemote
A file defined by its remote ID.
InputFileRemote(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputFileRemote
A file defined by its remote ID.
InputIdentityDocument() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputIdentityDocument
An identity document to be saved to Telegram Passport.
InputIdentityDocument(String, TdApi.Date, TdApi.InputFile, TdApi.InputFile, TdApi.InputFile, TdApi.InputFile[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputIdentityDocument
An identity document to be saved to Telegram Passport.
InputInlineQueryResult() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResult
 
InputInlineQueryResultAnimatedGif() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedGif
Represents a link to an animated GIF.
InputInlineQueryResultAnimatedGif(String, String, String, String, int, int, int, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedGif
Represents a link to an animated GIF.
InputInlineQueryResultAnimatedMpeg4() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedMpeg4
Represents a link to an animated (i.e. without sound) H.264/MPEG-4 AVC video.
InputInlineQueryResultAnimatedMpeg4(String, String, String, String, int, int, int, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedMpeg4
Represents a link to an animated (i.e. without sound) H.264/MPEG-4 AVC video.
InputInlineQueryResultArticle() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultArticle
Represents a link to an article or web page.
InputInlineQueryResultArticle(String, String, boolean, String, String, String, int, int, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultArticle
Represents a link to an article or web page.
InputInlineQueryResultAudio() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAudio
Represents a link to an MP3 audio file.
InputInlineQueryResultAudio(String, String, String, String, int, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAudio
Represents a link to an MP3 audio file.
InputInlineQueryResultContact() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultContact
Represents a user contact.
InputInlineQueryResultContact(String, TdApi.Contact, String, int, int, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultContact
Represents a user contact.
InputInlineQueryResultDocument() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultDocument
Represents a link to a file.
InputInlineQueryResultDocument(String, String, String, String, String, String, int, int, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultDocument
Represents a link to a file.
InputInlineQueryResultGame() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultGame
Represents a game.
InputInlineQueryResultGame(String, String, TdApi.ReplyMarkup) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultGame
Represents a game.
InputInlineQueryResultLocation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultLocation
Represents a point on the map.
InputInlineQueryResultLocation(String, TdApi.Location, int, String, String, int, int, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultLocation
Represents a point on the map.
InputInlineQueryResultPhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultPhoto
Represents link to a JPEG image.
InputInlineQueryResultPhoto(String, String, String, String, String, int, int, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultPhoto
Represents link to a JPEG image.
InputInlineQueryResultSticker() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultSticker
Represents a link to a WEBP or TGS sticker.
InputInlineQueryResultSticker(String, String, String, int, int, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultSticker
Represents a link to a WEBP or TGS sticker.
InputInlineQueryResultVenue() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVenue
Represents information about a venue.
InputInlineQueryResultVenue(String, TdApi.Venue, String, int, int, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVenue
Represents information about a venue.
InputInlineQueryResultVideo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVideo
Represents a link to a page containing an embedded video player or a video file.
InputInlineQueryResultVideo(String, String, String, String, String, String, int, int, int, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVideo
Represents a link to a page containing an embedded video player or a video file.
InputInlineQueryResultVoiceNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVoiceNote
Represents a link to an opus-encoded audio file within an OGG container, single channel audio.
InputInlineQueryResultVoiceNote(String, String, String, int, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVoiceNote
Represents a link to an opus-encoded audio file within an OGG container, single channel audio.
inputLanguageCode - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchEmojis
IETF language tag of the user's input language; may be empty if unknown.
InputMessageAnimation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageAnimation
An animation message (GIF-style).
InputMessageAnimation(TdApi.InputFile, TdApi.InputThumbnail, int, int, int, TdApi.FormattedText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageAnimation
An animation message (GIF-style).
InputMessageAudio() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageAudio
An audio message.
InputMessageAudio(TdApi.InputFile, TdApi.InputThumbnail, int, String, String, TdApi.FormattedText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageAudio
An audio message.
InputMessageContact() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageContact
A message containing a user contact.
InputMessageContact(TdApi.Contact) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageContact
A message containing a user contact.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddLocalMessage
The content of the message to be added.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageMedia
New content of the message.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageText
New text content of the message.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageMedia
New content of the message.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageText
New text content of the message.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedGif
The content of the message to be sent.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedMpeg4
The content of the message to be sent.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultArticle
The content of the message to be sent.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAudio
The content of the message to be sent.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultContact
The content of the message to be sent.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultDocument
The content of the message to be sent.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultLocation
The content of the message to be sent.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultPhoto
The content of the message to be sent.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultSticker
The content of the message to be sent.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVenue
The content of the message to be sent.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVideo
The content of the message to be sent.
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVoiceNote
The content of the message to be sent.
InputMessageContent() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageContent
 
inputMessageContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendMessage
The content of the message to be sent.
inputMessageContents - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendMessageAlbum
Contents of messages to be sent.
InputMessageDocument() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageDocument
A document message (general file).
InputMessageDocument(TdApi.InputFile, TdApi.InputThumbnail, TdApi.FormattedText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageDocument
A document message (general file).
InputMessageForwarded() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageForwarded
A forwarded message.
InputMessageForwarded(long, long, boolean, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageForwarded
A forwarded message.
InputMessageGame() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageGame
A message with a game; not supported for channels or secret chats.
InputMessageGame(int, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageGame
A message with a game; not supported for channels or secret chats.
InputMessageInvoice() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageInvoice
A message with an invoice; can be used only by bots and only in private chats.
InputMessageInvoice(TdApi.Invoice, String, String, String, int, int, int, byte[], String, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageInvoice
A message with an invoice; can be used only by bots and only in private chats.
InputMessageLocation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageLocation
A message with a location.
InputMessageLocation(TdApi.Location, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageLocation
A message with a location.
InputMessagePhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessagePhoto
A photo message.
InputMessagePhoto(TdApi.InputFile, TdApi.InputThumbnail, int[], int, int, TdApi.FormattedText, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessagePhoto
A photo message.
InputMessagePoll() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessagePoll
A message with a poll.
InputMessagePoll(String, String[], boolean, TdApi.PollType, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessagePoll
A message with a poll.
InputMessageSticker() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageSticker
A sticker message.
InputMessageSticker(TdApi.InputFile, TdApi.InputThumbnail, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageSticker
A sticker message.
inputMessageText - Variable in class org.drinkless.td.libcore.telegram.TdApi.DraftMessage
Content of the message draft; this should always be of type inputMessageText.
InputMessageText() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageText
A text message.
InputMessageText(TdApi.FormattedText, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageText
A text message.
InputMessageVenue() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageVenue
A message with information about a venue.
InputMessageVenue(TdApi.Venue) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageVenue
A message with information about a venue.
InputMessageVideo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideo
A video message.
InputMessageVideo(TdApi.InputFile, TdApi.InputThumbnail, int[], int, int, int, boolean, TdApi.FormattedText, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideo
A video message.
InputMessageVideoNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideoNote
A video note message.
InputMessageVideoNote(TdApi.InputFile, TdApi.InputThumbnail, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideoNote
A video note message.
InputMessageVoiceNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageVoiceNote
A voice note message.
InputMessageVoiceNote(TdApi.InputFile, int, byte[], TdApi.FormattedText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputMessageVoiceNote
A voice note message.
InputPassportElement() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElement
 
InputPassportElementAddress() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementAddress
A Telegram Passport element to be saved containing the user's address.
InputPassportElementAddress(TdApi.Address) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementAddress
A Telegram Passport element to be saved containing the user's address.
InputPassportElementBankStatement() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementBankStatement
A Telegram Passport element to be saved containing the user's bank statement.
InputPassportElementBankStatement(TdApi.InputPersonalDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementBankStatement
A Telegram Passport element to be saved containing the user's bank statement.
InputPassportElementDriverLicense() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementDriverLicense
A Telegram Passport element to be saved containing the user's driver license.
InputPassportElementDriverLicense(TdApi.InputIdentityDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementDriverLicense
A Telegram Passport element to be saved containing the user's driver license.
InputPassportElementEmailAddress() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementEmailAddress
A Telegram Passport element to be saved containing the user's email address.
InputPassportElementEmailAddress(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementEmailAddress
A Telegram Passport element to be saved containing the user's email address.
InputPassportElementError() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementError
Contains the description of an error in a Telegram Passport element; for bots only.
InputPassportElementError(TdApi.PassportElementType, String, TdApi.InputPassportElementErrorSource) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementError
Contains the description of an error in a Telegram Passport element; for bots only.
InputPassportElementErrorSource() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSource
 
InputPassportElementErrorSourceDataField() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceDataField
A data field contains an error.
InputPassportElementErrorSourceDataField(String, byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceDataField
A data field contains an error.
InputPassportElementErrorSourceFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceFile
The file contains an error.
InputPassportElementErrorSourceFile(byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceFile
The file contains an error.
InputPassportElementErrorSourceFiles() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceFiles
The list of attached files contains an error.
InputPassportElementErrorSourceFiles(byte[][]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceFiles
The list of attached files contains an error.
InputPassportElementErrorSourceFrontSide() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceFrontSide
The front side of the document contains an error.
InputPassportElementErrorSourceFrontSide(byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceFrontSide
The front side of the document contains an error.
InputPassportElementErrorSourceReverseSide() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceReverseSide
The reverse side of the document contains an error.
InputPassportElementErrorSourceReverseSide(byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceReverseSide
The reverse side of the document contains an error.
InputPassportElementErrorSourceSelfie() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceSelfie
The selfie contains an error.
InputPassportElementErrorSourceSelfie(byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceSelfie
The selfie contains an error.
InputPassportElementErrorSourceTranslationFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceTranslationFile
One of the files containing the translation of the document contains an error.
InputPassportElementErrorSourceTranslationFile(byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceTranslationFile
One of the files containing the translation of the document contains an error.
InputPassportElementErrorSourceTranslationFiles() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceTranslationFiles
The translation of the document contains an error.
InputPassportElementErrorSourceTranslationFiles(byte[][]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceTranslationFiles
The translation of the document contains an error.
InputPassportElementErrorSourceUnspecified() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceUnspecified
The element contains an error in an unspecified place.
InputPassportElementErrorSourceUnspecified(byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementErrorSourceUnspecified
The element contains an error in an unspecified place.
InputPassportElementIdentityCard() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementIdentityCard
A Telegram Passport element to be saved containing the user's identity card.
InputPassportElementIdentityCard(TdApi.InputIdentityDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementIdentityCard
A Telegram Passport element to be saved containing the user's identity card.
InputPassportElementInternalPassport() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementInternalPassport
A Telegram Passport element to be saved containing the user's internal passport.
InputPassportElementInternalPassport(TdApi.InputIdentityDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementInternalPassport
A Telegram Passport element to be saved containing the user's internal passport.
InputPassportElementPassport() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPassport
A Telegram Passport element to be saved containing the user's passport.
InputPassportElementPassport(TdApi.InputIdentityDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPassport
A Telegram Passport element to be saved containing the user's passport.
InputPassportElementPassportRegistration() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPassportRegistration
A Telegram Passport element to be saved containing the user's passport registration.
InputPassportElementPassportRegistration(TdApi.InputPersonalDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPassportRegistration
A Telegram Passport element to be saved containing the user's passport registration.
InputPassportElementPersonalDetails() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPersonalDetails
A Telegram Passport element to be saved containing the user's personal details.
InputPassportElementPersonalDetails(TdApi.PersonalDetails) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPersonalDetails
A Telegram Passport element to be saved containing the user's personal details.
InputPassportElementPhoneNumber() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPhoneNumber
A Telegram Passport element to be saved containing the user's phone number.
InputPassportElementPhoneNumber(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPhoneNumber
A Telegram Passport element to be saved containing the user's phone number.
InputPassportElementRentalAgreement() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementRentalAgreement
A Telegram Passport element to be saved containing the user's rental agreement.
InputPassportElementRentalAgreement(TdApi.InputPersonalDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementRentalAgreement
A Telegram Passport element to be saved containing the user's rental agreement.
InputPassportElementTemporaryRegistration() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementTemporaryRegistration
A Telegram Passport element to be saved containing the user's temporary registration.
InputPassportElementTemporaryRegistration(TdApi.InputPersonalDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementTemporaryRegistration
A Telegram Passport element to be saved containing the user's temporary registration.
InputPassportElementUtilityBill() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementUtilityBill
A Telegram Passport element to be saved containing the user's utility bill.
InputPassportElementUtilityBill(TdApi.InputPersonalDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementUtilityBill
A Telegram Passport element to be saved containing the user's utility bill.
InputPersonalDocument() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPersonalDocument
A personal document to be saved to Telegram Passport.
InputPersonalDocument(TdApi.InputFile[], TdApi.InputFile[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputPersonalDocument
A personal document to be saved to Telegram Passport.
InputSticker() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputSticker
Describes a sticker that should be added to a sticker set.
InputSticker(TdApi.InputFile, String, TdApi.MaskPosition) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputSticker
Describes a sticker that should be added to a sticker set.
InputThumbnail() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputThumbnail
A thumbnail to be sent along with a file; should be in JPEG or WEBP format for stickers, and less than 200 kB in size.
InputThumbnail(TdApi.InputFile, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.InputThumbnail
A thumbnail to be sent along with a file; should be in JPEG or WEBP format for stickers, and less than 200 kB in size.
instantViewVersion - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Version of instant view, available for the web page (currently can be 1 or 2), 0 if none.
intensity - Variable in class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypePattern
Intensity of the pattern when it is shown above the filled background, 0-100.
internalPassport - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementInternalPassport
The internal passport to be saved.
internalPassport - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementInternalPassport
Internal passport.
inviteLink - Variable in class org.drinkless.td.libcore.telegram.TdApi.BasicGroupFullInfo
Invite link for this group; available only after it has been generated at least once and only for the group creator.
inviteLink - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatInviteLink
Chat invite link.
inviteLink - Variable in class org.drinkless.td.libcore.telegram.TdApi.CheckChatInviteLink
Invite link to be checked; should begin with "https://t.me/joinchat/", "https://telegram.me/joinchat/", or "https://telegram.dog/joinchat/".
inviteLink - Variable in class org.drinkless.td.libcore.telegram.TdApi.JoinChatByInviteLink
Invite link to import; should begin with "https://t.me/joinchat/", "https://telegram.me/joinchat/", or "https://telegram.dog/joinchat/".
inviteLink - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
Invite link for this chat.
inviterUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMember
Identifier of a user that invited/promoted/banned this member in the chat; 0 if unknown.
invoice - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageInvoice
Invoice.
Invoice() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Invoice
Product invoice.
Invoice(String, TdApi.LabeledPricePart[], boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Invoice
Product invoice.
invoice - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentForm
Full information of the invoice.
invoice - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentReceipt
Contains information about the invoice.
invoiceMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessful
Identifier of the message with the corresponding invoice; can be an identifier of a deleted message.
invoiceMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessfulBot
Identifier of the message with the corresponding invoice; can be an identifier of a deleted message.
invoicePayload - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessfulBot
Invoice payload.
invoicePayload - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewPreCheckoutQuery
Invoice payload.
invoicePayload - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewShippingQuery
Invoice payload.
ip - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallConnection
IPv4 reflector address.
ip - Variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsite
IP address from which the user was logged in, in human-readable format.
ip - Variable in class org.drinkless.td.libcore.telegram.TdApi.Session
IP address from which the session was created, in human-readable format.
ipv6 - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallConnection
IPv6 reflector address.
isActive - Variable in class org.drinkless.td.libcore.telegram.TdApi.BasicGroup
True, if the group is active.
isAllHistoryAvailable - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventIsAllHistoryAvailableToggled
New value of isAllHistoryAvailable.
isAllHistoryAvailable - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
True, if new chat members will have access to old messages.
isAllHistoryAvailable - Variable in class org.drinkless.td.libcore.telegram.TdApi.ToggleSupergroupIsAllHistoryAvailable
The new value of isAllHistoryAvailable.
isAnimated - Variable in class org.drinkless.td.libcore.telegram.TdApi.Sticker
True, if the sticker is an animated sticker in TGS format.
isAnimated - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSet
True, is the stickers in the set are animated.
isAnimated - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSetInfo
True, is the stickers in the set are animated.
isAnonymous - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessagePoll
True, if the poll voters are anonymous.
isAnonymous - Variable in class org.drinkless.td.libcore.telegram.TdApi.Poll
True, if the poll is anonymous.
isAppSandbox - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenApplePush
True, if App Sandbox is enabled.
isAppSandbox - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenApplePushVoIP
True, if App Sandbox is enabled.
isArchived - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChangeStickerSet
The new value of isArchived.
isArchived - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSet
True, if the sticker set has been archived.
isArchived - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSetInfo
True, if the sticker set has been archived.
isAttached - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddRecentSticker
Pass true to add the sticker to the list of stickers recently attached to photo or video files; pass false to add the sticker to the list of recently sent stickers.
isAttached - Variable in class org.drinkless.td.libcore.telegram.TdApi.ClearRecentStickers
Pass true to clear the list of stickers recently attached to photo or video files; pass false to clear the list of recently sent stickers.
isAttached - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetRecentStickers
Pass true to return stickers and masks that were recently attached to photos or video files; pass false to return recently sent stickers.
isAttached - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveRecentSticker
Pass true to remove the sticker from the list of stickers recently attached to photo or video files; pass false to remove the sticker from the list of recently sent stickers.
isAttached - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateRecentStickers
True, if the list of stickers attached to photo or video files was updated, otherwise the list of sent stickers is updated.
isAutoDownloadEnabled - Variable in class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettings
True, if the auto-download is enabled.
isBeingChosen - Variable in class org.drinkless.td.libcore.telegram.TdApi.PollOption
True, if the option is being chosen by a pending setPollAnswer request.
isBeta - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
True, if the language pack is a beta language pack.
isBlocked - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserFullInfo
True, if the user is blacklisted by the current user.
isBlurred - Variable in class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypeWallpaper
True, if the wallpaper must be downscaled to fit in 450x450 square and then box-blurred with radius 12.
isBordered - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTable
True, if the table is bordered.
isCached - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextUrl
True, if the URL has cached instant view server-side.
isChannel - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatTypeSupergroup
True, if the supergroup is a channel.
isChannel - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateNewSupergroupChat
True, if a channel chat should be created.
isChannel - Variable in class org.drinkless.td.libcore.telegram.TdApi.Supergroup
True, if the supergroup is a channel.
isChannelPost - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
True, if the message is a channel post.
isChosen - Variable in class org.drinkless.td.libcore.telegram.TdApi.PollOption
True, if the option was chosen by the user.
isClosed - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessagePoll
True, if the poll needs to be sent already closed; for bots only.
isClosed - Variable in class org.drinkless.td.libcore.telegram.TdApi.Poll
True, if the poll is closed.
isContact - Variable in class org.drinkless.td.libcore.telegram.TdApi.User
The user is a contact of the current user.
isCreated - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallStatePending
True, if the call has already been created by the server.
isCurrent - Variable in class org.drinkless.td.libcore.telegram.TdApi.Session
True, if this session is the current session.
isCurrentPhoneNumber - Variable in class org.drinkless.td.libcore.telegram.TdApi.PhoneNumberAuthenticationSettings
Pass true if the authenticated phone number is used on the current device.
isCurrentUser - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatAddMembers
True, if the current user was added to the group.
isCurrentUser - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatDeleteMember
True, if the current user was deleted from the group.
isDark - Variable in class org.drinkless.td.libcore.telegram.TdApi.Background
True, if the background is dark and is recommended to be used with dark theme.
isDark - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatStatisticsUrl
Pass true if a URL with the dark theme must be returned.
isDefault - Variable in class org.drinkless.td.libcore.telegram.TdApi.Background
True, if this is one of default backgrounds.
isDisconnected - Variable in class org.drinkless.td.libcore.telegram.TdApi.DiscardCall
True, if the user was disconnected.
isDownloadingActive - Variable in class org.drinkless.td.libcore.telegram.TdApi.LocalFile
True, if the file is currently being downloaded (or a local copy is being generated by some other means).
isDownloadingCompleted - Variable in class org.drinkless.td.libcore.telegram.TdApi.LocalFile
True, if the local copy is fully available.
isEnabled - Variable in class org.drinkless.td.libcore.telegram.TdApi.Proxy
True, if the proxy is enabled now.
isEncrypted - Variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitEncryptionKey
True, if the database is currently encrypted.
isFlexible - Variable in class org.drinkless.td.libcore.telegram.TdApi.Invoice
True, if the total price depends on the shipping method.
isFull - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPageInstantView
True, if the instant view contains the full page.
isFullWidth - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbedded
True, if the block should be full width.
isHeader - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTableCell
True, if it is a header cell.
isInline - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserTypeBot
True, if the bot supports inline queries.
isInstalled - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChangeStickerSet
The new value of isInstalled.
isInstalled - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
True, if the language pack is installed by the current user.
isInstalled - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSet
True, if the sticker set has been installed by the current user.
isInstalled - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSetInfo
True, if the sticker set has been installed by current user.
isLeft - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatDeleteMember
True, if the user has left the group themself.
isListened - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageVoiceNote
True, if at least one of the recipients has listened to the voice note.
isLive - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentLocation
True, if the location is live.
isLooped - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVideo
True, if the video should be looped.
isMarkedAsUnread - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
True, if the chat is marked as unread.
isMarkedAsUnread - Variable in class org.drinkless.td.libcore.telegram.TdApi.ToggleChatIsMarkedAsUnread
New value of isMarkedAsUnread.
isMarkedAsUnread - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsMarkedAsUnread
New value of isMarkedAsUnread.
isMask - Variable in class org.drinkless.td.libcore.telegram.TdApi.Sticker
True, if the sticker is a mask.
isMasks - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateNewStickerSet
True, if stickers are masks.
isMasks - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetArchivedStickerSets
Pass true to return mask stickers sets; pass false to return ordinary sticker sets.
isMasks - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetInstalledStickerSets
Pass true to return mask sticker sets; pass false to return ordinary sticker sets.
isMasks - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReorderInstalledStickerSets
Pass true to change the order of mask sticker sets; pass false to change the order of ordinary sticker sets.
isMasks - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchInstalledStickerSets
Pass true to return mask sticker sets; pass false to return ordinary sticker sets.
isMasks - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSet
True, if the stickers in the set are masks.
isMasks - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSetInfo
True, if the stickers in the set are masks.
isMasks - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateInstalledStickerSets
True, if the list of installed mask sticker sets was updated.
isMember - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusCreator
True, if the user is a member of the chat.
isMember - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusRestricted
True, if the user is a member of the chat.
isMoving - Variable in class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypePattern
True, if the background needs to be slightly moved when device is tilted.
isMoving - Variable in class org.drinkless.td.libcore.telegram.TdApi.BackgroundTypeWallpaper
True, if the background needs to be slightly moved when device is tilted.
isMutualContact - Variable in class org.drinkless.td.libcore.telegram.TdApi.User
The user is a contact of the current user and the current user is a contact of the user.
isNativeNameRequired - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportSuitableElement
True, if personal details must include the user's name in the language of their country of residence.
isOfficial - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
True, if the language pack is official.
isOfficial - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSet
True, if the sticker set is official.
isOfficial - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSetInfo
True, if the sticker set is official.
isOfficialApplication - Variable in class org.drinkless.td.libcore.telegram.TdApi.Session
True, if the application is an official application or uses the apiId of an official application.
isOpen - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockDetails
True, if the block is open by default.
isOutbound - Variable in class org.drinkless.td.libcore.telegram.TdApi.SecretChat
True, if the chat was created by the current user; otherwise false.
isOutgoing - Variable in class org.drinkless.td.libcore.telegram.TdApi.Call
True, if the call is outgoing.
isOutgoing - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
True, if the message is outgoing.
isOwner - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatAdministrator
True, if the user is the owner of the chat.
isPasswordPending - Variable in class org.drinkless.td.libcore.telegram.TdApi.Session
True, if a password is needed to complete authorization of the session.
isPermanent - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateDeleteMessages
True, if the messages are permanently deleted by a user (as opposed to just becoming inaccessible).
isPersonal - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerInlineQuery
True, if the result of the query can be cached for the specified user.
isPersonal - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupForceReply
True, if a forced reply must automatically be shown to the current user.
isPersonal - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupRemoveKeyboard
True, if the keyboard is removed only for the mentioned users or the target user of a reply.
isPersonal - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupShowKeyboard
True, if the keyboard must automatically be shown to the current user.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
True, if the chat is pinned.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentAnimation
True, if the message is a pinned message with the specified content.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentAudio
True, if the message is a pinned message with the specified content.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentContact
True, if the message is a pinned message with the specified content.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentDocument
True, if the message is a pinned message with the specified content.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentGame
True, if the message is a pinned message with the specified content.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentGameScore
True, if the message is a pinned message with the specified content.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentHidden
True, if the message is a pinned message with the specified content.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentInvoice
True, if the message is a pinned message with the specified content.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentLocation
True, if the message is a pinned message with the specified content.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentPhoto
True, if the message is a pinned message with the specified content.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentPoll
True, if the message is a pinned message with the specified content.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentSticker
True, if the message is a pinned message with the specified content.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentText
True, if the message is a pinned message with the specified content.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVideo
True, if the message is a pinned message with the specified content.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVideoNote
True, if the message is a pinned message with the specified content.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVoiceNote
True, if the message is a pinned message with the specified content.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.ToggleChatIsPinned
New value of isPinned.
isPinned - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsPinned
New value of isPinned.
isPublic - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatInviteLinkInfo
True, if the chat is a public supergroup or channel, i.e. it has a username or it is a location-based supergroup.
isPublic - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageLinkInfo
True, if the link is a public link for a message in a chat.
isReceived - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallStatePending
True, if the call has already been received by the other party.
isRegular - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentPoll
True, if the poll is regular and not in quiz mode.
isReturned - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatAddMembers
True, if the user has returned to the group themself.
isRtl - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
True, if the language pack strings are RTL.
isRtl - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPageInstantView
True, if the instant view must be shown from right to left.
isScam - Variable in class org.drinkless.td.libcore.telegram.TdApi.Supergroup
True, if many users reported this supergroup as a scam.
isScam - Variable in class org.drinkless.td.libcore.telegram.TdApi.User
True, if many users reported this user as a scam.
isSecret - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageAnimation
True, if the animation thumbnail must be blurred and the animation must be shown only while tapped.
isSecret - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePhoto
True, if the photo must be blurred and must be shown only while tapped.
isSecret - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageVideo
True, if the video thumbnail must be blurred and the video must be shown only while tapped.
isSecret - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageVideoNote
True, if the video note thumbnail must be blurred and the video note must be shown only while tapped.
isSecret - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentPhoto
True, if the photo is secret.
isSecret - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVideo
True, if the video is secret.
isSelfieRequired - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportSuitableElement
True, if a selfie is required with the identity document.
isSilent - Variable in class org.drinkless.td.libcore.telegram.TdApi.Notification
True, if the notification was initially silent.
isSilent - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNotificationGroup
True, if the notifications should be shown without sound.
isSlowModeEnabled - Variable in class org.drinkless.td.libcore.telegram.TdApi.Supergroup
True, if the slow mode is enabled in the supergroup.
isSponsored - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
True, if the chat is sponsored by the user's MTProxy server.
isSponsored - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsSponsored
New value of isSponsored.
isStriped - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTable
True, if the table is striped.
isSupport - Variable in class org.drinkless.td.libcore.telegram.TdApi.User
True, if the user is Telegram support account.
isTest - Variable in class org.drinkless.td.libcore.telegram.TdApi.Invoice
True, if the payment is a test payment.
isTest - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageInvoice
True, if the invoice is a test invoice.
isTranslationRequired - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportSuitableElement
True, if a certified English translation is required with the document.
isUploadingActive - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoteFile
True, if the file is currently being uploaded (or a remote copy is being generated by some other means).
isUploadingCompleted - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoteFile
True, if a remote copy is fully available.
isVerified - Variable in class org.drinkless.td.libcore.telegram.TdApi.Supergroup
True, if the supergroup or channel is verified.
isVerified - Variable in class org.drinkless.td.libcore.telegram.TdApi.User
True, if the user is verified.
isViewed - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageVideoNote
True, if at least one of the recipients has viewed the video note.
isViewed - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSet
True for already viewed trending sticker sets.
isViewed - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSetInfo
True for already viewed trending sticker sets.
items - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockList
The items of the list.

J

JoinChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JoinChat
Default constructor for a function, which adds current user as a new member to a chat.
JoinChat(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JoinChat
Creates a function, which adds current user as a new member to a chat.
JoinChatByInviteLink() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JoinChatByInviteLink
Default constructor for a function, which uses an invite link to add the current user to the chat if possible.
JoinChatByInviteLink(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JoinChatByInviteLink
Creates a function, which uses an invite link to add the current user to the chat if possible.
joinedChatDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMember
Point in time (Unix timestamp) when the user joined a chat.
json - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetJsonValue
The JSON-serialized string.
JsonObjectMember() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JsonObjectMember
Represents one member of a JSON object.
JsonObjectMember(String, TdApi.JsonValue) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JsonObjectMember
Represents one member of a JSON object.
jsonValue - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetJsonString
The JsonValue object.
JsonValue() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JsonValue
 
JsonValueArray() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JsonValueArray
Represents a JSON array.
JsonValueArray(TdApi.JsonValue[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JsonValueArray
Represents a JSON array.
JsonValueBoolean() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JsonValueBoolean
Represents a boolean JSON value.
JsonValueBoolean(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JsonValueBoolean
Represents a boolean JSON value.
JsonValueNull() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JsonValueNull
Represents a null JSON value.
JsonValueNumber() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JsonValueNumber
Represents a numeric JSON value.
JsonValueNumber(double) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JsonValueNumber
Represents a numeric JSON value.
JsonValueObject() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JsonValueObject
Represents a JSON object.
JsonValueObject(TdApi.JsonObjectMember[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JsonValueObject
Represents a JSON object.
JsonValueString() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JsonValueString
Represents a string JSON value.
JsonValueString(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.JsonValueString
Represents a string JSON value.

K

key - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackString
Language pack key of the string to be returned.
key - Variable in class org.drinkless.td.libcore.telegram.TdApi.JsonObjectMember
Member's key.
key - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackString
String key.
KeyboardButton() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.KeyboardButton
Represents a single button in a bot keyboard.
KeyboardButton(String, TdApi.KeyboardButtonType) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.KeyboardButton
Represents a single button in a bot keyboard.
KeyboardButtonType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonType
 
KeyboardButtonTypeRequestLocation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonTypeRequestLocation
A button that sends the user's location when pressed; available only in private chats.
KeyboardButtonTypeRequestPhoneNumber() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonTypeRequestPhoneNumber
A button that sends the user's phone number when pressed; available only in private chats.
KeyboardButtonTypeRequestPoll() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonTypeRequestPoll
A button that allows the user to create and send a poll when pressed; available only in private chats.
KeyboardButtonTypeRequestPoll(boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonTypeRequestPoll
A button that allows the user to create and send a poll when pressed; available only in private chats.
KeyboardButtonTypeText() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.KeyboardButtonTypeText
A simple button, with text that should be sent when the button is pressed.
keyHash - Variable in class org.drinkless.td.libcore.telegram.TdApi.SecretChat
Hash of the currently used key for comparison with the hash of the chat partner's key.
keys - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackStrings
Language pack keys of the strings to be returned; leave empty to request all available strings.
kicker - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockKicker
Kicker.

L

label - Variable in class org.drinkless.td.libcore.telegram.TdApi.LabeledPricePart
Label for this portion of the product price.
label - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockListItem
Item label.
LabeledPricePart() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LabeledPricePart
Portion of the price of a product (e.g., "delivery cost", "tax amount").
LabeledPricePart(String, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LabeledPricePart
Portion of the price of a product (e.g., "delivery cost", "tax amount").
language - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockPreformatted
Programming language for which the text should be formatted.
language - Variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypePreCode
Programming language of the code; as defined by the sender.
languageCode - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetEmojiSuggestionsUrl
Language code for which the emoji replacements will be suggested.
languageCode - Variable in class org.drinkless.td.libcore.telegram.TdApi.User
IETF language tag of the user's language; only available to bots.
languagePackDatabasePath - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackString
Path to the language pack database in which strings are stored.
languagePackDatabaseSize - Variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsFast
Size of the language pack database.
languagePackId - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddCustomServerLanguagePack
Identifier of a language pack to be added; may be different from a name that is used in an "https://t.me/setlanguage/" link.
languagePackId - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteLanguagePack
Identifier of the language pack to delete.
languagePackId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackInfo
Language pack identifier.
languagePackId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackString
Language pack identifier.
languagePackId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackStrings
Language pack identifier of the strings to be returned.
languagePackId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetCustomLanguagePackString
Identifier of a previously added custom local language pack in the current localization target.
languagePackId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SynchronizeLanguagePack
Language pack identifier.
languagePackId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateLanguagePackStrings
Identifier of the updated language pack.
LanguagePackInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
Contains information about a language pack.
LanguagePackInfo(String, String, String, String, String, boolean, boolean, boolean, boolean, int, int, int, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
Contains information about a language pack.
languagePacks - Variable in class org.drinkless.td.libcore.telegram.TdApi.LocalizationTargetInfo
List of available language packs for this application.
LanguagePackString() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LanguagePackString
Represents one language pack string.
LanguagePackString(String, TdApi.LanguagePackStringValue) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LanguagePackString
Represents one language pack string.
LanguagePackStrings() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStrings
Contains a list of language pack strings.
LanguagePackStrings(TdApi.LanguagePackString[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStrings
Contains a list of language pack strings.
LanguagePackStringValue() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValue
 
LanguagePackStringValueDeleted() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValueDeleted
A deleted language pack string, the value should be taken from the built-in english language pack.
LanguagePackStringValueOrdinary() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValueOrdinary
An ordinary language pack string.
LanguagePackStringValueOrdinary(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValueOrdinary
An ordinary language pack string.
LanguagePackStringValuePluralized() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValuePluralized
A language pack string which has different forms based on the number of some object it mentions.
LanguagePackStringValuePluralized(String, String, String, String, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValuePluralized
A language pack string which has different forms based on the number of some object it mentions.
lastActiveDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsite
Point in time (Unix timestamp) when obtained authorization was last used.
lastActiveDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.Session
Point in time (Unix timestamp) when the session was last used.
lastMessage - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Last message in the chat; may be null.
lastMessage - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatLastMessage
The new last message in the chat; may be null.
lastName - Variable in class org.drinkless.td.libcore.telegram.TdApi.Contact
Last name of the user.
lastName - Variable in class org.drinkless.td.libcore.telegram.TdApi.PersonalDetails
Last name of the user written in English; 1-255 characters.
lastName - Variable in class org.drinkless.td.libcore.telegram.TdApi.RegisterUser
The last name of the user; 0-64 characters.
lastName - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetName
The new value of the optional last name for the user; 0-64 characters.
lastName - Variable in class org.drinkless.td.libcore.telegram.TdApi.User
Last name of the user.
lastReadInboxMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Identifier of the last read incoming message.
lastReadInboxMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReadInbox
Identifier of the last read incoming message.
lastReadOutboxMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Identifier of the last read outgoing message.
lastReadOutboxMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReadOutbox
Identifier of last read outgoing message.
lastUsedDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.Proxy
Point in time (Unix timestamp) when the proxy was last used; 0 if never.
latitude - Variable in class org.drinkless.td.libcore.telegram.TdApi.Location
Latitude of the location in degrees; as defined by the sender.
layer - Variable in class org.drinkless.td.libcore.telegram.TdApi.SecretChat
Secret chat layer; determines features supported by the other client.
LeaveChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LeaveChat
Default constructor for a function, which removes current user from chat members.
LeaveChat(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LeaveChat
Creates a function, which removes current user from chat members.
length - Variable in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeCall
Length of the code.
length - Variable in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeSms
Length of the code.
length - Variable in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeTelegramMessage
Length of the code.
length - Variable in class org.drinkless.td.libcore.telegram.TdApi.EmailAddressAuthenticationCodeInfo
Length of the code; 0 if unknown.
length - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideoNote
Video width and height; must be positive and not greater than 640.
length - Variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntity
Length of the entity, in UTF-16 code units.
length - Variable in class org.drinkless.td.libcore.telegram.TdApi.VideoNote
Video width and height; as defined by the sender.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.DownloadFile
Number of bytes which should be downloaded starting from the "offset" position before the download will be automatically cancelled; use 0 to download without a limit.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetArchivedStickerSets
The maximum number of sticker sets to return.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetBlockedUsers
The maximum number of users to return; up to 100.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatEventLog
The maximum number of events to return; up to 100.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatHistory
The maximum number of messages to be returned; must be positive and can't be greater than 100.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChats
The maximum number of chats to be returned.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetGroupsInCommon
The maximum number of chats to be returned; up to 100.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPollVoters
The maximum number of users to be returned; must be positive and can't be greater than 50.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetStickers
The maximum number of stickers to be returned.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetSupergroupMembers
The maximum number of users be returned; up to 200.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetTopChats
The maximum number of chats to be returned; up to 30.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetUserProfilePhotos
The maximum number of photos to be returned; up to 100.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchCallMessages
The maximum number of messages to be returned; up to 100.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatMembers
The maximum number of users to be returned.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatMessages
The maximum number of messages to be returned; must be positive and can't be greater than 100.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatRecentLocationMessages
The maximum number of messages to be returned.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChats
The maximum number of chats to be returned.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatsOnServer
The maximum number of chats to be returned.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchContacts
The maximum number of users to be returned.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchHashtags
The maximum number of hashtags to be returned.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchInstalledStickerSets
The maximum number of sticker sets to return.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessages
The maximum number of messages to be returned, up to 100.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchSecretMessages
The maximum number of messages to be returned; up to 100.
limit - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchStickers
The maximum number of stickers to be returned.
link - Variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitOtherDeviceConfirmation
A tg:// URL for the QR code.
link - Variable in class org.drinkless.td.libcore.telegram.TdApi.ConfirmQrCodeAuthentication
A link from a QR code.
link - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetDeepLinkInfo
The link.
link - Variable in class org.drinkless.td.libcore.telegram.TdApi.PublicMessageLink
Message link.
linkedChatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
Chat identifier of a discussion group for the channel, or a channel, for which the supergroup is the designated discussion group; 0 if none or unknown.
livePeriod - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultLocation
Amount of time relative to the message sent time until the location can be updated, in seconds.
livePeriod - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageLocation
Period for which the location can be updated, in seconds; should be between 60 and 86400 for a live location and 0 otherwise.
livePeriod - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageLocation
Time relative to the message sent date until which the location can be updated, in seconds.
local - Variable in class org.drinkless.td.libcore.telegram.TdApi.File
Information about the local copy of the file.
LocalFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LocalFile
Represents a local file.
LocalFile(String, boolean, boolean, boolean, boolean, int, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LocalFile
Represents a local file.
localizationTarget - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetLanguagePackString
Localization target to which the language pack belongs.
localizationTarget - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateLanguagePackStrings
Localization target to which the language pack belongs.
LocalizationTargetInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LocalizationTargetInfo
Contains information about the current localization target.
LocalizationTargetInfo(TdApi.LanguagePackInfo[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LocalizationTargetInfo
Contains information about the current localization target.
localPrefixSize - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetFileGenerationProgress
The number of bytes already generated.
localStringCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
Total number of non-deleted strings from the language pack available locally.
location - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatLocation
The location.
location - Variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsite
Human-readable description of a country and a region, from which the user was logged in, based on the IP address.
location - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateNewSupergroupChat
Chat location if a location-based supergroup is being created.
location - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageLiveLocation
New location content of the message; may be null.
location - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageLiveLocation
New location content of the message; may be null.
location - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetMapThumbnailFile
Location of the map center.
location - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultLocation
Location result.
location - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultLocation
Location result.
location - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageLocation
Location to be sent.
Location() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Location
Describes a location on planet Earth.
Location(double, double) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Location
Describes a location on planet Earth.
location - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageLocation
The location description.
location - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockMap
Location of the map center.
location - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatsNearby
Current user location.
location - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatLocation
New location for the chat; must be valid and not null.
location - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
Location to which the supergroup is connected; may be null.
location - Variable in class org.drinkless.td.libcore.telegram.TdApi.Venue
Venue location; as defined by the sender.
logInDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsite
Point in time (Unix timestamp) when the user was logged in.
logInDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.Session
Point in time (Unix timestamp) when the user has logged in.
LoginUrlInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LoginUrlInfo
 
LoginUrlInfoOpen() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LoginUrlInfoOpen
An HTTP url needs to be open.
LoginUrlInfoOpen(String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LoginUrlInfoOpen
An HTTP url needs to be open.
LoginUrlInfoRequestConfirmation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LoginUrlInfoRequestConfirmation
An authorization confirmation dialog needs to be shown to the user.
LoginUrlInfoRequestConfirmation(String, String, int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LoginUrlInfoRequestConfirmation
An authorization confirmation dialog needs to be shown to the user.
LogOut() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LogOut
Default constructor for a function, which closes the TDLib instance after a proper logout.
logSize - Variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsFast
Size of the TDLib internal log.
LogStream() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LogStream
 
logStream - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetLogStream
New log stream.
LogStreamDefault() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LogStreamDefault
The log is written to stderr or an OS specific log.
LogStreamEmpty() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LogStreamEmpty
The log is written nowhere.
LogStreamFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LogStreamFile
The log is written to a file.
LogStreamFile(String, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LogStreamFile
The log is written to a file.
LogTags() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LogTags
Contains a list of available TDLib internal log tags.
LogTags(String[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LogTags
Contains a list of available TDLib internal log tags.
LogVerbosityLevel() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LogVerbosityLevel
Contains a TDLib internal log verbosity level.
LogVerbosityLevel(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.LogVerbosityLevel
Contains a TDLib internal log verbosity level.
longitude - Variable in class org.drinkless.td.libcore.telegram.TdApi.Location
Longitude of the location, in degrees; as defined by the sender.
low - Variable in class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettingsPresets
Preset with lowest settings; supposed to be used by default when roaming.

M

manyValue - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValuePluralized
Value for many objects.
markedAsUnreadCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadChatCount
Total number of chats marked as unread.
markedAsUnreadUnmutedCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadChatCount
Total number of unmuted chats marked as unread.
MaskPoint() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MaskPoint
 
MaskPointChin() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MaskPointChin
A mask should be placed relatively to the chin.
MaskPointEyes() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MaskPointEyes
A mask should be placed relatively to the eyes.
MaskPointForehead() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MaskPointForehead
A mask should be placed relatively to the forehead.
MaskPointMouth() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MaskPointMouth
A mask should be placed relatively to the mouth.
maskPosition - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputSticker
For masks, position where the mask should be placed; may be null.
MaskPosition() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MaskPosition
Position on a photo where a mask should be placed.
MaskPosition(TdApi.MaskPoint, double, double, double) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MaskPosition
Position on a photo where a mask should be placed.
maskPosition - Variable in class org.drinkless.td.libcore.telegram.TdApi.Sticker
Position where the mask should be placed; may be null.
maxFileSize - Variable in class org.drinkless.td.libcore.telegram.TdApi.LogStreamFile
The maximum size of the file to where the internal TDLib log is written before the file will be auto-rotated.
maxLayer - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallProtocol
The maximum supported API layer; use 65.
maxNotificationId - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveNotificationGroup
The maximum identifier of removed notifications.
maxOtherFileSize - Variable in class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettings
The maximum size of other file types to be auto-downloaded.
maxPhotoFileSize - Variable in class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettings
The maximum size of a photo file to be auto-downloaded.
maxVideoFileSize - Variable in class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettings
The maximum size of a video file to be auto-downloaded.
mediaAlbumId - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
Unique identifier of an album this message belongs to.
medium - Variable in class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettingsPresets
Preset with medium settings; supposed to be used by default when using mobile data.
memberCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.BasicGroup
Number of members in the group.
memberCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatInviteLinkInfo
Number of members.
memberCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.Supergroup
Member count; 0 if unknown.
memberCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
Number of members in the supergroup or channel; 0 if unknown.
memberInvites - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLogFilters
True, if invited member events should be returned.
memberJoins - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLogFilters
True, if members joining events should be returned.
memberLeaves - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLogFilters
True, if members leaving events should be returned.
memberName - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatAddMembers
Name of the added member.
memberName - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatDeleteMember
Name of the deleted member.
memberPromotions - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLogFilters
True, if member promotion/demotion events should be returned.
memberRestrictions - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLogFilters
True, if member restricted/unrestricted/banned/unbanned events should be returned.
members - Variable in class org.drinkless.td.libcore.telegram.TdApi.BasicGroupFullInfo
Group members.
members - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMembers
A list of chat members.
members - Variable in class org.drinkless.td.libcore.telegram.TdApi.JsonValueObject
The list of object members.
memberUserIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatInviteLinkInfo
User identifiers of some chat members that may be known to the current user.
memberUserIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageBasicGroupChatCreate
User identifiers of members in the basic group.
memberUserIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatAddMembers
User identifiers of the new members.
message - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessageDeleted
Deleted message.
message - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessagePinned
Pinned message.
message - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventPollStopped
The message with the poll.
message - Variable in class org.drinkless.td.libcore.telegram.TdApi.Error
Error message; subject to future changes.
message - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementError
Error message.
Message() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Message
Describes a message.
Message(long, int, long, TdApi.MessageSendingState, TdApi.MessageSchedulingState, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int, TdApi.MessageForwardInfo, long, int, double, int, String, int, long, String, TdApi.MessageContent, TdApi.ReplyMarkup) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Message
Describes a message.
message - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageLinkInfo
If found, the linked message; may be null.
message - Variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewMessage
The message.
message - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementError
Error message.
message - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendFailed
Contains information about the message which failed to send.
message - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendSucceeded
Information about the sent message.
message - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewMessage
The new message.
MessageAnimation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageAnimation
An animation message (GIF-style).
MessageAnimation(TdApi.Animation, TdApi.FormattedText, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageAnimation
An animation message (GIF-style).
MessageAudio() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageAudio
An audio message.
MessageAudio(TdApi.Audio, TdApi.FormattedText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageAudio
An audio message.
MessageBasicGroupChatCreate() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageBasicGroupChatCreate
A newly created basic group.
MessageBasicGroupChatCreate(String, int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageBasicGroupChatCreate
A newly created basic group.
MessageCall() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageCall
A message with information about an ended call.
MessageCall(TdApi.CallDiscardReason, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageCall
A message with information about an ended call.
MessageChatAddMembers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageChatAddMembers
New chat members were added.
MessageChatAddMembers(int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageChatAddMembers
New chat members were added.
MessageChatChangePhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageChatChangePhoto
An updated chat photo.
MessageChatChangePhoto(TdApi.Photo) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageChatChangePhoto
An updated chat photo.
MessageChatChangeTitle() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageChatChangeTitle
An updated chat title.
MessageChatChangeTitle(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageChatChangeTitle
An updated chat title.
MessageChatDeleteMember() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageChatDeleteMember
A chat member was deleted.
MessageChatDeleteMember(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageChatDeleteMember
A chat member was deleted.
MessageChatDeletePhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageChatDeletePhoto
A deleted chat photo.
MessageChatJoinByLink() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageChatJoinByLink
A new member joined the chat by invite link.
MessageChatSetTtl() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageChatSetTtl
The TTL (Time To Live) setting messages in a secret chat has been changed.
MessageChatSetTtl(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageChatSetTtl
The TTL (Time To Live) setting messages in a secret chat has been changed.
MessageChatUpgradeFrom() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageChatUpgradeFrom
A supergroup has been created from a basic group.
MessageChatUpgradeFrom(String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageChatUpgradeFrom
A supergroup has been created from a basic group.
MessageChatUpgradeTo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageChatUpgradeTo
A basic group was upgraded to a supergroup and was deactivated as the result.
MessageChatUpgradeTo(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageChatUpgradeTo
A basic group was upgraded to a supergroup and was deactivated as the result.
MessageContact() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageContact
A message with a user contact.
MessageContact(TdApi.Contact) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageContact
A message with a user contact.
MessageContactRegistered() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageContactRegistered
A contact has registered with Telegram.
MessageContent() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageContent
 
MessageCustomServiceAction() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageCustomServiceAction
A non-standard action has happened in the chat.
MessageCustomServiceAction(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageCustomServiceAction
A non-standard action has happened in the chat.
messageDeletions - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLogFilters
True, if message deletions should be returned.
MessageDocument() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageDocument
A document message (general file).
MessageDocument(TdApi.Document, TdApi.FormattedText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageDocument
A document message (general file).
messageEdits - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLogFilters
True, if message edits should be returned.
MessageExpiredPhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageExpiredPhoto
An expired photo message (self-destructed after TTL has elapsed).
MessageExpiredVideo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageExpiredVideo
An expired video message (self-destructed after TTL has elapsed).
MessageForwardInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageForwardInfo
Contains information about a forwarded message.
MessageForwardInfo(TdApi.MessageForwardOrigin, int, long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageForwardInfo
Contains information about a forwarded message.
MessageForwardOrigin() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOrigin
 
MessageForwardOriginChannel() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginChannel
The message was originally a post in a channel.
MessageForwardOriginChannel(long, long, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginChannel
The message was originally a post in a channel.
MessageForwardOriginHiddenUser() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginHiddenUser
The message was originally written by a user, which is hidden by their privacy settings.
MessageForwardOriginHiddenUser(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginHiddenUser
The message was originally written by a user, which is hidden by their privacy settings.
MessageForwardOriginUser() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginUser
The message was originally written by a known user.
MessageForwardOriginUser(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginUser
The message was originally written by a known user.
MessageGame() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageGame
A message with a game.
MessageGame(TdApi.Game) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageGame
A message with a game.
MessageGameScore() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageGameScore
A new high score was achieved in a game.
MessageGameScore(long, long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageGameScore
A new high score was achieved in a game.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteChatReplyMarkup
The message identifier of the used keyboard.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageCaption
Identifier of the message.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageLiveLocation
Identifier of the message.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageMedia
Identifier of the message.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageReplyMarkup
Identifier of the message.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageSchedulingState
Identifier of the message.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageText
Identifier of the message.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetCallbackQueryAnswer
Identifier of the message from which the query originated.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetGameHighScores
Identifier of the message.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetLoginUrl
Message identifier of the message with the button.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetLoginUrlInfo
Message identifier of the message with the button.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetMessage
Identifier of the message to get.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetMessageLink
Identifier of the message.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetMessageLocally
Identifier of the message to get.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPaymentForm
Message identifier.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPaymentReceipt
Message identifier.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPollVoters
Identifier of the message containing the poll.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPublicMessageLink
Identifier of the message.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetRepliedMessage
Identifier of the message reply to which get.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageForwarded
Identifier of the message to forward.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginChannel
Message identifier of the original message; 0 if unknown.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePinMessage
Identifier of the pinned message, can be an identifier of a deleted message or 0.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewPushMessage
The message identifier.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.OpenMessageContent
Identifier of the message with the opened content.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.PinChatMessage
Identifier of the new pinned message.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendPaymentForm
Message identifier.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetGameScore
Identifier of the message.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetPollAnswer
Identifier of the message containing the poll.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.StopPoll
Identifier of the message containing the poll.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageContent
Message identifier.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageContentOpened
Message identifier.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageEdited
Message identifier.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageLiveLocationViewed
Identifier of the message with live location.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageMentionRead
Message identifier.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendAcknowledged
A temporary message identifier.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageViews
Message identifier.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCallbackQuery
Identifier of the message, from which the query originated.
messageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ValidateOrderInfo
Message identifier.
messageIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteMessages
Identifiers of the messages to be deleted.
messageIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.ForwardMessages
Identifiers of the messages to forward.
messageIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetMessages
Identifiers of the messages to get.
messageIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReportChat
Identifiers of reported messages, if any.
messageIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReportSupergroupSpam
Identifiers of messages sent in the supergroup by the user.
messageIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.ResendMessages
Identifiers of the messages to resend.
messageIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateDeleteMessages
Identifiers of the deleted messages.
messageIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.ViewMessages
The identifiers of the messages being viewed.
MessageInvoice() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageInvoice
A message with an invoice from a bot.
MessageInvoice(String, String, TdApi.Photo, String, long, String, boolean, boolean, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageInvoice
A message with an invoice from a bot.
MessageLinkInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageLinkInfo
Contains information about a link to a message in a chat.
MessageLinkInfo(boolean, long, TdApi.Message, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageLinkInfo
Contains information about a link to a message in a chat.
MessageLocation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageLocation
A message with a location.
MessageLocation(TdApi.Location, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageLocation
A message with a location.
MessagePassportDataReceived() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessagePassportDataReceived
Telegram Passport data has been received; for bots only.
MessagePassportDataReceived(TdApi.EncryptedPassportElement[], TdApi.EncryptedCredentials) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessagePassportDataReceived
Telegram Passport data has been received; for bots only.
MessagePassportDataSent() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessagePassportDataSent
Telegram Passport data has been sent.
MessagePassportDataSent(TdApi.PassportElementType[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessagePassportDataSent
Telegram Passport data has been sent.
MessagePaymentSuccessful() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessful
A payment has been completed.
MessagePaymentSuccessful(long, String, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessful
A payment has been completed.
MessagePaymentSuccessfulBot() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessfulBot
A payment has been completed; for bots only.
MessagePaymentSuccessfulBot(long, String, long, byte[], String, TdApi.OrderInfo, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessfulBot
A payment has been completed; for bots only.
MessagePhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessagePhoto
A photo message.
MessagePhoto(TdApi.Photo, TdApi.FormattedText, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessagePhoto
A photo message.
MessagePinMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessagePinMessage
A message has been pinned.
MessagePinMessage(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessagePinMessage
A message has been pinned.
messagePins - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLogFilters
True, if pin/unpin events should be returned.
MessagePoll() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessagePoll
A message with a poll.
MessagePoll(TdApi.Poll) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessagePoll
A message with a poll.
messages - Variable in class org.drinkless.td.libcore.telegram.TdApi.FoundMessages
List of messages.
Messages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Messages
Contains a list of messages.
Messages(int, TdApi.Message[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Messages
Contains a list of messages.
messages - Variable in class org.drinkless.td.libcore.telegram.TdApi.Messages
List of messages; messages may be null.
MessageSchedulingState() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageSchedulingState
 
MessageSchedulingStateSendAtDate() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageSchedulingStateSendAtDate
The message will be sent at the specified date.
MessageSchedulingStateSendAtDate(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageSchedulingStateSendAtDate
The message will be sent at the specified date.
MessageSchedulingStateSendWhenOnline() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageSchedulingStateSendWhenOnline
The message will be sent when the peer will be online.
MessageScreenshotTaken() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageScreenshotTaken
A screenshot of a message in the chat has been taken.
MessageSendingState() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageSendingState
 
MessageSendingStateFailed() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageSendingStateFailed
The message failed to be sent.
MessageSendingStateFailed(int, String, boolean, double) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageSendingStateFailed
The message failed to be sent.
MessageSendingStatePending() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageSendingStatePending
The message is being sent now, but has not yet been delivered to the server.
MessageSticker() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageSticker
A sticker message.
MessageSticker(TdApi.Sticker) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageSticker
A sticker message.
MessageSupergroupChatCreate() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageSupergroupChatCreate
A newly created supergroup or channel.
MessageSupergroupChatCreate(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageSupergroupChatCreate
A newly created supergroup or channel.
MessageText() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageText
A text message.
MessageText(TdApi.FormattedText, TdApi.WebPage) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageText
A text message.
MessageUnsupported() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageUnsupported
Message content that is not supported by the client.
MessageVenue() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageVenue
A message with information about a venue.
MessageVenue(TdApi.Venue) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageVenue
A message with information about a venue.
MessageVideo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageVideo
A video message.
MessageVideo(TdApi.Video, TdApi.FormattedText, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageVideo
A video message.
MessageVideoNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageVideoNote
A video note message.
MessageVideoNote(TdApi.VideoNote, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageVideoNote
A video note message.
MessageVoiceNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageVoiceNote
A voice note message.
MessageVoiceNote(TdApi.VoiceNote, TdApi.FormattedText, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageVoiceNote
A voice note message.
MessageWebsiteConnected() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageWebsiteConnected
The current user has connected a website by logging in using Telegram Login Widget on it.
MessageWebsiteConnected(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.MessageWebsiteConnected
The current user has connected a website by logging in using Telegram Login Widget on it.
method - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendCustomRequest
The method name.
middleName - Variable in class org.drinkless.td.libcore.telegram.TdApi.PersonalDetails
Middle name of the user written in English; 0-255 characters.
mimeType - Variable in class org.drinkless.td.libcore.telegram.TdApi.Animation
MIME type of the file, usually "image/gif" or "video/mp4".
mimeType - Variable in class org.drinkless.td.libcore.telegram.TdApi.Audio
The MIME type of the file; as defined by the sender.
mimeType - Variable in class org.drinkless.td.libcore.telegram.TdApi.Document
MIME type of the file; as defined by the sender.
mimeType - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetFileExtension
The MIME type of the file.
mimeType - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultDocument
MIME type of the file content; only "application/pdf" and "application/zip" are currently allowed.
mimeType - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVideo
MIME type of the content of the video URL, only "text/html" or "video/mp4" are currently supported.
mimeType - Variable in class org.drinkless.td.libcore.telegram.TdApi.Video
MIME type of the file; as defined by the sender.
mimeType - Variable in class org.drinkless.td.libcore.telegram.TdApi.VoiceNote
MIME type of the file; as defined by the sender.
minithumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.Animation
Animation minithumbnail; may be null.
minithumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.Document
Document minithumbnail; may be null.
Minithumbnail() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Minithumbnail
Thumbnail image of a very poor quality and low resolution.
Minithumbnail(int, int, byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Minithumbnail
Thumbnail image of a very poor quality and low resolution.
minithumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.Photo
Photo minithumbnail; may be null.
minithumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.Video
Video minithumbnail; may be null.
minithumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.VideoNote
Video minithumbnail; may be null.
minLayer - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallProtocol
The minimum supported API layer; use 65.
minUserAge - Variable in class org.drinkless.td.libcore.telegram.TdApi.TermsOfService
The minimum age of a user to be able to accept the terms; 0 if any.
month - Variable in class org.drinkless.td.libcore.telegram.TdApi.Date
Month, 1-12.
mpeg4Duration - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedMpeg4
Duration of the video, in seconds.
mpeg4Height - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedMpeg4
Height of the video.
mpeg4Url - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedMpeg4
The URL of the MPEG4-file (file size must not exceed 1MB).
mpeg4Width - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedMpeg4
Width of the video.
muteFor - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatNotificationSettings
Time left before notifications will be unmuted, in seconds.
muteFor - Variable in class org.drinkless.td.libcore.telegram.TdApi.ScopeNotificationSettings
Time left before notifications will be unmuted, in seconds.

N

name - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddStickerToSet
Sticker set name.
name - Variable in class org.drinkless.td.libcore.telegram.TdApi.Background
Unique background name.
name - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateNewStickerSet
Sticker set name.
name - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetBackgroundUrl
Background name.
name - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetOption
The name of the option.
name - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
Language name.
name - Variable in class org.drinkless.td.libcore.telegram.TdApi.OrderInfo
Name of the user.
name - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockAnchor
Name of the anchor.
name - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentContact
Contact's name.
name - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextAnchor
Anchor name.
name - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchBackground
The name of the background.
name - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchStickerSet
Name of the sticker set.
name - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetOption
The name of the option.
name - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSet
Name of the sticker set.
name - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSetInfo
Name of the sticker set.
name - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateOption
The option name.
nativeFirstName - Variable in class org.drinkless.td.libcore.telegram.TdApi.PersonalDetails
Native first name of the user; 1-255 characters.
nativeLastName - Variable in class org.drinkless.td.libcore.telegram.TdApi.PersonalDetails
Native last name of the user; 1-255 characters.
nativeMiddleName - Variable in class org.drinkless.td.libcore.telegram.TdApi.PersonalDetails
Native middle name of the user; 0-255 characters.
nativeName - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
Name of the language in that language.
needAutoplay - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockAnimation
True, if the animation should be played automatically.
needAutoplay - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVideo
True, if the video should be played automatically.
needCardholderName - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentsProviderStripe
True, if the cardholder name must be provided.
needCountry - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentsProviderStripe
True, if the user country must be provided.
needDebugInformation - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallStateDiscarded
True, if the call debug information should be sent to the server.
needEmailAddress - Variable in class org.drinkless.td.libcore.telegram.TdApi.Invoice
True, if the user's email address is needed for payment.
needLocation - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserTypeBot
True, if the location of the user should be sent with every inline query to this bot.
needName - Variable in class org.drinkless.td.libcore.telegram.TdApi.Invoice
True, if the user's name is needed for payment.
needPassword - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentForm
True, if the user will be able to save credentials protected by a password they set up.
needPhoneNumber - Variable in class org.drinkless.td.libcore.telegram.TdApi.Invoice
True, if the user's phone number is needed for payment.
needPhoneNumberPrivacyException - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserFullInfo
True, if the current user needs to explicitly allow to share their phone number with the user when the method addContact is used.
needPostalCode - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentsProviderStripe
True, if the user ZIP/postal code must be provided.
needRating - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallStateDiscarded
True, if the call rating should be sent to the server.
needShippingAddress - Variable in class org.drinkless.td.libcore.telegram.TdApi.Invoice
True, if the user's shipping address is needed for payment.
needShippingAddress - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageInvoice
True, if the shipping address should be specified.
needUpdateApplication - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeepLinkInfo
True, if user should be asked to update the application.
NetworkStatistics() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NetworkStatistics
A full list of available network statistic entries.
NetworkStatistics(int, TdApi.NetworkStatisticsEntry[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NetworkStatistics
A full list of available network statistic entries.
NetworkStatisticsEntry() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntry
 
NetworkStatisticsEntryCall() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntryCall
Contains information about the total amount of data that was used for calls.
NetworkStatisticsEntryCall(TdApi.NetworkType, long, long, double) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntryCall
Contains information about the total amount of data that was used for calls.
NetworkStatisticsEntryFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntryFile
Contains information about the total amount of data that was used to send and receive files.
NetworkStatisticsEntryFile(TdApi.FileType, TdApi.NetworkType, long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntryFile
Contains information about the total amount of data that was used to send and receive files.
networkType - Variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntryCall
Type of the network the data was sent through.
networkType - Variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntryFile
Type of the network the data was sent through.
NetworkType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NetworkType
 
NetworkTypeMobile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NetworkTypeMobile
A mobile network.
NetworkTypeMobileRoaming() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NetworkTypeMobileRoaming
A mobile roaming network.
NetworkTypeNone() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NetworkTypeNone
The network is not available.
NetworkTypeOther() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NetworkTypeOther
A different network type (e.g., Ethernet network).
NetworkTypeWiFi() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NetworkTypeWiFi
A Wi-Fi network.
newContent - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageContent
New message content.
newDescription - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventDescriptionChanged
New chat description.
newEncryptionKey - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetDatabaseEncryptionKey
New encryption key.
newHint - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetPassword
New password hint; may be empty.
newLinkedChatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLinkedChatChanged
New supergroup linked chat identifier.
newLocation - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLocationChanged
New location; may be null.
newMessage - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessageEdited
The message after it was edited.
newPassword - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetPassword
New password of the user; may be empty to remove the password.
newPermissions - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventPermissionsChanged
New chat permissions.
newPhoto - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventPhotoChanged
New chat photo value; may be null.
newRecoveryEmailAddress - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetPassword
New recovery email address; may be empty.
newRecoveryEmailAddress - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetRecoveryEmailAddress
New recovery email address.
newSlowModeDelay - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventSlowModeDelayChanged
New value of slowModeDelay.
newStatus - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberPromoted
New status of the chat member.
newStatus - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberRestricted
New status of the chat member.
newStickerSetId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventStickerSetChanged
New identifier of the chat sticker set; 0 if none.
newString - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetCustomLanguagePackString
New language pack string.
newTitle - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventTitleChanged
New chat title.
newUsername - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventUsernameChanged
New chat username.
newVerbosityLevel - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetLogTagVerbosityLevel
New verbosity level; 1-1024.
newVerbosityLevel - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetLogVerbosityLevel
New value of the verbosity level for logging.
nextFromSearchId - Variable in class org.drinkless.td.libcore.telegram.TdApi.FoundMessages
Value to pass as fromSearchId to get more results.
nextOffset - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerInlineQuery
Offset for the next inline query; pass an empty string if there are no more results.
nextOffset - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResults
The offset for the next request.
nextType - Variable in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeInfo
Describes the way the next code will be sent to the user; may be null.
nonce - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPassportAuthorizationForm
Authorization form nonce provided by the service.
Notification() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Notification
Contains information about a notification.
Notification(int, int, boolean, TdApi.NotificationType) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Notification
Contains information about a notification.
notification - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNotification
Changed notification.
NotificationGroup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationGroup
Describes a group of notifications.
NotificationGroup(int, TdApi.NotificationGroupType, long, int, TdApi.Notification[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationGroup
Describes a group of notifications.
notificationGroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveNotification
Identifier of notification group to which the notification belongs.
notificationGroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveNotificationGroup
Notification group identifier.
notificationGroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNotification
Unique notification group identifier.
notificationGroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNotificationGroup
Unique notification group identifier.
NotificationGroupType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationGroupType
 
NotificationGroupTypeCalls() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationGroupTypeCalls
A group containing notifications of type notificationTypeNewCall.
NotificationGroupTypeMentions() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationGroupTypeMentions
A group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with unread mentions of the current user, replies to their messages, or a pinned message.
NotificationGroupTypeMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationGroupTypeMessages
A group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with ordinary unread messages.
NotificationGroupTypeSecretChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationGroupTypeSecretChat
A group containing a notification of type notificationTypeNewSecretChat.
notificationId - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveNotification
Identifier of removed notification.
notifications - Variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationGroup
The list of active notifications.
notificationSettings - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Notification settings for this chat.
notificationSettings - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatNotificationSettings
New notification settings for the chat.
notificationSettings - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetScopeNotificationSettings
The new notification settings for the given scope.
notificationSettings - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatNotificationSettings
The new notification settings.
notificationSettings - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateScopeNotificationSettings
The new notification settings.
notificationSettingsChatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNotificationGroup
Chat identifier, which notification settings must be applied to the added notifications.
NotificationSettingsScope() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationSettingsScope
 
NotificationSettingsScopeChannelChats() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationSettingsScopeChannelChats
Notification settings applied to all channels when the corresponding chat setting has a default value.
NotificationSettingsScopeGroupChats() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationSettingsScopeGroupChats
Notification settings applied to all basic groups and supergroups when the corresponding chat setting has a default value.
NotificationSettingsScopePrivateChats() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationSettingsScopePrivateChats
Notification settings applied to all private and secret chats when the corresponding chat setting has a default value.
NotificationType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationType
 
NotificationTypeNewCall() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewCall
New call was received.
NotificationTypeNewCall(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewCall
New call was received.
NotificationTypeNewMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewMessage
New message was received.
NotificationTypeNewMessage(TdApi.Message) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewMessage
New message was received.
NotificationTypeNewPushMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewPushMessage
New message was received through a push notification.
NotificationTypeNewPushMessage(long, int, TdApi.PushMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewPushMessage
New message was received through a push notification.
NotificationTypeNewSecretChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewSecretChat
New secret chat was created.
number - Variable in class org.drinkless.td.libcore.telegram.TdApi.IdentityDocument
Document number; 1-24 characters.
number - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputIdentityDocument
Document number; 1-24 characters.

O

Object() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Object
 
offset - Variable in class org.drinkless.td.libcore.telegram.TdApi.DownloadFile
The starting position from which the file should be downloaded.
offset - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetBlockedUsers
Number of users to skip in the result; must be non-negative.
offset - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatHistory
Specify 0 to get results from exactly the fromMessageId or a negative offset up to 99 to get additionally some newer messages.
offset - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetFileDownloadedPrefixSize
Offset from which downloaded prefix size should be calculated.
offset - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetInlineQueryResults
Offset of the first entry to return.
offset - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPollVoters
Number of users to skip in the result; must be non-negative.
offset - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetSupergroupMembers
Number of users to skip.
offset - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetUserProfilePhotos
The number of photos to skip; must be non-negative.
offset - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReadFilePart
The offset from which to read the file.
offset - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatMessages
Specify 0 to get results from exactly the fromMessageId or a negative offset to get the specified message and some newer messages.
offset - Variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntity
Offset of the entity in UTF-16 code units.
offset - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineQuery
Offset of the first entry to return.
offset - Variable in class org.drinkless.td.libcore.telegram.TdApi.WriteGeneratedFilePart
The offset from which to write the data to the file.
offsetChatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChats
Chat identifier to return chats from.
offsetChatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetGroupsInCommon
Chat identifier starting from which to return chats; use 0 for the first request.
offsetChatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessages
The chat identifier of the last found message, or 0 for the first request.
offsetDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessages
The date of the message starting from which the results should be fetched.
offsetMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessages
The message identifier of the last found message, or 0 for the first request.
offsetOrder - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChats
Chat order to return chats from.
offsetStickerSetId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetArchivedStickerSets
Identifier of the sticker set from which to return the result.
Ok() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Ok
An object of this type is returned on a successful function call for certain functions.
oldDescription - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventDescriptionChanged
Previous chat description.
oldLinkedChatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLinkedChatChanged
Previous supergroup linked chat identifier.
oldLocation - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLocationChanged
Previous location; may be null.
oldMessage - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMessageEdited
The original message before the edit.
oldMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendFailed
The previous temporary message identifier.
oldMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendSucceeded
The previous temporary message identifier.
oldPassword - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetPassword
Previous password of the user.
oldPermissions - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventPermissionsChanged
Previous chat permissions.
oldPhoto - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventPhotoChanged
Previous chat photo value; may be null.
oldSlowModeDelay - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventSlowModeDelayChanged
Previous value of slowModeDelay.
oldStatus - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberPromoted
Previous status of the chat member.
oldStatus - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberRestricted
Previous status of the chat member.
oldStickerSetId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventStickerSetChanged
Previous identifier of the chat sticker set; 0 if none.
oldTitle - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventTitleChanged
Previous chat title.
oldUsername - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventUsernameChanged
Previous chat username.
oneTime - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupShowKeyboard
True, if the client needs to hide the keyboard after use.
oneValue - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValuePluralized
Value for one object.
onException(Throwable) - Method in interface org.drinkless.td.libcore.telegram.Client.ExceptionHandler
Callback called on exceptions thrown while invoking ResultHandler.
onlineMemberCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatOnlineMemberCount
New number of online members in the chat, or 0 if unknown.
onlyCurrent - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetNetworkStatistics
If true, returns only data for the current library launch.
onlyIfPending - Variable in class org.drinkless.td.libcore.telegram.TdApi.CancelDownloadFile
Pass true to stop downloading only if it hasn't been started, i.e. request hasn't been sent to server.
onlyLocal - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatHistory
If true, returns only messages that are available locally without sending network requests.
onlyLocal - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetLocalizationTargetInfo
If true, returns only locally available information without sending network requests.
onlyMissed - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchCallMessages
If true, returns only messages with missed calls.
onResult(TdApi.Object) - Method in interface org.drinkless.td.libcore.telegram.Client.ResultHandler
Callback called on result of query to TDLib or incoming update from TDLib.
OpenChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.OpenChat
Default constructor for a function, which informs TDLib that the chat is opened by the user.
OpenChat(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.OpenChat
Creates a function, which informs TDLib that the chat is opened by the user.
OpenMessageContent() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.OpenMessageContent
Default constructor for a function, which informs TDLib that the message content has been opened (e.g., the user has opened a photo, video, document, location or venue, or has listened to an audio file or voice note message).
OpenMessageContent(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.OpenMessageContent
Creates a function, which informs TDLib that the message content has been opened (e.g., the user has opened a photo, video, document, location or venue, or has listened to an audio file or voice note message).
OptimizeStorage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.OptimizeStorage
Default constructor for a function, which optimizes storage usage, i.e. deletes some files and returns new storage usage statistics.
OptimizeStorage(long, int, int, int, TdApi.FileType[], long[], long[], int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.OptimizeStorage
Creates a function, which optimizes storage usage, i.e. deletes some files and returns new storage usage statistics.
optionId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPollVoters
0-based identifier of the answer option.
optionIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetPollAnswer
0-based identifiers of answer options, chosen by the user.
optionIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdatePollAnswer
0-based identifiers of answer options, chosen by the user.
options - Variable in class org.drinkless.td.libcore.telegram.TdApi.ForwardMessages
Options to be used to send the messages.
options - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessagePoll
List of poll answer options, 2-10 strings 1-100 characters each.
options - Variable in class org.drinkless.td.libcore.telegram.TdApi.Poll
List of poll answer options.
options - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendInlineQueryResultMessage
Options to be used to send the message.
options - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendMessage
Options to be used to send the message.
options - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendMessageAlbum
Options to be used to send the messages.
OptionValue() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.OptionValue
 
OptionValueBoolean() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.OptionValueBoolean
Represents a boolean option.
OptionValueBoolean(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.OptionValueBoolean
Represents a boolean option.
OptionValueEmpty() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.OptionValueEmpty
Represents an unknown option or an option which has a default value.
OptionValueInteger() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.OptionValueInteger
Represents an integer option.
OptionValueInteger(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.OptionValueInteger
Represents an integer option.
OptionValueString() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.OptionValueString
Represents a string option.
OptionValueString(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.OptionValueString
Represents a string option.
order - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Descending parameter by which chats are sorted in the main chat list.
order - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatDraftMessage
New value of the chat order.
order - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsPinned
New value of the chat order.
order - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsSponsored
New value of chat order.
order - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatLastMessage
New value of the chat order.
order - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatOrder
New value of the order.
orderInfo - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessfulBot
Information about the order; may be null.
OrderInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.OrderInfo
Order information.
OrderInfo(String, String, String, TdApi.Address) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.OrderInfo
Order information.
orderInfo - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentReceipt
Contains order information; may be null.
orderInfo - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewPreCheckoutQuery
Information about the order; may be null.
orderInfo - Variable in class org.drinkless.td.libcore.telegram.TdApi.ValidateOrderInfo
The order information, provided by the user.
orderInfoId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendPaymentForm
Identifier returned by ValidateOrderInfo, or an empty string.
orderInfoId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ValidatedOrderInfo
Temporary identifier of the order information.
org.drinkless.td.libcore.telegram - package org.drinkless.td.libcore.telegram
 
origin - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardInfo
Origin of a forwarded message.
originalPath - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputFileGenerated
Local path to a file from which the file is generated; may be empty if there is no such file.
originalPath - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateFileGenerationStart
The path to a file from which a new file is generated; may be empty.
otherUserIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.RegisterDevice
List of user identifiers of other users currently using the client.
otherUserIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.RequestQrCodeAuthentication
List of user identifiers of other users currently using the client.
otherValue - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValuePluralized
Default value.

P

p256dhBase64url - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenWebPush
Base64url-encoded P-256 elliptic curve Diffie-Hellman public key.
PageBlock() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlock
 
PageBlockAnchor() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockAnchor
An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.
PageBlockAnchor(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockAnchor
An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.
PageBlockAnimation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockAnimation
An animation.
PageBlockAnimation(TdApi.Animation, TdApi.PageBlockCaption, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockAnimation
An animation.
PageBlockAudio() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockAudio
An audio file.
PageBlockAudio(TdApi.Audio, TdApi.PageBlockCaption) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockAudio
An audio file.
PageBlockAuthorDate() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockAuthorDate
The author and publishing date of a page.
PageBlockAuthorDate(TdApi.RichText, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockAuthorDate
The author and publishing date of a page.
PageBlockBlockQuote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockBlockQuote
A block quote.
PageBlockBlockQuote(TdApi.RichText, TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockBlockQuote
A block quote.
PageBlockCaption() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockCaption
Contains a caption of an instant view web page block, consisting of a text and a trailing credit.
PageBlockCaption(TdApi.RichText, TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockCaption
Contains a caption of an instant view web page block, consisting of a text and a trailing credit.
PageBlockChatLink() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockChatLink
A link to a chat.
PageBlockChatLink(String, TdApi.ChatPhoto, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockChatLink
A link to a chat.
PageBlockCollage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockCollage
A collage.
PageBlockCollage(TdApi.PageBlock[], TdApi.PageBlockCaption) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockCollage
A collage.
PageBlockCover() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockCover
A page cover.
PageBlockCover(TdApi.PageBlock) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockCover
A page cover.
PageBlockDetails() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockDetails
A collapsible block.
PageBlockDetails(TdApi.RichText, TdApi.PageBlock[], boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockDetails
A collapsible block.
PageBlockDivider() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockDivider
An empty block separating a page.
PageBlockEmbedded() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbedded
An embedded web page.
PageBlockEmbedded(String, String, TdApi.Photo, int, int, TdApi.PageBlockCaption, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbedded
An embedded web page.
PageBlockEmbeddedPost() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbeddedPost
An embedded post.
PageBlockEmbeddedPost(String, String, TdApi.Photo, int, TdApi.PageBlock[], TdApi.PageBlockCaption) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbeddedPost
An embedded post.
PageBlockFooter() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockFooter
The footer of a page.
PageBlockFooter(TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockFooter
The footer of a page.
PageBlockHeader() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockHeader
A header.
PageBlockHeader(TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockHeader
A header.
PageBlockHorizontalAlignment() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockHorizontalAlignment
 
PageBlockHorizontalAlignmentCenter() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockHorizontalAlignmentCenter
The content should be center-aligned.
PageBlockHorizontalAlignmentLeft() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockHorizontalAlignmentLeft
The content should be left-aligned.
PageBlockHorizontalAlignmentRight() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockHorizontalAlignmentRight
The content should be right-aligned.
PageBlockKicker() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockKicker
A kicker.
PageBlockKicker(TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockKicker
A kicker.
PageBlockList() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockList
A list of data blocks.
PageBlockList(TdApi.PageBlockListItem[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockList
A list of data blocks.
PageBlockListItem() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockListItem
Describes an item of a list page block.
PageBlockListItem(String, TdApi.PageBlock[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockListItem
Describes an item of a list page block.
PageBlockMap() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockMap
A map.
PageBlockMap(TdApi.Location, int, int, int, TdApi.PageBlockCaption) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockMap
A map.
PageBlockParagraph() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockParagraph
A text paragraph.
PageBlockParagraph(TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockParagraph
A text paragraph.
PageBlockPhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockPhoto
A photo.
PageBlockPhoto(TdApi.Photo, TdApi.PageBlockCaption, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockPhoto
A photo.
PageBlockPreformatted() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockPreformatted
A preformatted text paragraph.
PageBlockPreformatted(TdApi.RichText, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockPreformatted
A preformatted text paragraph.
PageBlockPullQuote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockPullQuote
A pull quote.
PageBlockPullQuote(TdApi.RichText, TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockPullQuote
A pull quote.
PageBlockRelatedArticle() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockRelatedArticle
Contains information about a related article.
PageBlockRelatedArticle(String, String, String, TdApi.Photo, String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockRelatedArticle
Contains information about a related article.
PageBlockRelatedArticles() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockRelatedArticles
Related articles.
PageBlockRelatedArticles(TdApi.RichText, TdApi.PageBlockRelatedArticle[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockRelatedArticles
Related articles.
pageBlocks - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockCollage
Collage item contents.
pageBlocks - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockDetails
Block contents.
pageBlocks - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbeddedPost
Post content.
pageBlocks - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockListItem
Item blocks.
pageBlocks - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockSlideshow
Slideshow item contents.
pageBlocks - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPageInstantView
Content of the web page.
PageBlockSlideshow() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockSlideshow
A slideshow.
PageBlockSlideshow(TdApi.PageBlock[], TdApi.PageBlockCaption) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockSlideshow
A slideshow.
PageBlockSubheader() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockSubheader
A subheader.
PageBlockSubheader(TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockSubheader
A subheader.
PageBlockSubtitle() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockSubtitle
The subtitle of a page.
PageBlockSubtitle(TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockSubtitle
The subtitle of a page.
PageBlockTable() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockTable
A table.
PageBlockTable(TdApi.RichText, TdApi.PageBlockTableCell[][], boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockTable
A table.
PageBlockTableCell() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockTableCell
Represents a cell of a table.
PageBlockTableCell(TdApi.RichText, boolean, int, int, TdApi.PageBlockHorizontalAlignment, TdApi.PageBlockVerticalAlignment) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockTableCell
Represents a cell of a table.
PageBlockTitle() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockTitle
The title of a page.
PageBlockTitle(TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockTitle
The title of a page.
PageBlockVerticalAlignment() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockVerticalAlignment
 
PageBlockVerticalAlignmentBottom() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockVerticalAlignmentBottom
The content should be bottom-aligned.
PageBlockVerticalAlignmentMiddle() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockVerticalAlignmentMiddle
The content should be middle-aligned.
PageBlockVerticalAlignmentTop() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockVerticalAlignmentTop
The content should be top-aligned.
PageBlockVideo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockVideo
A video.
PageBlockVideo(TdApi.Video, TdApi.PageBlockCaption, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockVideo
A video.
PageBlockVoiceNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockVoiceNote
A voice note.
PageBlockVoiceNote(TdApi.VoiceNote, TdApi.PageBlockCaption) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PageBlockVoiceNote
A voice note.
parameter - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendBotStartMessage
A hidden parameter sent to the bot for deep linking purposes (https://core.telegram.org/bots#deep-linking).
parameters - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatStatisticsUrl
Parameters from "tg://statsrefresh?
parameters - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendCustomRequest
JSON-serialized method parameters.
parameters - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetTdlibParameters
Parameters.
parseMode - Variable in class org.drinkless.td.libcore.telegram.TdApi.ParseTextEntities
Text parse mode.
ParseTextEntities() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ParseTextEntities
Default constructor for a function, which parses Bold, Italic, Underline, Strikethrough, Code, Pre, PreCode, TextUrl and MentionName entities contained in the text.
ParseTextEntities(String, TdApi.TextParseMode) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ParseTextEntities
Creates a function, which parses Bold, Italic, Underline, Strikethrough, Code, Pre, PreCode, TextUrl and MentionName entities contained in the text.
passport - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPassport
The passport to be saved.
passport - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementPassport
Passport.
PassportAuthorizationForm() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportAuthorizationForm
Contains information about a Telegram Passport authorization form that was requested.
PassportAuthorizationForm(int, TdApi.PassportRequiredElement[], String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportAuthorizationForm
Contains information about a Telegram Passport authorization form that was requested.
PassportElement() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElement
 
PassportElementAddress() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementAddress
A Telegram Passport element containing the user's address.
PassportElementAddress(TdApi.Address) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementAddress
A Telegram Passport element containing the user's address.
PassportElementBankStatement() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementBankStatement
A Telegram Passport element containing the user's bank statement.
PassportElementBankStatement(TdApi.PersonalDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementBankStatement
A Telegram Passport element containing the user's bank statement.
PassportElementDriverLicense() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementDriverLicense
A Telegram Passport element containing the user's driver license.
PassportElementDriverLicense(TdApi.IdentityDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementDriverLicense
A Telegram Passport element containing the user's driver license.
PassportElementEmailAddress() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementEmailAddress
A Telegram Passport element containing the user's email address.
PassportElementEmailAddress(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementEmailAddress
A Telegram Passport element containing the user's email address.
PassportElementError() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementError
Contains the description of an error in a Telegram Passport element.
PassportElementError(TdApi.PassportElementType, String, TdApi.PassportElementErrorSource) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementError
Contains the description of an error in a Telegram Passport element.
PassportElementErrorSource() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSource
 
PassportElementErrorSourceDataField() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceDataField
One of the data fields contains an error.
PassportElementErrorSourceDataField(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceDataField
One of the data fields contains an error.
PassportElementErrorSourceFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceFile
The file contains an error.
PassportElementErrorSourceFile(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceFile
The file contains an error.
PassportElementErrorSourceFiles() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceFiles
The list of attached files contains an error.
PassportElementErrorSourceFrontSide() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceFrontSide
The front side of the document contains an error.
PassportElementErrorSourceReverseSide() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceReverseSide
The reverse side of the document contains an error.
PassportElementErrorSourceSelfie() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceSelfie
The selfie with the document contains an error.
PassportElementErrorSourceTranslationFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceTranslationFile
One of files with the translation of the document contains an error.
PassportElementErrorSourceTranslationFile(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceTranslationFile
One of files with the translation of the document contains an error.
PassportElementErrorSourceTranslationFiles() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceTranslationFiles
The translation of the document contains an error.
PassportElementErrorSourceUnspecified() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementErrorSourceUnspecified
The element contains an error in an unspecified place.
PassportElementIdentityCard() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementIdentityCard
A Telegram Passport element containing the user's identity card.
PassportElementIdentityCard(TdApi.IdentityDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementIdentityCard
A Telegram Passport element containing the user's identity card.
PassportElementInternalPassport() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementInternalPassport
A Telegram Passport element containing the user's internal passport.
PassportElementInternalPassport(TdApi.IdentityDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementInternalPassport
A Telegram Passport element containing the user's internal passport.
PassportElementPassport() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementPassport
A Telegram Passport element containing the user's passport.
PassportElementPassport(TdApi.IdentityDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementPassport
A Telegram Passport element containing the user's passport.
PassportElementPassportRegistration() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementPassportRegistration
A Telegram Passport element containing the user's passport registration pages.
PassportElementPassportRegistration(TdApi.PersonalDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementPassportRegistration
A Telegram Passport element containing the user's passport registration pages.
PassportElementPersonalDetails() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementPersonalDetails
A Telegram Passport element containing the user's personal details.
PassportElementPersonalDetails(TdApi.PersonalDetails) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementPersonalDetails
A Telegram Passport element containing the user's personal details.
PassportElementPhoneNumber() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementPhoneNumber
A Telegram Passport element containing the user's phone number.
PassportElementPhoneNumber(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementPhoneNumber
A Telegram Passport element containing the user's phone number.
PassportElementRentalAgreement() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementRentalAgreement
A Telegram Passport element containing the user's rental agreement.
PassportElementRentalAgreement(TdApi.PersonalDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementRentalAgreement
A Telegram Passport element containing the user's rental agreement.
PassportElements() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElements
Contains information about saved Telegram Passport elements.
PassportElements(TdApi.PassportElement[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElements
Contains information about saved Telegram Passport elements.
PassportElementsWithErrors() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementsWithErrors
Contains information about a Telegram Passport elements and corresponding errors.
PassportElementsWithErrors(TdApi.PassportElement[], TdApi.PassportElementError[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementsWithErrors
Contains information about a Telegram Passport elements and corresponding errors.
PassportElementTemporaryRegistration() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementTemporaryRegistration
A Telegram Passport element containing the user's temporary registration.
PassportElementTemporaryRegistration(TdApi.PersonalDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementTemporaryRegistration
A Telegram Passport element containing the user's temporary registration.
PassportElementType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementType
 
PassportElementTypeAddress() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeAddress
A Telegram Passport element containing the user's address.
PassportElementTypeBankStatement() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeBankStatement
A Telegram Passport element containing the user's bank statement.
PassportElementTypeDriverLicense() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeDriverLicense
A Telegram Passport element containing the user's driver license.
PassportElementTypeEmailAddress() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeEmailAddress
A Telegram Passport element containing the user's email address.
PassportElementTypeIdentityCard() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeIdentityCard
A Telegram Passport element containing the user's identity card.
PassportElementTypeInternalPassport() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeInternalPassport
A Telegram Passport element containing the user's internal passport.
PassportElementTypePassport() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypePassport
A Telegram Passport element containing the user's passport.
PassportElementTypePassportRegistration() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypePassportRegistration
A Telegram Passport element containing the registration page of the user's passport.
PassportElementTypePersonalDetails() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypePersonalDetails
A Telegram Passport element containing the user's personal details.
PassportElementTypePhoneNumber() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypePhoneNumber
A Telegram Passport element containing the user's phone number.
PassportElementTypeRentalAgreement() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeRentalAgreement
A Telegram Passport element containing the user's rental agreement.
PassportElementTypeTemporaryRegistration() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeTemporaryRegistration
A Telegram Passport element containing the user's temporary registration.
PassportElementTypeUtilityBill() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementTypeUtilityBill
A Telegram Passport element containing the user's utility bill.
PassportElementUtilityBill() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementUtilityBill
A Telegram Passport element containing the user's utility bill.
PassportElementUtilityBill(TdApi.PersonalDocument) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportElementUtilityBill
A Telegram Passport element containing the user's utility bill.
passportRegistration - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPassportRegistration
The passport registration page to be saved.
passportRegistration - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementPassportRegistration
Passport registration pages.
PassportRequiredElement() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportRequiredElement
Contains a description of the required Telegram Passport element that was requested by a service.
PassportRequiredElement(TdApi.PassportSuitableElement[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportRequiredElement
Contains a description of the required Telegram Passport element that was requested by a service.
PassportSuitableElement() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportSuitableElement
Contains information about a Telegram Passport element that was requested by a service.
PassportSuitableElement(TdApi.PassportElementType, boolean, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PassportSuitableElement
Contains information about a Telegram Passport element that was requested by a service.
password - Variable in class org.drinkless.td.libcore.telegram.TdApi.CheckAuthenticationPassword
The password to check.
password - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateTemporaryPassword
Persistent user password.
password - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetAllPassportElements
Password of the current user.
password - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPassportAuthorizationFormAvailableElements
Password of the current user.
password - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPassportElement
Password of the current user.
password - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetRecoveryEmailAddress
The password for the current user.
password - Variable in class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeHttp
Password for logging in; may be empty.
password - Variable in class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeSocks5
Password for logging in; may be empty.
password - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetPassportElement
Password of the current user.
password - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetRecoveryEmailAddress
Password of the current user.
password - Variable in class org.drinkless.td.libcore.telegram.TdApi.TransferChatOwnership
The password of the current user.
passwordHint - Variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitPassword
Hint for the password; may be empty.
passwordHint - Variable in class org.drinkless.td.libcore.telegram.TdApi.PasswordState
Hint for the password; may be empty.
PasswordState() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PasswordState
Represents the current state of 2-step verification.
PasswordState(boolean, String, boolean, boolean, TdApi.EmailAddressAuthenticationCodeInfo) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PasswordState
Represents the current state of 2-step verification.
path - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputFileLocal
Local path to the file.
path - Variable in class org.drinkless.td.libcore.telegram.TdApi.LocalFile
Local path to the locally available file part; may be empty.
path - Variable in class org.drinkless.td.libcore.telegram.TdApi.LogStreamFile
Path to the file to where the internal TDLib log will be written.
pattern - Variable in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeTypeFlashCall
Pattern of the phone number from which the call will be made.
payload - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetCallbackQueryAnswer
Query payload.
payload - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPushReceiverId
JSON-encoded push notification payload.
payload - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageInvoice
The invoice payload.
payload - Variable in class org.drinkless.td.libcore.telegram.TdApi.ProcessPushNotification
JSON-encoded push notification payload with all fields sent by the server, and "google.sentTime" and "google.notification.sound" fields added.
payload - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCallbackQuery
Query payload.
payload - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineCallbackQuery
Query payload.
PaymentForm() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PaymentForm
Contains information about an invoice payment form.
PaymentForm(TdApi.Invoice, String, TdApi.PaymentsProviderStripe, TdApi.OrderInfo, TdApi.SavedCredentials, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PaymentForm
Contains information about an invoice payment form.
PaymentReceipt() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PaymentReceipt
Contains information about a successful payment.
PaymentReceipt(int, int, TdApi.Invoice, TdApi.OrderInfo, TdApi.ShippingOption, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PaymentReceipt
Contains information about a successful payment.
PaymentResult() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PaymentResult
Contains the result of a payment request.
PaymentResult(boolean, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PaymentResult
Contains the result of a payment request.
paymentsProvider - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentForm
Contains information about the payment provider, if available, to support it natively without the need for opening the URL; may be null.
PaymentsProviderStripe() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PaymentsProviderStripe
Stripe payment provider.
PaymentsProviderStripe(String, boolean, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PaymentsProviderStripe
Stripe payment provider.
paymentsProviderUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentReceipt
User identifier of the payment provider bot.
peerTag - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallConnection
Connection peer tag.
pendingUpdateCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetBotUpdatesStatus
The number of pending updates.
performer - Variable in class org.drinkless.td.libcore.telegram.TdApi.Audio
Performer of the audio; as defined by the sender.
performer - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAudio
Performer of the audio file.
performer - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageAudio
Performer of the audio; 0-64 characters, may be replaced by the server.
permissions - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Actions that non-administrator chat members are allowed to take in the chat.
permissions - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusRestricted
User permissions in the chat.
permissions - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatPermissions
New non-administrator members permissions in the chat.
permissions - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPermissions
The new chat permissions.
personalDetails - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPersonalDetails
Personal details of the user.
personalDetails - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementPersonalDetails
Personal details of the user.
PersonalDetails() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PersonalDetails
Contains the user's personal details.
PersonalDetails(String, String, String, String, String, String, TdApi.Date, String, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PersonalDetails
Contains the user's personal details.
PersonalDocument() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PersonalDocument
A personal document, containing some information about a user.
PersonalDocument(TdApi.DatedFile[], TdApi.DatedFile[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PersonalDocument
A personal document, containing some information about a user.
phoneNumber - Variable in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeInfo
A phone number that is being authenticated.
phoneNumber - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChangePhoneNumber
The new phone number of the user in international format.
phoneNumber - Variable in class org.drinkless.td.libcore.telegram.TdApi.Contact
Phone number of the user.
phoneNumber - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementPhoneNumber
The phone number to be saved.
phoneNumber - Variable in class org.drinkless.td.libcore.telegram.TdApi.OrderInfo
Phone number of the user.
phoneNumber - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementPhoneNumber
Phone number.
phoneNumber - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextPhoneNumber
Phone number.
phoneNumber - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendPhoneNumberConfirmationCode
Value of the "phone" parameter from the link.
phoneNumber - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendPhoneNumberVerificationCode
The phone number of the user, in international format.
phoneNumber - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetAuthenticationPhoneNumber
The phone number of the user, in international format.
phoneNumber - Variable in class org.drinkless.td.libcore.telegram.TdApi.User
Phone number of the user.
PhoneNumberAuthenticationSettings() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PhoneNumberAuthenticationSettings
Contains settings for the authentication of the user's phone number.
PhoneNumberAuthenticationSettings(boolean, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PhoneNumberAuthenticationSettings
Contains settings for the authentication of the user's phone number.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Chat photo; may be null.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatInviteLinkInfo
Chat photo; may be null.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.Game
Game photo.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultPhoto
Photo.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessagePhoto
Photo to send.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatChangePhoto
New chat photo.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageInvoice
Product photo; may be null.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePhoto
The photo description.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockChatLink
Chat photo; may be null.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockPhoto
Photo file; may be null.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockRelatedArticle
Article photo; may be null.
Photo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Photo
Describes a photo.
Photo(boolean, TdApi.Minithumbnail, TdApi.PhotoSize[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Photo
Describes a photo.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.PhotoSize
Information about the photo file.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentPhoto
Message content; may be null.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatPhoto
New chat photo.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetProfilePhoto
Profile photo to set. inputFileId and inputFileRemote may still be unsupported.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPhoto
The new chat photo; may be null.
photo - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Image representing the content; may be null.
photoHeight - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultPhoto
Height of the photo.
photoHeight - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageInvoice
Product photo height.
photos - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserProfilePhotos
A list of photos.
photoSize - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageInvoice
Product photo size.
PhotoSize() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PhotoSize
Photo description.
PhotoSize(String, TdApi.File, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PhotoSize
Photo description.
photoUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultPhoto
The URL of the JPEG photo (photo size must not exceed 5MB).
photoUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageInvoice
Product photo URL; optional.
photoWidth - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultPhoto
Width of the photo.
photoWidth - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageInvoice
Product photo width.
PinChatMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PinChatMessage
Default constructor for a function, which pins a message in a chat; requires canPinMessages rights.
PinChatMessage(long, long, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PinChatMessage
Creates a function, which pins a message in a chat; requires canPinMessages rights.
PingProxy() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PingProxy
Default constructor for a function, which computes time needed to receive a response from a Telegram server through a proxy.
PingProxy(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PingProxy
Creates a function, which computes time needed to receive a response from a Telegram server through a proxy.
pinnedMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Identifier of the pinned message in the chat; 0 if none.
pinnedMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPinnedMessage
The new identifier of the pinned message; 0 if there is no pinned message in the chat.
platform - Variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsite
Operating system the browser is running on.
platform - Variable in class org.drinkless.td.libcore.telegram.TdApi.Session
Operating system the application has been run or is running on, as provided by the application.
pluralCode - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
A language code to be used to apply plural forms.
pngSticker - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputSticker
PNG image with the sticker; must be up to 512 kB in size and fit in a 512x512 square.
pngSticker - Variable in class org.drinkless.td.libcore.telegram.TdApi.UploadStickerFile
PNG image with the sticker; must be up to 512 kB in size and fit in 512x512 square.
point - Variable in class org.drinkless.td.libcore.telegram.TdApi.MaskPosition
Part of the face, relative to which the mask should be placed.
poll - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePoll
The poll description.
Poll() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Poll
Describes a poll.
Poll(long, String, TdApi.PollOption[], int, int[], boolean, TdApi.PollType, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Poll
Describes a poll.
poll - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdatePoll
New data about the poll.
pollId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdatePollAnswer
Unique poll identifier.
PollOption() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PollOption
Describes one answer option of a poll.
PollOption(String, int, int, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PollOption
Describes one answer option of a poll.
PollType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PollType
 
PollTypeQuiz() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PollTypeQuiz
A poll in quiz mode, which has exactly one correct answer option and can be answered only once.
PollTypeQuiz(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PollTypeQuiz
A poll in quiz mode, which has exactly one correct answer option and can be answered only once.
PollTypeRegular() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PollTypeRegular
A regular poll.
PollTypeRegular(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PollTypeRegular
A regular poll.
port - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddProxy
Proxy server port.
port - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallConnection
Reflector port number.
port - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditProxy
Proxy server port.
port - Variable in class org.drinkless.td.libcore.telegram.TdApi.Proxy
Proxy server port.
port - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestProxy
Proxy server port.
position - Variable in class org.drinkless.td.libcore.telegram.TdApi.GameHighScore
Position in the high score table.
position - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetStickerPositionInSet
New position of the sticker in the set, zero-based.
postalCode - Variable in class org.drinkless.td.libcore.telegram.TdApi.Address
Address postal code.
posterPhoto - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbedded
Poster photo, if available; may be null.
preCheckoutQueryId - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerPreCheckoutQuery
Identifier of the pre-checkout query.
prefix - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchHashtags
Hashtag prefix to search for.
preloadLargeVideos - Variable in class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettings
True, if the beginning of videos needs to be preloaded for instant playback.
preloadNextAudio - Variable in class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettings
True, if the next audio track needs to be preloaded while the user is listening to an audio file.
price - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentInvoice
Product price.
priceParts - Variable in class org.drinkless.td.libcore.telegram.TdApi.Invoice
A list of objects used to calculate the total price of the product.
priceParts - Variable in class org.drinkless.td.libcore.telegram.TdApi.ShippingOption
A list of objects used to calculate the total shipping costs.
priority - Variable in class org.drinkless.td.libcore.telegram.TdApi.DownloadFile
Priority of the download (1-32).
priority - Variable in class org.drinkless.td.libcore.telegram.TdApi.UploadFile
Priority of the upload (1-32).
privacyPolicyUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportAuthorizationForm
URL for the privacy policy of the service; may be empty.
problems - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendCallRating
List of the exact types of problems with the call, specified by the user.
ProcessPushNotification() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ProcessPushNotification
Default constructor for a function, which handles a push notification.
ProcessPushNotification(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ProcessPushNotification
Creates a function, which handles a push notification.
ProfilePhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ProfilePhoto
Describes a user profile photo.
ProfilePhoto(long, TdApi.File, TdApi.File) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ProfilePhoto
Describes a user profile photo.
profilePhoto - Variable in class org.drinkless.td.libcore.telegram.TdApi.User
Profile photo of the user; may be null.
profilePhotoId - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteProfilePhoto
Identifier of the profile photo to delete.
progress - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingDocument
Upload progress, as a percentage.
progress - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingPhoto
Upload progress, as a percentage.
progress - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingVideo
Upload progress, as a percentage.
progress - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingVideoNote
Upload progress, as a percentage.
progress - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatActionUploadingVoiceNote
Upload progress, as a percentage.
protocol - Variable in class org.drinkless.td.libcore.telegram.TdApi.AcceptCall
Description of the call protocols supported by the client.
protocol - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallStateReady
Call protocols supported by the peer.
protocol - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateCall
Description of the call protocols supported by the client.
provider - Variable in class org.drinkless.td.libcore.telegram.TdApi.Venue
Provider of the venue database; as defined by the sender.
providerData - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageInvoice
JSON-encoded data about the invoice, which will be shared with the payment provider.
providerPaymentChargeId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessfulBot
Provider payment identifier.
providerToken - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageInvoice
Payment provider token.
Proxies() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Proxies
Represents a list of proxy servers.
Proxies(TdApi.Proxy[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Proxies
Represents a list of proxy servers.
proxies - Variable in class org.drinkless.td.libcore.telegram.TdApi.Proxies
List of proxy servers.
Proxy() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Proxy
Contains information about a proxy server.
Proxy(int, String, int, int, boolean, TdApi.ProxyType) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Proxy
Contains information about a proxy server.
proxyId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditProxy
Proxy identifier.
proxyId - Variable in class org.drinkless.td.libcore.telegram.TdApi.EnableProxy
Proxy identifier.
proxyId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetProxyLink
Proxy identifier.
proxyId - Variable in class org.drinkless.td.libcore.telegram.TdApi.PingProxy
Proxy identifier.
proxyId - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveProxy
Proxy identifier.
ProxyType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ProxyType
 
ProxyTypeHttp() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeHttp
A HTTP transparent proxy server.
ProxyTypeHttp(String, String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeHttp
A HTTP transparent proxy server.
ProxyTypeMtproto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeMtproto
An MTProto proxy server.
ProxyTypeMtproto(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeMtproto
An MTProto proxy server.
ProxyTypeSocks5() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeSocks5
A SOCKS5 proxy server.
ProxyTypeSocks5(String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeSocks5
A SOCKS5 proxy server.
PublicChatType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PublicChatType
 
PublicChatTypeHasUsername() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PublicChatTypeHasUsername
The chat is public, because it has username.
PublicChatTypeIsLocationBased() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PublicChatTypeIsLocationBased
The chat is public, because it is a location-based supergroup.
publicKey - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPassportAuthorizationForm
Service's publicKey.
PublicMessageLink() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PublicMessageLink
Contains a public HTTPS link to a message in a supergroup or channel with a username.
PublicMessageLink(String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PublicMessageLink
Contains a public HTTPS link to a message in a supergroup or channel with a username.
publishableKey - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentsProviderStripe
Stripe API publishable key.
publishDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockAuthorDate
Point in time (Unix timestamp) when the article was published; 0 if unknown.
publishDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockRelatedArticle
Point in time (Unix timestamp) when the article was published; 0 if unknown.
PushMessageContent() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContent
 
PushMessageContentAnimation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentAnimation
An animation message (GIF-style).
PushMessageContentAnimation(TdApi.Animation, String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentAnimation
An animation message (GIF-style).
PushMessageContentAudio() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentAudio
An audio message.
PushMessageContentAudio(TdApi.Audio, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentAudio
An audio message.
PushMessageContentBasicGroupChatCreate() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentBasicGroupChatCreate
A newly created basic group.
PushMessageContentChatAddMembers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatAddMembers
New chat members were invited to a group.
PushMessageContentChatAddMembers(String, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatAddMembers
New chat members were invited to a group.
PushMessageContentChatChangePhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatChangePhoto
A chat photo was edited.
PushMessageContentChatChangeTitle() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatChangeTitle
A chat title was edited.
PushMessageContentChatChangeTitle(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatChangeTitle
A chat title was edited.
PushMessageContentChatDeleteMember() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatDeleteMember
A chat member was deleted.
PushMessageContentChatDeleteMember(String, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatDeleteMember
A chat member was deleted.
PushMessageContentChatJoinByLink() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatJoinByLink
A new member joined the chat by invite link.
PushMessageContentContact() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentContact
A message with a user contact.
PushMessageContentContact(String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentContact
A message with a user contact.
PushMessageContentContactRegistered() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentContactRegistered
A contact has registered with Telegram.
PushMessageContentDocument() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentDocument
A document message (a general file).
PushMessageContentDocument(TdApi.Document, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentDocument
A document message (a general file).
PushMessageContentGame() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentGame
A message with a game.
PushMessageContentGame(String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentGame
A message with a game.
PushMessageContentGameScore() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentGameScore
A new high score was achieved in a game.
PushMessageContentGameScore(String, int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentGameScore
A new high score was achieved in a game.
PushMessageContentHidden() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentHidden
A general message with hidden content.
PushMessageContentHidden(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentHidden
A general message with hidden content.
PushMessageContentInvoice() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentInvoice
A message with an invoice from a bot.
PushMessageContentInvoice(String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentInvoice
A message with an invoice from a bot.
PushMessageContentLocation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentLocation
A message with a location.
PushMessageContentLocation(boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentLocation
A message with a location.
PushMessageContentMediaAlbum() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentMediaAlbum
A media album.
PushMessageContentMediaAlbum(int, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentMediaAlbum
A media album.
PushMessageContentMessageForwards() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentMessageForwards
A forwarded messages.
PushMessageContentMessageForwards(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentMessageForwards
A forwarded messages.
PushMessageContentPhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentPhoto
A photo message.
PushMessageContentPhoto(TdApi.Photo, String, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentPhoto
A photo message.
PushMessageContentPoll() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentPoll
A message with a poll.
PushMessageContentPoll(String, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentPoll
A message with a poll.
PushMessageContentScreenshotTaken() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentScreenshotTaken
A screenshot of a message in the chat has been taken.
PushMessageContentSticker() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentSticker
A message with a sticker.
PushMessageContentSticker(TdApi.Sticker, String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentSticker
A message with a sticker.
PushMessageContentText() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentText
A text message.
PushMessageContentText(String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentText
A text message.
PushMessageContentVideo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVideo
A video message.
PushMessageContentVideo(TdApi.Video, String, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVideo
A video message.
PushMessageContentVideoNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVideoNote
A video note message.
PushMessageContentVideoNote(TdApi.VideoNote, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVideoNote
A video note message.
PushMessageContentVoiceNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVoiceNote
A voice note message.
PushMessageContentVoiceNote(TdApi.VoiceNote, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVoiceNote
A voice note message.
PushReceiverId() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushReceiverId
Contains a globally unique push receiver identifier, which can be used to identify which account has received a push notification.
PushReceiverId(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.PushReceiverId
Contains a globally unique push receiver identifier, which can be used to identify which account has received a push notification.

Q

query - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatEventLog
Search query by which to filter events.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetInlineQueryResults
Text of the query.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeSwitchInline
Inline query to be sent to the bot.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatMembers
Query to search for.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatMessages
Query to search for.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChats
Query to search for.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatsOnServer
Query to search for.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchContacts
Query to search for; may be empty to return all contacts.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchInstalledStickerSets
Query to search for.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchMessages
Query to search for.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchPublicChats
Query to search for.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchSecretMessages
Query to search for.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchStickerSets
Query to search for.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterBanned
Query to search for.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterContacts
Query to search for.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterRestricted
Query to search for.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterSearch
Query to search for.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewChosenInlineResult
Text of the query.
query - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineQuery
Text of the query.
queryId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendInlineQueryResultMessage
Identifier of the inline query.
question - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessagePoll
Poll question, 1-255 characters.
question - Variable in class org.drinkless.td.libcore.telegram.TdApi.Poll
Poll question, 1-255 characters.
question - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentPoll
Poll question.

R

rating - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendCallRating
Call rating; 1-5.
ReadAllChatMentions() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReadAllChatMentions
Default constructor for a function, which marks all mentions in a chat as read.
ReadAllChatMentions(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReadAllChatMentions
Creates a function, which marks all mentions in a chat as read.
ReadFilePart() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReadFilePart
Default constructor for a function, which reads a part of a file from the TDLib file cache and returns read bytes.
ReadFilePart(int, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReadFilePart
Creates a function, which reads a part of a file from the TDLib file cache and returns read bytes.
reason - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallStateDiscarded
The reason, why the call has ended.
reason - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteAccount
The reason why the account was deleted; optional.
reason - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReportChat
The reason for reporting the chat.
receiptMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageInvoice
The identifier of the message with the receipt, after the product has been purchased.
receivedBytes - Variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntryCall
Total number of bytes received.
receivedBytes - Variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntryFile
Total number of bytes received.
recentVoterUserIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.Poll
User identifiers of recent voters, if the poll is non-anonymous.
RecoverAuthenticationPassword() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RecoverAuthenticationPassword
Default constructor for a function, which recovers the password with a password recovery code sent to an email address that was previously set up.
RecoverAuthenticationPassword(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RecoverAuthenticationPassword
Creates a function, which recovers the password with a password recovery code sent to an email address that was previously set up.
RecoverPassword() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RecoverPassword
Default constructor for a function, which recovers the password using a recovery code sent to an email address that was previously set up.
RecoverPassword(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RecoverPassword
Creates a function, which recovers the password using a recovery code sent to an email address that was previously set up.
recoveryCode - Variable in class org.drinkless.td.libcore.telegram.TdApi.RecoverAuthenticationPassword
Recovery code to check.
recoveryCode - Variable in class org.drinkless.td.libcore.telegram.TdApi.RecoverPassword
Recovery code to check.
RecoveryEmailAddress() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RecoveryEmailAddress
Contains information about the current recovery email address.
RecoveryEmailAddress(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RecoveryEmailAddress
Contains information about the current recovery email address.
recoveryEmailAddress - Variable in class org.drinkless.td.libcore.telegram.TdApi.RecoveryEmailAddress
Recovery email address.
recoveryEmailAddressCodeInfo - Variable in class org.drinkless.td.libcore.telegram.TdApi.PasswordState
Information about the recovery email address to which the confirmation email was sent; may be null.
recoveryEmailAddressPattern - Variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitPassword
Pattern of the email address to which the recovery email was sent; empty until a recovery email has been sent.
referrer - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetRecentlyVisitedTMeUrls
Google Play referrer to identify the user.
regId - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenTizenPush
Push service registration identifier; may be empty to de-register a device.
region - Variable in class org.drinkless.td.libcore.telegram.TdApi.Session
Region code from which the session was created, based on the IP address.
RegisterDevice() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RegisterDevice
Default constructor for a function, which registers the currently used device for receiving push notifications.
RegisterDevice(TdApi.DeviceToken, int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RegisterDevice
Creates a function, which registers the currently used device for receiving push notifications.
RegisterUser() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RegisterUser
Default constructor for a function, which finishes user registration.
RegisterUser(String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RegisterUser
Creates a function, which finishes user registration.
remote - Variable in class org.drinkless.td.libcore.telegram.TdApi.File
Information about the remote copy of the file.
RemoteFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoteFile
Represents a remote file.
RemoteFile(String, String, boolean, boolean, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoteFile
Represents a remote file.
remoteFileId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetRemoteFile
Remote identifier of the file to get.
RemoveBackground() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveBackground
Default constructor for a function, which removes background from the list of installed backgrounds.
RemoveBackground(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveBackground
Creates a function, which removes background from the list of installed backgrounds.
removeCaption - Variable in class org.drinkless.td.libcore.telegram.TdApi.ForwardMessages
True, if media captions of message copies needs to be removed.
removeCaption - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageForwarded
True, if media caption of the message copy needs to be removed.
RemoveChatActionBar() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveChatActionBar
Default constructor for a function, which removes a chat action bar without any other action.
RemoveChatActionBar(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveChatActionBar
Creates a function, which removes a chat action bar without any other action.
RemoveContacts() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveContacts
Default constructor for a function, which removes users from the contact list.
RemoveContacts(int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveContacts
Creates a function, which removes users from the contact list.
removedNotificationIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNotificationGroup
Identifiers of removed group notifications, sorted by notification ID.
RemoveFavoriteSticker() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveFavoriteSticker
Default constructor for a function, which removes a sticker from the list of favorite stickers.
RemoveFavoriteSticker(TdApi.InputFile) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveFavoriteSticker
Creates a function, which removes a sticker from the list of favorite stickers.
removeFromChatList - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteChatHistory
Pass true if the chat should be removed from the chat list.
RemoveNotification() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveNotification
Default constructor for a function, which removes an active notification from notification list.
RemoveNotification(int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveNotification
Creates a function, which removes an active notification from notification list.
RemoveNotificationGroup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveNotificationGroup
Default constructor for a function, which removes a group of active notifications.
RemoveNotificationGroup(int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveNotificationGroup
Creates a function, which removes a group of active notifications.
RemoveProxy() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveProxy
Default constructor for a function, which removes a proxy server.
RemoveProxy(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveProxy
Creates a function, which removes a proxy server.
RemoveRecentHashtag() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveRecentHashtag
Default constructor for a function, which removes a hashtag from the list of recently used hashtags.
RemoveRecentHashtag(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveRecentHashtag
Creates a function, which removes a hashtag from the list of recently used hashtags.
RemoveRecentlyFoundChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveRecentlyFoundChat
Default constructor for a function, which removes a chat from the list of recently found chats.
RemoveRecentlyFoundChat(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveRecentlyFoundChat
Creates a function, which removes a chat from the list of recently found chats.
RemoveRecentSticker() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveRecentSticker
Default constructor for a function, which removes a sticker from the list of recently used stickers.
RemoveRecentSticker(boolean, TdApi.InputFile) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveRecentSticker
Creates a function, which removes a sticker from the list of recently used stickers.
RemoveSavedAnimation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveSavedAnimation
Default constructor for a function, which removes an animation from the list of saved animations.
RemoveSavedAnimation(TdApi.InputFile) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveSavedAnimation
Creates a function, which removes an animation from the list of saved animations.
RemoveStickerFromSet() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveStickerFromSet
Default constructor for a function, which removes a sticker from the set to which it belongs; for bots only.
RemoveStickerFromSet(TdApi.InputFile) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveStickerFromSet
Creates a function, which removes a sticker from the set to which it belongs; for bots only.
RemoveTopChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveTopChat
Default constructor for a function, which removes a chat from the list of frequently used chats.
RemoveTopChat(TdApi.TopChatCategory, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RemoveTopChat
Creates a function, which removes a chat from the list of frequently used chats.
rentalAgreement - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementRentalAgreement
The rental agreement to be saved.
rentalAgreement - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementRentalAgreement
Rental agreement.
ReorderInstalledStickerSets() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReorderInstalledStickerSets
Default constructor for a function, which changes the order of installed sticker sets.
ReorderInstalledStickerSets(boolean, long[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReorderInstalledStickerSets
Creates a function, which changes the order of installed sticker sets.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageCaption
The new message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageLiveLocation
The new message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageMedia
The new message reply markup; for bots only.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageReplyMarkup
The new message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditInlineMessageText
The new message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageCaption
The new message reply markup; for bots only.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageLiveLocation
The new message reply markup; for bots only.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageMedia
The new message reply markup; for bots only.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageReplyMarkup
The new message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageText
The new message reply markup; for bots only.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedGif
The message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedMpeg4
The message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultArticle
The message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAudio
The message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultContact
The message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultDocument
The message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultGame
Message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultLocation
The message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultPhoto
The message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultSticker
The message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVenue
The message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVideo
The message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVoiceNote
The message reply markup.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
Reply markup for the message; may be null.
ReplyMarkup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkup
 
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendMessage
Markup for replying to the message; for bots only.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.StopPoll
The new message reply markup; for bots only.
replyMarkup - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageEdited
New message reply markup; may be null.
ReplyMarkupForceReply() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupForceReply
Instructs clients to force a reply to this message.
ReplyMarkupForceReply(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupForceReply
Instructs clients to force a reply to this message.
ReplyMarkupInlineKeyboard() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupInlineKeyboard
Contains an inline keyboard layout.
ReplyMarkupInlineKeyboard(TdApi.InlineKeyboardButton[][]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupInlineKeyboard
Contains an inline keyboard layout.
replyMarkupMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Identifier of the message from which reply markup needs to be used; 0 if there is no default custom reply markup in the chat.
replyMarkupMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReplyMarkup
Identifier of the message from which reply markup needs to be used; 0 if there is no default custom reply markup in the chat.
ReplyMarkupRemoveKeyboard() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupRemoveKeyboard
Instructs clients to remove the keyboard once this message has been received.
ReplyMarkupRemoveKeyboard(boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupRemoveKeyboard
Instructs clients to remove the keyboard once this message has been received.
ReplyMarkupShowKeyboard() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupShowKeyboard
Contains a custom keyboard layout to quickly reply to bots.
ReplyMarkupShowKeyboard(TdApi.KeyboardButton[][], boolean, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupShowKeyboard
Contains a custom keyboard layout to quickly reply to bots.
replyToMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddLocalMessage
Identifier of the message to reply to or 0.
replyToMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.DraftMessage
Identifier of the message to reply to; 0 if none.
replyToMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
If non-zero, the identifier of the message this message is replying to; can be the identifier of a deleted message.
replyToMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendInlineQueryResultMessage
Identifier of a message to reply to or 0.
replyToMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendMessage
Identifier of the message to reply to or 0.
replyToMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendMessageAlbum
Identifier of a message to reply to or 0.
ReportChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReportChat
Default constructor for a function, which reports a chat to the Telegram moderators.
ReportChat(long, TdApi.ChatReportReason, long[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReportChat
Creates a function, which reports a chat to the Telegram moderators.
ReportSupergroupSpam() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReportSupergroupSpam
Default constructor for a function, which reports some messages from a user in a supergroup as spam; requires administrator rights in the supergroup.
ReportSupergroupSpam(int, int, long[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ReportSupergroupSpam
Creates a function, which reports some messages from a user in a supergroup as spam; requires administrator rights in the supergroup.
RequestAuthenticationPasswordRecovery() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RequestAuthenticationPasswordRecovery
Default constructor for a function, which requests to send a password recovery code to an email address that was previously set up.
RequestPasswordRecovery() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RequestPasswordRecovery
Default constructor for a function, which requests to send a password recovery code to an email address that was previously set up.
RequestQrCodeAuthentication() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RequestQrCodeAuthentication
Default constructor for a function, which requests QR code authentication by scanning a QR code on another logged in device.
RequestQrCodeAuthentication(int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RequestQrCodeAuthentication
Creates a function, which requests QR code authentication by scanning a QR code on another logged in device.
requestWriteAccess - Variable in class org.drinkless.td.libcore.telegram.TdApi.LoginUrlInfoRequestConfirmation
True, if the user needs to be requested to give the permission to the bot to send them messages.
requiredElements - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportAuthorizationForm
Information about the Telegram Passport elements that need to be provided to complete the form.
ResendAuthenticationCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ResendAuthenticationCode
Default constructor for a function, which re-sends an authentication code to the user.
ResendChangePhoneNumberCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ResendChangePhoneNumberCode
Default constructor for a function, which re-sends the authentication code sent to confirm a new phone number for the user.
ResendEmailAddressVerificationCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ResendEmailAddressVerificationCode
Default constructor for a function, which re-sends the code to verify an email address to be added to a user's Telegram Passport.
ResendMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ResendMessages
Default constructor for a function, which resends messages which failed to send.
ResendMessages(long, long[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ResendMessages
Creates a function, which resends messages which failed to send.
ResendPhoneNumberConfirmationCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ResendPhoneNumberConfirmationCode
Default constructor for a function, which resends phone number confirmation code.
ResendPhoneNumberVerificationCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ResendPhoneNumberVerificationCode
Default constructor for a function, which re-sends the code to verify a phone number to be added to a user's Telegram Passport.
ResendRecoveryEmailAddressCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ResendRecoveryEmailAddressCode
Default constructor for a function, which resends the 2-step verification recovery email address verification code.
ResetAllNotificationSettings() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ResetAllNotificationSettings
Default constructor for a function, which resets all notification settings to their default values.
ResetBackgrounds() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ResetBackgrounds
Default constructor for a function, which resets list of installed backgrounds to its default value.
ResetNetworkStatistics() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ResetNetworkStatistics
Default constructor for a function, which resets all network data usage statistics to zero.
residenceCountryCode - Variable in class org.drinkless.td.libcore.telegram.TdApi.PersonalDetails
A two-letter ISO 3166-1 alpha-2 country code of the user's residence country.
resizeKeyboard - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupShowKeyboard
True, if the client needs to resize the keyboard vertically.
restrictedCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
Number of restricted users in the supergroup; 0 if unknown.
restrictedUntilDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMemberStatusRestricted
Point in time (Unix timestamp) when restrictions will be lifted from the user; 0 if never.
restrictionReason - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
If non-empty, contains a human-readable description of the reason why access to this message must be restricted.
restrictionReason - Variable in class org.drinkless.td.libcore.telegram.TdApi.Supergroup
If non-empty, contains a human-readable description of the reason why access to this supergroup or channel must be restricted.
restrictionReason - Variable in class org.drinkless.td.libcore.telegram.TdApi.User
If non-empty, it contains a human-readable description of the reason why access to this user must be restricted.
result - Variable in class org.drinkless.td.libcore.telegram.TdApi.CustomRequestResult
A JSON-serialized result.
resultId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendInlineQueryResultMessage
Identifier of the inline result.
resultId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewChosenInlineResult
Identifier of the chosen result.
results - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerInlineQuery
The results of the query.
results - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResults
Results of the query.
retryAfter - Variable in class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResultPasswordTooFresh
Time left before the session can be used to transfer ownership of a chat, in seconds.
retryAfter - Variable in class org.drinkless.td.libcore.telegram.TdApi.CanTransferOwnershipResultSessionTooFresh
Time left before the session can be used to transfer ownership of a chat, in seconds.
retryAfter - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageSendingStateFailed
Time left before the message can be re-sent, in seconds.
returnLocal - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatMessageCount
If true, returns count that is available locally without sending network requests, returning -1 if the number of messages is unknown.
reverseSide - Variable in class org.drinkless.td.libcore.telegram.TdApi.EncryptedPassportElement
The reverse side of an identity document; may be null.
reverseSide - Variable in class org.drinkless.td.libcore.telegram.TdApi.IdentityDocument
Reverse side of the document; only for driver license and identity card.
reverseSide - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputIdentityDocument
Reverse side of the document; only for driver license and identity card.
revoke - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteChatHistory
Pass true to try to delete chat history for all users.
revoke - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteMessages
Pass true to try to delete messages for all chat members.
RichText() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichText
 
RichTextAnchor() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextAnchor
A rich text anchor.
RichTextAnchor(TdApi.RichText, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextAnchor
A rich text anchor.
RichTextBold() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextBold
A bold rich text.
RichTextBold(TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextBold
A bold rich text.
RichTextEmailAddress() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextEmailAddress
A rich text email link.
RichTextEmailAddress(TdApi.RichText, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextEmailAddress
A rich text email link.
RichTextFixed() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextFixed
A fixed-width rich text.
RichTextFixed(TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextFixed
A fixed-width rich text.
RichTextIcon() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextIcon
A small image inside the text.
RichTextIcon(TdApi.Document, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextIcon
A small image inside the text.
RichTextItalic() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextItalic
An italicized rich text.
RichTextItalic(TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextItalic
An italicized rich text.
RichTextMarked() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextMarked
A marked rich text.
RichTextMarked(TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextMarked
A marked rich text.
RichTextPhoneNumber() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextPhoneNumber
A rich text phone number.
RichTextPhoneNumber(TdApi.RichText, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextPhoneNumber
A rich text phone number.
RichTextPlain() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextPlain
A plain text.
RichTextPlain(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextPlain
A plain text.
RichTexts() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTexts
A concatenation of rich texts.
RichTexts(TdApi.RichText[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTexts
A concatenation of rich texts.
RichTextStrikethrough() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextStrikethrough
A strikethrough rich text.
RichTextStrikethrough(TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextStrikethrough
A strikethrough rich text.
RichTextSubscript() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextSubscript
A subscript rich text.
RichTextSubscript(TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextSubscript
A subscript rich text.
RichTextSuperscript() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextSuperscript
A superscript rich text.
RichTextSuperscript(TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextSuperscript
A superscript rich text.
RichTextUnderline() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextUnderline
An underlined rich text.
RichTextUnderline(TdApi.RichText) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextUnderline
An underlined rich text.
RichTextUrl() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextUrl
A rich text URL link.
RichTextUrl(TdApi.RichText, String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.RichTextUrl
A rich text URL link.
rotationAngle - Variable in class org.drinkless.td.libcore.telegram.TdApi.BackgroundFillGradient
Clockwise rotation angle of the gradient, in degrees; 0-359.
rows - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupInlineKeyboard
A list of rows of inline keyboard buttons.
rows - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReplyMarkupShowKeyboard
A list of rows of bot keyboard buttons.
rowspan - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTableCell
The number of rows the cell should span.
rules - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetUserPrivacySettingRules
The new privacy rules.
rules - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserPrivacySettingRules
New privacy rules.
rules - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRules
A list of rules.
run() - Method in class org.drinkless.td.libcore.telegram.Client
Overridden method from Runnable, do not call it directly.

S

SaveApplicationLogEvent() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SaveApplicationLogEvent
Default constructor for a function, which saves application log event on the server.
SaveApplicationLogEvent(String, long, TdApi.JsonValue) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SaveApplicationLogEvent
Creates a function, which saves application log event on the server.
savedCredentials - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentForm
Contains information about saved card credentials; may be null.
SavedCredentials() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SavedCredentials
Contains information about saved card credentials.
SavedCredentials(String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SavedCredentials
Contains information about saved card credentials.
savedCredentialsId - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputCredentialsSaved
Identifier of the saved credentials.
savedOrderInfo - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentForm
Saved server-side order information; may be null.
scale - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetMapThumbnailFile
Map scale; 1-3.
scale - Variable in class org.drinkless.td.libcore.telegram.TdApi.MaskPosition
Mask scaling coefficient.
schedulingState - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditMessageSchedulingState
The new message scheduling state.
schedulingState - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
Information about the scheduling state of the message; may be null.
schedulingState - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendMessageOptions
Message scheduling state.
scope - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatNotificationSettingsExceptions
If specified, only chats from the specified scope will be returned.
scope - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPassportAuthorizationForm
Telegram Passport element types requested by the service.
scope - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetScopeNotificationSettings
Types of chats for which to return the notification settings information.
scope - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetScopeNotificationSettings
Types of chats for which to change the notification settings.
scope - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateScopeNotificationSettings
Types of chats for which notification settings were updated.
ScopeNotificationSettings() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ScopeNotificationSettings
Contains information about notification settings for several chats.
ScopeNotificationSettings(int, String, boolean, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ScopeNotificationSettings
Contains information about notification settings for several chats.
score - Variable in class org.drinkless.td.libcore.telegram.TdApi.GameHighScore
User score.
score - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageGameScore
New score.
score - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentGameScore
New score, 0 for pinned message.
score - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetGameScore
The new score.
score - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetInlineGameScore
The new score.
scores - Variable in class org.drinkless.td.libcore.telegram.TdApi.GameHighScores
A list of game high scores.
SearchBackground() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchBackground
Default constructor for a function, which searches for a background by its name.
SearchBackground(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchBackground
Creates a function, which searches for a background by its name.
SearchCallMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchCallMessages
Default constructor for a function, which searches for call messages.
SearchCallMessages(long, int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchCallMessages
Creates a function, which searches for call messages.
SearchChatMembers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchChatMembers
Default constructor for a function, which searches for a specified query in the first name, last name and username of the members of a specified chat.
SearchChatMembers(long, String, int, TdApi.ChatMembersFilter) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchChatMembers
Creates a function, which searches for a specified query in the first name, last name and username of the members of a specified chat.
SearchChatMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchChatMessages
Default constructor for a function, which searches for messages with given words in the chat.
SearchChatMessages(long, String, int, long, int, int, TdApi.SearchMessagesFilter) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchChatMessages
Creates a function, which searches for messages with given words in the chat.
SearchChatRecentLocationMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchChatRecentLocationMessages
Default constructor for a function, which returns information about the recent locations of chat members that were sent to the chat.
SearchChatRecentLocationMessages(long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchChatRecentLocationMessages
Creates a function, which returns information about the recent locations of chat members that were sent to the chat.
SearchChats() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchChats
Default constructor for a function, which searches for the specified query in the title and username of already known chats, this is an offline request.
SearchChats(String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchChats
Creates a function, which searches for the specified query in the title and username of already known chats, this is an offline request.
SearchChatsNearby() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchChatsNearby
Default constructor for a function, which returns a list of users and location-based supergroups nearby.
SearchChatsNearby(TdApi.Location) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchChatsNearby
Creates a function, which returns a list of users and location-based supergroups nearby.
SearchChatsOnServer() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchChatsOnServer
Default constructor for a function, which searches for the specified query in the title and username of already known chats via request to the server.
SearchChatsOnServer(String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchChatsOnServer
Creates a function, which searches for the specified query in the title and username of already known chats via request to the server.
SearchContacts() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchContacts
Default constructor for a function, which searches for the specified query in the first names, last names and usernames of the known user contacts.
SearchContacts(String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchContacts
Creates a function, which searches for the specified query in the first names, last names and usernames of the known user contacts.
SearchEmojis() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchEmojis
Default constructor for a function, which searches for emojis by keywords.
SearchEmojis(String, boolean, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchEmojis
Creates a function, which searches for emojis by keywords.
SearchHashtags() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchHashtags
Default constructor for a function, which searches for recently used hashtags by their prefix.
SearchHashtags(String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchHashtags
Creates a function, which searches for recently used hashtags by their prefix.
SearchInstalledStickerSets() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchInstalledStickerSets
Default constructor for a function, which searches for installed sticker sets by looking for specified query in their title and name.
SearchInstalledStickerSets(boolean, String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchInstalledStickerSets
Creates a function, which searches for installed sticker sets by looking for specified query in their title and name.
SearchMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessages
Default constructor for a function, which searches for messages in all chats except secret chats.
SearchMessages(TdApi.ChatList, String, int, long, long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessages
Creates a function, which searches for messages in all chats except secret chats.
SearchMessagesFilter() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilter
 
SearchMessagesFilterAnimation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterAnimation
Returns only animation messages.
SearchMessagesFilterAudio() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterAudio
Returns only audio messages.
SearchMessagesFilterCall() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterCall
Returns only call messages.
SearchMessagesFilterChatPhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterChatPhoto
Returns only messages containing chat photos.
SearchMessagesFilterDocument() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterDocument
Returns only document messages.
SearchMessagesFilterEmpty() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterEmpty
Returns all found messages, no filter is applied.
SearchMessagesFilterMention() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterMention
Returns only messages with mentions of the current user, or messages that are replies to their messages.
SearchMessagesFilterMissedCall() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterMissedCall
Returns only incoming call messages with missed/declined discard reasons.
SearchMessagesFilterPhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterPhoto
Returns only photo messages.
SearchMessagesFilterPhotoAndVideo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterPhotoAndVideo
Returns only photo and video messages.
SearchMessagesFilterUnreadMention() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterUnreadMention
Returns only messages with unread mentions of the current user, or messages that are replies to their messages.
SearchMessagesFilterUrl() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterUrl
Returns only messages containing URLs.
SearchMessagesFilterVideo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterVideo
Returns only video messages.
SearchMessagesFilterVideoNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterVideoNote
Returns only video note messages.
SearchMessagesFilterVoiceAndVideoNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterVoiceAndVideoNote
Returns only voice and video note messages.
SearchMessagesFilterVoiceNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchMessagesFilterVoiceNote
Returns only voice note messages.
SearchPublicChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchPublicChat
Default constructor for a function, which searches a public chat by its username.
SearchPublicChat(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchPublicChat
Creates a function, which searches a public chat by its username.
SearchPublicChats() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchPublicChats
Default constructor for a function, which searches public chats by looking for specified query in their username and title.
SearchPublicChats(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchPublicChats
Creates a function, which searches public chats by looking for specified query in their username and title.
SearchSecretMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchSecretMessages
Default constructor for a function, which searches for messages in secret chats.
SearchSecretMessages(long, String, long, int, TdApi.SearchMessagesFilter) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchSecretMessages
Creates a function, which searches for messages in secret chats.
SearchStickers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchStickers
Default constructor for a function, which searches for stickers from public sticker sets that correspond to a given emoji.
SearchStickers(String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchStickers
Creates a function, which searches for stickers from public sticker sets that correspond to a given emoji.
SearchStickerSet() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchStickerSet
Default constructor for a function, which searches for a sticker set by its name.
SearchStickerSet(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchStickerSet
Creates a function, which searches for a sticker set by its name.
SearchStickerSets() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchStickerSets
Default constructor for a function, which searches for ordinary sticker sets by looking for specified query in their title and name.
SearchStickerSets(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SearchStickerSets
Creates a function, which searches for ordinary sticker sets by looking for specified query in their title and name.
Seconds() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Seconds
Contains a value representing a number of seconds.
Seconds(double) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Seconds
Contains a value representing a number of seconds.
seconds - Variable in class org.drinkless.td.libcore.telegram.TdApi.Seconds
Number of seconds.
seconds - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetAlarm
Number of seconds before the function returns.
secret - Variable in class org.drinkless.td.libcore.telegram.TdApi.EncryptedCredentials
Secret for data decryption, encrypted with the service's public key.
secret - Variable in class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeMtproto
The proxy's secret in hexadecimal encoding.
SecretChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SecretChat
Represents a secret chat.
SecretChat(int, int, TdApi.SecretChatState, boolean, int, byte[], int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SecretChat
Represents a secret chat.
secretChat - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateSecretChat
New data about the secret chat.
secretChatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatTypeSecret
Secret chat identifier.
secretChatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.CloseSecretChat
Secret chat identifier.
secretChatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateSecretChat
Secret chat identifier.
secretChatId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetSecretChat
Secret chat identifier.
SecretChatState() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SecretChatState
 
SecretChatStateClosed() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SecretChatStateClosed
The secret chat is closed.
SecretChatStatePending() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SecretChatStatePending
The secret chat is not yet created; waiting for the other user to get online.
SecretChatStateReady() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SecretChatStateReady
The secret chat is ready to use.
selfie - Variable in class org.drinkless.td.libcore.telegram.TdApi.EncryptedPassportElement
Selfie with the document; may be null.
selfie - Variable in class org.drinkless.td.libcore.telegram.TdApi.IdentityDocument
Selfie with the document; may be null.
selfie - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputIdentityDocument
Selfie with the document, if available.
send(TdApi.Function, Client.ResultHandler, Client.ExceptionHandler) - Method in class org.drinkless.td.libcore.telegram.Client
Sends a request to the TDLib.
send(TdApi.Function, Client.ResultHandler) - Method in class org.drinkless.td.libcore.telegram.Client
Sends a request to the TDLib with an empty ExceptionHandler.
SendBotStartMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendBotStartMessage
Default constructor for a function, which invites a bot to a chat (if it is not yet a member) and sends it the /start command.
SendBotStartMessage(int, long, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendBotStartMessage
Creates a function, which invites a bot to a chat (if it is not yet a member) and sends it the /start command.
SendCallDebugInformation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendCallDebugInformation
Default constructor for a function, which sends debug information for a call.
SendCallDebugInformation(int, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendCallDebugInformation
Creates a function, which sends debug information for a call.
SendCallRating() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendCallRating
Default constructor for a function, which sends a call rating.
SendCallRating(int, int, String, TdApi.CallProblem[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendCallRating
Creates a function, which sends a call rating.
SendChatAction() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendChatAction
Default constructor for a function, which sends a notification about user activity in a chat.
SendChatAction(long, TdApi.ChatAction) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendChatAction
Creates a function, which sends a notification about user activity in a chat.
SendChatScreenshotTakenNotification() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendChatScreenshotTakenNotification
Default constructor for a function, which sends a notification about a screenshot taken in a chat.
SendChatScreenshotTakenNotification(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendChatScreenshotTakenNotification
Creates a function, which sends a notification about a screenshot taken in a chat.
SendChatSetTtlMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendChatSetTtlMessage
Default constructor for a function, which changes the current TTL setting (sets a new self-destruct timer) in a secret chat and sends the corresponding message.
SendChatSetTtlMessage(long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendChatSetTtlMessage
Creates a function, which changes the current TTL setting (sets a new self-destruct timer) in a secret chat and sends the corresponding message.
sendCopy - Variable in class org.drinkless.td.libcore.telegram.TdApi.ForwardMessages
True, if content of the messages needs to be copied without links to the original messages.
sendCopy - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageForwarded
True, if content of the message needs to be copied without a link to the original message.
SendCustomRequest() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendCustomRequest
Default constructor for a function, which sends a custom request; for bots only.
SendCustomRequest(String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendCustomRequest
Creates a function, which sends a custom request; for bots only.
sendDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageSchedulingStateSendAtDate
Date the message will be sent.
sendEmailAddressToProvider - Variable in class org.drinkless.td.libcore.telegram.TdApi.Invoice
True, if the user's email address will be sent to the provider.
SendEmailAddressVerificationCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendEmailAddressVerificationCode
Default constructor for a function, which sends a code to verify an email address to be added to a user's Telegram Passport.
SendEmailAddressVerificationCode(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendEmailAddressVerificationCode
Creates a function, which sends a code to verify an email address to be added to a user's Telegram Passport.
senderName - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginHiddenUser
Name of the sender.
senderUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddLocalMessage
Identifier of the user who will be shown as the sender of the message; may be 0 for channel posts.
senderUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
Identifier of the user who sent the message; 0 if unknown.
senderUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageForwardOriginUser
Identifier of the user that originally sent the message.
senderUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationTypeNewPushMessage
Sender of the message.
senderUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchChatMessages
If not 0, only messages sent by the specified user will be returned.
senderUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCallbackQuery
Identifier of the user who sent the query.
senderUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewChosenInlineResult
Identifier of the user who sent the query.
senderUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineCallbackQuery
Identifier of the user who sent the query.
senderUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineQuery
Identifier of the user who sent the query.
senderUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewPreCheckoutQuery
Identifier of the user who sent the query.
senderUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewShippingQuery
Identifier of the user who sent the query.
sendingState - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
Information about the sending state of the message; may be null.
SendInlineQueryResultMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendInlineQueryResultMessage
Default constructor for a function, which sends the result of an inline query as a message.
SendInlineQueryResultMessage(long, long, TdApi.SendMessageOptions, long, String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendInlineQueryResultMessage
Creates a function, which sends the result of an inline query as a message.
SendMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendMessage
Default constructor for a function, which sends a message.
SendMessage(long, long, TdApi.SendMessageOptions, TdApi.ReplyMarkup, TdApi.InputMessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendMessage
Creates a function, which sends a message.
SendMessageAlbum() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendMessageAlbum
Default constructor for a function, which sends messages grouped together into an album.
SendMessageAlbum(long, long, TdApi.SendMessageOptions, TdApi.InputMessageContent[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendMessageAlbum
Creates a function, which sends messages grouped together into an album.
SendMessageOptions() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendMessageOptions
Options to be used when a message is send.
SendMessageOptions(boolean, boolean, TdApi.MessageSchedulingState) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendMessageOptions
Options to be used when a message is send.
SendPassportAuthorizationForm() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendPassportAuthorizationForm
Default constructor for a function, which sends a Telegram Passport authorization form, effectively sharing data with the service.
SendPassportAuthorizationForm(int, TdApi.PassportElementType[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendPassportAuthorizationForm
Creates a function, which sends a Telegram Passport authorization form, effectively sharing data with the service.
SendPaymentForm() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendPaymentForm
Default constructor for a function, which sends a filled-out payment form to the bot for final verification.
SendPaymentForm(long, long, String, String, TdApi.InputCredentials) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendPaymentForm
Creates a function, which sends a filled-out payment form to the bot for final verification.
SendPhoneNumberConfirmationCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendPhoneNumberConfirmationCode
Default constructor for a function, which sends phone number confirmation code.
SendPhoneNumberConfirmationCode(String, String, TdApi.PhoneNumberAuthenticationSettings) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendPhoneNumberConfirmationCode
Creates a function, which sends phone number confirmation code.
sendPhoneNumberToProvider - Variable in class org.drinkless.td.libcore.telegram.TdApi.Invoice
True, if the user's phone number will be sent to the provider.
SendPhoneNumberVerificationCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendPhoneNumberVerificationCode
Default constructor for a function, which sends a code to verify a phone number to be added to a user's Telegram Passport.
SendPhoneNumberVerificationCode(String, TdApi.PhoneNumberAuthenticationSettings) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SendPhoneNumberVerificationCode
Creates a function, which sends a code to verify a phone number to be added to a user's Telegram Passport.
sentBytes - Variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntryCall
Total number of bytes sent.
sentBytes - Variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatisticsEntryFile
Total number of bytes sent.
server - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddProxy
Proxy server IP address.
server - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditProxy
Proxy server IP address.
server - Variable in class org.drinkless.td.libcore.telegram.TdApi.Proxy
Proxy server IP address.
server - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestProxy
Proxy server IP address.
Session() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Session
Contains information about one session in a Telegram application used by the current user.
Session(long, boolean, boolean, int, String, String, boolean, String, String, String, int, int, String, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Session
Contains information about one session in a Telegram application used by the current user.
sessionId - Variable in class org.drinkless.td.libcore.telegram.TdApi.TerminateSession
Session identifier.
Sessions() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Sessions
Contains a list of sessions.
Sessions(TdApi.Session[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Sessions
Contains a list of sessions.
sessions - Variable in class org.drinkless.td.libcore.telegram.TdApi.Sessions
List of sessions.
SetAccountTtl() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetAccountTtl
Default constructor for a function, which changes the period of inactivity after which the account of the current user will automatically be deleted.
SetAccountTtl(TdApi.AccountTtl) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetAccountTtl
Creates a function, which changes the period of inactivity after which the account of the current user will automatically be deleted.
SetAlarm() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetAlarm
Default constructor for a function, which succeeds after a specified amount of time has passed.
SetAlarm(double) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetAlarm
Creates a function, which succeeds after a specified amount of time has passed.
SetAuthenticationPhoneNumber() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetAuthenticationPhoneNumber
Default constructor for a function, which sets the phone number of the user and sends an authentication code to the user.
SetAuthenticationPhoneNumber(String, TdApi.PhoneNumberAuthenticationSettings) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetAuthenticationPhoneNumber
Creates a function, which sets the phone number of the user and sends an authentication code to the user.
SetAutoDownloadSettings() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetAutoDownloadSettings
Default constructor for a function, which sets auto-download settings.
SetAutoDownloadSettings(TdApi.AutoDownloadSettings, TdApi.NetworkType) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetAutoDownloadSettings
Creates a function, which sets auto-download settings.
SetBackground() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetBackground
Default constructor for a function, which changes the background selected by the user; adds background to the list of installed backgrounds.
SetBackground(TdApi.InputBackground, TdApi.BackgroundType, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetBackground
Creates a function, which changes the background selected by the user; adds background to the list of installed backgrounds.
SetBio() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetBio
Default constructor for a function, which changes the bio of the current user.
SetBio(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetBio
Creates a function, which changes the bio of the current user.
SetBotUpdatesStatus() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetBotUpdatesStatus
Default constructor for a function, which informs the server about the number of pending bot updates if they haven't been processed for a long time; for bots only.
SetBotUpdatesStatus(int, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetBotUpdatesStatus
Creates a function, which informs the server about the number of pending bot updates if they haven't been processed for a long time; for bots only.
SetChatChatList() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatChatList
Default constructor for a function, which moves a chat to a different chat list.
SetChatChatList(long, TdApi.ChatList) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatChatList
Creates a function, which moves a chat to a different chat list.
SetChatClientData() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatClientData
Default constructor for a function, which changes client data associated with a chat.
SetChatClientData(long, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatClientData
Creates a function, which changes client data associated with a chat.
SetChatDescription() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatDescription
Default constructor for a function, which changes information about a chat.
SetChatDescription(long, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatDescription
Creates a function, which changes information about a chat.
SetChatDiscussionGroup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatDiscussionGroup
Default constructor for a function, which changes the discussion group of a channel chat; requires canChangeInfo rights in the channel if it is specified.
SetChatDiscussionGroup(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatDiscussionGroup
Creates a function, which changes the discussion group of a channel chat; requires canChangeInfo rights in the channel if it is specified.
SetChatDraftMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatDraftMessage
Default constructor for a function, which changes the draft message in a chat.
SetChatDraftMessage(long, TdApi.DraftMessage) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatDraftMessage
Creates a function, which changes the draft message in a chat.
SetChatLocation() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatLocation
Default constructor for a function, which changes the location of a chat.
SetChatLocation(long, TdApi.ChatLocation) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatLocation
Creates a function, which changes the location of a chat.
SetChatMemberStatus() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatMemberStatus
Default constructor for a function, which changes the status of a chat member, needs appropriate privileges.
SetChatMemberStatus(long, int, TdApi.ChatMemberStatus) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatMemberStatus
Creates a function, which changes the status of a chat member, needs appropriate privileges.
SetChatNotificationSettings() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatNotificationSettings
Default constructor for a function, which changes the notification settings of a chat.
SetChatNotificationSettings(long, TdApi.ChatNotificationSettings) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatNotificationSettings
Creates a function, which changes the notification settings of a chat.
SetChatPermissions() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatPermissions
Default constructor for a function, which changes the chat members permissions.
SetChatPermissions(long, TdApi.ChatPermissions) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatPermissions
Creates a function, which changes the chat members permissions.
SetChatPhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatPhoto
Default constructor for a function, which changes the photo of a chat.
SetChatPhoto(long, TdApi.InputFile) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatPhoto
Creates a function, which changes the photo of a chat.
SetChatSlowModeDelay() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatSlowModeDelay
Default constructor for a function, which changes the slow mode delay of a chat.
SetChatSlowModeDelay(long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatSlowModeDelay
Creates a function, which changes the slow mode delay of a chat.
SetChatTitle() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatTitle
Default constructor for a function, which changes the chat title.
SetChatTitle(long, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetChatTitle
Creates a function, which changes the chat title.
SetCustomLanguagePack() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetCustomLanguagePack
Default constructor for a function, which adds or changes a custom local language pack to the current localization target.
SetCustomLanguagePack(TdApi.LanguagePackInfo, TdApi.LanguagePackString[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetCustomLanguagePack
Creates a function, which adds or changes a custom local language pack to the current localization target.
SetCustomLanguagePackString() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetCustomLanguagePackString
Default constructor for a function, which adds, edits or deletes a string in a custom local language pack.
SetCustomLanguagePackString(String, TdApi.LanguagePackString) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetCustomLanguagePackString
Creates a function, which adds, edits or deletes a string in a custom local language pack.
SetDatabaseEncryptionKey() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetDatabaseEncryptionKey
Default constructor for a function, which changes the database encryption key.
SetDatabaseEncryptionKey(byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetDatabaseEncryptionKey
Creates a function, which changes the database encryption key.
setDefaultExceptionHandler(Client.ExceptionHandler) - Method in class org.drinkless.td.libcore.telegram.Client
Replaces default exception handler to be invoked on exceptions thrown from updatesHandler and all other ResultHandler.
SetFileGenerationProgress() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetFileGenerationProgress
Default constructor for a function, which informs TDLib on a file generation progress.
SetFileGenerationProgress(long, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetFileGenerationProgress
Creates a function, which informs TDLib on a file generation progress.
SetGameScore() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetGameScore
Default constructor for a function, which updates the game score of the specified user in the game; for bots only.
SetGameScore(long, long, boolean, int, int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetGameScore
Creates a function, which updates the game score of the specified user in the game; for bots only.
setId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChangeStickerSet
Identifier of the sticker set.
setId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetStickerSet
Identifier of the sticker set.
setId - Variable in class org.drinkless.td.libcore.telegram.TdApi.Sticker
The identifier of the sticker set to which the sticker belongs; 0 if none.
SetInlineGameScore() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetInlineGameScore
Default constructor for a function, which updates the game score of the specified user in a game; for bots only.
SetInlineGameScore(String, boolean, int, int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetInlineGameScore
Creates a function, which updates the game score of the specified user in a game; for bots only.
setLogFilePath(String) - Static method in class org.drinkless.td.libcore.telegram.Client
Deprecated.
As of TDLib 1.4.0 in favor of TdApi.SetLogStream, to be removed in the future.
setLogMaxFileSize(long) - Static method in class org.drinkless.td.libcore.telegram.Client
Deprecated.
As of TDLib 1.4.0 in favor of TdApi.SetLogStream, to be removed in the future.
SetLogStream() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetLogStream
Default constructor for a function, which sets new log stream for internal logging of TDLib.
SetLogStream(TdApi.LogStream) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetLogStream
Creates a function, which sets new log stream for internal logging of TDLib.
SetLogTagVerbosityLevel() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetLogTagVerbosityLevel
Default constructor for a function, which sets the verbosity level for a specified TDLib internal log tag.
SetLogTagVerbosityLevel(String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetLogTagVerbosityLevel
Creates a function, which sets the verbosity level for a specified TDLib internal log tag.
setLogVerbosityLevel(int) - Static method in class org.drinkless.td.libcore.telegram.Client
Deprecated.
As of TDLib 1.4.0 in favor of TdApi.SetLogVerbosityLevel, to be removed in the future.
SetLogVerbosityLevel() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetLogVerbosityLevel
Default constructor for a function, which sets the verbosity level of the internal logging of TDLib.
SetLogVerbosityLevel(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetLogVerbosityLevel
Creates a function, which sets the verbosity level of the internal logging of TDLib.
SetName() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetName
Default constructor for a function, which changes the first and last name of the current user.
SetName(String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetName
Creates a function, which changes the first and last name of the current user.
SetNetworkType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetNetworkType
Default constructor for a function, which sets the current network type.
SetNetworkType(TdApi.NetworkType) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetNetworkType
Creates a function, which sets the current network type.
SetOption() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetOption
Default constructor for a function, which sets the value of an option.
SetOption(String, TdApi.OptionValue) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetOption
Creates a function, which sets the value of an option.
SetPassportElement() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetPassportElement
Default constructor for a function, which adds an element to the user's Telegram Passport.
SetPassportElement(TdApi.InputPassportElement, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetPassportElement
Creates a function, which adds an element to the user's Telegram Passport.
SetPassportElementErrors() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetPassportElementErrors
Default constructor for a function, which informs the user that some of the elements in their Telegram Passport contain errors; for bots only.
SetPassportElementErrors(int, TdApi.InputPassportElementError[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetPassportElementErrors
Creates a function, which informs the user that some of the elements in their Telegram Passport contain errors; for bots only.
SetPassword() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetPassword
Default constructor for a function, which changes the password for the user.
SetPassword(String, String, String, boolean, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetPassword
Creates a function, which changes the password for the user.
SetPinnedChats() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetPinnedChats
Default constructor for a function, which changes the order of pinned chats.
SetPinnedChats(TdApi.ChatList, long[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetPinnedChats
Creates a function, which changes the order of pinned chats.
SetPollAnswer() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetPollAnswer
Default constructor for a function, which changes the user answer to a poll.
SetPollAnswer(long, long, int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetPollAnswer
Creates a function, which changes the user answer to a poll.
SetProfilePhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetProfilePhoto
Default constructor for a function, which uploads a new profile photo for the current user.
SetProfilePhoto(TdApi.InputFile) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetProfilePhoto
Creates a function, which uploads a new profile photo for the current user.
setRecoveryEmailAddress - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetPassword
Pass true if the recovery email address should be changed.
SetRecoveryEmailAddress() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetRecoveryEmailAddress
Default constructor for a function, which changes the 2-step verification recovery email address of the user.
SetRecoveryEmailAddress(String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetRecoveryEmailAddress
Creates a function, which changes the 2-step verification recovery email address of the user.
sets - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSets
List of sticker sets.
SetScopeNotificationSettings() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetScopeNotificationSettings
Default constructor for a function, which changes notification settings for chats of a given type.
SetScopeNotificationSettings(TdApi.NotificationSettingsScope, TdApi.ScopeNotificationSettings) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetScopeNotificationSettings
Creates a function, which changes notification settings for chats of a given type.
SetStickerPositionInSet() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetStickerPositionInSet
Default constructor for a function, which changes the position of a sticker in the set to which it belongs; for bots only.
SetStickerPositionInSet(TdApi.InputFile, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetStickerPositionInSet
Creates a function, which changes the position of a sticker in the set to which it belongs; for bots only.
SetSupergroupStickerSet() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetSupergroupStickerSet
Default constructor for a function, which changes the sticker set of a supergroup; requires canChangeInfo rights.
SetSupergroupStickerSet(int, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetSupergroupStickerSet
Creates a function, which changes the sticker set of a supergroup; requires canChangeInfo rights.
SetSupergroupUsername() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetSupergroupUsername
Default constructor for a function, which changes the username of a supergroup or channel, requires owner privileges in the supergroup or channel.
SetSupergroupUsername(int, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetSupergroupUsername
Creates a function, which changes the username of a supergroup or channel, requires owner privileges in the supergroup or channel.
SetTdlibParameters() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetTdlibParameters
Default constructor for a function, which sets the parameters for TDLib initialization.
SetTdlibParameters(TdApi.TdlibParameters) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetTdlibParameters
Creates a function, which sets the parameters for TDLib initialization.
setting - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetUserPrivacySettingRules
The privacy setting.
setting - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetUserPrivacySettingRules
The privacy setting.
setting - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserPrivacySettingRules
The privacy setting.
settingChanges - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventLogFilters
True, if changes in chat settings should be returned.
settings - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChangePhoneNumber
Settings for the authentication of the user's phone number.
settings - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendPhoneNumberConfirmationCode
Settings for the authentication of the user's phone number.
settings - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendPhoneNumberVerificationCode
Settings for the authentication of the user's phone number.
settings - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetAuthenticationPhoneNumber
Settings for the authentication of the user's phone number.
settings - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetAutoDownloadSettings
New user auto-download settings.
setUpdatesHandler(Client.ResultHandler, Client.ExceptionHandler) - Method in class org.drinkless.td.libcore.telegram.Client
Replaces handler for incoming updates from the TDLib.
setUpdatesHandler(Client.ResultHandler) - Method in class org.drinkless.td.libcore.telegram.Client
Replaces handler for incoming updates from the TDLib.
SetUsername() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetUsername
Default constructor for a function, which changes the username of the current user.
SetUsername(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetUsername
Creates a function, which changes the username of the current user.
SetUserPrivacySettingRules() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetUserPrivacySettingRules
Default constructor for a function, which changes user privacy settings.
SetUserPrivacySettingRules(TdApi.UserPrivacySetting, TdApi.UserPrivacySettingRules) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SetUserPrivacySettingRules
Creates a function, which changes user privacy settings.
sharePhoneNumber - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddContact
True, if the new contact needs to be allowed to see current user's phone number.
SharePhoneNumber() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SharePhoneNumber
Default constructor for a function, which shares the phone number of the current user with a mutual contact.
SharePhoneNumber(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SharePhoneNumber
Creates a function, which shares the phone number of the current user with a mutual contact.
shareText - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserFullInfo
For bots, the text that is included with the link when users share the bot.
shippingAddress - Variable in class org.drinkless.td.libcore.telegram.TdApi.OrderInfo
Shipping address for this order; may be null.
shippingAddress - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewShippingQuery
User shipping address.
shippingOption - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentReceipt
Chosen shipping option; may be null.
ShippingOption() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ShippingOption
One shipping option.
ShippingOption(String, String, TdApi.LabeledPricePart[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ShippingOption
One shipping option.
shippingOptionId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessfulBot
Identifier of the shipping option chosen by the user; may be empty if not applicable.
shippingOptionId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendPaymentForm
Identifier of a chosen shipping option, if applicable.
shippingOptionId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewPreCheckoutQuery
Identifier of a shipping option chosen by the user; may be empty if not applicable.
shippingOptions - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerShippingQuery
Available shipping options.
shippingOptions - Variable in class org.drinkless.td.libcore.telegram.TdApi.ValidatedOrderInfo
Available shipping options.
shippingQueryId - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerShippingQuery
Identifier of the shipping query.
shortName - Variable in class org.drinkless.td.libcore.telegram.TdApi.Game
Game short name.
showAlert - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerCallbackQuery
If true, an alert should be shown to the user instead of a toast notification.
showAlert - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryAnswer
True, if an alert should be shown to the user instead of a toast notification.
showPopup - Variable in class org.drinkless.td.libcore.telegram.TdApi.TermsOfService
True, if a blocking popup with terms of service must be shown to the user.
showPreview - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatNotificationSettings
True, if message content should be displayed in notifications.
showPreview - Variable in class org.drinkless.td.libcore.telegram.TdApi.ScopeNotificationSettings
True, if message content should be displayed in notifications.
signMessages - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventSignMessagesToggled
New value of signMessages.
signMessages - Variable in class org.drinkless.td.libcore.telegram.TdApi.Supergroup
True, if messages sent to the channel should contain information about the sender.
signMessages - Variable in class org.drinkless.td.libcore.telegram.TdApi.ToggleSupergroupSignMessages
New value of signMessages.
sinceDate - Variable in class org.drinkless.td.libcore.telegram.TdApi.NetworkStatistics
Point in time (Unix timestamp) when the app began collecting statistics.
siteName - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Short name of the site (e.g., Google Docs, App Store).
size - Variable in class org.drinkless.td.libcore.telegram.TdApi.File
File size; 0 if unknown.
size - Variable in class org.drinkless.td.libcore.telegram.TdApi.OptimizeStorage
Limit on the total size of files after deletion.
size - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSetInfo
Total number of stickers in the set.
size - Variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatistics
Total size of files.
size - Variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsByChat
Total size of the files in the chat.
size - Variable in class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsByFileType
Total size of the files.
sizes - Variable in class org.drinkless.td.libcore.telegram.TdApi.Photo
Available variants of the photo, in different sizes.
sizes - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserProfilePhoto
Available variants of the user photo, in different sizes.
skipConfirm - Variable in class org.drinkless.td.libcore.telegram.TdApi.LoginUrlInfoOpen
True, if there is no need to show an ordinary open URL confirm.
slowModeDelay - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatSlowModeDelay
New slow mode delay for the chat; must be one of 0, 10, 30, 60, 300, 900, 3600.
slowModeDelay - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
Delay between consecutive sent messages for non-administrator supergroup members, in seconds.
slowModeDelayExpiresIn - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
Time left before next message can be sent in the supergroup, in seconds.
small - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatPhoto
A small (160x160) chat photo.
small - Variable in class org.drinkless.td.libcore.telegram.TdApi.ProfilePhoto
A small (160x160) user profile photo.
sound - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatNotificationSettings
The name of an audio file to be used for notification sounds; only applies to iOS applications.
sound - Variable in class org.drinkless.td.libcore.telegram.TdApi.ScopeNotificationSettings
The name of an audio file to be used for notification sounds; only applies to iOS applications.
source - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementError
Error source.
source - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementError
Error source.
startParameter - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageInvoice
Unique invoice bot startParameter for the generation of this invoice.
startParameter - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageInvoice
Unique invoice bot startParameter.
state - Variable in class org.drinkless.td.libcore.telegram.TdApi.Address
State, if applicable.
state - Variable in class org.drinkless.td.libcore.telegram.TdApi.Call
Call state.
state - Variable in class org.drinkless.td.libcore.telegram.TdApi.SecretChat
State of the secret chat.
state - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateConnectionState
The new connection state.
statistics - Variable in class org.drinkless.td.libcore.telegram.TdApi.DatabaseStatistics
Database statistics in an unspecified human-readable format.
status - Variable in class org.drinkless.td.libcore.telegram.TdApi.BasicGroup
Status of the current user in the group.
status - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberInvited
New member status.
status - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMember
Status of the member in the chat.
status - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatMemberStatus
The new status of the member in the chat.
status - Variable in class org.drinkless.td.libcore.telegram.TdApi.Supergroup
Status of the current user in the supergroup or channel; custom title will be always empty.
status - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserStatus
New status of the user.
status - Variable in class org.drinkless.td.libcore.telegram.TdApi.User
Current online status of the user.
sticker - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddFavoriteSticker
Sticker file to add.
sticker - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddRecentSticker
Sticker file to add.
sticker - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddStickerToSet
Sticker to add to the set.
sticker - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetStickerEmojis
Sticker file identifier.
sticker - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultSticker
Sticker.
sticker - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageSticker
Sticker to be sent.
sticker - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageSticker
The sticker description.
sticker - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentSticker
Message content; may be null.
sticker - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveFavoriteSticker
Sticker file to delete from the list.
sticker - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveRecentSticker
Sticker file to delete.
sticker - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveStickerFromSet
Sticker.
sticker - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetStickerPositionInSet
Sticker.
Sticker() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Sticker
Describes a sticker.
Sticker(long, int, int, String, boolean, boolean, TdApi.MaskPosition, TdApi.PhotoSize, TdApi.File) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Sticker
Describes a sticker.
sticker - Variable in class org.drinkless.td.libcore.telegram.TdApi.Sticker
File containing the sticker.
sticker - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Preview of the content as a sticker for small WEBP files, if available; may be null.
stickerHeight - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultSticker
Height of the sticker.
stickerIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateFavoriteStickers
The new list of file identifiers of favorite stickers.
stickerIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateRecentStickers
The new list of file identifiers of recently used stickers.
stickers - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateNewStickerSet
List of stickers to be added to the set.
Stickers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Stickers
Represents a list of stickers.
Stickers(TdApi.Sticker[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Stickers
Represents a list of stickers.
stickers - Variable in class org.drinkless.td.libcore.telegram.TdApi.Stickers
List of stickers.
stickers - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSet
List of stickers in this set.
StickerSet() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.StickerSet
Represents a sticker set.
StickerSet(long, String, String, TdApi.PhotoSize, boolean, boolean, boolean, boolean, boolean, boolean, TdApi.Sticker[], TdApi.Emojis[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.StickerSet
Represents a sticker set.
stickerSetId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetSupergroupStickerSet
New value of the supergroup sticker set identifier.
stickerSetId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
Identifier of the supergroup sticker set; 0 if none.
stickerSetId - Variable in class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeStickerSet
Identifier of the sticker set.
stickerSetIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReorderInstalledStickerSets
Identifiers of installed sticker sets in the new correct order.
stickerSetIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateInstalledStickerSets
The new list of installed ordinary sticker sets.
stickerSetIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.ViewTrendingStickerSets
Identifiers of viewed trending sticker sets.
StickerSetInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.StickerSetInfo
Represents short information about a sticker set.
StickerSetInfo(long, String, String, TdApi.PhotoSize, boolean, boolean, boolean, boolean, boolean, boolean, int, TdApi.Sticker[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.StickerSetInfo
Represents short information about a sticker set.
StickerSets() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.StickerSets
Represents a list of sticker sets.
StickerSets(int, TdApi.StickerSetInfo[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.StickerSets
Represents a list of sticker sets.
stickerSets - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateTrendingStickerSets
The new list of trending sticker sets.
stickerUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultSticker
The URL of the WEBP or TGS sticker (sticker file size must not exceed 5MB).
stickerWidth - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultSticker
Width of the sticker.
StopPoll() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.StopPoll
Default constructor for a function, which stops a poll.
StopPoll(long, long, TdApi.ReplyMarkup) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.StopPoll
Creates a function, which stops a poll.
StorageStatistics() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.StorageStatistics
Contains the exact storage usage statistics split by chats and file type.
StorageStatistics(long, int, TdApi.StorageStatisticsByChat[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.StorageStatistics
Contains the exact storage usage statistics split by chats and file type.
StorageStatisticsByChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsByChat
Contains the storage usage statistics for a specific chat.
StorageStatisticsByChat(long, long, int, TdApi.StorageStatisticsByFileType[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsByChat
Contains the storage usage statistics for a specific chat.
StorageStatisticsByFileType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsByFileType
Contains the storage usage statistics for a specific file type.
StorageStatisticsByFileType(TdApi.FileType, long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsByFileType
Contains the storage usage statistics for a specific file type.
StorageStatisticsFast() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsFast
Contains approximate storage usage statistics, excluding files of unknown file type.
StorageStatisticsFast(long, int, long, long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.StorageStatisticsFast
Contains approximate storage usage statistics, excluding files of unknown file type.
streetLine1 - Variable in class org.drinkless.td.libcore.telegram.TdApi.Address
First line of the address.
streetLine2 - Variable in class org.drinkless.td.libcore.telegram.TdApi.Address
Second line of the address.
strings - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStrings
A list of language pack strings.
strings - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetCustomLanguagePack
Strings of the new language pack.
strings - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateLanguagePackStrings
List of changed language pack strings.
subheader - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockSubheader
Subheader.
subtitle - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockSubtitle
Subtitle.
success - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentResult
True, if the payment request was successful; otherwise the verificationUrl will be not empty.
suitableElements - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportRequiredElement
List of Telegram Passport elements any of which is enough to provide.
Supergroup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Supergroup
Represents a supergroup or channel with zero or more members (subscribers in the case of channels).
Supergroup(int, String, int, TdApi.ChatMemberStatus, int, boolean, boolean, boolean, boolean, boolean, boolean, String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Supergroup
Represents a supergroup or channel with zero or more members (subscribers in the case of channels).
supergroup - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateSupergroup
New data about the supergroup.
SupergroupFullInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
Contains full information about a supergroup or channel.
SupergroupFullInfo(String, int, int, int, int, long, int, double, boolean, boolean, boolean, boolean, boolean, boolean, long, TdApi.ChatLocation, String, int, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
Contains full information about a supergroup or channel.
supergroupFullInfo - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateSupergroupFullInfo
New full information about the supergroup.
supergroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatTypeSupergroup
Supergroup or channel identifier.
supergroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateSupergroupChat
Supergroup or channel identifier.
supergroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteSupergroup
Identifier of the supergroup or channel.
supergroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetSupergroup
Supergroup or channel identifier.
supergroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetSupergroupFullInfo
Supergroup or channel identifier.
supergroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetSupergroupMembers
Identifier of the supergroup or channel.
supergroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatUpgradeTo
Identifier of the supergroup to which the basic group was upgraded.
supergroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReportSupergroupSpam
Supergroup identifier.
supergroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetSupergroupStickerSet
Identifier of the supergroup.
supergroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetSupergroupUsername
Identifier of the supergroup or channel.
supergroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeSupergroup
Identifier of the supergroup or channel.
supergroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ToggleSupergroupIsAllHistoryAvailable
The identifier of the supergroup.
supergroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ToggleSupergroupSignMessages
Identifier of the channel.
supergroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateSupergroupFullInfo
Identifier of the supergroup or channel.
SupergroupMembersFilter() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilter
 
SupergroupMembersFilterAdministrators() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterAdministrators
Returns the owner and administrators.
SupergroupMembersFilterBanned() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterBanned
Returns users banned from the supergroup or channel; can be used only by administrators.
SupergroupMembersFilterBanned(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterBanned
Returns users banned from the supergroup or channel; can be used only by administrators.
SupergroupMembersFilterBots() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterBots
Returns bot members of the supergroup or channel.
SupergroupMembersFilterContacts() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterContacts
Returns contacts of the user, which are members of the supergroup or channel.
SupergroupMembersFilterContacts(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterContacts
Returns contacts of the user, which are members of the supergroup or channel.
SupergroupMembersFilterRecent() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterRecent
Returns recently active users in reverse chronological order.
SupergroupMembersFilterRestricted() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterRestricted
Returns restricted supergroup members; can be used only by administrators.
SupergroupMembersFilterRestricted(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterRestricted
Returns restricted supergroup members; can be used only by administrators.
SupergroupMembersFilterSearch() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterSearch
Used to search for supergroup or channel members via a (string) query.
SupergroupMembersFilterSearch(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SupergroupMembersFilterSearch
Used to search for supergroup or channel members via a (string) query.
supergroupsNearby - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatsNearby
List of location-based supergroups nearby.
supportsStreaming - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideo
True, if the video should be tried to be streamed.
supportsStreaming - Variable in class org.drinkless.td.libcore.telegram.TdApi.Video
True, if the video should be tried to be streamed.
switchPmParameter - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerInlineQuery
The parameter for the bot start message.
switchPmParameter - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResults
Parameter for the bot start message.
switchPmText - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerInlineQuery
If non-empty, this text should be shown on the button that opens a private chat with the bot and sends a start message to the bot with the parameter switchPmParameter.
switchPmText - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResults
If non-empty, this text should be shown on the button, which opens a private chat with the bot and sends the bot a start message with the switchPmParameter.
SynchronizeLanguagePack() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SynchronizeLanguagePack
Default constructor for a function, which fetches the latest versions of all strings from a language pack in the current localization target from the server.
SynchronizeLanguagePack(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.SynchronizeLanguagePack
Creates a function, which fetches the latest versions of all strings from a language pack in the current localization target from the server.
synchronous - Variable in class org.drinkless.td.libcore.telegram.TdApi.DownloadFile
If false, this request returns file state just after the download has been started.
systemLanguageCode - Variable in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
IETF language tag of the user's operating system language; must be non-empty.
systemVersion - Variable in class org.drinkless.td.libcore.telegram.TdApi.Session
Version of the operating system the application has been run or is running on, as provided by the application.
systemVersion - Variable in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
Version of the operating system the application is being run on; must be non-empty.

T

tag - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetLogTagVerbosityLevel
Logging tag to change verbosity level.
tag - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetLogTagVerbosityLevel
Logging tag to change verbosity level.
tags - Variable in class org.drinkless.td.libcore.telegram.TdApi.LogTags
List of log tags.
TdApi - Class in org.drinkless.td.libcore.telegram
This class contains as static nested classes all other TDLib interface type-classes and function-classes.
TdApi() - Constructor for class org.drinkless.td.libcore.telegram.TdApi
 
TdApi.AcceptCall - Class in org.drinkless.td.libcore.telegram
Accepts an incoming call.
TdApi.AcceptTermsOfService - Class in org.drinkless.td.libcore.telegram
Accepts Telegram terms of services.
TdApi.AccountTtl - Class in org.drinkless.td.libcore.telegram
Contains information about the period of inactivity after which the current user's account will automatically be deleted.
TdApi.AddChatMember - Class in org.drinkless.td.libcore.telegram
Adds a new member to a chat.
TdApi.AddChatMembers - Class in org.drinkless.td.libcore.telegram
Adds multiple new members to a chat.
TdApi.AddContact - Class in org.drinkless.td.libcore.telegram
Adds a user to the contact list or edits an existing contact by their user identifier.
TdApi.AddCustomServerLanguagePack - Class in org.drinkless.td.libcore.telegram
Adds a custom server language pack to the list of installed language packs in current localization target.
TdApi.AddFavoriteSticker - Class in org.drinkless.td.libcore.telegram
Adds a new sticker to the list of favorite stickers.
TdApi.AddLocalMessage - Class in org.drinkless.td.libcore.telegram
Adds a local message to a chat.
TdApi.AddLogMessage - Class in org.drinkless.td.libcore.telegram
Adds a message to TDLib internal log.
TdApi.AddNetworkStatistics - Class in org.drinkless.td.libcore.telegram
Adds the specified data to data usage statistics.
TdApi.AddProxy - Class in org.drinkless.td.libcore.telegram
Adds a proxy server for network requests.
TdApi.AddRecentlyFoundChat - Class in org.drinkless.td.libcore.telegram
Adds a chat to the list of recently found chats.
TdApi.AddRecentSticker - Class in org.drinkless.td.libcore.telegram
Manually adds a new sticker to the list of recently used stickers.
TdApi.Address - Class in org.drinkless.td.libcore.telegram
Describes an address.
TdApi.AddSavedAnimation - Class in org.drinkless.td.libcore.telegram
Manually adds a new animation to the list of saved animations.
TdApi.AddStickerToSet - Class in org.drinkless.td.libcore.telegram
Adds a new sticker to a set; for bots only.
TdApi.Animation - Class in org.drinkless.td.libcore.telegram
Describes an animation file.
TdApi.Animations - Class in org.drinkless.td.libcore.telegram
Represents a list of animations.
TdApi.AnswerCallbackQuery - Class in org.drinkless.td.libcore.telegram
Sets the result of a callback query; for bots only.
TdApi.AnswerCustomQuery - Class in org.drinkless.td.libcore.telegram
Answers a custom query; for bots only.
TdApi.AnswerInlineQuery - Class in org.drinkless.td.libcore.telegram
Sets the result of an inline query; for bots only.
TdApi.AnswerPreCheckoutQuery - Class in org.drinkless.td.libcore.telegram
Sets the result of a pre-checkout query; for bots only.
TdApi.AnswerShippingQuery - Class in org.drinkless.td.libcore.telegram
Sets the result of a shipping query; for bots only.
TdApi.Audio - Class in org.drinkless.td.libcore.telegram
Describes an audio file.
TdApi.AuthenticationCodeInfo - Class in org.drinkless.td.libcore.telegram
Information about the authentication code that was sent.
TdApi.AuthenticationCodeType - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.AuthenticationCodeType.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.AuthenticationCodeTypeCall - Class in org.drinkless.td.libcore.telegram
An authentication code is delivered via a phone call to the specified phone number.
TdApi.AuthenticationCodeTypeFlashCall - Class in org.drinkless.td.libcore.telegram
An authentication code is delivered by an immediately cancelled call to the specified phone number.
TdApi.AuthenticationCodeTypeSms - Class in org.drinkless.td.libcore.telegram
An authentication code is delivered via an SMS message to the specified phone number.
TdApi.AuthenticationCodeTypeTelegramMessage - Class in org.drinkless.td.libcore.telegram
An authentication code is delivered via a private Telegram message, which can be viewed in another client.
TdApi.AuthorizationState - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.AuthorizationState.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.AuthorizationStateClosed - Class in org.drinkless.td.libcore.telegram
TDLib client is in its final state.
TdApi.AuthorizationStateClosing - Class in org.drinkless.td.libcore.telegram
TDLib is closing, all subsequent queries will be answered with the error 500.
TdApi.AuthorizationStateLoggingOut - Class in org.drinkless.td.libcore.telegram
The user is currently logging out.
TdApi.AuthorizationStateReady - Class in org.drinkless.td.libcore.telegram
The user has been successfully authorized.
TdApi.AuthorizationStateWaitCode - Class in org.drinkless.td.libcore.telegram
TDLib needs the user's authentication code to authorize.
TdApi.AuthorizationStateWaitEncryptionKey - Class in org.drinkless.td.libcore.telegram
TDLib needs an encryption key to decrypt the local database.
TdApi.AuthorizationStateWaitOtherDeviceConfirmation - Class in org.drinkless.td.libcore.telegram
The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link.
TdApi.AuthorizationStateWaitPassword - Class in org.drinkless.td.libcore.telegram
The user has been authorized, but needs to enter a password to start using the application.
TdApi.AuthorizationStateWaitPhoneNumber - Class in org.drinkless.td.libcore.telegram
TDLib needs the user's phone number to authorize.
TdApi.AuthorizationStateWaitRegistration - Class in org.drinkless.td.libcore.telegram
The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration.
TdApi.AuthorizationStateWaitTdlibParameters - Class in org.drinkless.td.libcore.telegram
TDLib needs TdlibParameters for initialization.
TdApi.AutoDownloadSettings - Class in org.drinkless.td.libcore.telegram
Contains auto-download settings.
TdApi.AutoDownloadSettingsPresets - Class in org.drinkless.td.libcore.telegram
Contains auto-download settings presets for the user.
TdApi.Background - Class in org.drinkless.td.libcore.telegram
Describes a chat background.
TdApi.BackgroundFill - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.BackgroundFill.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.BackgroundFillGradient - Class in org.drinkless.td.libcore.telegram
Describes a gradient fill of a background.
TdApi.BackgroundFillSolid - Class in org.drinkless.td.libcore.telegram
Describes a solid fill of a background.
TdApi.Backgrounds - Class in org.drinkless.td.libcore.telegram
Contains a list of backgrounds.
TdApi.BackgroundType - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.BackgroundType.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.BackgroundTypeFill - Class in org.drinkless.td.libcore.telegram
A filled background.
TdApi.BackgroundTypePattern - Class in org.drinkless.td.libcore.telegram
A PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user.
TdApi.BackgroundTypeWallpaper - Class in org.drinkless.td.libcore.telegram
A wallpaper in JPEG format.
TdApi.BasicGroup - Class in org.drinkless.td.libcore.telegram
Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users).
TdApi.BasicGroupFullInfo - Class in org.drinkless.td.libcore.telegram
Contains full information about a basic group.
TdApi.BlockUser - Class in org.drinkless.td.libcore.telegram
Adds a user to the blacklist.
TdApi.BotCommand - Class in org.drinkless.td.libcore.telegram
Represents commands supported by a bot.
TdApi.BotInfo - Class in org.drinkless.td.libcore.telegram
Provides information about a bot and its supported commands.
TdApi.Call - Class in org.drinkless.td.libcore.telegram
Describes a call.
TdApi.CallbackQueryAnswer - Class in org.drinkless.td.libcore.telegram
Contains a bot's answer to a callback query.
TdApi.CallbackQueryPayload - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.CallbackQueryPayload.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.CallbackQueryPayloadData - Class in org.drinkless.td.libcore.telegram
The payload from a general callback button.
TdApi.CallbackQueryPayloadGame - Class in org.drinkless.td.libcore.telegram
The payload from a game callback button.
TdApi.CallConnection - Class in org.drinkless.td.libcore.telegram
Describes the address of UDP reflectors.
TdApi.CallDiscardReason - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.CallDiscardReason.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.CallDiscardReasonDeclined - Class in org.drinkless.td.libcore.telegram
The call was ended before the conversation started.
TdApi.CallDiscardReasonDisconnected - Class in org.drinkless.td.libcore.telegram
The call was ended during the conversation because the users were disconnected.
TdApi.CallDiscardReasonEmpty - Class in org.drinkless.td.libcore.telegram
The call wasn't discarded, or the reason is unknown.
TdApi.CallDiscardReasonHungUp - Class in org.drinkless.td.libcore.telegram
The call was ended because one of the parties hung up.
TdApi.CallDiscardReasonMissed - Class in org.drinkless.td.libcore.telegram
The call was ended before the conversation started.
TdApi.CallId - Class in org.drinkless.td.libcore.telegram
Contains the call identifier.
TdApi.CallProblem - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.CallProblem.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.CallProblemDistortedSpeech - Class in org.drinkless.td.libcore.telegram
The speech was distorted.
TdApi.CallProblemDropped - Class in org.drinkless.td.libcore.telegram
The call ended unexpectedly.
TdApi.CallProblemEcho - Class in org.drinkless.td.libcore.telegram
The user heard their own voice.
TdApi.CallProblemInterruptions - Class in org.drinkless.td.libcore.telegram
The other side kept disappearing.
TdApi.CallProblemNoise - Class in org.drinkless.td.libcore.telegram
The user heard background noise.
TdApi.CallProblemSilentLocal - Class in org.drinkless.td.libcore.telegram
The user couldn't hear the other side.
TdApi.CallProblemSilentRemote - Class in org.drinkless.td.libcore.telegram
The other side couldn't hear the user.
TdApi.CallProtocol - Class in org.drinkless.td.libcore.telegram
Specifies the supported call protocols.
TdApi.CallState - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.CallState.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.CallStateDiscarded - Class in org.drinkless.td.libcore.telegram
The call has ended successfully.
TdApi.CallStateError - Class in org.drinkless.td.libcore.telegram
The call has ended with an error.
TdApi.CallStateExchangingKeys - Class in org.drinkless.td.libcore.telegram
The call has been answered and encryption keys are being exchanged.
TdApi.CallStateHangingUp - Class in org.drinkless.td.libcore.telegram
The call is hanging up after discardCall has been called.
TdApi.CallStatePending - Class in org.drinkless.td.libcore.telegram
The call is pending, waiting to be accepted by a user.
TdApi.CallStateReady - Class in org.drinkless.td.libcore.telegram
The call is ready to use.
TdApi.CancelDownloadFile - Class in org.drinkless.td.libcore.telegram
Stops the downloading of a file.
TdApi.CancelUploadFile - Class in org.drinkless.td.libcore.telegram
Stops the uploading of a file.
TdApi.CanTransferOwnership - Class in org.drinkless.td.libcore.telegram
Checks whether the current session can be used to transfer a chat ownership to another user.
TdApi.CanTransferOwnershipResult - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.CanTransferOwnershipResult.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.CanTransferOwnershipResultOk - Class in org.drinkless.td.libcore.telegram
The session can be used.
TdApi.CanTransferOwnershipResultPasswordNeeded - Class in org.drinkless.td.libcore.telegram
The 2-step verification needs to be enabled first.
TdApi.CanTransferOwnershipResultPasswordTooFresh - Class in org.drinkless.td.libcore.telegram
The 2-step verification was enabled recently, user needs to wait.
TdApi.CanTransferOwnershipResultSessionTooFresh - Class in org.drinkless.td.libcore.telegram
The session was created recently, user needs to wait.
TdApi.ChangeImportedContacts - Class in org.drinkless.td.libcore.telegram
Changes imported contacts using the list of current user contacts saved on the device.
TdApi.ChangePhoneNumber - Class in org.drinkless.td.libcore.telegram
Changes the phone number of the user and sends an authentication code to the user's new phone number.
TdApi.ChangeStickerSet - Class in org.drinkless.td.libcore.telegram
Installs/uninstalls or activates/archives a sticker set.
TdApi.Chat - Class in org.drinkless.td.libcore.telegram
A chat.
TdApi.ChatAction - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.ChatAction.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.ChatActionBar - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.ChatActionBar.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.ChatActionBarAddContact - Class in org.drinkless.td.libcore.telegram
The chat is a private or secret chat and the other user can be added to the contact list using the method addContact.
TdApi.ChatActionBarReportAddBlock - Class in org.drinkless.td.libcore.telegram
The chat is a private or secret chat, which can be reported using the method reportChat, or the other user can be added to the contact list using the method addContact, or the other user can be blocked using the method blockUser.
TdApi.ChatActionBarReportSpam - Class in org.drinkless.td.libcore.telegram
The chat can be reported as spam using the method reportChat with the reason chatReportReasonSpam.
TdApi.ChatActionBarReportUnrelatedLocation - Class in org.drinkless.td.libcore.telegram
The chat is a location-based supergroup, which can be reported as having unrelated location using the method reportChat with the reason chatReportReasonUnrelatedLocation.
TdApi.ChatActionBarSharePhoneNumber - Class in org.drinkless.td.libcore.telegram
The chat is a private or secret chat with a mutual contact and the user's phone number can be shared with the other user using the method sharePhoneNumber.
TdApi.ChatActionCancel - Class in org.drinkless.td.libcore.telegram
The user has cancelled the previous action.
TdApi.ChatActionChoosingContact - Class in org.drinkless.td.libcore.telegram
The user is picking a contact to send.
TdApi.ChatActionChoosingLocation - Class in org.drinkless.td.libcore.telegram
The user is picking a location or venue to send.
TdApi.ChatActionRecordingVideo - Class in org.drinkless.td.libcore.telegram
The user is recording a video.
TdApi.ChatActionRecordingVideoNote - Class in org.drinkless.td.libcore.telegram
The user is recording a video note.
TdApi.ChatActionRecordingVoiceNote - Class in org.drinkless.td.libcore.telegram
The user is recording a voice note.
TdApi.ChatActionStartPlayingGame - Class in org.drinkless.td.libcore.telegram
The user has started to play a game.
TdApi.ChatActionTyping - Class in org.drinkless.td.libcore.telegram
The user is typing a message.
TdApi.ChatActionUploadingDocument - Class in org.drinkless.td.libcore.telegram
The user is uploading a document.
TdApi.ChatActionUploadingPhoto - Class in org.drinkless.td.libcore.telegram
The user is uploading a photo.
TdApi.ChatActionUploadingVideo - Class in org.drinkless.td.libcore.telegram
The user is uploading a video.
TdApi.ChatActionUploadingVideoNote - Class in org.drinkless.td.libcore.telegram
The user is uploading a video note.
TdApi.ChatActionUploadingVoiceNote - Class in org.drinkless.td.libcore.telegram
The user is uploading a voice note.
TdApi.ChatAdministrator - Class in org.drinkless.td.libcore.telegram
Contains information about a chat administrator.
TdApi.ChatAdministrators - Class in org.drinkless.td.libcore.telegram
Represents a list of chat administrators.
TdApi.ChatEvent - Class in org.drinkless.td.libcore.telegram
Represents a chat event.
TdApi.ChatEventAction - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.ChatEventAction.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.ChatEventDescriptionChanged - Class in org.drinkless.td.libcore.telegram
The chat description was changed.
TdApi.ChatEventInvitesToggled - Class in org.drinkless.td.libcore.telegram
The canInviteUsers permission of a supergroup chat was toggled.
TdApi.ChatEventIsAllHistoryAvailableToggled - Class in org.drinkless.td.libcore.telegram
The isAllHistoryAvailable setting of a supergroup was toggled.
TdApi.ChatEventLinkedChatChanged - Class in org.drinkless.td.libcore.telegram
The linked chat of a supergroup was changed.
TdApi.ChatEventLocationChanged - Class in org.drinkless.td.libcore.telegram
The supergroup location was changed.
TdApi.ChatEventLogFilters - Class in org.drinkless.td.libcore.telegram
Represents a set of filters used to obtain a chat event log.
TdApi.ChatEventMemberInvited - Class in org.drinkless.td.libcore.telegram
A new chat member was invited.
TdApi.ChatEventMemberJoined - Class in org.drinkless.td.libcore.telegram
A new member joined the chat.
TdApi.ChatEventMemberLeft - Class in org.drinkless.td.libcore.telegram
A member left the chat.
TdApi.ChatEventMemberPromoted - Class in org.drinkless.td.libcore.telegram
A chat member has gained/lost administrator status, or the list of their administrator privileges has changed.
TdApi.ChatEventMemberRestricted - Class in org.drinkless.td.libcore.telegram
A chat member was restricted/unrestricted or banned/unbanned, or the list of their restrictions has changed.
TdApi.ChatEventMessageDeleted - Class in org.drinkless.td.libcore.telegram
A message was deleted.
TdApi.ChatEventMessageEdited - Class in org.drinkless.td.libcore.telegram
A message was edited.
TdApi.ChatEventMessagePinned - Class in org.drinkless.td.libcore.telegram
A message was pinned.
TdApi.ChatEventMessageUnpinned - Class in org.drinkless.td.libcore.telegram
A message was unpinned.
TdApi.ChatEventPermissionsChanged - Class in org.drinkless.td.libcore.telegram
The chat permissions was changed.
TdApi.ChatEventPhotoChanged - Class in org.drinkless.td.libcore.telegram
The chat photo was changed.
TdApi.ChatEventPollStopped - Class in org.drinkless.td.libcore.telegram
A poll in a message was stopped.
TdApi.ChatEvents - Class in org.drinkless.td.libcore.telegram
Contains a list of chat events.
TdApi.ChatEventSignMessagesToggled - Class in org.drinkless.td.libcore.telegram
The signMessages setting of a channel was toggled.
TdApi.ChatEventSlowModeDelayChanged - Class in org.drinkless.td.libcore.telegram
The slowModeDelay setting of a supergroup was changed.
TdApi.ChatEventStickerSetChanged - Class in org.drinkless.td.libcore.telegram
The supergroup sticker set was changed.
TdApi.ChatEventTitleChanged - Class in org.drinkless.td.libcore.telegram
The chat title was changed.
TdApi.ChatEventUsernameChanged - Class in org.drinkless.td.libcore.telegram
The chat username was changed.
TdApi.ChatInviteLink - Class in org.drinkless.td.libcore.telegram
Contains a chat invite link.
TdApi.ChatInviteLinkInfo - Class in org.drinkless.td.libcore.telegram
Contains information about a chat invite link.
TdApi.ChatList - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.ChatList.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.ChatListArchive - Class in org.drinkless.td.libcore.telegram
A list of chats usually located at the top of the main chat list.
TdApi.ChatListMain - Class in org.drinkless.td.libcore.telegram
A main list of chats.
TdApi.ChatLocation - Class in org.drinkless.td.libcore.telegram
Represents a location to which a chat is connected.
TdApi.ChatMember - Class in org.drinkless.td.libcore.telegram
A user with information about joining/leaving a chat.
TdApi.ChatMembers - Class in org.drinkless.td.libcore.telegram
Contains a list of chat members.
TdApi.ChatMembersFilter - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.ChatMembersFilter.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.ChatMembersFilterAdministrators - Class in org.drinkless.td.libcore.telegram
Returns the owner and administrators.
TdApi.ChatMembersFilterBanned - Class in org.drinkless.td.libcore.telegram
Returns users banned from the chat; can be used only by administrators in a supergroup or in a channel.
TdApi.ChatMembersFilterBots - Class in org.drinkless.td.libcore.telegram
Returns bot members of the chat.
TdApi.ChatMembersFilterContacts - Class in org.drinkless.td.libcore.telegram
Returns contacts of the user.
TdApi.ChatMembersFilterMembers - Class in org.drinkless.td.libcore.telegram
Returns all chat members, including restricted chat members.
TdApi.ChatMembersFilterRestricted - Class in org.drinkless.td.libcore.telegram
Returns users under certain restrictions in the chat; can be used only by administrators in a supergroup.
TdApi.ChatMemberStatus - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.ChatMemberStatus.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.ChatMemberStatusAdministrator - Class in org.drinkless.td.libcore.telegram
The user is a member of a chat and has some additional privileges.
TdApi.ChatMemberStatusBanned - Class in org.drinkless.td.libcore.telegram
The user was banned (and hence is not a member of the chat).
TdApi.ChatMemberStatusCreator - Class in org.drinkless.td.libcore.telegram
The user is the owner of a chat and has all the administrator privileges.
TdApi.ChatMemberStatusLeft - Class in org.drinkless.td.libcore.telegram
The user is not a chat member.
TdApi.ChatMemberStatusMember - Class in org.drinkless.td.libcore.telegram
The user is a member of a chat, without any additional privileges or restrictions.
TdApi.ChatMemberStatusRestricted - Class in org.drinkless.td.libcore.telegram
The user is under certain restrictions in the chat.
TdApi.ChatNearby - Class in org.drinkless.td.libcore.telegram
Describes a chat located nearby.
TdApi.ChatNotificationSettings - Class in org.drinkless.td.libcore.telegram
Contains information about notification settings for a chat.
TdApi.ChatPermissions - Class in org.drinkless.td.libcore.telegram
Describes actions that a user is allowed to take in a chat.
TdApi.ChatPhoto - Class in org.drinkless.td.libcore.telegram
Describes the photo of a chat.
TdApi.ChatReportReason - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.ChatReportReason.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.ChatReportReasonChildAbuse - Class in org.drinkless.td.libcore.telegram
The chat has child abuse related content.
TdApi.ChatReportReasonCopyright - Class in org.drinkless.td.libcore.telegram
The chat contains copyrighted content.
TdApi.ChatReportReasonCustom - Class in org.drinkless.td.libcore.telegram
A custom reason provided by the user.
TdApi.ChatReportReasonPornography - Class in org.drinkless.td.libcore.telegram
The chat contains pornographic messages.
TdApi.ChatReportReasonSpam - Class in org.drinkless.td.libcore.telegram
The chat contains spam messages.
TdApi.ChatReportReasonUnrelatedLocation - Class in org.drinkless.td.libcore.telegram
The location-based chat is unrelated to its stated location.
TdApi.ChatReportReasonViolence - Class in org.drinkless.td.libcore.telegram
The chat promotes violence.
TdApi.Chats - Class in org.drinkless.td.libcore.telegram
Represents a list of chats.
TdApi.ChatsNearby - Class in org.drinkless.td.libcore.telegram
Represents a list of chats located nearby.
TdApi.ChatType - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.ChatType.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.ChatTypeBasicGroup - Class in org.drinkless.td.libcore.telegram
A basic group (i.e., a chat with 0-200 other users).
TdApi.ChatTypePrivate - Class in org.drinkless.td.libcore.telegram
An ordinary chat with a user.
TdApi.ChatTypeSecret - Class in org.drinkless.td.libcore.telegram
A secret chat with a user.
TdApi.ChatTypeSupergroup - Class in org.drinkless.td.libcore.telegram
A supergroup (i.e. a chat with up to GetOption("supergroup_max_size") other users), or channel (with unlimited members).
TdApi.CheckAuthenticationBotToken - Class in org.drinkless.td.libcore.telegram
Checks the authentication token of a bot; to log in as a bot.
TdApi.CheckAuthenticationCode - Class in org.drinkless.td.libcore.telegram
Checks the authentication code.
TdApi.CheckAuthenticationPassword - Class in org.drinkless.td.libcore.telegram
Checks the authentication password for correctness.
TdApi.CheckChangePhoneNumberCode - Class in org.drinkless.td.libcore.telegram
Checks the authentication code sent to confirm a new phone number of the user.
TdApi.CheckChatInviteLink - Class in org.drinkless.td.libcore.telegram
Checks the validity of an invite link for a chat and returns information about the corresponding chat.
TdApi.CheckChatUsername - Class in org.drinkless.td.libcore.telegram
Checks whether a username can be set for a chat.
TdApi.CheckChatUsernameResult - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.CheckChatUsernameResult.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.CheckChatUsernameResultOk - Class in org.drinkless.td.libcore.telegram
The username can be set.
TdApi.CheckChatUsernameResultPublicChatsTooMuch - Class in org.drinkless.td.libcore.telegram
The user has too much chats with username, one of them should be made private first.
TdApi.CheckChatUsernameResultPublicGroupsUnavailable - Class in org.drinkless.td.libcore.telegram
The user can't be a member of a public supergroup.
TdApi.CheckChatUsernameResultUsernameInvalid - Class in org.drinkless.td.libcore.telegram
The username is invalid.
TdApi.CheckChatUsernameResultUsernameOccupied - Class in org.drinkless.td.libcore.telegram
The username is occupied.
TdApi.CheckCreatedPublicChatsLimit - Class in org.drinkless.td.libcore.telegram
Checks whether the maximum number of owned public chats has been reached.
TdApi.CheckDatabaseEncryptionKey - Class in org.drinkless.td.libcore.telegram
Checks the database encryption key for correctness.
TdApi.CheckEmailAddressVerificationCode - Class in org.drinkless.td.libcore.telegram
Checks the email address verification code for Telegram Passport.
TdApi.CheckPhoneNumberConfirmationCode - Class in org.drinkless.td.libcore.telegram
Checks phone number confirmation code.
TdApi.CheckPhoneNumberVerificationCode - Class in org.drinkless.td.libcore.telegram
Checks the phone number verification code for Telegram Passport.
TdApi.CheckRecoveryEmailAddressCode - Class in org.drinkless.td.libcore.telegram
Checks the 2-step verification recovery email address verification code.
TdApi.CleanFileName - Class in org.drinkless.td.libcore.telegram
Removes potentially dangerous characters from the name of a file.
TdApi.ClearAllDraftMessages - Class in org.drinkless.td.libcore.telegram
Clears draft messages in all chats.
TdApi.ClearImportedContacts - Class in org.drinkless.td.libcore.telegram
Clears all imported contacts, contact list remains unchanged.
TdApi.ClearRecentlyFoundChats - Class in org.drinkless.td.libcore.telegram
Clears the list of recently found chats.
TdApi.ClearRecentStickers - Class in org.drinkless.td.libcore.telegram
Clears the list of recently used stickers.
TdApi.Close - Class in org.drinkless.td.libcore.telegram
Closes the TDLib instance.
TdApi.CloseChat - Class in org.drinkless.td.libcore.telegram
Informs TDLib that the chat is closed by the user.
TdApi.CloseSecretChat - Class in org.drinkless.td.libcore.telegram
Closes a secret chat, effectively transferring its state to secretChatStateClosed.
TdApi.ConfirmQrCodeAuthentication - Class in org.drinkless.td.libcore.telegram
Confirms QR code authentication on another device.
TdApi.ConnectedWebsite - Class in org.drinkless.td.libcore.telegram
Contains information about one website the current user is logged in with Telegram.
TdApi.ConnectedWebsites - Class in org.drinkless.td.libcore.telegram
Contains a list of websites the current user is logged in with Telegram.
TdApi.ConnectionState - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.ConnectionState.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.ConnectionStateConnecting - Class in org.drinkless.td.libcore.telegram
Currently establishing a connection to the Telegram servers.
TdApi.ConnectionStateConnectingToProxy - Class in org.drinkless.td.libcore.telegram
Currently establishing a connection with a proxy server.
TdApi.ConnectionStateReady - Class in org.drinkless.td.libcore.telegram
There is a working connection to the Telegram servers.
TdApi.ConnectionStateUpdating - Class in org.drinkless.td.libcore.telegram
Downloading data received while the client was offline.
TdApi.ConnectionStateWaitingForNetwork - Class in org.drinkless.td.libcore.telegram
Currently waiting for the network to become available.
TdApi.Contact - Class in org.drinkless.td.libcore.telegram
Describes a user contact.
TdApi.Count - Class in org.drinkless.td.libcore.telegram
Contains a counter.
TdApi.CreateBasicGroupChat - Class in org.drinkless.td.libcore.telegram
Returns an existing chat corresponding to a known basic group.
TdApi.CreateCall - Class in org.drinkless.td.libcore.telegram
Creates a new call.
TdApi.CreateNewBasicGroupChat - Class in org.drinkless.td.libcore.telegram
Creates a new basic group and sends a corresponding messageBasicGroupChatCreate.
TdApi.CreateNewSecretChat - Class in org.drinkless.td.libcore.telegram
Creates a new secret chat.
TdApi.CreateNewStickerSet - Class in org.drinkless.td.libcore.telegram
Creates a new sticker set; for bots only.
TdApi.CreateNewSupergroupChat - Class in org.drinkless.td.libcore.telegram
Creates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate.
TdApi.CreatePrivateChat - Class in org.drinkless.td.libcore.telegram
Returns an existing chat corresponding to a given user.
TdApi.CreateSecretChat - Class in org.drinkless.td.libcore.telegram
Returns an existing chat corresponding to a known secret chat.
TdApi.CreateSupergroupChat - Class in org.drinkless.td.libcore.telegram
Returns an existing chat corresponding to a known supergroup or channel.
TdApi.CreateTemporaryPassword - Class in org.drinkless.td.libcore.telegram
Creates a new temporary password for processing payments.
TdApi.CustomRequestResult - Class in org.drinkless.td.libcore.telegram
Contains the result of a custom request.
TdApi.DatabaseStatistics - Class in org.drinkless.td.libcore.telegram
Contains database statistics.
TdApi.Date - Class in org.drinkless.td.libcore.telegram
Represents a date according to the Gregorian calendar.
TdApi.DatedFile - Class in org.drinkless.td.libcore.telegram
File with the date it was uploaded.
TdApi.DeepLinkInfo - Class in org.drinkless.td.libcore.telegram
Contains information about a tg:// deep link.
TdApi.DeleteAccount - Class in org.drinkless.td.libcore.telegram
Deletes the account of the current user, deleting all information associated with the user from the server.
TdApi.DeleteChatHistory - Class in org.drinkless.td.libcore.telegram
Deletes all messages in the chat.
TdApi.DeleteChatMessagesFromUser - Class in org.drinkless.td.libcore.telegram
Deletes all messages sent by the specified user to a chat.
TdApi.DeleteChatReplyMarkup - Class in org.drinkless.td.libcore.telegram
Deletes the default reply markup from a chat.
TdApi.DeleteFile - Class in org.drinkless.td.libcore.telegram
Deletes a file from the TDLib file cache.
TdApi.DeleteLanguagePack - Class in org.drinkless.td.libcore.telegram
Deletes all information about a language pack in the current localization target.
TdApi.DeleteMessages - Class in org.drinkless.td.libcore.telegram
Deletes messages.
TdApi.DeletePassportElement - Class in org.drinkless.td.libcore.telegram
Deletes a Telegram Passport element.
TdApi.DeleteProfilePhoto - Class in org.drinkless.td.libcore.telegram
Deletes a profile photo.
TdApi.DeleteSavedCredentials - Class in org.drinkless.td.libcore.telegram
Deletes saved credentials for all payment provider bots.
TdApi.DeleteSavedOrderInfo - Class in org.drinkless.td.libcore.telegram
Deletes saved order info.
TdApi.DeleteSupergroup - Class in org.drinkless.td.libcore.telegram
Deletes a supergroup or channel along with all messages in the corresponding chat.
TdApi.Destroy - Class in org.drinkless.td.libcore.telegram
Closes the TDLib instance, destroying all local data without a proper logout.
TdApi.DeviceToken - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.DeviceToken.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.DeviceTokenApplePush - Class in org.drinkless.td.libcore.telegram
A token for Apple Push Notification service.
TdApi.DeviceTokenApplePushVoIP - Class in org.drinkless.td.libcore.telegram
A token for Apple Push Notification service VoIP notifications.
TdApi.DeviceTokenBlackBerryPush - Class in org.drinkless.td.libcore.telegram
A token for BlackBerry Push Service.
TdApi.DeviceTokenFirebaseCloudMessaging - Class in org.drinkless.td.libcore.telegram
A token for Firebase Cloud Messaging.
TdApi.DeviceTokenMicrosoftPush - Class in org.drinkless.td.libcore.telegram
A token for Microsoft Push Notification Service.
TdApi.DeviceTokenMicrosoftPushVoIP - Class in org.drinkless.td.libcore.telegram
A token for Microsoft Push Notification Service VoIP channel.
TdApi.DeviceTokenSimplePush - Class in org.drinkless.td.libcore.telegram
A token for Simple Push API for Firefox OS.
TdApi.DeviceTokenTizenPush - Class in org.drinkless.td.libcore.telegram
A token for Tizen Push Service.
TdApi.DeviceTokenUbuntuPush - Class in org.drinkless.td.libcore.telegram
A token for Ubuntu Push Client service.
TdApi.DeviceTokenWebPush - Class in org.drinkless.td.libcore.telegram
A token for web Push API.
TdApi.DeviceTokenWindowsPush - Class in org.drinkless.td.libcore.telegram
A token for Windows Push Notification Services.
TdApi.DisableProxy - Class in org.drinkless.td.libcore.telegram
Disables the currently enabled proxy.
TdApi.DiscardCall - Class in org.drinkless.td.libcore.telegram
Discards a call.
TdApi.DisconnectAllWebsites - Class in org.drinkless.td.libcore.telegram
Disconnects all websites from the current user's Telegram account.
TdApi.DisconnectWebsite - Class in org.drinkless.td.libcore.telegram
Disconnects website from the current user's Telegram account.
TdApi.Document - Class in org.drinkless.td.libcore.telegram
Describes a document of any type.
TdApi.DownloadFile - Class in org.drinkless.td.libcore.telegram
Downloads a file from the cloud.
TdApi.DraftMessage - Class in org.drinkless.td.libcore.telegram
Contains information about a message draft.
TdApi.EditCustomLanguagePackInfo - Class in org.drinkless.td.libcore.telegram
Edits information about a custom local language pack in the current localization target.
TdApi.EditInlineMessageCaption - Class in org.drinkless.td.libcore.telegram
Edits the caption of an inline message sent via a bot; for bots only.
TdApi.EditInlineMessageLiveLocation - Class in org.drinkless.td.libcore.telegram
Edits the content of a live location in an inline message sent via a bot; for bots only.
TdApi.EditInlineMessageMedia - Class in org.drinkless.td.libcore.telegram
Edits the content of a message with an animation, an audio, a document, a photo or a video in an inline message sent via a bot; for bots only.
TdApi.EditInlineMessageReplyMarkup - Class in org.drinkless.td.libcore.telegram
Edits the reply markup of an inline message sent via a bot; for bots only.
TdApi.EditInlineMessageText - Class in org.drinkless.td.libcore.telegram
Edits the text of an inline text or game message sent via a bot; for bots only.
TdApi.EditMessageCaption - Class in org.drinkless.td.libcore.telegram
Edits the message content caption.
TdApi.EditMessageLiveLocation - Class in org.drinkless.td.libcore.telegram
Edits the message content of a live location.
TdApi.EditMessageMedia - Class in org.drinkless.td.libcore.telegram
Edits the content of a message with an animation, an audio, a document, a photo or a video.
TdApi.EditMessageReplyMarkup - Class in org.drinkless.td.libcore.telegram
Edits the message reply markup; for bots only.
TdApi.EditMessageSchedulingState - Class in org.drinkless.td.libcore.telegram
Edits the time when a scheduled message will be sent.
TdApi.EditMessageText - Class in org.drinkless.td.libcore.telegram
Edits the text of a message (or a text of a game message).
TdApi.EditProxy - Class in org.drinkless.td.libcore.telegram
Edits an existing proxy server for network requests.
TdApi.EmailAddressAuthenticationCodeInfo - Class in org.drinkless.td.libcore.telegram
Information about the email address authentication code that was sent.
TdApi.Emojis - Class in org.drinkless.td.libcore.telegram
Represents a list of emoji.
TdApi.EnableProxy - Class in org.drinkless.td.libcore.telegram
Enables a proxy.
TdApi.EncryptedCredentials - Class in org.drinkless.td.libcore.telegram
Contains encrypted Telegram Passport data credentials.
TdApi.EncryptedPassportElement - Class in org.drinkless.td.libcore.telegram
Contains information about an encrypted Telegram Passport element; for bots only.
TdApi.Error - Class in org.drinkless.td.libcore.telegram
An object of this type can be returned on every function call, in case of an error.
TdApi.File - Class in org.drinkless.td.libcore.telegram
Represents a file.
TdApi.FilePart - Class in org.drinkless.td.libcore.telegram
Contains a part of a file.
TdApi.FileType - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.FileType.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.FileTypeAnimation - Class in org.drinkless.td.libcore.telegram
The file is an animation.
TdApi.FileTypeAudio - Class in org.drinkless.td.libcore.telegram
The file is an audio file.
TdApi.FileTypeDocument - Class in org.drinkless.td.libcore.telegram
The file is a document.
TdApi.FileTypeNone - Class in org.drinkless.td.libcore.telegram
The data is not a file.
TdApi.FileTypePhoto - Class in org.drinkless.td.libcore.telegram
The file is a photo.
TdApi.FileTypeProfilePhoto - Class in org.drinkless.td.libcore.telegram
The file is a profile photo.
TdApi.FileTypeSecret - Class in org.drinkless.td.libcore.telegram
The file was sent to a secret chat (the file type is not known to the server).
TdApi.FileTypeSecretThumbnail - Class in org.drinkless.td.libcore.telegram
The file is a thumbnail of a file from a secret chat.
TdApi.FileTypeSecure - Class in org.drinkless.td.libcore.telegram
The file is a file from Secure storage used for storing Telegram Passport files.
TdApi.FileTypeSticker - Class in org.drinkless.td.libcore.telegram
The file is a sticker.
TdApi.FileTypeThumbnail - Class in org.drinkless.td.libcore.telegram
The file is a thumbnail of another file.
TdApi.FileTypeUnknown - Class in org.drinkless.td.libcore.telegram
The file type is not yet known.
TdApi.FileTypeVideo - Class in org.drinkless.td.libcore.telegram
The file is a video.
TdApi.FileTypeVideoNote - Class in org.drinkless.td.libcore.telegram
The file is a video note.
TdApi.FileTypeVoiceNote - Class in org.drinkless.td.libcore.telegram
The file is a voice note.
TdApi.FileTypeWallpaper - Class in org.drinkless.td.libcore.telegram
The file is a wallpaper or a background pattern.
TdApi.FinishFileGeneration - Class in org.drinkless.td.libcore.telegram
Finishes the file generation.
TdApi.FormattedText - Class in org.drinkless.td.libcore.telegram
A text with some entities.
TdApi.ForwardMessages - Class in org.drinkless.td.libcore.telegram
Forwards previously sent messages.
TdApi.FoundMessages - Class in org.drinkless.td.libcore.telegram
Contains a list of messages found by a search.
TdApi.Function - Class in org.drinkless.td.libcore.telegram
This class is a base class for all TDLib interface function-classes.
TdApi.Function.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.Game - Class in org.drinkless.td.libcore.telegram
Describes a game.
TdApi.GameHighScore - Class in org.drinkless.td.libcore.telegram
Contains one row of the game high score table.
TdApi.GameHighScores - Class in org.drinkless.td.libcore.telegram
Contains a list of game high scores.
TdApi.GenerateChatInviteLink - Class in org.drinkless.td.libcore.telegram
Generates a new invite link for a chat; the previously generated link is revoked.
TdApi.GetAccountTtl - Class in org.drinkless.td.libcore.telegram
Returns the period of inactivity after which the account of the current user will automatically be deleted.
TdApi.GetActiveLiveLocationMessages - Class in org.drinkless.td.libcore.telegram
Returns all active live locations that should be updated by the client.
TdApi.GetActiveSessions - Class in org.drinkless.td.libcore.telegram
Returns all active sessions of the current user.
TdApi.GetAllPassportElements - Class in org.drinkless.td.libcore.telegram
Returns all available Telegram Passport elements.
TdApi.GetApplicationConfig - Class in org.drinkless.td.libcore.telegram
Returns application config, provided by the server.
TdApi.GetArchivedStickerSets - Class in org.drinkless.td.libcore.telegram
Returns a list of archived sticker sets.
TdApi.GetAttachedStickerSets - Class in org.drinkless.td.libcore.telegram
Returns a list of sticker sets attached to a file.
TdApi.GetAuthorizationState - Class in org.drinkless.td.libcore.telegram
Returns the current authorization state; this is an offline request.
TdApi.GetAutoDownloadSettingsPresets - Class in org.drinkless.td.libcore.telegram
Returns auto-download settings presets for the currently logged in user.
TdApi.GetBackgrounds - Class in org.drinkless.td.libcore.telegram
Returns backgrounds installed by the user.
TdApi.GetBackgroundUrl - Class in org.drinkless.td.libcore.telegram
Constructs a persistent HTTP URL for a background.
TdApi.GetBasicGroup - Class in org.drinkless.td.libcore.telegram
Returns information about a basic group by its identifier.
TdApi.GetBasicGroupFullInfo - Class in org.drinkless.td.libcore.telegram
Returns full information about a basic group by its identifier.
TdApi.GetBlockedUsers - Class in org.drinkless.td.libcore.telegram
Returns users that were blocked by the current user.
TdApi.GetCallbackQueryAnswer - Class in org.drinkless.td.libcore.telegram
Sends a callback query to a bot and returns an answer.
TdApi.GetChat - Class in org.drinkless.td.libcore.telegram
Returns information about a chat by its identifier, this is an offline request if the current user is not a bot.
TdApi.GetChatAdministrators - Class in org.drinkless.td.libcore.telegram
Returns a list of administrators of the chat with their custom titles.
TdApi.GetChatEventLog - Class in org.drinkless.td.libcore.telegram
Returns a list of service actions taken by chat members and administrators in the last 48 hours.
TdApi.GetChatHistory - Class in org.drinkless.td.libcore.telegram
Returns messages in a chat.
TdApi.GetChatMember - Class in org.drinkless.td.libcore.telegram
Returns information about a single member of a chat.
TdApi.GetChatMessageByDate - Class in org.drinkless.td.libcore.telegram
Returns the last message sent in a chat no later than the specified date.
TdApi.GetChatMessageCount - Class in org.drinkless.td.libcore.telegram
Returns approximate number of messages of the specified type in the chat.
TdApi.GetChatNotificationSettingsExceptions - Class in org.drinkless.td.libcore.telegram
Returns list of chats with non-default notification settings.
TdApi.GetChatPinnedMessage - Class in org.drinkless.td.libcore.telegram
Returns information about a pinned chat message.
TdApi.GetChats - Class in org.drinkless.td.libcore.telegram
Returns an ordered list of chats in a chat list.
TdApi.GetChatScheduledMessages - Class in org.drinkless.td.libcore.telegram
Returns all scheduled messages in a chat.
TdApi.GetChatStatisticsUrl - Class in org.drinkless.td.libcore.telegram
Returns an HTTP URL with the chat statistics.
TdApi.GetConnectedWebsites - Class in org.drinkless.td.libcore.telegram
Returns all website where the current user used Telegram to log in.
TdApi.GetContacts - Class in org.drinkless.td.libcore.telegram
Returns all user contacts.
TdApi.GetCountryCode - Class in org.drinkless.td.libcore.telegram
Uses current user IP to found their country.
TdApi.GetCreatedPublicChats - Class in org.drinkless.td.libcore.telegram
Returns a list of public chats of the specified type, owned by the user.
TdApi.GetCurrentState - Class in org.drinkless.td.libcore.telegram
Returns all updates needed to restore current TDLib state, i.e. all actual UpdateAuthorizationState/UpdateUser/UpdateNewChat and others.
TdApi.GetDatabaseStatistics - Class in org.drinkless.td.libcore.telegram
Returns database statistics.
TdApi.GetDeepLinkInfo - Class in org.drinkless.td.libcore.telegram
Returns information about a tg:// deep link.
TdApi.GetEmojiSuggestionsUrl - Class in org.drinkless.td.libcore.telegram
Returns an HTTP URL which can be used to automatically log in to the translation platform and suggest new emoji replacements.
TdApi.GetFavoriteStickers - Class in org.drinkless.td.libcore.telegram
Returns favorite stickers.
TdApi.GetFile - Class in org.drinkless.td.libcore.telegram
Returns information about a file; this is an offline request.
TdApi.GetFileDownloadedPrefixSize - Class in org.drinkless.td.libcore.telegram
Returns file downloaded prefix size from a given offset.
TdApi.GetFileExtension - Class in org.drinkless.td.libcore.telegram
Returns the extension of a file, guessed by its MIME type.
TdApi.GetFileMimeType - Class in org.drinkless.td.libcore.telegram
Returns the MIME type of a file, guessed by its extension.
TdApi.GetGameHighScores - Class in org.drinkless.td.libcore.telegram
Returns the high scores for a game and some part of the high score table in the range of the specified user; for bots only.
TdApi.GetGroupsInCommon - Class in org.drinkless.td.libcore.telegram
Returns a list of common group chats with a given user.
TdApi.GetImportedContactCount - Class in org.drinkless.td.libcore.telegram
Returns the total number of imported contacts.
TdApi.GetInactiveSupergroupChats - Class in org.drinkless.td.libcore.telegram
Returns a list of recently inactive supergroups and channels.
TdApi.GetInlineGameHighScores - Class in org.drinkless.td.libcore.telegram
Returns game high scores and some part of the high score table in the range of the specified user; for bots only.
TdApi.GetInlineQueryResults - Class in org.drinkless.td.libcore.telegram
Sends an inline query to a bot and returns its results.
TdApi.GetInstalledStickerSets - Class in org.drinkless.td.libcore.telegram
Returns a list of installed sticker sets.
TdApi.GetInviteText - Class in org.drinkless.td.libcore.telegram
Returns the default text for invitation messages to be used as a placeholder when the current user invites friends to Telegram.
TdApi.GetJsonString - Class in org.drinkless.td.libcore.telegram
Converts a JsonValue object to corresponding JSON-serialized string.
TdApi.GetJsonValue - Class in org.drinkless.td.libcore.telegram
Converts a JSON-serialized string to corresponding JsonValue object.
TdApi.GetLanguagePackInfo - Class in org.drinkless.td.libcore.telegram
Returns information about a language pack.
TdApi.GetLanguagePackString - Class in org.drinkless.td.libcore.telegram
Returns a string stored in the local database from the specified localization target and language pack by its key.
TdApi.GetLanguagePackStrings - Class in org.drinkless.td.libcore.telegram
Returns strings from a language pack in the current localization target by their keys.
TdApi.GetLocalizationTargetInfo - Class in org.drinkless.td.libcore.telegram
Returns information about the current localization target.
TdApi.GetLoginUrl - Class in org.drinkless.td.libcore.telegram
Returns an HTTP URL which can be used to automatically authorize the user on a website after clicking an inline button of type inlineKeyboardButtonTypeLoginUrl.
TdApi.GetLoginUrlInfo - Class in org.drinkless.td.libcore.telegram
Returns information about a button of type inlineKeyboardButtonTypeLoginUrl.
TdApi.GetLogStream - Class in org.drinkless.td.libcore.telegram
Returns information about currently used log stream for internal logging of TDLib.
TdApi.GetLogTags - Class in org.drinkless.td.libcore.telegram
Returns list of available TDLib internal log tags, for example, ["actor", "binlog", "connections", "notifications", "proxy"].
TdApi.GetLogTagVerbosityLevel - Class in org.drinkless.td.libcore.telegram
Returns current verbosity level for a specified TDLib internal log tag.
TdApi.GetLogVerbosityLevel - Class in org.drinkless.td.libcore.telegram
Returns current verbosity level of the internal logging of TDLib.
TdApi.GetMapThumbnailFile - Class in org.drinkless.td.libcore.telegram
Returns information about a file with a map thumbnail in PNG format.
TdApi.GetMe - Class in org.drinkless.td.libcore.telegram
Returns the current user.
TdApi.GetMessage - Class in org.drinkless.td.libcore.telegram
Returns information about a message.
TdApi.GetMessageLink - Class in org.drinkless.td.libcore.telegram
Returns a private HTTPS link to a message in a chat.
TdApi.GetMessageLinkInfo - Class in org.drinkless.td.libcore.telegram
Returns information about a public or private message link.
TdApi.GetMessageLocally - Class in org.drinkless.td.libcore.telegram
Returns information about a message, if it is available locally without sending network request.
TdApi.GetMessages - Class in org.drinkless.td.libcore.telegram
Returns information about messages.
TdApi.GetNetworkStatistics - Class in org.drinkless.td.libcore.telegram
Returns network data usage statistics.
TdApi.GetOption - Class in org.drinkless.td.libcore.telegram
Returns the value of an option by its name.
TdApi.GetPassportAuthorizationForm - Class in org.drinkless.td.libcore.telegram
Returns a Telegram Passport authorization form for sharing data with a service.
TdApi.GetPassportAuthorizationFormAvailableElements - Class in org.drinkless.td.libcore.telegram
Returns already available Telegram Passport elements suitable for completing a Telegram Passport authorization form.
TdApi.GetPassportElement - Class in org.drinkless.td.libcore.telegram
Returns one of the available Telegram Passport elements.
TdApi.GetPasswordState - Class in org.drinkless.td.libcore.telegram
Returns the current state of 2-step verification.
TdApi.GetPaymentForm - Class in org.drinkless.td.libcore.telegram
Returns an invoice payment form.
TdApi.GetPaymentReceipt - Class in org.drinkless.td.libcore.telegram
Returns information about a successful payment.
TdApi.GetPollVoters - Class in org.drinkless.td.libcore.telegram
Returns users voted for the specified option in a non-anonymous polls.
TdApi.GetPreferredCountryLanguage - Class in org.drinkless.td.libcore.telegram
Returns an IETF language tag of the language preferred in the country, which should be used to fill native fields in Telegram Passport personal details.
TdApi.GetProxies - Class in org.drinkless.td.libcore.telegram
Returns list of proxies that are currently set up.
TdApi.GetProxyLink - Class in org.drinkless.td.libcore.telegram
Returns an HTTPS link, which can be used to add a proxy.
TdApi.GetPublicMessageLink - Class in org.drinkless.td.libcore.telegram
Returns a public HTTPS link to a message.
TdApi.GetPushReceiverId - Class in org.drinkless.td.libcore.telegram
Returns a globally unique push notification subscription identifier for identification of an account, which has received a push notification.
TdApi.GetRecentInlineBots - Class in org.drinkless.td.libcore.telegram
Returns up to 20 recently used inline bots in the order of their last usage.
TdApi.GetRecentlyVisitedTMeUrls - Class in org.drinkless.td.libcore.telegram
Returns t.me URLs recently visited by a newly registered user.
TdApi.GetRecentStickers - Class in org.drinkless.td.libcore.telegram
Returns a list of recently used stickers.
TdApi.GetRecoveryEmailAddress - Class in org.drinkless.td.libcore.telegram
Returns a 2-step verification recovery email address that was previously set up.
TdApi.GetRemoteFile - Class in org.drinkless.td.libcore.telegram
Returns information about a file by its remote ID; this is an offline request.
TdApi.GetRepliedMessage - Class in org.drinkless.td.libcore.telegram
Returns information about a message that is replied by given message.
TdApi.GetSavedAnimations - Class in org.drinkless.td.libcore.telegram
Returns saved animations.
TdApi.GetSavedOrderInfo - Class in org.drinkless.td.libcore.telegram
Returns saved order info, if any.
TdApi.GetScopeNotificationSettings - Class in org.drinkless.td.libcore.telegram
Returns the notification settings for chats of a given type.
TdApi.GetSecretChat - Class in org.drinkless.td.libcore.telegram
Returns information about a secret chat by its identifier.
TdApi.GetStickerEmojis - Class in org.drinkless.td.libcore.telegram
Returns emoji corresponding to a sticker.
TdApi.GetStickers - Class in org.drinkless.td.libcore.telegram
Returns stickers from the installed sticker sets that correspond to a given emoji.
TdApi.GetStickerSet - Class in org.drinkless.td.libcore.telegram
Returns information about a sticker set by its identifier.
TdApi.GetStorageStatistics - Class in org.drinkless.td.libcore.telegram
Returns storage usage statistics.
TdApi.GetStorageStatisticsFast - Class in org.drinkless.td.libcore.telegram
Quickly returns approximate storage usage statistics.
TdApi.GetSuitableDiscussionChats - Class in org.drinkless.td.libcore.telegram
Returns a list of basic group and supergroup chats, which can be used as a discussion group for a channel.
TdApi.GetSupergroup - Class in org.drinkless.td.libcore.telegram
Returns information about a supergroup or a channel by its identifier.
TdApi.GetSupergroupFullInfo - Class in org.drinkless.td.libcore.telegram
Returns full information about a supergroup or a channel by its identifier, cached for up to 1 minute.
TdApi.GetSupergroupMembers - Class in org.drinkless.td.libcore.telegram
Returns information about members or banned users in a supergroup or channel.
TdApi.GetSupportUser - Class in org.drinkless.td.libcore.telegram
Returns a user that can be contacted to get support.
TdApi.GetTemporaryPasswordState - Class in org.drinkless.td.libcore.telegram
Returns information about the current temporary password.
TdApi.GetTextEntities - Class in org.drinkless.td.libcore.telegram
Returns all entities (mentions, hashtags, cashtags, bot commands, URLs, and email addresses) contained in the text.
TdApi.GetTopChats - Class in org.drinkless.td.libcore.telegram
Returns a list of frequently used chats.
TdApi.GetTrendingStickerSets - Class in org.drinkless.td.libcore.telegram
Returns a list of trending sticker sets.
TdApi.GetUser - Class in org.drinkless.td.libcore.telegram
Returns information about a user by their identifier.
TdApi.GetUserFullInfo - Class in org.drinkless.td.libcore.telegram
Returns full information about a user by their identifier.
TdApi.GetUserPrivacySettingRules - Class in org.drinkless.td.libcore.telegram
Returns the current privacy settings.
TdApi.GetUserProfilePhotos - Class in org.drinkless.td.libcore.telegram
Returns the profile photos of a user.
TdApi.GetWebPageInstantView - Class in org.drinkless.td.libcore.telegram
Returns an instant view version of a web page if available.
TdApi.GetWebPagePreview - Class in org.drinkless.td.libcore.telegram
Returns a web page preview by the text of the message.
TdApi.Hashtags - Class in org.drinkless.td.libcore.telegram
Contains a list of hashtags.
TdApi.HttpUrl - Class in org.drinkless.td.libcore.telegram
Contains an HTTP URL.
TdApi.IdentityDocument - Class in org.drinkless.td.libcore.telegram
An identity document.
TdApi.ImportContacts - Class in org.drinkless.td.libcore.telegram
Adds new contacts or edits existing contacts by their phone numbers; contacts' user identifiers are ignored.
TdApi.ImportedContacts - Class in org.drinkless.td.libcore.telegram
Represents the result of an ImportContacts request.
TdApi.InlineKeyboardButton - Class in org.drinkless.td.libcore.telegram
Represents a single button in an inline keyboard.
TdApi.InlineKeyboardButtonType - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.InlineKeyboardButtonType.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.InlineKeyboardButtonTypeBuy - Class in org.drinkless.td.libcore.telegram
A button to buy something.
TdApi.InlineKeyboardButtonTypeCallback - Class in org.drinkless.td.libcore.telegram
A button that sends a special callback query to a bot.
TdApi.InlineKeyboardButtonTypeCallbackGame - Class in org.drinkless.td.libcore.telegram
A button with a game that sends a special callback query to a bot.
TdApi.InlineKeyboardButtonTypeLoginUrl - Class in org.drinkless.td.libcore.telegram
A button that opens a specified URL and automatically logs in in current user if they allowed to do that.
TdApi.InlineKeyboardButtonTypeSwitchInline - Class in org.drinkless.td.libcore.telegram
A button that forces an inline query to the bot to be inserted in the input field.
TdApi.InlineKeyboardButtonTypeUrl - Class in org.drinkless.td.libcore.telegram
A button that opens a specified URL.
TdApi.InlineQueryResult - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.InlineQueryResult.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.InlineQueryResultAnimation - Class in org.drinkless.td.libcore.telegram
Represents an animation file.
TdApi.InlineQueryResultArticle - Class in org.drinkless.td.libcore.telegram
Represents a link to an article or web page.
TdApi.InlineQueryResultAudio - Class in org.drinkless.td.libcore.telegram
Represents an audio file.
TdApi.InlineQueryResultContact - Class in org.drinkless.td.libcore.telegram
Represents a user contact.
TdApi.InlineQueryResultDocument - Class in org.drinkless.td.libcore.telegram
Represents a document.
TdApi.InlineQueryResultGame - Class in org.drinkless.td.libcore.telegram
Represents information about a game.
TdApi.InlineQueryResultLocation - Class in org.drinkless.td.libcore.telegram
Represents a point on the map.
TdApi.InlineQueryResultPhoto - Class in org.drinkless.td.libcore.telegram
Represents a photo.
TdApi.InlineQueryResults - Class in org.drinkless.td.libcore.telegram
Represents the results of the inline query.
TdApi.InlineQueryResultSticker - Class in org.drinkless.td.libcore.telegram
Represents a sticker.
TdApi.InlineQueryResultVenue - Class in org.drinkless.td.libcore.telegram
Represents information about a venue.
TdApi.InlineQueryResultVideo - Class in org.drinkless.td.libcore.telegram
Represents a video.
TdApi.InlineQueryResultVoiceNote - Class in org.drinkless.td.libcore.telegram
Represents a voice note.
TdApi.InputBackground - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.InputBackground.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.InputBackgroundLocal - Class in org.drinkless.td.libcore.telegram
A background from a local file.
TdApi.InputBackgroundRemote - Class in org.drinkless.td.libcore.telegram
A background from the server.
TdApi.InputCredentials - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.InputCredentials.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.InputCredentialsAndroidPay - Class in org.drinkless.td.libcore.telegram
Applies if a user enters new credentials using Android Pay.
TdApi.InputCredentialsApplePay - Class in org.drinkless.td.libcore.telegram
Applies if a user enters new credentials using Apple Pay.
TdApi.InputCredentialsNew - Class in org.drinkless.td.libcore.telegram
Applies if a user enters new credentials on a payment provider website.
TdApi.InputCredentialsSaved - Class in org.drinkless.td.libcore.telegram
Applies if a user chooses some previously saved payment credentials.
TdApi.InputFile - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.InputFile.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.InputFileGenerated - Class in org.drinkless.td.libcore.telegram
A file generated by the client.
TdApi.InputFileId - Class in org.drinkless.td.libcore.telegram
A file defined by its unique ID.
TdApi.InputFileLocal - Class in org.drinkless.td.libcore.telegram
A file defined by a local path.
TdApi.InputFileRemote - Class in org.drinkless.td.libcore.telegram
A file defined by its remote ID.
TdApi.InputIdentityDocument - Class in org.drinkless.td.libcore.telegram
An identity document to be saved to Telegram Passport.
TdApi.InputInlineQueryResult - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.InputInlineQueryResult.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.InputInlineQueryResultAnimatedGif - Class in org.drinkless.td.libcore.telegram
Represents a link to an animated GIF.
TdApi.InputInlineQueryResultAnimatedMpeg4 - Class in org.drinkless.td.libcore.telegram
Represents a link to an animated (i.e. without sound) H.264/MPEG-4 AVC video.
TdApi.InputInlineQueryResultArticle - Class in org.drinkless.td.libcore.telegram
Represents a link to an article or web page.
TdApi.InputInlineQueryResultAudio - Class in org.drinkless.td.libcore.telegram
Represents a link to an MP3 audio file.
TdApi.InputInlineQueryResultContact - Class in org.drinkless.td.libcore.telegram
Represents a user contact.
TdApi.InputInlineQueryResultDocument - Class in org.drinkless.td.libcore.telegram
Represents a link to a file.
TdApi.InputInlineQueryResultGame - Class in org.drinkless.td.libcore.telegram
Represents a game.
TdApi.InputInlineQueryResultLocation - Class in org.drinkless.td.libcore.telegram
Represents a point on the map.
TdApi.InputInlineQueryResultPhoto - Class in org.drinkless.td.libcore.telegram
Represents link to a JPEG image.
TdApi.InputInlineQueryResultSticker - Class in org.drinkless.td.libcore.telegram
Represents a link to a WEBP or TGS sticker.
TdApi.InputInlineQueryResultVenue - Class in org.drinkless.td.libcore.telegram
Represents information about a venue.
TdApi.InputInlineQueryResultVideo - Class in org.drinkless.td.libcore.telegram
Represents a link to a page containing an embedded video player or a video file.
TdApi.InputInlineQueryResultVoiceNote - Class in org.drinkless.td.libcore.telegram
Represents a link to an opus-encoded audio file within an OGG container, single channel audio.
TdApi.InputMessageAnimation - Class in org.drinkless.td.libcore.telegram
An animation message (GIF-style).
TdApi.InputMessageAudio - Class in org.drinkless.td.libcore.telegram
An audio message.
TdApi.InputMessageContact - Class in org.drinkless.td.libcore.telegram
A message containing a user contact.
TdApi.InputMessageContent - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.InputMessageContent.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.InputMessageDocument - Class in org.drinkless.td.libcore.telegram
A document message (general file).
TdApi.InputMessageForwarded - Class in org.drinkless.td.libcore.telegram
A forwarded message.
TdApi.InputMessageGame - Class in org.drinkless.td.libcore.telegram
A message with a game; not supported for channels or secret chats.
TdApi.InputMessageInvoice - Class in org.drinkless.td.libcore.telegram
A message with an invoice; can be used only by bots and only in private chats.
TdApi.InputMessageLocation - Class in org.drinkless.td.libcore.telegram
A message with a location.
TdApi.InputMessagePhoto - Class in org.drinkless.td.libcore.telegram
A photo message.
TdApi.InputMessagePoll - Class in org.drinkless.td.libcore.telegram
A message with a poll.
TdApi.InputMessageSticker - Class in org.drinkless.td.libcore.telegram
A sticker message.
TdApi.InputMessageText - Class in org.drinkless.td.libcore.telegram
A text message.
TdApi.InputMessageVenue - Class in org.drinkless.td.libcore.telegram
A message with information about a venue.
TdApi.InputMessageVideo - Class in org.drinkless.td.libcore.telegram
A video message.
TdApi.InputMessageVideoNote - Class in org.drinkless.td.libcore.telegram
A video note message.
TdApi.InputMessageVoiceNote - Class in org.drinkless.td.libcore.telegram
A voice note message.
TdApi.InputPassportElement - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.InputPassportElement.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.InputPassportElementAddress - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element to be saved containing the user's address.
TdApi.InputPassportElementBankStatement - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element to be saved containing the user's bank statement.
TdApi.InputPassportElementDriverLicense - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element to be saved containing the user's driver license.
TdApi.InputPassportElementEmailAddress - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element to be saved containing the user's email address.
TdApi.InputPassportElementError - Class in org.drinkless.td.libcore.telegram
Contains the description of an error in a Telegram Passport element; for bots only.
TdApi.InputPassportElementErrorSource - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.InputPassportElementErrorSource.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.InputPassportElementErrorSourceDataField - Class in org.drinkless.td.libcore.telegram
A data field contains an error.
TdApi.InputPassportElementErrorSourceFile - Class in org.drinkless.td.libcore.telegram
The file contains an error.
TdApi.InputPassportElementErrorSourceFiles - Class in org.drinkless.td.libcore.telegram
The list of attached files contains an error.
TdApi.InputPassportElementErrorSourceFrontSide - Class in org.drinkless.td.libcore.telegram
The front side of the document contains an error.
TdApi.InputPassportElementErrorSourceReverseSide - Class in org.drinkless.td.libcore.telegram
The reverse side of the document contains an error.
TdApi.InputPassportElementErrorSourceSelfie - Class in org.drinkless.td.libcore.telegram
The selfie contains an error.
TdApi.InputPassportElementErrorSourceTranslationFile - Class in org.drinkless.td.libcore.telegram
One of the files containing the translation of the document contains an error.
TdApi.InputPassportElementErrorSourceTranslationFiles - Class in org.drinkless.td.libcore.telegram
The translation of the document contains an error.
TdApi.InputPassportElementErrorSourceUnspecified - Class in org.drinkless.td.libcore.telegram
The element contains an error in an unspecified place.
TdApi.InputPassportElementIdentityCard - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element to be saved containing the user's identity card.
TdApi.InputPassportElementInternalPassport - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element to be saved containing the user's internal passport.
TdApi.InputPassportElementPassport - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element to be saved containing the user's passport.
TdApi.InputPassportElementPassportRegistration - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element to be saved containing the user's passport registration.
TdApi.InputPassportElementPersonalDetails - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element to be saved containing the user's personal details.
TdApi.InputPassportElementPhoneNumber - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element to be saved containing the user's phone number.
TdApi.InputPassportElementRentalAgreement - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element to be saved containing the user's rental agreement.
TdApi.InputPassportElementTemporaryRegistration - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element to be saved containing the user's temporary registration.
TdApi.InputPassportElementUtilityBill - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element to be saved containing the user's utility bill.
TdApi.InputPersonalDocument - Class in org.drinkless.td.libcore.telegram
A personal document to be saved to Telegram Passport.
TdApi.InputSticker - Class in org.drinkless.td.libcore.telegram
Describes a sticker that should be added to a sticker set.
TdApi.InputThumbnail - Class in org.drinkless.td.libcore.telegram
A thumbnail to be sent along with a file; should be in JPEG or WEBP format for stickers, and less than 200 kB in size.
TdApi.Invoice - Class in org.drinkless.td.libcore.telegram
Product invoice.
TdApi.JoinChat - Class in org.drinkless.td.libcore.telegram
Adds current user as a new member to a chat.
TdApi.JoinChatByInviteLink - Class in org.drinkless.td.libcore.telegram
Uses an invite link to add the current user to the chat if possible.
TdApi.JsonObjectMember - Class in org.drinkless.td.libcore.telegram
Represents one member of a JSON object.
TdApi.JsonValue - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.JsonValue.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.JsonValueArray - Class in org.drinkless.td.libcore.telegram
Represents a JSON array.
TdApi.JsonValueBoolean - Class in org.drinkless.td.libcore.telegram
Represents a boolean JSON value.
TdApi.JsonValueNull - Class in org.drinkless.td.libcore.telegram
Represents a null JSON value.
TdApi.JsonValueNumber - Class in org.drinkless.td.libcore.telegram
Represents a numeric JSON value.
TdApi.JsonValueObject - Class in org.drinkless.td.libcore.telegram
Represents a JSON object.
TdApi.JsonValueString - Class in org.drinkless.td.libcore.telegram
Represents a string JSON value.
TdApi.KeyboardButton - Class in org.drinkless.td.libcore.telegram
Represents a single button in a bot keyboard.
TdApi.KeyboardButtonType - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.KeyboardButtonType.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.KeyboardButtonTypeRequestLocation - Class in org.drinkless.td.libcore.telegram
A button that sends the user's location when pressed; available only in private chats.
TdApi.KeyboardButtonTypeRequestPhoneNumber - Class in org.drinkless.td.libcore.telegram
A button that sends the user's phone number when pressed; available only in private chats.
TdApi.KeyboardButtonTypeRequestPoll - Class in org.drinkless.td.libcore.telegram
A button that allows the user to create and send a poll when pressed; available only in private chats.
TdApi.KeyboardButtonTypeText - Class in org.drinkless.td.libcore.telegram
A simple button, with text that should be sent when the button is pressed.
TdApi.LabeledPricePart - Class in org.drinkless.td.libcore.telegram
Portion of the price of a product (e.g., "delivery cost", "tax amount").
TdApi.LanguagePackInfo - Class in org.drinkless.td.libcore.telegram
Contains information about a language pack.
TdApi.LanguagePackString - Class in org.drinkless.td.libcore.telegram
Represents one language pack string.
TdApi.LanguagePackStrings - Class in org.drinkless.td.libcore.telegram
Contains a list of language pack strings.
TdApi.LanguagePackStringValue - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.LanguagePackStringValue.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.LanguagePackStringValueDeleted - Class in org.drinkless.td.libcore.telegram
A deleted language pack string, the value should be taken from the built-in english language pack.
TdApi.LanguagePackStringValueOrdinary - Class in org.drinkless.td.libcore.telegram
An ordinary language pack string.
TdApi.LanguagePackStringValuePluralized - Class in org.drinkless.td.libcore.telegram
A language pack string which has different forms based on the number of some object it mentions.
TdApi.LeaveChat - Class in org.drinkless.td.libcore.telegram
Removes current user from chat members.
TdApi.LocalFile - Class in org.drinkless.td.libcore.telegram
Represents a local file.
TdApi.LocalizationTargetInfo - Class in org.drinkless.td.libcore.telegram
Contains information about the current localization target.
TdApi.Location - Class in org.drinkless.td.libcore.telegram
Describes a location on planet Earth.
TdApi.LoginUrlInfo - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.LoginUrlInfo.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.LoginUrlInfoOpen - Class in org.drinkless.td.libcore.telegram
An HTTP url needs to be open.
TdApi.LoginUrlInfoRequestConfirmation - Class in org.drinkless.td.libcore.telegram
An authorization confirmation dialog needs to be shown to the user.
TdApi.LogOut - Class in org.drinkless.td.libcore.telegram
Closes the TDLib instance after a proper logout.
TdApi.LogStream - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.LogStream.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.LogStreamDefault - Class in org.drinkless.td.libcore.telegram
The log is written to stderr or an OS specific log.
TdApi.LogStreamEmpty - Class in org.drinkless.td.libcore.telegram
The log is written nowhere.
TdApi.LogStreamFile - Class in org.drinkless.td.libcore.telegram
The log is written to a file.
TdApi.LogTags - Class in org.drinkless.td.libcore.telegram
Contains a list of available TDLib internal log tags.
TdApi.LogVerbosityLevel - Class in org.drinkless.td.libcore.telegram
Contains a TDLib internal log verbosity level.
TdApi.MaskPoint - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.MaskPoint.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.MaskPointChin - Class in org.drinkless.td.libcore.telegram
A mask should be placed relatively to the chin.
TdApi.MaskPointEyes - Class in org.drinkless.td.libcore.telegram
A mask should be placed relatively to the eyes.
TdApi.MaskPointForehead - Class in org.drinkless.td.libcore.telegram
A mask should be placed relatively to the forehead.
TdApi.MaskPointMouth - Class in org.drinkless.td.libcore.telegram
A mask should be placed relatively to the mouth.
TdApi.MaskPosition - Class in org.drinkless.td.libcore.telegram
Position on a photo where a mask should be placed.
TdApi.Message - Class in org.drinkless.td.libcore.telegram
Describes a message.
TdApi.MessageAnimation - Class in org.drinkless.td.libcore.telegram
An animation message (GIF-style).
TdApi.MessageAudio - Class in org.drinkless.td.libcore.telegram
An audio message.
TdApi.MessageBasicGroupChatCreate - Class in org.drinkless.td.libcore.telegram
A newly created basic group.
TdApi.MessageCall - Class in org.drinkless.td.libcore.telegram
A message with information about an ended call.
TdApi.MessageChatAddMembers - Class in org.drinkless.td.libcore.telegram
New chat members were added.
TdApi.MessageChatChangePhoto - Class in org.drinkless.td.libcore.telegram
An updated chat photo.
TdApi.MessageChatChangeTitle - Class in org.drinkless.td.libcore.telegram
An updated chat title.
TdApi.MessageChatDeleteMember - Class in org.drinkless.td.libcore.telegram
A chat member was deleted.
TdApi.MessageChatDeletePhoto - Class in org.drinkless.td.libcore.telegram
A deleted chat photo.
TdApi.MessageChatJoinByLink - Class in org.drinkless.td.libcore.telegram
A new member joined the chat by invite link.
TdApi.MessageChatSetTtl - Class in org.drinkless.td.libcore.telegram
The TTL (Time To Live) setting messages in a secret chat has been changed.
TdApi.MessageChatUpgradeFrom - Class in org.drinkless.td.libcore.telegram
A supergroup has been created from a basic group.
TdApi.MessageChatUpgradeTo - Class in org.drinkless.td.libcore.telegram
A basic group was upgraded to a supergroup and was deactivated as the result.
TdApi.MessageContact - Class in org.drinkless.td.libcore.telegram
A message with a user contact.
TdApi.MessageContactRegistered - Class in org.drinkless.td.libcore.telegram
A contact has registered with Telegram.
TdApi.MessageContent - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.MessageContent.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.MessageCustomServiceAction - Class in org.drinkless.td.libcore.telegram
A non-standard action has happened in the chat.
TdApi.MessageDocument - Class in org.drinkless.td.libcore.telegram
A document message (general file).
TdApi.MessageExpiredPhoto - Class in org.drinkless.td.libcore.telegram
An expired photo message (self-destructed after TTL has elapsed).
TdApi.MessageExpiredVideo - Class in org.drinkless.td.libcore.telegram
An expired video message (self-destructed after TTL has elapsed).
TdApi.MessageForwardInfo - Class in org.drinkless.td.libcore.telegram
Contains information about a forwarded message.
TdApi.MessageForwardOrigin - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.MessageForwardOrigin.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.MessageForwardOriginChannel - Class in org.drinkless.td.libcore.telegram
The message was originally a post in a channel.
TdApi.MessageForwardOriginHiddenUser - Class in org.drinkless.td.libcore.telegram
The message was originally written by a user, which is hidden by their privacy settings.
TdApi.MessageForwardOriginUser - Class in org.drinkless.td.libcore.telegram
The message was originally written by a known user.
TdApi.MessageGame - Class in org.drinkless.td.libcore.telegram
A message with a game.
TdApi.MessageGameScore - Class in org.drinkless.td.libcore.telegram
A new high score was achieved in a game.
TdApi.MessageInvoice - Class in org.drinkless.td.libcore.telegram
A message with an invoice from a bot.
TdApi.MessageLinkInfo - Class in org.drinkless.td.libcore.telegram
Contains information about a link to a message in a chat.
TdApi.MessageLocation - Class in org.drinkless.td.libcore.telegram
A message with a location.
TdApi.MessagePassportDataReceived - Class in org.drinkless.td.libcore.telegram
Telegram Passport data has been received; for bots only.
TdApi.MessagePassportDataSent - Class in org.drinkless.td.libcore.telegram
Telegram Passport data has been sent.
TdApi.MessagePaymentSuccessful - Class in org.drinkless.td.libcore.telegram
A payment has been completed.
TdApi.MessagePaymentSuccessfulBot - Class in org.drinkless.td.libcore.telegram
A payment has been completed; for bots only.
TdApi.MessagePhoto - Class in org.drinkless.td.libcore.telegram
A photo message.
TdApi.MessagePinMessage - Class in org.drinkless.td.libcore.telegram
A message has been pinned.
TdApi.MessagePoll - Class in org.drinkless.td.libcore.telegram
A message with a poll.
TdApi.Messages - Class in org.drinkless.td.libcore.telegram
Contains a list of messages.
TdApi.MessageSchedulingState - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.MessageSchedulingState.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.MessageSchedulingStateSendAtDate - Class in org.drinkless.td.libcore.telegram
The message will be sent at the specified date.
TdApi.MessageSchedulingStateSendWhenOnline - Class in org.drinkless.td.libcore.telegram
The message will be sent when the peer will be online.
TdApi.MessageScreenshotTaken - Class in org.drinkless.td.libcore.telegram
A screenshot of a message in the chat has been taken.
TdApi.MessageSendingState - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.MessageSendingState.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.MessageSendingStateFailed - Class in org.drinkless.td.libcore.telegram
The message failed to be sent.
TdApi.MessageSendingStatePending - Class in org.drinkless.td.libcore.telegram
The message is being sent now, but has not yet been delivered to the server.
TdApi.MessageSticker - Class in org.drinkless.td.libcore.telegram
A sticker message.
TdApi.MessageSupergroupChatCreate - Class in org.drinkless.td.libcore.telegram
A newly created supergroup or channel.
TdApi.MessageText - Class in org.drinkless.td.libcore.telegram
A text message.
TdApi.MessageUnsupported - Class in org.drinkless.td.libcore.telegram
Message content that is not supported by the client.
TdApi.MessageVenue - Class in org.drinkless.td.libcore.telegram
A message with information about a venue.
TdApi.MessageVideo - Class in org.drinkless.td.libcore.telegram
A video message.
TdApi.MessageVideoNote - Class in org.drinkless.td.libcore.telegram
A video note message.
TdApi.MessageVoiceNote - Class in org.drinkless.td.libcore.telegram
A voice note message.
TdApi.MessageWebsiteConnected - Class in org.drinkless.td.libcore.telegram
The current user has connected a website by logging in using Telegram Login Widget on it.
TdApi.Minithumbnail - Class in org.drinkless.td.libcore.telegram
Thumbnail image of a very poor quality and low resolution.
TdApi.NetworkStatistics - Class in org.drinkless.td.libcore.telegram
A full list of available network statistic entries.
TdApi.NetworkStatisticsEntry - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.NetworkStatisticsEntry.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.NetworkStatisticsEntryCall - Class in org.drinkless.td.libcore.telegram
Contains information about the total amount of data that was used for calls.
TdApi.NetworkStatisticsEntryFile - Class in org.drinkless.td.libcore.telegram
Contains information about the total amount of data that was used to send and receive files.
TdApi.NetworkType - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.NetworkType.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.NetworkTypeMobile - Class in org.drinkless.td.libcore.telegram
A mobile network.
TdApi.NetworkTypeMobileRoaming - Class in org.drinkless.td.libcore.telegram
A mobile roaming network.
TdApi.NetworkTypeNone - Class in org.drinkless.td.libcore.telegram
The network is not available.
TdApi.NetworkTypeOther - Class in org.drinkless.td.libcore.telegram
A different network type (e.g., Ethernet network).
TdApi.NetworkTypeWiFi - Class in org.drinkless.td.libcore.telegram
A Wi-Fi network.
TdApi.Notification - Class in org.drinkless.td.libcore.telegram
Contains information about a notification.
TdApi.NotificationGroup - Class in org.drinkless.td.libcore.telegram
Describes a group of notifications.
TdApi.NotificationGroupType - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.NotificationGroupType.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.NotificationGroupTypeCalls - Class in org.drinkless.td.libcore.telegram
A group containing notifications of type notificationTypeNewCall.
TdApi.NotificationGroupTypeMentions - Class in org.drinkless.td.libcore.telegram
A group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with unread mentions of the current user, replies to their messages, or a pinned message.
TdApi.NotificationGroupTypeMessages - Class in org.drinkless.td.libcore.telegram
A group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with ordinary unread messages.
TdApi.NotificationGroupTypeSecretChat - Class in org.drinkless.td.libcore.telegram
A group containing a notification of type notificationTypeNewSecretChat.
TdApi.NotificationSettingsScope - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.NotificationSettingsScope.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.NotificationSettingsScopeChannelChats - Class in org.drinkless.td.libcore.telegram
Notification settings applied to all channels when the corresponding chat setting has a default value.
TdApi.NotificationSettingsScopeGroupChats - Class in org.drinkless.td.libcore.telegram
Notification settings applied to all basic groups and supergroups when the corresponding chat setting has a default value.
TdApi.NotificationSettingsScopePrivateChats - Class in org.drinkless.td.libcore.telegram
Notification settings applied to all private and secret chats when the corresponding chat setting has a default value.
TdApi.NotificationType - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.NotificationType.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.NotificationTypeNewCall - Class in org.drinkless.td.libcore.telegram
New call was received.
TdApi.NotificationTypeNewMessage - Class in org.drinkless.td.libcore.telegram
New message was received.
TdApi.NotificationTypeNewPushMessage - Class in org.drinkless.td.libcore.telegram
New message was received through a push notification.
TdApi.NotificationTypeNewSecretChat - Class in org.drinkless.td.libcore.telegram
New secret chat was created.
TdApi.Object - Class in org.drinkless.td.libcore.telegram
This class is a base class for all TDLib interface classes.
TdApi.Ok - Class in org.drinkless.td.libcore.telegram
An object of this type is returned on a successful function call for certain functions.
TdApi.OpenChat - Class in org.drinkless.td.libcore.telegram
Informs TDLib that the chat is opened by the user.
TdApi.OpenMessageContent - Class in org.drinkless.td.libcore.telegram
Informs TDLib that the message content has been opened (e.g., the user has opened a photo, video, document, location or venue, or has listened to an audio file or voice note message).
TdApi.OptimizeStorage - Class in org.drinkless.td.libcore.telegram
Optimizes storage usage, i.e. deletes some files and returns new storage usage statistics.
TdApi.OptionValue - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.OptionValue.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.OptionValueBoolean - Class in org.drinkless.td.libcore.telegram
Represents a boolean option.
TdApi.OptionValueEmpty - Class in org.drinkless.td.libcore.telegram
Represents an unknown option or an option which has a default value.
TdApi.OptionValueInteger - Class in org.drinkless.td.libcore.telegram
Represents an integer option.
TdApi.OptionValueString - Class in org.drinkless.td.libcore.telegram
Represents a string option.
TdApi.OrderInfo - Class in org.drinkless.td.libcore.telegram
Order information.
TdApi.PageBlock - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.PageBlock.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.PageBlockAnchor - Class in org.drinkless.td.libcore.telegram
An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.
TdApi.PageBlockAnimation - Class in org.drinkless.td.libcore.telegram
An animation.
TdApi.PageBlockAudio - Class in org.drinkless.td.libcore.telegram
An audio file.
TdApi.PageBlockAuthorDate - Class in org.drinkless.td.libcore.telegram
The author and publishing date of a page.
TdApi.PageBlockBlockQuote - Class in org.drinkless.td.libcore.telegram
A block quote.
TdApi.PageBlockCaption - Class in org.drinkless.td.libcore.telegram
Contains a caption of an instant view web page block, consisting of a text and a trailing credit.
TdApi.PageBlockChatLink - Class in org.drinkless.td.libcore.telegram
A link to a chat.
TdApi.PageBlockCollage - Class in org.drinkless.td.libcore.telegram
A collage.
TdApi.PageBlockCover - Class in org.drinkless.td.libcore.telegram
A page cover.
TdApi.PageBlockDetails - Class in org.drinkless.td.libcore.telegram
A collapsible block.
TdApi.PageBlockDivider - Class in org.drinkless.td.libcore.telegram
An empty block separating a page.
TdApi.PageBlockEmbedded - Class in org.drinkless.td.libcore.telegram
An embedded web page.
TdApi.PageBlockEmbeddedPost - Class in org.drinkless.td.libcore.telegram
An embedded post.
TdApi.PageBlockFooter - Class in org.drinkless.td.libcore.telegram
The footer of a page.
TdApi.PageBlockHeader - Class in org.drinkless.td.libcore.telegram
A header.
TdApi.PageBlockHorizontalAlignment - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.PageBlockHorizontalAlignment.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.PageBlockHorizontalAlignmentCenter - Class in org.drinkless.td.libcore.telegram
The content should be center-aligned.
TdApi.PageBlockHorizontalAlignmentLeft - Class in org.drinkless.td.libcore.telegram
The content should be left-aligned.
TdApi.PageBlockHorizontalAlignmentRight - Class in org.drinkless.td.libcore.telegram
The content should be right-aligned.
TdApi.PageBlockKicker - Class in org.drinkless.td.libcore.telegram
A kicker.
TdApi.PageBlockList - Class in org.drinkless.td.libcore.telegram
A list of data blocks.
TdApi.PageBlockListItem - Class in org.drinkless.td.libcore.telegram
Describes an item of a list page block.
TdApi.PageBlockMap - Class in org.drinkless.td.libcore.telegram
A map.
TdApi.PageBlockParagraph - Class in org.drinkless.td.libcore.telegram
A text paragraph.
TdApi.PageBlockPhoto - Class in org.drinkless.td.libcore.telegram
A photo.
TdApi.PageBlockPreformatted - Class in org.drinkless.td.libcore.telegram
A preformatted text paragraph.
TdApi.PageBlockPullQuote - Class in org.drinkless.td.libcore.telegram
A pull quote.
TdApi.PageBlockRelatedArticle - Class in org.drinkless.td.libcore.telegram
Contains information about a related article.
TdApi.PageBlockRelatedArticles - Class in org.drinkless.td.libcore.telegram
Related articles.
TdApi.PageBlockSlideshow - Class in org.drinkless.td.libcore.telegram
A slideshow.
TdApi.PageBlockSubheader - Class in org.drinkless.td.libcore.telegram
A subheader.
TdApi.PageBlockSubtitle - Class in org.drinkless.td.libcore.telegram
The subtitle of a page.
TdApi.PageBlockTable - Class in org.drinkless.td.libcore.telegram
A table.
TdApi.PageBlockTableCell - Class in org.drinkless.td.libcore.telegram
Represents a cell of a table.
TdApi.PageBlockTitle - Class in org.drinkless.td.libcore.telegram
The title of a page.
TdApi.PageBlockVerticalAlignment - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.PageBlockVerticalAlignment.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.PageBlockVerticalAlignmentBottom - Class in org.drinkless.td.libcore.telegram
The content should be bottom-aligned.
TdApi.PageBlockVerticalAlignmentMiddle - Class in org.drinkless.td.libcore.telegram
The content should be middle-aligned.
TdApi.PageBlockVerticalAlignmentTop - Class in org.drinkless.td.libcore.telegram
The content should be top-aligned.
TdApi.PageBlockVideo - Class in org.drinkless.td.libcore.telegram
A video.
TdApi.PageBlockVoiceNote - Class in org.drinkless.td.libcore.telegram
A voice note.
TdApi.ParseTextEntities - Class in org.drinkless.td.libcore.telegram
Parses Bold, Italic, Underline, Strikethrough, Code, Pre, PreCode, TextUrl and MentionName entities contained in the text.
TdApi.PassportAuthorizationForm - Class in org.drinkless.td.libcore.telegram
Contains information about a Telegram Passport authorization form that was requested.
TdApi.PassportElement - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.PassportElement.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.PassportElementAddress - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's address.
TdApi.PassportElementBankStatement - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's bank statement.
TdApi.PassportElementDriverLicense - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's driver license.
TdApi.PassportElementEmailAddress - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's email address.
TdApi.PassportElementError - Class in org.drinkless.td.libcore.telegram
Contains the description of an error in a Telegram Passport element.
TdApi.PassportElementErrorSource - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.PassportElementErrorSource.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.PassportElementErrorSourceDataField - Class in org.drinkless.td.libcore.telegram
One of the data fields contains an error.
TdApi.PassportElementErrorSourceFile - Class in org.drinkless.td.libcore.telegram
The file contains an error.
TdApi.PassportElementErrorSourceFiles - Class in org.drinkless.td.libcore.telegram
The list of attached files contains an error.
TdApi.PassportElementErrorSourceFrontSide - Class in org.drinkless.td.libcore.telegram
The front side of the document contains an error.
TdApi.PassportElementErrorSourceReverseSide - Class in org.drinkless.td.libcore.telegram
The reverse side of the document contains an error.
TdApi.PassportElementErrorSourceSelfie - Class in org.drinkless.td.libcore.telegram
The selfie with the document contains an error.
TdApi.PassportElementErrorSourceTranslationFile - Class in org.drinkless.td.libcore.telegram
One of files with the translation of the document contains an error.
TdApi.PassportElementErrorSourceTranslationFiles - Class in org.drinkless.td.libcore.telegram
The translation of the document contains an error.
TdApi.PassportElementErrorSourceUnspecified - Class in org.drinkless.td.libcore.telegram
The element contains an error in an unspecified place.
TdApi.PassportElementIdentityCard - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's identity card.
TdApi.PassportElementInternalPassport - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's internal passport.
TdApi.PassportElementPassport - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's passport.
TdApi.PassportElementPassportRegistration - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's passport registration pages.
TdApi.PassportElementPersonalDetails - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's personal details.
TdApi.PassportElementPhoneNumber - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's phone number.
TdApi.PassportElementRentalAgreement - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's rental agreement.
TdApi.PassportElements - Class in org.drinkless.td.libcore.telegram
Contains information about saved Telegram Passport elements.
TdApi.PassportElementsWithErrors - Class in org.drinkless.td.libcore.telegram
Contains information about a Telegram Passport elements and corresponding errors.
TdApi.PassportElementTemporaryRegistration - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's temporary registration.
TdApi.PassportElementType - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.PassportElementType.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.PassportElementTypeAddress - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's address.
TdApi.PassportElementTypeBankStatement - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's bank statement.
TdApi.PassportElementTypeDriverLicense - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's driver license.
TdApi.PassportElementTypeEmailAddress - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's email address.
TdApi.PassportElementTypeIdentityCard - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's identity card.
TdApi.PassportElementTypeInternalPassport - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's internal passport.
TdApi.PassportElementTypePassport - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's passport.
TdApi.PassportElementTypePassportRegistration - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the registration page of the user's passport.
TdApi.PassportElementTypePersonalDetails - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's personal details.
TdApi.PassportElementTypePhoneNumber - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's phone number.
TdApi.PassportElementTypeRentalAgreement - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's rental agreement.
TdApi.PassportElementTypeTemporaryRegistration - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's temporary registration.
TdApi.PassportElementTypeUtilityBill - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's utility bill.
TdApi.PassportElementUtilityBill - Class in org.drinkless.td.libcore.telegram
A Telegram Passport element containing the user's utility bill.
TdApi.PassportRequiredElement - Class in org.drinkless.td.libcore.telegram
Contains a description of the required Telegram Passport element that was requested by a service.
TdApi.PassportSuitableElement - Class in org.drinkless.td.libcore.telegram
Contains information about a Telegram Passport element that was requested by a service.
TdApi.PasswordState - Class in org.drinkless.td.libcore.telegram
Represents the current state of 2-step verification.
TdApi.PaymentForm - Class in org.drinkless.td.libcore.telegram
Contains information about an invoice payment form.
TdApi.PaymentReceipt - Class in org.drinkless.td.libcore.telegram
Contains information about a successful payment.
TdApi.PaymentResult - Class in org.drinkless.td.libcore.telegram
Contains the result of a payment request.
TdApi.PaymentsProviderStripe - Class in org.drinkless.td.libcore.telegram
Stripe payment provider.
TdApi.PersonalDetails - Class in org.drinkless.td.libcore.telegram
Contains the user's personal details.
TdApi.PersonalDocument - Class in org.drinkless.td.libcore.telegram
A personal document, containing some information about a user.
TdApi.PhoneNumberAuthenticationSettings - Class in org.drinkless.td.libcore.telegram
Contains settings for the authentication of the user's phone number.
TdApi.Photo - Class in org.drinkless.td.libcore.telegram
Describes a photo.
TdApi.PhotoSize - Class in org.drinkless.td.libcore.telegram
Photo description.
TdApi.PinChatMessage - Class in org.drinkless.td.libcore.telegram
Pins a message in a chat; requires canPinMessages rights.
TdApi.PingProxy - Class in org.drinkless.td.libcore.telegram
Computes time needed to receive a response from a Telegram server through a proxy.
TdApi.Poll - Class in org.drinkless.td.libcore.telegram
Describes a poll.
TdApi.PollOption - Class in org.drinkless.td.libcore.telegram
Describes one answer option of a poll.
TdApi.PollType - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.PollType.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.PollTypeQuiz - Class in org.drinkless.td.libcore.telegram
A poll in quiz mode, which has exactly one correct answer option and can be answered only once.
TdApi.PollTypeRegular - Class in org.drinkless.td.libcore.telegram
A regular poll.
TdApi.ProcessPushNotification - Class in org.drinkless.td.libcore.telegram
Handles a push notification.
TdApi.ProfilePhoto - Class in org.drinkless.td.libcore.telegram
Describes a user profile photo.
TdApi.Proxies - Class in org.drinkless.td.libcore.telegram
Represents a list of proxy servers.
TdApi.Proxy - Class in org.drinkless.td.libcore.telegram
Contains information about a proxy server.
TdApi.ProxyType - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.ProxyType.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.ProxyTypeHttp - Class in org.drinkless.td.libcore.telegram
A HTTP transparent proxy server.
TdApi.ProxyTypeMtproto - Class in org.drinkless.td.libcore.telegram
An MTProto proxy server.
TdApi.ProxyTypeSocks5 - Class in org.drinkless.td.libcore.telegram
A SOCKS5 proxy server.
TdApi.PublicChatType - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.PublicChatType.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.PublicChatTypeHasUsername - Class in org.drinkless.td.libcore.telegram
The chat is public, because it has username.
TdApi.PublicChatTypeIsLocationBased - Class in org.drinkless.td.libcore.telegram
The chat is public, because it is a location-based supergroup.
TdApi.PublicMessageLink - Class in org.drinkless.td.libcore.telegram
Contains a public HTTPS link to a message in a supergroup or channel with a username.
TdApi.PushMessageContent - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.PushMessageContent.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.PushMessageContentAnimation - Class in org.drinkless.td.libcore.telegram
An animation message (GIF-style).
TdApi.PushMessageContentAudio - Class in org.drinkless.td.libcore.telegram
An audio message.
TdApi.PushMessageContentBasicGroupChatCreate - Class in org.drinkless.td.libcore.telegram
A newly created basic group.
TdApi.PushMessageContentChatAddMembers - Class in org.drinkless.td.libcore.telegram
New chat members were invited to a group.
TdApi.PushMessageContentChatChangePhoto - Class in org.drinkless.td.libcore.telegram
A chat photo was edited.
TdApi.PushMessageContentChatChangeTitle - Class in org.drinkless.td.libcore.telegram
A chat title was edited.
TdApi.PushMessageContentChatDeleteMember - Class in org.drinkless.td.libcore.telegram
A chat member was deleted.
TdApi.PushMessageContentChatJoinByLink - Class in org.drinkless.td.libcore.telegram
A new member joined the chat by invite link.
TdApi.PushMessageContentContact - Class in org.drinkless.td.libcore.telegram
A message with a user contact.
TdApi.PushMessageContentContactRegistered - Class in org.drinkless.td.libcore.telegram
A contact has registered with Telegram.
TdApi.PushMessageContentDocument - Class in org.drinkless.td.libcore.telegram
A document message (a general file).
TdApi.PushMessageContentGame - Class in org.drinkless.td.libcore.telegram
A message with a game.
TdApi.PushMessageContentGameScore - Class in org.drinkless.td.libcore.telegram
A new high score was achieved in a game.
TdApi.PushMessageContentHidden - Class in org.drinkless.td.libcore.telegram
A general message with hidden content.
TdApi.PushMessageContentInvoice - Class in org.drinkless.td.libcore.telegram
A message with an invoice from a bot.
TdApi.PushMessageContentLocation - Class in org.drinkless.td.libcore.telegram
A message with a location.
TdApi.PushMessageContentMediaAlbum - Class in org.drinkless.td.libcore.telegram
A media album.
TdApi.PushMessageContentMessageForwards - Class in org.drinkless.td.libcore.telegram
A forwarded messages.
TdApi.PushMessageContentPhoto - Class in org.drinkless.td.libcore.telegram
A photo message.
TdApi.PushMessageContentPoll - Class in org.drinkless.td.libcore.telegram
A message with a poll.
TdApi.PushMessageContentScreenshotTaken - Class in org.drinkless.td.libcore.telegram
A screenshot of a message in the chat has been taken.
TdApi.PushMessageContentSticker - Class in org.drinkless.td.libcore.telegram
A message with a sticker.
TdApi.PushMessageContentText - Class in org.drinkless.td.libcore.telegram
A text message.
TdApi.PushMessageContentVideo - Class in org.drinkless.td.libcore.telegram
A video message.
TdApi.PushMessageContentVideoNote - Class in org.drinkless.td.libcore.telegram
A video note message.
TdApi.PushMessageContentVoiceNote - Class in org.drinkless.td.libcore.telegram
A voice note message.
TdApi.PushReceiverId - Class in org.drinkless.td.libcore.telegram
Contains a globally unique push receiver identifier, which can be used to identify which account has received a push notification.
TdApi.ReadAllChatMentions - Class in org.drinkless.td.libcore.telegram
Marks all mentions in a chat as read.
TdApi.ReadFilePart - Class in org.drinkless.td.libcore.telegram
Reads a part of a file from the TDLib file cache and returns read bytes.
TdApi.RecoverAuthenticationPassword - Class in org.drinkless.td.libcore.telegram
Recovers the password with a password recovery code sent to an email address that was previously set up.
TdApi.RecoverPassword - Class in org.drinkless.td.libcore.telegram
Recovers the password using a recovery code sent to an email address that was previously set up.
TdApi.RecoveryEmailAddress - Class in org.drinkless.td.libcore.telegram
Contains information about the current recovery email address.
TdApi.RegisterDevice - Class in org.drinkless.td.libcore.telegram
Registers the currently used device for receiving push notifications.
TdApi.RegisterUser - Class in org.drinkless.td.libcore.telegram
Finishes user registration.
TdApi.RemoteFile - Class in org.drinkless.td.libcore.telegram
Represents a remote file.
TdApi.RemoveBackground - Class in org.drinkless.td.libcore.telegram
Removes background from the list of installed backgrounds.
TdApi.RemoveChatActionBar - Class in org.drinkless.td.libcore.telegram
Removes a chat action bar without any other action.
TdApi.RemoveContacts - Class in org.drinkless.td.libcore.telegram
Removes users from the contact list.
TdApi.RemoveFavoriteSticker - Class in org.drinkless.td.libcore.telegram
Removes a sticker from the list of favorite stickers.
TdApi.RemoveNotification - Class in org.drinkless.td.libcore.telegram
Removes an active notification from notification list.
TdApi.RemoveNotificationGroup - Class in org.drinkless.td.libcore.telegram
Removes a group of active notifications.
TdApi.RemoveProxy - Class in org.drinkless.td.libcore.telegram
Removes a proxy server.
TdApi.RemoveRecentHashtag - Class in org.drinkless.td.libcore.telegram
Removes a hashtag from the list of recently used hashtags.
TdApi.RemoveRecentlyFoundChat - Class in org.drinkless.td.libcore.telegram
Removes a chat from the list of recently found chats.
TdApi.RemoveRecentSticker - Class in org.drinkless.td.libcore.telegram
Removes a sticker from the list of recently used stickers.
TdApi.RemoveSavedAnimation - Class in org.drinkless.td.libcore.telegram
Removes an animation from the list of saved animations.
TdApi.RemoveStickerFromSet - Class in org.drinkless.td.libcore.telegram
Removes a sticker from the set to which it belongs; for bots only.
TdApi.RemoveTopChat - Class in org.drinkless.td.libcore.telegram
Removes a chat from the list of frequently used chats.
TdApi.ReorderInstalledStickerSets - Class in org.drinkless.td.libcore.telegram
Changes the order of installed sticker sets.
TdApi.ReplyMarkup - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.ReplyMarkup.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.ReplyMarkupForceReply - Class in org.drinkless.td.libcore.telegram
Instructs clients to force a reply to this message.
TdApi.ReplyMarkupInlineKeyboard - Class in org.drinkless.td.libcore.telegram
Contains an inline keyboard layout.
TdApi.ReplyMarkupRemoveKeyboard - Class in org.drinkless.td.libcore.telegram
Instructs clients to remove the keyboard once this message has been received.
TdApi.ReplyMarkupShowKeyboard - Class in org.drinkless.td.libcore.telegram
Contains a custom keyboard layout to quickly reply to bots.
TdApi.ReportChat - Class in org.drinkless.td.libcore.telegram
Reports a chat to the Telegram moderators.
TdApi.ReportSupergroupSpam - Class in org.drinkless.td.libcore.telegram
Reports some messages from a user in a supergroup as spam; requires administrator rights in the supergroup.
TdApi.RequestAuthenticationPasswordRecovery - Class in org.drinkless.td.libcore.telegram
Requests to send a password recovery code to an email address that was previously set up.
TdApi.RequestPasswordRecovery - Class in org.drinkless.td.libcore.telegram
Requests to send a password recovery code to an email address that was previously set up.
TdApi.RequestQrCodeAuthentication - Class in org.drinkless.td.libcore.telegram
Requests QR code authentication by scanning a QR code on another logged in device.
TdApi.ResendAuthenticationCode - Class in org.drinkless.td.libcore.telegram
Re-sends an authentication code to the user.
TdApi.ResendChangePhoneNumberCode - Class in org.drinkless.td.libcore.telegram
Re-sends the authentication code sent to confirm a new phone number for the user.
TdApi.ResendEmailAddressVerificationCode - Class in org.drinkless.td.libcore.telegram
Re-sends the code to verify an email address to be added to a user's Telegram Passport.
TdApi.ResendMessages - Class in org.drinkless.td.libcore.telegram
Resends messages which failed to send.
TdApi.ResendPhoneNumberConfirmationCode - Class in org.drinkless.td.libcore.telegram
Resends phone number confirmation code.
TdApi.ResendPhoneNumberVerificationCode - Class in org.drinkless.td.libcore.telegram
Re-sends the code to verify a phone number to be added to a user's Telegram Passport.
TdApi.ResendRecoveryEmailAddressCode - Class in org.drinkless.td.libcore.telegram
Resends the 2-step verification recovery email address verification code.
TdApi.ResetAllNotificationSettings - Class in org.drinkless.td.libcore.telegram
Resets all notification settings to their default values.
TdApi.ResetBackgrounds - Class in org.drinkless.td.libcore.telegram
Resets list of installed backgrounds to its default value.
TdApi.ResetNetworkStatistics - Class in org.drinkless.td.libcore.telegram
Resets all network data usage statistics to zero.
TdApi.RichText - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.RichText.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.RichTextAnchor - Class in org.drinkless.td.libcore.telegram
A rich text anchor.
TdApi.RichTextBold - Class in org.drinkless.td.libcore.telegram
A bold rich text.
TdApi.RichTextEmailAddress - Class in org.drinkless.td.libcore.telegram
A rich text email link.
TdApi.RichTextFixed - Class in org.drinkless.td.libcore.telegram
A fixed-width rich text.
TdApi.RichTextIcon - Class in org.drinkless.td.libcore.telegram
A small image inside the text.
TdApi.RichTextItalic - Class in org.drinkless.td.libcore.telegram
An italicized rich text.
TdApi.RichTextMarked - Class in org.drinkless.td.libcore.telegram
A marked rich text.
TdApi.RichTextPhoneNumber - Class in org.drinkless.td.libcore.telegram
A rich text phone number.
TdApi.RichTextPlain - Class in org.drinkless.td.libcore.telegram
A plain text.
TdApi.RichTexts - Class in org.drinkless.td.libcore.telegram
A concatenation of rich texts.
TdApi.RichTextStrikethrough - Class in org.drinkless.td.libcore.telegram
A strikethrough rich text.
TdApi.RichTextSubscript - Class in org.drinkless.td.libcore.telegram
A subscript rich text.
TdApi.RichTextSuperscript - Class in org.drinkless.td.libcore.telegram
A superscript rich text.
TdApi.RichTextUnderline - Class in org.drinkless.td.libcore.telegram
An underlined rich text.
TdApi.RichTextUrl - Class in org.drinkless.td.libcore.telegram
A rich text URL link.
TdApi.SaveApplicationLogEvent - Class in org.drinkless.td.libcore.telegram
Saves application log event on the server.
TdApi.SavedCredentials - Class in org.drinkless.td.libcore.telegram
Contains information about saved card credentials.
TdApi.ScopeNotificationSettings - Class in org.drinkless.td.libcore.telegram
Contains information about notification settings for several chats.
TdApi.SearchBackground - Class in org.drinkless.td.libcore.telegram
Searches for a background by its name.
TdApi.SearchCallMessages - Class in org.drinkless.td.libcore.telegram
Searches for call messages.
TdApi.SearchChatMembers - Class in org.drinkless.td.libcore.telegram
Searches for a specified query in the first name, last name and username of the members of a specified chat.
TdApi.SearchChatMessages - Class in org.drinkless.td.libcore.telegram
Searches for messages with given words in the chat.
TdApi.SearchChatRecentLocationMessages - Class in org.drinkless.td.libcore.telegram
Returns information about the recent locations of chat members that were sent to the chat.
TdApi.SearchChats - Class in org.drinkless.td.libcore.telegram
Searches for the specified query in the title and username of already known chats, this is an offline request.
TdApi.SearchChatsNearby - Class in org.drinkless.td.libcore.telegram
Returns a list of users and location-based supergroups nearby.
TdApi.SearchChatsOnServer - Class in org.drinkless.td.libcore.telegram
Searches for the specified query in the title and username of already known chats via request to the server.
TdApi.SearchContacts - Class in org.drinkless.td.libcore.telegram
Searches for the specified query in the first names, last names and usernames of the known user contacts.
TdApi.SearchEmojis - Class in org.drinkless.td.libcore.telegram
Searches for emojis by keywords.
TdApi.SearchHashtags - Class in org.drinkless.td.libcore.telegram
Searches for recently used hashtags by their prefix.
TdApi.SearchInstalledStickerSets - Class in org.drinkless.td.libcore.telegram
Searches for installed sticker sets by looking for specified query in their title and name.
TdApi.SearchMessages - Class in org.drinkless.td.libcore.telegram
Searches for messages in all chats except secret chats.
TdApi.SearchMessagesFilter - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.SearchMessagesFilter.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.SearchMessagesFilterAnimation - Class in org.drinkless.td.libcore.telegram
Returns only animation messages.
TdApi.SearchMessagesFilterAudio - Class in org.drinkless.td.libcore.telegram
Returns only audio messages.
TdApi.SearchMessagesFilterCall - Class in org.drinkless.td.libcore.telegram
Returns only call messages.
TdApi.SearchMessagesFilterChatPhoto - Class in org.drinkless.td.libcore.telegram
Returns only messages containing chat photos.
TdApi.SearchMessagesFilterDocument - Class in org.drinkless.td.libcore.telegram
Returns only document messages.
TdApi.SearchMessagesFilterEmpty - Class in org.drinkless.td.libcore.telegram
Returns all found messages, no filter is applied.
TdApi.SearchMessagesFilterMention - Class in org.drinkless.td.libcore.telegram
Returns only messages with mentions of the current user, or messages that are replies to their messages.
TdApi.SearchMessagesFilterMissedCall - Class in org.drinkless.td.libcore.telegram
Returns only incoming call messages with missed/declined discard reasons.
TdApi.SearchMessagesFilterPhoto - Class in org.drinkless.td.libcore.telegram
Returns only photo messages.
TdApi.SearchMessagesFilterPhotoAndVideo - Class in org.drinkless.td.libcore.telegram
Returns only photo and video messages.
TdApi.SearchMessagesFilterUnreadMention - Class in org.drinkless.td.libcore.telegram
Returns only messages with unread mentions of the current user, or messages that are replies to their messages.
TdApi.SearchMessagesFilterUrl - Class in org.drinkless.td.libcore.telegram
Returns only messages containing URLs.
TdApi.SearchMessagesFilterVideo - Class in org.drinkless.td.libcore.telegram
Returns only video messages.
TdApi.SearchMessagesFilterVideoNote - Class in org.drinkless.td.libcore.telegram
Returns only video note messages.
TdApi.SearchMessagesFilterVoiceAndVideoNote - Class in org.drinkless.td.libcore.telegram
Returns only voice and video note messages.
TdApi.SearchMessagesFilterVoiceNote - Class in org.drinkless.td.libcore.telegram
Returns only voice note messages.
TdApi.SearchPublicChat - Class in org.drinkless.td.libcore.telegram
Searches a public chat by its username.
TdApi.SearchPublicChats - Class in org.drinkless.td.libcore.telegram
Searches public chats by looking for specified query in their username and title.
TdApi.SearchSecretMessages - Class in org.drinkless.td.libcore.telegram
Searches for messages in secret chats.
TdApi.SearchStickers - Class in org.drinkless.td.libcore.telegram
Searches for stickers from public sticker sets that correspond to a given emoji.
TdApi.SearchStickerSet - Class in org.drinkless.td.libcore.telegram
Searches for a sticker set by its name.
TdApi.SearchStickerSets - Class in org.drinkless.td.libcore.telegram
Searches for ordinary sticker sets by looking for specified query in their title and name.
TdApi.Seconds - Class in org.drinkless.td.libcore.telegram
Contains a value representing a number of seconds.
TdApi.SecretChat - Class in org.drinkless.td.libcore.telegram
Represents a secret chat.
TdApi.SecretChatState - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.SecretChatState.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.SecretChatStateClosed - Class in org.drinkless.td.libcore.telegram
The secret chat is closed.
TdApi.SecretChatStatePending - Class in org.drinkless.td.libcore.telegram
The secret chat is not yet created; waiting for the other user to get online.
TdApi.SecretChatStateReady - Class in org.drinkless.td.libcore.telegram
The secret chat is ready to use.
TdApi.SendBotStartMessage - Class in org.drinkless.td.libcore.telegram
Invites a bot to a chat (if it is not yet a member) and sends it the /start command.
TdApi.SendCallDebugInformation - Class in org.drinkless.td.libcore.telegram
Sends debug information for a call.
TdApi.SendCallRating - Class in org.drinkless.td.libcore.telegram
Sends a call rating.
TdApi.SendChatAction - Class in org.drinkless.td.libcore.telegram
Sends a notification about user activity in a chat.
TdApi.SendChatScreenshotTakenNotification - Class in org.drinkless.td.libcore.telegram
Sends a notification about a screenshot taken in a chat.
TdApi.SendChatSetTtlMessage - Class in org.drinkless.td.libcore.telegram
Changes the current TTL setting (sets a new self-destruct timer) in a secret chat and sends the corresponding message.
TdApi.SendCustomRequest - Class in org.drinkless.td.libcore.telegram
Sends a custom request; for bots only.
TdApi.SendEmailAddressVerificationCode - Class in org.drinkless.td.libcore.telegram
Sends a code to verify an email address to be added to a user's Telegram Passport.
TdApi.SendInlineQueryResultMessage - Class in org.drinkless.td.libcore.telegram
Sends the result of an inline query as a message.
TdApi.SendMessage - Class in org.drinkless.td.libcore.telegram
Sends a message.
TdApi.SendMessageAlbum - Class in org.drinkless.td.libcore.telegram
Sends messages grouped together into an album.
TdApi.SendMessageOptions - Class in org.drinkless.td.libcore.telegram
Options to be used when a message is send.
TdApi.SendPassportAuthorizationForm - Class in org.drinkless.td.libcore.telegram
Sends a Telegram Passport authorization form, effectively sharing data with the service.
TdApi.SendPaymentForm - Class in org.drinkless.td.libcore.telegram
Sends a filled-out payment form to the bot for final verification.
TdApi.SendPhoneNumberConfirmationCode - Class in org.drinkless.td.libcore.telegram
Sends phone number confirmation code.
TdApi.SendPhoneNumberVerificationCode - Class in org.drinkless.td.libcore.telegram
Sends a code to verify a phone number to be added to a user's Telegram Passport.
TdApi.Session - Class in org.drinkless.td.libcore.telegram
Contains information about one session in a Telegram application used by the current user.
TdApi.Sessions - Class in org.drinkless.td.libcore.telegram
Contains a list of sessions.
TdApi.SetAccountTtl - Class in org.drinkless.td.libcore.telegram
Changes the period of inactivity after which the account of the current user will automatically be deleted.
TdApi.SetAlarm - Class in org.drinkless.td.libcore.telegram
Succeeds after a specified amount of time has passed.
TdApi.SetAuthenticationPhoneNumber - Class in org.drinkless.td.libcore.telegram
Sets the phone number of the user and sends an authentication code to the user.
TdApi.SetAutoDownloadSettings - Class in org.drinkless.td.libcore.telegram
Sets auto-download settings.
TdApi.SetBackground - Class in org.drinkless.td.libcore.telegram
Changes the background selected by the user; adds background to the list of installed backgrounds.
TdApi.SetBio - Class in org.drinkless.td.libcore.telegram
Changes the bio of the current user.
TdApi.SetBotUpdatesStatus - Class in org.drinkless.td.libcore.telegram
Informs the server about the number of pending bot updates if they haven't been processed for a long time; for bots only.
TdApi.SetChatChatList - Class in org.drinkless.td.libcore.telegram
Moves a chat to a different chat list.
TdApi.SetChatClientData - Class in org.drinkless.td.libcore.telegram
Changes client data associated with a chat.
TdApi.SetChatDescription - Class in org.drinkless.td.libcore.telegram
Changes information about a chat.
TdApi.SetChatDiscussionGroup - Class in org.drinkless.td.libcore.telegram
Changes the discussion group of a channel chat; requires canChangeInfo rights in the channel if it is specified.
TdApi.SetChatDraftMessage - Class in org.drinkless.td.libcore.telegram
Changes the draft message in a chat.
TdApi.SetChatLocation - Class in org.drinkless.td.libcore.telegram
Changes the location of a chat.
TdApi.SetChatMemberStatus - Class in org.drinkless.td.libcore.telegram
Changes the status of a chat member, needs appropriate privileges.
TdApi.SetChatNotificationSettings - Class in org.drinkless.td.libcore.telegram
Changes the notification settings of a chat.
TdApi.SetChatPermissions - Class in org.drinkless.td.libcore.telegram
Changes the chat members permissions.
TdApi.SetChatPhoto - Class in org.drinkless.td.libcore.telegram
Changes the photo of a chat.
TdApi.SetChatSlowModeDelay - Class in org.drinkless.td.libcore.telegram
Changes the slow mode delay of a chat.
TdApi.SetChatTitle - Class in org.drinkless.td.libcore.telegram
Changes the chat title.
TdApi.SetCustomLanguagePack - Class in org.drinkless.td.libcore.telegram
Adds or changes a custom local language pack to the current localization target.
TdApi.SetCustomLanguagePackString - Class in org.drinkless.td.libcore.telegram
Adds, edits or deletes a string in a custom local language pack.
TdApi.SetDatabaseEncryptionKey - Class in org.drinkless.td.libcore.telegram
Changes the database encryption key.
TdApi.SetFileGenerationProgress - Class in org.drinkless.td.libcore.telegram
Informs TDLib on a file generation progress.
TdApi.SetGameScore - Class in org.drinkless.td.libcore.telegram
Updates the game score of the specified user in the game; for bots only.
TdApi.SetInlineGameScore - Class in org.drinkless.td.libcore.telegram
Updates the game score of the specified user in a game; for bots only.
TdApi.SetLogStream - Class in org.drinkless.td.libcore.telegram
Sets new log stream for internal logging of TDLib.
TdApi.SetLogTagVerbosityLevel - Class in org.drinkless.td.libcore.telegram
Sets the verbosity level for a specified TDLib internal log tag.
TdApi.SetLogVerbosityLevel - Class in org.drinkless.td.libcore.telegram
Sets the verbosity level of the internal logging of TDLib.
TdApi.SetName - Class in org.drinkless.td.libcore.telegram
Changes the first and last name of the current user.
TdApi.SetNetworkType - Class in org.drinkless.td.libcore.telegram
Sets the current network type.
TdApi.SetOption - Class in org.drinkless.td.libcore.telegram
Sets the value of an option.
TdApi.SetPassportElement - Class in org.drinkless.td.libcore.telegram
Adds an element to the user's Telegram Passport.
TdApi.SetPassportElementErrors - Class in org.drinkless.td.libcore.telegram
Informs the user that some of the elements in their Telegram Passport contain errors; for bots only.
TdApi.SetPassword - Class in org.drinkless.td.libcore.telegram
Changes the password for the user.
TdApi.SetPinnedChats - Class in org.drinkless.td.libcore.telegram
Changes the order of pinned chats.
TdApi.SetPollAnswer - Class in org.drinkless.td.libcore.telegram
Changes the user answer to a poll.
TdApi.SetProfilePhoto - Class in org.drinkless.td.libcore.telegram
Uploads a new profile photo for the current user.
TdApi.SetRecoveryEmailAddress - Class in org.drinkless.td.libcore.telegram
Changes the 2-step verification recovery email address of the user.
TdApi.SetScopeNotificationSettings - Class in org.drinkless.td.libcore.telegram
Changes notification settings for chats of a given type.
TdApi.SetStickerPositionInSet - Class in org.drinkless.td.libcore.telegram
Changes the position of a sticker in the set to which it belongs; for bots only.
TdApi.SetSupergroupStickerSet - Class in org.drinkless.td.libcore.telegram
Changes the sticker set of a supergroup; requires canChangeInfo rights.
TdApi.SetSupergroupUsername - Class in org.drinkless.td.libcore.telegram
Changes the username of a supergroup or channel, requires owner privileges in the supergroup or channel.
TdApi.SetTdlibParameters - Class in org.drinkless.td.libcore.telegram
Sets the parameters for TDLib initialization.
TdApi.SetUsername - Class in org.drinkless.td.libcore.telegram
Changes the username of the current user.
TdApi.SetUserPrivacySettingRules - Class in org.drinkless.td.libcore.telegram
Changes user privacy settings.
TdApi.SharePhoneNumber - Class in org.drinkless.td.libcore.telegram
Shares the phone number of the current user with a mutual contact.
TdApi.ShippingOption - Class in org.drinkless.td.libcore.telegram
One shipping option.
TdApi.Sticker - Class in org.drinkless.td.libcore.telegram
Describes a sticker.
TdApi.Stickers - Class in org.drinkless.td.libcore.telegram
Represents a list of stickers.
TdApi.StickerSet - Class in org.drinkless.td.libcore.telegram
Represents a sticker set.
TdApi.StickerSetInfo - Class in org.drinkless.td.libcore.telegram
Represents short information about a sticker set.
TdApi.StickerSets - Class in org.drinkless.td.libcore.telegram
Represents a list of sticker sets.
TdApi.StopPoll - Class in org.drinkless.td.libcore.telegram
Stops a poll.
TdApi.StorageStatistics - Class in org.drinkless.td.libcore.telegram
Contains the exact storage usage statistics split by chats and file type.
TdApi.StorageStatisticsByChat - Class in org.drinkless.td.libcore.telegram
Contains the storage usage statistics for a specific chat.
TdApi.StorageStatisticsByFileType - Class in org.drinkless.td.libcore.telegram
Contains the storage usage statistics for a specific file type.
TdApi.StorageStatisticsFast - Class in org.drinkless.td.libcore.telegram
Contains approximate storage usage statistics, excluding files of unknown file type.
TdApi.Supergroup - Class in org.drinkless.td.libcore.telegram
Represents a supergroup or channel with zero or more members (subscribers in the case of channels).
TdApi.SupergroupFullInfo - Class in org.drinkless.td.libcore.telegram
Contains full information about a supergroup or channel.
TdApi.SupergroupMembersFilter - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.SupergroupMembersFilter.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.SupergroupMembersFilterAdministrators - Class in org.drinkless.td.libcore.telegram
Returns the owner and administrators.
TdApi.SupergroupMembersFilterBanned - Class in org.drinkless.td.libcore.telegram
Returns users banned from the supergroup or channel; can be used only by administrators.
TdApi.SupergroupMembersFilterBots - Class in org.drinkless.td.libcore.telegram
Returns bot members of the supergroup or channel.
TdApi.SupergroupMembersFilterContacts - Class in org.drinkless.td.libcore.telegram
Returns contacts of the user, which are members of the supergroup or channel.
TdApi.SupergroupMembersFilterRecent - Class in org.drinkless.td.libcore.telegram
Returns recently active users in reverse chronological order.
TdApi.SupergroupMembersFilterRestricted - Class in org.drinkless.td.libcore.telegram
Returns restricted supergroup members; can be used only by administrators.
TdApi.SupergroupMembersFilterSearch - Class in org.drinkless.td.libcore.telegram
Used to search for supergroup or channel members via a (string) query.
TdApi.SynchronizeLanguagePack - Class in org.drinkless.td.libcore.telegram
Fetches the latest versions of all strings from a language pack in the current localization target from the server.
TdApi.TdlibParameters - Class in org.drinkless.td.libcore.telegram
Contains parameters for TDLib initialization.
TdApi.TemporaryPasswordState - Class in org.drinkless.td.libcore.telegram
Returns information about the availability of a temporary password, which can be used for payments.
TdApi.TerminateAllOtherSessions - Class in org.drinkless.td.libcore.telegram
Terminates all other sessions of the current user.
TdApi.TerminateSession - Class in org.drinkless.td.libcore.telegram
Terminates a session of the current user.
TdApi.TermsOfService - Class in org.drinkless.td.libcore.telegram
Contains Telegram terms of service.
TdApi.TestBytes - Class in org.drinkless.td.libcore.telegram
A simple object containing a sequence of bytes; for testing only.
TdApi.TestCallBytes - Class in org.drinkless.td.libcore.telegram
Returns the received bytes; for testing only.
TdApi.TestCallEmpty - Class in org.drinkless.td.libcore.telegram
Does nothing; for testing only.
TdApi.TestCallString - Class in org.drinkless.td.libcore.telegram
Returns the received string; for testing only.
TdApi.TestCallVectorInt - Class in org.drinkless.td.libcore.telegram
Returns the received vector of numbers; for testing only.
TdApi.TestCallVectorIntObject - Class in org.drinkless.td.libcore.telegram
Returns the received vector of objects containing a number; for testing only.
TdApi.TestCallVectorString - Class in org.drinkless.td.libcore.telegram
Returns the received vector of strings; for testing only.
TdApi.TestCallVectorStringObject - Class in org.drinkless.td.libcore.telegram
Returns the received vector of objects containing a string; for testing only.
TdApi.TestGetDifference - Class in org.drinkless.td.libcore.telegram
Forces an updates.getDifference call to the Telegram servers; for testing only.
TdApi.TestInt - Class in org.drinkless.td.libcore.telegram
A simple object containing a number; for testing only.
TdApi.TestNetwork - Class in org.drinkless.td.libcore.telegram
Sends a simple network request to the Telegram servers; for testing only.
TdApi.TestProxy - Class in org.drinkless.td.libcore.telegram
Sends a simple network request to the Telegram servers via proxy; for testing only.
TdApi.TestReturnError - Class in org.drinkless.td.libcore.telegram
Returns the specified error and ensures that the Error object is used; for testing only.
TdApi.TestSquareInt - Class in org.drinkless.td.libcore.telegram
Returns the squared received number; for testing only.
TdApi.TestString - Class in org.drinkless.td.libcore.telegram
A simple object containing a string; for testing only.
TdApi.TestUseUpdate - Class in org.drinkless.td.libcore.telegram
Does nothing and ensures that the Update object is used; for testing only.
TdApi.TestVectorInt - Class in org.drinkless.td.libcore.telegram
A simple object containing a vector of numbers; for testing only.
TdApi.TestVectorIntObject - Class in org.drinkless.td.libcore.telegram
A simple object containing a vector of objects that hold a number; for testing only.
TdApi.TestVectorString - Class in org.drinkless.td.libcore.telegram
A simple object containing a vector of strings; for testing only.
TdApi.TestVectorStringObject - Class in org.drinkless.td.libcore.telegram
A simple object containing a vector of objects that hold a string; for testing only.
TdApi.Text - Class in org.drinkless.td.libcore.telegram
Contains some text.
TdApi.TextEntities - Class in org.drinkless.td.libcore.telegram
Contains a list of text entities.
TdApi.TextEntity - Class in org.drinkless.td.libcore.telegram
Represents a part of the text that needs to be formatted in some unusual way.
TdApi.TextEntityType - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.TextEntityType.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.TextEntityTypeBold - Class in org.drinkless.td.libcore.telegram
A bold text.
TdApi.TextEntityTypeBotCommand - Class in org.drinkless.td.libcore.telegram
A bot command, beginning with "/".
TdApi.TextEntityTypeCashtag - Class in org.drinkless.td.libcore.telegram
A cashtag text, beginning with "$" and consisting of capital english letters (i.e.
TdApi.TextEntityTypeCode - Class in org.drinkless.td.libcore.telegram
Text that must be formatted as if inside a code HTML tag.
TdApi.TextEntityTypeEmailAddress - Class in org.drinkless.td.libcore.telegram
An email address.
TdApi.TextEntityTypeHashtag - Class in org.drinkless.td.libcore.telegram
A hashtag text, beginning with "#".
TdApi.TextEntityTypeItalic - Class in org.drinkless.td.libcore.telegram
An italic text.
TdApi.TextEntityTypeMention - Class in org.drinkless.td.libcore.telegram
A mention of a user by their username.
TdApi.TextEntityTypeMentionName - Class in org.drinkless.td.libcore.telegram
A text shows instead of a raw mention of the user (e.g., when the user has no username).
TdApi.TextEntityTypePhoneNumber - Class in org.drinkless.td.libcore.telegram
A phone number.
TdApi.TextEntityTypePre - Class in org.drinkless.td.libcore.telegram
Text that must be formatted as if inside a pre HTML tag.
TdApi.TextEntityTypePreCode - Class in org.drinkless.td.libcore.telegram
Text that must be formatted as if inside pre, and code HTML tags.
TdApi.TextEntityTypeStrikethrough - Class in org.drinkless.td.libcore.telegram
A strikethrough text.
TdApi.TextEntityTypeTextUrl - Class in org.drinkless.td.libcore.telegram
A text description shown instead of a raw URL.
TdApi.TextEntityTypeUnderline - Class in org.drinkless.td.libcore.telegram
An underlined text.
TdApi.TextEntityTypeUrl - Class in org.drinkless.td.libcore.telegram
An HTTP URL.
TdApi.TextParseMode - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.TextParseMode.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.TextParseModeHTML - Class in org.drinkless.td.libcore.telegram
The text should be parsed in HTML-style.
TdApi.TextParseModeMarkdown - Class in org.drinkless.td.libcore.telegram
The text should be parsed in markdown-style.
TdApi.TMeUrl - Class in org.drinkless.td.libcore.telegram
Represents a URL linking to an internal Telegram entity.
TdApi.TMeUrls - Class in org.drinkless.td.libcore.telegram
Contains a list of t.me URLs.
TdApi.TMeUrlType - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.TMeUrlType.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.TMeUrlTypeChatInvite - Class in org.drinkless.td.libcore.telegram
A chat invite link.
TdApi.TMeUrlTypeStickerSet - Class in org.drinkless.td.libcore.telegram
A URL linking to a sticker set.
TdApi.TMeUrlTypeSupergroup - Class in org.drinkless.td.libcore.telegram
A URL linking to a public supergroup or channel.
TdApi.TMeUrlTypeUser - Class in org.drinkless.td.libcore.telegram
A URL linking to a user.
TdApi.ToggleChatDefaultDisableNotification - Class in org.drinkless.td.libcore.telegram
Changes the value of the default disableNotification parameter, used when a message is sent to a chat.
TdApi.ToggleChatIsMarkedAsUnread - Class in org.drinkless.td.libcore.telegram
Changes the marked as unread state of a chat.
TdApi.ToggleChatIsPinned - Class in org.drinkless.td.libcore.telegram
Changes the pinned state of a chat.
TdApi.ToggleSupergroupIsAllHistoryAvailable - Class in org.drinkless.td.libcore.telegram
Toggles whether the message history of a supergroup is available to new members; requires canChangeInfo rights.
TdApi.ToggleSupergroupSignMessages - Class in org.drinkless.td.libcore.telegram
Toggles sender signatures messages sent in a channel; requires canChangeInfo rights.
TdApi.TopChatCategory - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.TopChatCategory.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.TopChatCategoryBots - Class in org.drinkless.td.libcore.telegram
A category containing frequently used private chats with bot users.
TdApi.TopChatCategoryCalls - Class in org.drinkless.td.libcore.telegram
A category containing frequently used chats used for calls.
TdApi.TopChatCategoryChannels - Class in org.drinkless.td.libcore.telegram
A category containing frequently used channels.
TdApi.TopChatCategoryForwardChats - Class in org.drinkless.td.libcore.telegram
A category containing frequently used chats used to forward messages.
TdApi.TopChatCategoryGroups - Class in org.drinkless.td.libcore.telegram
A category containing frequently used basic groups and supergroups.
TdApi.TopChatCategoryInlineBots - Class in org.drinkless.td.libcore.telegram
A category containing frequently used chats with inline bots sorted by their usage in inline mode.
TdApi.TopChatCategoryUsers - Class in org.drinkless.td.libcore.telegram
A category containing frequently used private chats with non-bot users.
TdApi.TransferChatOwnership - Class in org.drinkless.td.libcore.telegram
Changes the owner of a chat.
TdApi.UnblockUser - Class in org.drinkless.td.libcore.telegram
Removes a user from the blacklist.
TdApi.UnpinChatMessage - Class in org.drinkless.td.libcore.telegram
Removes the pinned message from a chat; requires canPinMessages rights in the group or channel.
TdApi.Update - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.Update.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.UpdateActiveNotifications - Class in org.drinkless.td.libcore.telegram
Contains active notifications that was shown on previous application launches.
TdApi.UpdateAuthorizationState - Class in org.drinkless.td.libcore.telegram
The user authorization state has changed.
TdApi.UpdateBasicGroup - Class in org.drinkless.td.libcore.telegram
Some data of a basic group has changed.
TdApi.UpdateBasicGroupFullInfo - Class in org.drinkless.td.libcore.telegram
Some data from basicGroupFullInfo has been changed.
TdApi.UpdateCall - Class in org.drinkless.td.libcore.telegram
New call was created or information about a call was updated.
TdApi.UpdateChatActionBar - Class in org.drinkless.td.libcore.telegram
The chat action bar was changed.
TdApi.UpdateChatChatList - Class in org.drinkless.td.libcore.telegram
The list to which the chat belongs was changed.
TdApi.UpdateChatDefaultDisableNotification - Class in org.drinkless.td.libcore.telegram
The value of the default disableNotification parameter, used when a message is sent to the chat, was changed.
TdApi.UpdateChatDraftMessage - Class in org.drinkless.td.libcore.telegram
A chat draft has changed.
TdApi.UpdateChatHasScheduledMessages - Class in org.drinkless.td.libcore.telegram
A chat's hasScheduledMessages field has changed.
TdApi.UpdateChatIsMarkedAsUnread - Class in org.drinkless.td.libcore.telegram
A chat was marked as unread or was read.
TdApi.UpdateChatIsPinned - Class in org.drinkless.td.libcore.telegram
A chat was pinned or unpinned.
TdApi.UpdateChatIsSponsored - Class in org.drinkless.td.libcore.telegram
A chat's isSponsored field has changed.
TdApi.UpdateChatLastMessage - Class in org.drinkless.td.libcore.telegram
The last message of a chat was changed.
TdApi.UpdateChatNotificationSettings - Class in org.drinkless.td.libcore.telegram
Notification settings for a chat were changed.
TdApi.UpdateChatOnlineMemberCount - Class in org.drinkless.td.libcore.telegram
The number of online group members has changed.
TdApi.UpdateChatOrder - Class in org.drinkless.td.libcore.telegram
The order of the chat in the chat list has changed.
TdApi.UpdateChatPermissions - Class in org.drinkless.td.libcore.telegram
Chat permissions was changed.
TdApi.UpdateChatPhoto - Class in org.drinkless.td.libcore.telegram
A chat photo was changed.
TdApi.UpdateChatPinnedMessage - Class in org.drinkless.td.libcore.telegram
The chat pinned message was changed.
TdApi.UpdateChatReadInbox - Class in org.drinkless.td.libcore.telegram
Incoming messages were read or number of unread messages has been changed.
TdApi.UpdateChatReadOutbox - Class in org.drinkless.td.libcore.telegram
Outgoing messages were read.
TdApi.UpdateChatReplyMarkup - Class in org.drinkless.td.libcore.telegram
The default chat reply markup was changed.
TdApi.UpdateChatTitle - Class in org.drinkless.td.libcore.telegram
The title of a chat was changed.
TdApi.UpdateChatUnreadMentionCount - Class in org.drinkless.td.libcore.telegram
The chat unreadMentionCount has changed.
TdApi.UpdateConnectionState - Class in org.drinkless.td.libcore.telegram
The connection state has changed.
TdApi.UpdateDeleteMessages - Class in org.drinkless.td.libcore.telegram
Some messages were deleted.
TdApi.UpdateFavoriteStickers - Class in org.drinkless.td.libcore.telegram
The list of favorite stickers was updated.
TdApi.UpdateFile - Class in org.drinkless.td.libcore.telegram
Information about a file was updated.
TdApi.UpdateFileGenerationStart - Class in org.drinkless.td.libcore.telegram
The file generation process needs to be started by the client.
TdApi.UpdateFileGenerationStop - Class in org.drinkless.td.libcore.telegram
File generation is no longer needed.
TdApi.UpdateHavePendingNotifications - Class in org.drinkless.td.libcore.telegram
Describes whether there are some pending notification updates.
TdApi.UpdateInstalledStickerSets - Class in org.drinkless.td.libcore.telegram
The list of installed sticker sets was updated.
TdApi.UpdateLanguagePackStrings - Class in org.drinkless.td.libcore.telegram
Some language pack strings have been updated.
TdApi.UpdateMessageContent - Class in org.drinkless.td.libcore.telegram
The message content has changed.
TdApi.UpdateMessageContentOpened - Class in org.drinkless.td.libcore.telegram
The message content was opened.
TdApi.UpdateMessageEdited - Class in org.drinkless.td.libcore.telegram
A message was edited.
TdApi.UpdateMessageLiveLocationViewed - Class in org.drinkless.td.libcore.telegram
A message with a live location was viewed.
TdApi.UpdateMessageMentionRead - Class in org.drinkless.td.libcore.telegram
A message with an unread mention was read.
TdApi.UpdateMessageSendAcknowledged - Class in org.drinkless.td.libcore.telegram
A request to send a message has reached the Telegram server.
TdApi.UpdateMessageSendFailed - Class in org.drinkless.td.libcore.telegram
A message failed to send.
TdApi.UpdateMessageSendSucceeded - Class in org.drinkless.td.libcore.telegram
A message has been successfully sent.
TdApi.UpdateMessageViews - Class in org.drinkless.td.libcore.telegram
The view count of the message has changed.
TdApi.UpdateNewCallbackQuery - Class in org.drinkless.td.libcore.telegram
A new incoming callback query; for bots only.
TdApi.UpdateNewChat - Class in org.drinkless.td.libcore.telegram
A new chat has been loaded/created.
TdApi.UpdateNewChosenInlineResult - Class in org.drinkless.td.libcore.telegram
The user has chosen a result of an inline query; for bots only.
TdApi.UpdateNewCustomEvent - Class in org.drinkless.td.libcore.telegram
A new incoming event; for bots only.
TdApi.UpdateNewCustomQuery - Class in org.drinkless.td.libcore.telegram
A new incoming query; for bots only.
TdApi.UpdateNewInlineCallbackQuery - Class in org.drinkless.td.libcore.telegram
A new incoming callback query from a message sent via a bot; for bots only.
TdApi.UpdateNewInlineQuery - Class in org.drinkless.td.libcore.telegram
A new incoming inline query; for bots only.
TdApi.UpdateNewMessage - Class in org.drinkless.td.libcore.telegram
A new message was received; can also be an outgoing message.
TdApi.UpdateNewPreCheckoutQuery - Class in org.drinkless.td.libcore.telegram
A new incoming pre-checkout query; for bots only.
TdApi.UpdateNewShippingQuery - Class in org.drinkless.td.libcore.telegram
A new incoming shipping query; for bots only.
TdApi.UpdateNotification - Class in org.drinkless.td.libcore.telegram
A notification was changed.
TdApi.UpdateNotificationGroup - Class in org.drinkless.td.libcore.telegram
A list of active notifications in a notification group has changed.
TdApi.UpdateOption - Class in org.drinkless.td.libcore.telegram
An option changed its value.
TdApi.UpdatePoll - Class in org.drinkless.td.libcore.telegram
A poll was updated; for bots only.
TdApi.UpdatePollAnswer - Class in org.drinkless.td.libcore.telegram
A user changed the answer to a poll; for bots only.
TdApi.UpdateRecentStickers - Class in org.drinkless.td.libcore.telegram
The list of recently used stickers was updated.
TdApi.Updates - Class in org.drinkless.td.libcore.telegram
Contains a list of updates.
TdApi.UpdateSavedAnimations - Class in org.drinkless.td.libcore.telegram
The list of saved animations was updated.
TdApi.UpdateScopeNotificationSettings - Class in org.drinkless.td.libcore.telegram
Notification settings for some type of chats were updated.
TdApi.UpdateSecretChat - Class in org.drinkless.td.libcore.telegram
Some data of a secret chat has changed.
TdApi.UpdateSelectedBackground - Class in org.drinkless.td.libcore.telegram
The selected background has changed.
TdApi.UpdateServiceNotification - Class in org.drinkless.td.libcore.telegram
Service notification from the server.
TdApi.UpdateSupergroup - Class in org.drinkless.td.libcore.telegram
Some data of a supergroup or a channel has changed.
TdApi.UpdateSupergroupFullInfo - Class in org.drinkless.td.libcore.telegram
Some data from supergroupFullInfo has been changed.
TdApi.UpdateTermsOfService - Class in org.drinkless.td.libcore.telegram
New terms of service must be accepted by the user.
TdApi.UpdateTrendingStickerSets - Class in org.drinkless.td.libcore.telegram
The list of trending sticker sets was updated or some of them were viewed.
TdApi.UpdateUnreadChatCount - Class in org.drinkless.td.libcore.telegram
Number of unread chats, i.e. with unread messages or marked as unread, has changed.
TdApi.UpdateUnreadMessageCount - Class in org.drinkless.td.libcore.telegram
Number of unread messages in a chat list has changed.
TdApi.UpdateUser - Class in org.drinkless.td.libcore.telegram
Some data of a user has changed.
TdApi.UpdateUserChatAction - Class in org.drinkless.td.libcore.telegram
User activity in the chat has changed.
TdApi.UpdateUserFullInfo - Class in org.drinkless.td.libcore.telegram
Some data from userFullInfo has been changed.
TdApi.UpdateUserPrivacySettingRules - Class in org.drinkless.td.libcore.telegram
Some privacy setting rules have been changed.
TdApi.UpdateUsersNearby - Class in org.drinkless.td.libcore.telegram
List of users nearby has changed.
TdApi.UpdateUserStatus - Class in org.drinkless.td.libcore.telegram
The user went online or offline.
TdApi.UpgradeBasicGroupChatToSupergroupChat - Class in org.drinkless.td.libcore.telegram
Creates a new supergroup from an existing basic group and sends a corresponding messageChatUpgradeTo and messageChatUpgradeFrom; requires creator privileges.
TdApi.UploadFile - Class in org.drinkless.td.libcore.telegram
Asynchronously uploads a file to the cloud without sending it in a message. updateFile will be used to notify about upload progress and successful completion of the upload.
TdApi.UploadStickerFile - Class in org.drinkless.td.libcore.telegram
Uploads a PNG image with a sticker; for bots only; returns the uploaded file.
TdApi.User - Class in org.drinkless.td.libcore.telegram
Represents a user.
TdApi.UserFullInfo - Class in org.drinkless.td.libcore.telegram
Contains full information about a user (except the full list of profile photos).
TdApi.UserPrivacySetting - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.UserPrivacySetting.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.UserPrivacySettingAllowCalls - Class in org.drinkless.td.libcore.telegram
A privacy setting for managing whether the user can be called.
TdApi.UserPrivacySettingAllowChatInvites - Class in org.drinkless.td.libcore.telegram
A privacy setting for managing whether the user can be invited to chats.
TdApi.UserPrivacySettingAllowFindingByPhoneNumber - Class in org.drinkless.td.libcore.telegram
A privacy setting for managing whether the user can be found by their phone number.
TdApi.UserPrivacySettingAllowPeerToPeerCalls - Class in org.drinkless.td.libcore.telegram
A privacy setting for managing whether peer-to-peer connections can be used for calls.
TdApi.UserPrivacySettingRule - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.UserPrivacySettingRule.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.UserPrivacySettingRuleAllowAll - Class in org.drinkless.td.libcore.telegram
A rule to allow all users to do something.
TdApi.UserPrivacySettingRuleAllowChatMembers - Class in org.drinkless.td.libcore.telegram
A rule to allow all members of certain specified basic groups and supergroups to doing something.
TdApi.UserPrivacySettingRuleAllowContacts - Class in org.drinkless.td.libcore.telegram
A rule to allow all of a user's contacts to do something.
TdApi.UserPrivacySettingRuleAllowUsers - Class in org.drinkless.td.libcore.telegram
A rule to allow certain specified users to do something.
TdApi.UserPrivacySettingRuleRestrictAll - Class in org.drinkless.td.libcore.telegram
A rule to restrict all users from doing something.
TdApi.UserPrivacySettingRuleRestrictChatMembers - Class in org.drinkless.td.libcore.telegram
A rule to restrict all members of specified basic groups and supergroups from doing something.
TdApi.UserPrivacySettingRuleRestrictContacts - Class in org.drinkless.td.libcore.telegram
A rule to restrict all contacts of a user from doing something.
TdApi.UserPrivacySettingRuleRestrictUsers - Class in org.drinkless.td.libcore.telegram
A rule to restrict all specified users from doing something.
TdApi.UserPrivacySettingRules - Class in org.drinkless.td.libcore.telegram
A list of privacy rules.
TdApi.UserPrivacySettingShowLinkInForwardedMessages - Class in org.drinkless.td.libcore.telegram
A privacy setting for managing whether a link to the user's account is included in forwarded messages.
TdApi.UserPrivacySettingShowPhoneNumber - Class in org.drinkless.td.libcore.telegram
A privacy setting for managing whether the user's phone number is visible.
TdApi.UserPrivacySettingShowProfilePhoto - Class in org.drinkless.td.libcore.telegram
A privacy setting for managing whether the user's profile photo is visible.
TdApi.UserPrivacySettingShowStatus - Class in org.drinkless.td.libcore.telegram
A privacy setting for managing whether the user's online status is visible.
TdApi.UserProfilePhoto - Class in org.drinkless.td.libcore.telegram
Contains full information about a user profile photo.
TdApi.UserProfilePhotos - Class in org.drinkless.td.libcore.telegram
Contains part of the list of user photos.
TdApi.Users - Class in org.drinkless.td.libcore.telegram
Represents a list of users.
TdApi.UserStatus - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.UserStatus.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.UserStatusEmpty - Class in org.drinkless.td.libcore.telegram
The user status was never changed.
TdApi.UserStatusLastMonth - Class in org.drinkless.td.libcore.telegram
The user is offline, but was online last month.
TdApi.UserStatusLastWeek - Class in org.drinkless.td.libcore.telegram
The user is offline, but was online last week.
TdApi.UserStatusOffline - Class in org.drinkless.td.libcore.telegram
The user is offline.
TdApi.UserStatusOnline - Class in org.drinkless.td.libcore.telegram
The user is online.
TdApi.UserStatusRecently - Class in org.drinkless.td.libcore.telegram
The user was online recently.
TdApi.UserType - Class in org.drinkless.td.libcore.telegram
This class is an abstract base class.
TdApi.UserType.Constructors - Annotation Type in org.drinkless.td.libcore.telegram
 
TdApi.UserTypeBot - Class in org.drinkless.td.libcore.telegram
A bot (see https://core.telegram.org/bots).
TdApi.UserTypeDeleted - Class in org.drinkless.td.libcore.telegram
A deleted user or deleted bot.
TdApi.UserTypeRegular - Class in org.drinkless.td.libcore.telegram
A regular user.
TdApi.UserTypeUnknown - Class in org.drinkless.td.libcore.telegram
No information on the user besides the user identifier is available, yet this user has not been deleted.
TdApi.ValidatedOrderInfo - Class in org.drinkless.td.libcore.telegram
Contains a temporary identifier of validated order information, which is stored for one hour.
TdApi.ValidateOrderInfo - Class in org.drinkless.td.libcore.telegram
Validates the order information provided by a user and returns the available shipping options for a flexible invoice.
TdApi.Venue - Class in org.drinkless.td.libcore.telegram
Describes a venue.
TdApi.Video - Class in org.drinkless.td.libcore.telegram
Describes a video file.
TdApi.VideoNote - Class in org.drinkless.td.libcore.telegram
Describes a video note.
TdApi.ViewMessages - Class in org.drinkless.td.libcore.telegram
Informs TDLib that messages are being viewed by the user.
TdApi.ViewTrendingStickerSets - Class in org.drinkless.td.libcore.telegram
Informs the server that some trending sticker sets have been viewed by the user.
TdApi.VoiceNote - Class in org.drinkless.td.libcore.telegram
Describes a voice note.
TdApi.WebPage - Class in org.drinkless.td.libcore.telegram
Describes a web page preview.
TdApi.WebPageInstantView - Class in org.drinkless.td.libcore.telegram
Describes an instant view page for a web page.
TdApi.WriteGeneratedFilePart - Class in org.drinkless.td.libcore.telegram
Writes a part of a generated file.
TdlibParameters() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
Contains parameters for TDLib initialization.
TdlibParameters(boolean, String, String, boolean, boolean, boolean, boolean, int, String, String, String, String, String, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
Contains parameters for TDLib initialization.
telegramPaymentChargeId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessfulBot
Telegram payment identifier.
TemporaryPasswordState() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TemporaryPasswordState
Returns information about the availability of a temporary password, which can be used for payments.
TemporaryPasswordState(boolean, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TemporaryPasswordState
Returns information about the availability of a temporary password, which can be used for payments.
temporaryRegistration - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementTemporaryRegistration
The temporary registration document to be saved.
temporaryRegistration - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementTemporaryRegistration
Temporary registration.
TerminateAllOtherSessions() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TerminateAllOtherSessions
Default constructor for a function, which terminates all other sessions of the current user.
TerminateSession() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TerminateSession
Default constructor for a function, which terminates a session of the current user.
TerminateSession(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TerminateSession
Creates a function, which terminates a session of the current user.
termsOfService - Variable in class org.drinkless.td.libcore.telegram.TdApi.AuthorizationStateWaitRegistration
Telegram terms of service.
TermsOfService() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TermsOfService
Contains Telegram terms of service.
TermsOfService(TdApi.FormattedText, int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TermsOfService
Contains Telegram terms of service.
termsOfService - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateTermsOfService
The new terms of service.
termsOfServiceId - Variable in class org.drinkless.td.libcore.telegram.TdApi.AcceptTermsOfService
Terms of service identifier.
termsOfServiceId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateTermsOfService
Identifier of the terms of service.
TestBytes() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestBytes
A simple object containing a sequence of bytes; for testing only.
TestBytes(byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestBytes
A simple object containing a sequence of bytes; for testing only.
TestCallBytes() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestCallBytes
Default constructor for a function, which returns the received bytes; for testing only.
TestCallBytes(byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestCallBytes
Creates a function, which returns the received bytes; for testing only.
TestCallEmpty() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestCallEmpty
Default constructor for a function, which does nothing; for testing only.
TestCallString() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestCallString
Default constructor for a function, which returns the received string; for testing only.
TestCallString(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestCallString
Creates a function, which returns the received string; for testing only.
TestCallVectorInt() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorInt
Default constructor for a function, which returns the received vector of numbers; for testing only.
TestCallVectorInt(int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorInt
Creates a function, which returns the received vector of numbers; for testing only.
TestCallVectorIntObject() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorIntObject
Default constructor for a function, which returns the received vector of objects containing a number; for testing only.
TestCallVectorIntObject(TdApi.TestInt[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorIntObject
Creates a function, which returns the received vector of objects containing a number; for testing only.
TestCallVectorString() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorString
Default constructor for a function, which returns the received vector of strings; for testing only.
TestCallVectorString(String[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorString
Creates a function, which returns the received vector of strings; for testing only.
TestCallVectorStringObject() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorStringObject
Default constructor for a function, which returns the received vector of objects containing a string; for testing only.
TestCallVectorStringObject(TdApi.TestString[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorStringObject
Creates a function, which returns the received vector of objects containing a string; for testing only.
TestGetDifference() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestGetDifference
Default constructor for a function, which forces an updates.getDifference call to the Telegram servers; for testing only.
TestInt() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestInt
A simple object containing a number; for testing only.
TestInt(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestInt
A simple object containing a number; for testing only.
TestNetwork() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestNetwork
Default constructor for a function, which sends a simple network request to the Telegram servers; for testing only.
TestProxy() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestProxy
Default constructor for a function, which sends a simple network request to the Telegram servers via proxy; for testing only.
TestProxy(String, int, TdApi.ProxyType, int, double) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestProxy
Creates a function, which sends a simple network request to the Telegram servers via proxy; for testing only.
TestReturnError() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestReturnError
Default constructor for a function, which returns the specified error and ensures that the Error object is used; for testing only.
TestReturnError(TdApi.Error) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestReturnError
Creates a function, which returns the specified error and ensures that the Error object is used; for testing only.
TestSquareInt() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestSquareInt
Default constructor for a function, which returns the squared received number; for testing only.
TestSquareInt(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestSquareInt
Creates a function, which returns the squared received number; for testing only.
TestString() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestString
A simple object containing a string; for testing only.
TestString(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestString
A simple object containing a string; for testing only.
TestUseUpdate() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestUseUpdate
Default constructor for a function, which does nothing and ensures that the Update object is used; for testing only.
TestVectorInt() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestVectorInt
A simple object containing a vector of numbers; for testing only.
TestVectorInt(int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestVectorInt
A simple object containing a vector of numbers; for testing only.
TestVectorIntObject() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestVectorIntObject
A simple object containing a vector of objects that hold a number; for testing only.
TestVectorIntObject(TdApi.TestInt[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestVectorIntObject
A simple object containing a vector of objects that hold a number; for testing only.
TestVectorString() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestVectorString
A simple object containing a vector of strings; for testing only.
TestVectorString(String[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestVectorString
A simple object containing a vector of strings; for testing only.
TestVectorStringObject() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestVectorStringObject
A simple object containing a vector of objects that hold a string; for testing only.
TestVectorStringObject(TdApi.TestString[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TestVectorStringObject
A simple object containing a vector of objects that hold a string; for testing only.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddLogMessage
Text of a message to log.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerCallbackQuery
Text of the answer.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryAnswer
Text of the answer.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatReportReasonCustom
Report text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeepLinkInfo
Text to be shown to the user.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.FormattedText
The text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.Game
Game text, usually containing scoreboards for a game.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetTextEntities
The text in which to look for entites.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetWebPagePreview
Message text with formatting.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButton
Text of the button.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageText
Formatted text to be sent; 1-GetOption("message_text_length_max") characters.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.KeyboardButton
Text of the button.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageCustomServiceAction
Message text to be shown in the chat.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageText
Text of the message.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockBlockQuote
Quote text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockCaption
Content of the caption.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockParagraph
Paragraph text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockPreformatted
Paragraph text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockPullQuote
Quote text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTableCell
Cell text; may be null.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.ParseTextEntities
The text which should be parsed.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.PollOption
Option text, 1-100 characters.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentText
Message text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextAnchor
Text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextBold
Text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextEmailAddress
Text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextFixed
Text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextItalic
Text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextMarked
Text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextPhoneNumber
Text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextPlain
Text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextStrikethrough
Text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextSubscript
Text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextSuperscript
Text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextUnderline
Text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextUrl
Text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchEmojis
Text to search for.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.TermsOfService
Text of the terms of service.
Text() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Text
Contains some text.
Text(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Text
Contains some text.
text - Variable in class org.drinkless.td.libcore.telegram.TdApi.Text
Text.
TextEntities() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntities
Contains a list of text entities.
TextEntities(TdApi.TextEntity[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntities
Contains a list of text entities.
TextEntity() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntity
Represents a part of the text that needs to be formatted in some unusual way.
TextEntity(int, int, TdApi.TextEntityType) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntity
Represents a part of the text that needs to be formatted in some unusual way.
TextEntityType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityType
 
TextEntityTypeBold() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeBold
A bold text.
TextEntityTypeBotCommand() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeBotCommand
A bot command, beginning with "/".
TextEntityTypeCashtag() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeCashtag
A cashtag text, beginning with "$" and consisting of capital english letters (i.e.
TextEntityTypeCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeCode
Text that must be formatted as if inside a code HTML tag.
TextEntityTypeEmailAddress() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeEmailAddress
An email address.
TextEntityTypeHashtag() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeHashtag
A hashtag text, beginning with "#".
TextEntityTypeItalic() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeItalic
An italic text.
TextEntityTypeMention() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeMention
A mention of a user by their username.
TextEntityTypeMentionName() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeMentionName
A text shows instead of a raw mention of the user (e.g., when the user has no username).
TextEntityTypeMentionName(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeMentionName
A text shows instead of a raw mention of the user (e.g., when the user has no username).
TextEntityTypePhoneNumber() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypePhoneNumber
A phone number.
TextEntityTypePre() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypePre
Text that must be formatted as if inside a pre HTML tag.
TextEntityTypePreCode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypePreCode
Text that must be formatted as if inside pre, and code HTML tags.
TextEntityTypePreCode(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypePreCode
Text that must be formatted as if inside pre, and code HTML tags.
TextEntityTypeStrikethrough() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeStrikethrough
A strikethrough text.
TextEntityTypeTextUrl() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeTextUrl
A text description shown instead of a raw URL.
TextEntityTypeTextUrl(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeTextUrl
A text description shown instead of a raw URL.
TextEntityTypeUnderline() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeUnderline
An underlined text.
TextEntityTypeUrl() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeUrl
An HTTP URL.
TextParseMode() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextParseMode
 
TextParseModeHTML() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextParseModeHTML
The text should be parsed in HTML-style.
TextParseModeMarkdown() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextParseModeMarkdown
The text should be parsed in markdown-style.
TextParseModeMarkdown(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TextParseModeMarkdown
The text should be parsed in markdown-style.
texts - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTexts
Texts.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.Animation
Animation thumbnail; may be null.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.Document
Document thumbnail in JPEG or PNG format (PNG will be used only for background patterns); as defined by the sender; may be null.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultArticle
Result thumbnail; may be null.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultContact
Result thumbnail; may be null.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultLocation
Result thumbnail; may be null.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVenue
Result thumbnail; may be null.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageAnimation
Animation thumbnail, if available.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageDocument
Document thumbnail, if available.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessagePhoto
Photo thumbnail to be sent, this is sent to the other party in secret chats only.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageSticker
Sticker thumbnail, if available.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideo
Video thumbnail, if available.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideoNote
Video thumbnail, if available.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputThumbnail
Thumbnail file to send.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.Sticker
Sticker thumbnail in WEBP or JPEG format; may be null.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSet
Sticker set thumbnail in WEBP format with width and height 100; may be null.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSetInfo
Sticker set thumbnail in WEBP format with width and height 100; may be null.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.Video
Video thumbnail; as defined by the sender; may be null.
thumbnail - Variable in class org.drinkless.td.libcore.telegram.TdApi.VideoNote
Video thumbnail; as defined by the sender; may be null.
thumbnailHeight - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultArticle
Thumbnail height, if known.
thumbnailHeight - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultContact
Thumbnail height, if known.
thumbnailHeight - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultDocument
Height of the thumbnail.
thumbnailHeight - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultLocation
Thumbnail height, if known.
thumbnailHeight - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVenue
Thumbnail height, if known.
thumbnailUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedGif
URL of the static result thumbnail (JPEG or GIF), if it exists.
thumbnailUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedMpeg4
URL of the static result thumbnail (JPEG or GIF), if it exists.
thumbnailUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultArticle
URL of the result thumbnail, if it exists.
thumbnailUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultContact
URL of the result thumbnail, if it exists.
thumbnailUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultDocument
The URL of the file thumbnail, if it exists.
thumbnailUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultLocation
URL of the result thumbnail, if it exists.
thumbnailUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultPhoto
URL of the photo thumbnail, if it exists.
thumbnailUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultSticker
URL of the sticker thumbnail, if it exists.
thumbnailUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVenue
URL of the result thumbnail, if it exists.
thumbnailUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVideo
The URL of the video thumbnail (JPEG), if it exists.
thumbnailWidth - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultArticle
Thumbnail width, if known.
thumbnailWidth - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultContact
Thumbnail width, if known.
thumbnailWidth - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultDocument
Width of the thumbnail.
thumbnailWidth - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultLocation
Thumbnail width, if known.
thumbnailWidth - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVenue
Thumbnail width, if known.
timeout - Variable in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeInfo
Timeout before the code should be re-sent, in seconds.
timeout - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestProxy
The maximum overall timeout for the request.
timeout - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCustomQuery
Query timeout.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.Audio
Title of the audio; as defined by the sender.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Chat title.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatInviteLinkInfo
Title of the chat.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateNewBasicGroupChat
Title of the new basic group; 1-128 characters.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateNewStickerSet
Sticker set title; 1-64 characters.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateNewSupergroupChat
Title of the new chat; 1-128 characters.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.Game
Game title.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultAnimation
Animation title.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultArticle
Title of the result.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultDocument
Document title.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultLocation
Title of the result.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultPhoto
Title of the result, if known.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVideo
Title of the video.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVoiceNote
Title of the voice note.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedGif
Title of the query result.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAnimatedMpeg4
Title of the result.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultArticle
Title of the result.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultAudio
Title of the audio file.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultDocument
Title of the resulting file.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultLocation
Title of the result.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultPhoto
Title of the result, if known.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVideo
Title of the result.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVoiceNote
Title of the voice note.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageAudio
Title of the audio; 0-64 characters; may be replaced by the server.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageInvoice
Product title; 1-32 characters.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageBasicGroupChatCreate
Title of the basic group.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatChangeTitle
New chat title.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatUpgradeFrom
Title of the newly created supergroup.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageInvoice
Product title.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageSupergroupChatCreate
Title of the supergroup or channel.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockChatLink
Chat title.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockRelatedArticle
Article title; may be empty.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTitle
Title.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentChatChangeTitle
New chat title.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentGame
Game title, empty for pinned game message.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentGameScore
Game title, empty for pinned message.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.SavedCredentials
Title of the saved credentials.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatTitle
New title of the chat; 1-128 characters.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.ShippingOption
Option title.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSet
Title of the sticker set.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSetInfo
Title of the sticker set.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatTitle
The new chat title.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.Venue
Venue name; as defined by the sender.
title - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Title of the content.
TMeUrl() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TMeUrl
Represents a URL linking to an internal Telegram entity.
TMeUrl(String, TdApi.TMeUrlType) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TMeUrl
Represents a URL linking to an internal Telegram entity.
TMeUrls() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TMeUrls
Contains a list of t.me URLs.
TMeUrls(TdApi.TMeUrl[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TMeUrls
Contains a list of t.me URLs.
TMeUrlType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TMeUrlType
 
TMeUrlTypeChatInvite() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeChatInvite
A chat invite link.
TMeUrlTypeChatInvite(TdApi.ChatInviteLinkInfo) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeChatInvite
A chat invite link.
TMeUrlTypeStickerSet() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeStickerSet
A URL linking to a sticker set.
TMeUrlTypeStickerSet(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeStickerSet
A URL linking to a sticker set.
TMeUrlTypeSupergroup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeSupergroup
A URL linking to a public supergroup or channel.
TMeUrlTypeSupergroup(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeSupergroup
A URL linking to a public supergroup or channel.
TMeUrlTypeUser() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeUser
A URL linking to a user.
TMeUrlTypeUser(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeUser
A URL linking to a user.
ToggleChatDefaultDisableNotification() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ToggleChatDefaultDisableNotification
Default constructor for a function, which changes the value of the default disableNotification parameter, used when a message is sent to a chat.
ToggleChatDefaultDisableNotification(long, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ToggleChatDefaultDisableNotification
Creates a function, which changes the value of the default disableNotification parameter, used when a message is sent to a chat.
ToggleChatIsMarkedAsUnread() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ToggleChatIsMarkedAsUnread
Default constructor for a function, which changes the marked as unread state of a chat.
ToggleChatIsMarkedAsUnread(long, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ToggleChatIsMarkedAsUnread
Creates a function, which changes the marked as unread state of a chat.
ToggleChatIsPinned() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ToggleChatIsPinned
Default constructor for a function, which changes the pinned state of a chat.
ToggleChatIsPinned(long, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ToggleChatIsPinned
Creates a function, which changes the pinned state of a chat.
ToggleSupergroupIsAllHistoryAvailable() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ToggleSupergroupIsAllHistoryAvailable
Default constructor for a function, which toggles whether the message history of a supergroup is available to new members; requires canChangeInfo rights.
ToggleSupergroupIsAllHistoryAvailable(int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ToggleSupergroupIsAllHistoryAvailable
Creates a function, which toggles whether the message history of a supergroup is available to new members; requires canChangeInfo rights.
ToggleSupergroupSignMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ToggleSupergroupSignMessages
Default constructor for a function, which toggles sender signatures messages sent in a channel; requires canChangeInfo rights.
ToggleSupergroupSignMessages(int, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ToggleSupergroupSignMessages
Creates a function, which toggles sender signatures messages sent in a channel; requires canChangeInfo rights.
token - Variable in class org.drinkless.td.libcore.telegram.TdApi.CheckAuthenticationBotToken
The bot token.
token - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenBlackBerryPush
Token; may be empty to de-register a device.
token - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenFirebaseCloudMessaging
Device registration token; may be empty to de-register a device.
token - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeviceTokenUbuntuPush
Token; may be empty to de-register a device.
TopChatCategory() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TopChatCategory
 
TopChatCategoryBots() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryBots
A category containing frequently used private chats with bot users.
TopChatCategoryCalls() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryCalls
A category containing frequently used chats used for calls.
TopChatCategoryChannels() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryChannels
A category containing frequently used channels.
TopChatCategoryForwardChats() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryForwardChats
A category containing frequently used chats used to forward messages.
TopChatCategoryGroups() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryGroups
A category containing frequently used basic groups and supergroups.
TopChatCategoryInlineBots() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryInlineBots
A category containing frequently used chats with inline bots sorted by their usage in inline mode.
TopChatCategoryUsers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TopChatCategoryUsers
A category containing frequently used private chats with non-bot users.
topColor - Variable in class org.drinkless.td.libcore.telegram.TdApi.BackgroundFillGradient
A top color of the background in the RGB24 format.
toString() - Method in class org.drinkless.td.libcore.telegram.TdApi.Function
 
toString() - Method in class org.drinkless.td.libcore.telegram.TdApi.Object
 
totalAmount - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageInvoice
Product total price in the minimal quantity of the currency.
totalAmount - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessful
Total price for the product, in the minimal quantity of the currency.
totalAmount - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePaymentSuccessfulBot
Total price for the product, in the minimal quantity of the currency.
totalAmount - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewPreCheckoutQuery
Total price for the product, in the minimal quantity of the currency.
totalCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMembers
Approximate total count of chat members found.
totalCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.Messages
Approximate total count of messages found.
totalCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationGroup
Total number of active notifications in the group.
totalCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentMediaAlbum
Number of messages in the album.
totalCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentMessageForwards
Number of forwarded messages.
totalCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.StickerSets
Approximate total number of sticker sets found.
totalCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNotificationGroup
Total number of unread notifications in the group, can be bigger than number of active notifications.
totalCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadChatCount
Approximate total number of chats in the chat list.
totalCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserProfilePhotos
Total number of user profile photos.
totalCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.Users
Approximate total count of users found.
totalStringCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
Total number of non-deleted strings from the language pack.
totalVoterCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.Poll
Total number of voters, participating in the poll.
TransferChatOwnership() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TransferChatOwnership
Default constructor for a function, which changes the owner of a chat.
TransferChatOwnership(long, int, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.TransferChatOwnership
Creates a function, which changes the owner of a chat.
translatedStringCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
Total number of translated strings from the language pack.
translation - Variable in class org.drinkless.td.libcore.telegram.TdApi.EncryptedPassportElement
List of files containing a certified English translation of the document.
translation - Variable in class org.drinkless.td.libcore.telegram.TdApi.IdentityDocument
List of files containing a certified English translation of the document.
translation - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputIdentityDocument
List of files containing a certified English translation of the document.
translation - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPersonalDocument
List of files containing a certified English translation of the document.
translation - Variable in class org.drinkless.td.libcore.telegram.TdApi.PersonalDocument
List of files containing a certified English translation of the document.
translationUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackInfo
Link to language translation interface; empty for custom local language packs.
ttl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessagePhoto
Photo TTL (Time To Live), in seconds (0-60).
ttl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideo
Video TTL (Time To Live), in seconds (0-60).
ttl - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
For self-destructing messages, the message's TTL (Time To Live), in seconds; 0 if none.
ttl - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatSetTtl
New TTL.
ttl - Variable in class org.drinkless.td.libcore.telegram.TdApi.OptimizeStorage
Limit on the time that has passed since the last time a file was accessed (or creation time for some filesystems).
ttl - Variable in class org.drinkless.td.libcore.telegram.TdApi.SecretChat
Current message Time To Live setting (self-destruct timer) for the chat, in seconds.
ttl - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendChatSetTtlMessage
New TTL value, in seconds.
ttl - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetAccountTtl
New account TTL.
ttlExpiresIn - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
Time left before the message expires, in seconds.
twoValue - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValuePluralized
Value for two objects.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddProxy
Proxy type.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.AuthenticationCodeInfo
Describes the way the code was sent to the user.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.Background
Type of the background.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Type of the chat.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatInviteLinkInfo
Contains information about the type of the chat.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.CheckCreatedPublicChatsLimit
Type of the public chats, for which to check the limit.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeletePassportElement
Element type.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.EditProxy
Proxy type.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.EncryptedPassportElement
Type of Telegram Passport element.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetBackgroundUrl
Background type.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetCreatedPublicChats
Type of the public chats to return.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetPassportElement
Telegram Passport element type.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButton
Type of the button.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessagePoll
Type of the poll.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementError
Type of Telegram Passport element that has the error.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.KeyboardButton
Type of the button.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.Notification
Notification type.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.NotificationGroup
Type of the group.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementError
Type of the Telegram Passport element which has the error.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportSuitableElement
Type of the element.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.PhotoSize
Thumbnail type (see https://core.telegram.org/constructor/photoSize).
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.Poll
Type of the poll.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.Proxy
Type of the proxy.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.SaveApplicationLogEvent
Event type.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetAutoDownloadSettings
Type of the network for which the new settings are applied.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetBackground
Background type; null for default background.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetNetworkType
The new network type.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestProxy
Proxy type.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntity
Type of the entity.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.TMeUrl
Type of the URL.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNotificationGroup
New type of the notification group.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateServiceNotification
Notification type.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.User
Type of the user.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.Venue
Type of the venue in the provider database; as defined by the sender.
type - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Type of the web page.
types - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessagePassportDataSent
List of Telegram Passport element types sent.
types - Variable in class org.drinkless.td.libcore.telegram.TdApi.SendPassportAuthorizationForm
Types of Telegram Passport elements chosen by user to complete the authorization form.

U

udpP2p - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallProtocol
True, if UDP peer-to-peer connections are supported.
udpReflector - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallProtocol
True, if connection through UDP reflectors is supported.
UnblockUser() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UnblockUser
Default constructor for a function, which removes a user from the blacklist.
UnblockUser(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UnblockUser
Creates a function, which removes a user from the blacklist.
uniqueId - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoteFile
Unique file identifier; may be empty if unknown.
UnpinChatMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UnpinChatMessage
Default constructor for a function, which removes the pinned message from a chat; requires canPinMessages rights in the group or channel.
UnpinChatMessage(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UnpinChatMessage
Creates a function, which removes the pinned message from a chat; requires canPinMessages rights in the group or channel.
unreadCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Number of unread messages in the chat.
unreadCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReadInbox
The number of unread messages left in the chat.
unreadCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadChatCount
Total number of unread chats.
unreadCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadMessageCount
Total number of unread messages.
unreadMentionCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.Chat
Number of unread messages with a mention/reply in the chat.
unreadMentionCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateChatUnreadMentionCount
The number of unread mention messages left in the chat.
unreadMentionCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageMentionRead
The new number of unread mention messages left in the chat.
unreadUnmutedCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadChatCount
Total number of unread unmuted chats.
unreadUnmutedCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadMessageCount
Total number of unread messages in unmuted chats.
Update() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Update
 
UpdateActiveNotifications() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateActiveNotifications
Contains active notifications that was shown on previous application launches.
UpdateActiveNotifications(TdApi.NotificationGroup[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateActiveNotifications
Contains active notifications that was shown on previous application launches.
UpdateAuthorizationState() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateAuthorizationState
The user authorization state has changed.
UpdateAuthorizationState(TdApi.AuthorizationState) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateAuthorizationState
The user authorization state has changed.
UpdateBasicGroup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateBasicGroup
Some data of a basic group has changed.
UpdateBasicGroup(TdApi.BasicGroup) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateBasicGroup
Some data of a basic group has changed.
UpdateBasicGroupFullInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateBasicGroupFullInfo
Some data from basicGroupFullInfo has been changed.
UpdateBasicGroupFullInfo(int, TdApi.BasicGroupFullInfo) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateBasicGroupFullInfo
Some data from basicGroupFullInfo has been changed.
UpdateCall() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateCall
New call was created or information about a call was updated.
UpdateCall(TdApi.Call) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateCall
New call was created or information about a call was updated.
UpdateChatActionBar() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatActionBar
The chat action bar was changed.
UpdateChatActionBar(long, TdApi.ChatActionBar) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatActionBar
The chat action bar was changed.
UpdateChatChatList() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatChatList
The list to which the chat belongs was changed.
UpdateChatChatList(long, TdApi.ChatList) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatChatList
The list to which the chat belongs was changed.
UpdateChatDefaultDisableNotification() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatDefaultDisableNotification
The value of the default disableNotification parameter, used when a message is sent to the chat, was changed.
UpdateChatDefaultDisableNotification(long, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatDefaultDisableNotification
The value of the default disableNotification parameter, used when a message is sent to the chat, was changed.
UpdateChatDraftMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatDraftMessage
A chat draft has changed.
UpdateChatDraftMessage(long, TdApi.DraftMessage, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatDraftMessage
A chat draft has changed.
UpdateChatHasScheduledMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatHasScheduledMessages
A chat's hasScheduledMessages field has changed.
UpdateChatHasScheduledMessages(long, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatHasScheduledMessages
A chat's hasScheduledMessages field has changed.
UpdateChatIsMarkedAsUnread() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsMarkedAsUnread
A chat was marked as unread or was read.
UpdateChatIsMarkedAsUnread(long, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsMarkedAsUnread
A chat was marked as unread or was read.
UpdateChatIsPinned() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsPinned
A chat was pinned or unpinned.
UpdateChatIsPinned(long, boolean, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsPinned
A chat was pinned or unpinned.
UpdateChatIsSponsored() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsSponsored
A chat's isSponsored field has changed.
UpdateChatIsSponsored(long, boolean, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatIsSponsored
A chat's isSponsored field has changed.
UpdateChatLastMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatLastMessage
The last message of a chat was changed.
UpdateChatLastMessage(long, TdApi.Message, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatLastMessage
The last message of a chat was changed.
UpdateChatNotificationSettings() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatNotificationSettings
Notification settings for a chat were changed.
UpdateChatNotificationSettings(long, TdApi.ChatNotificationSettings) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatNotificationSettings
Notification settings for a chat were changed.
UpdateChatOnlineMemberCount() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatOnlineMemberCount
The number of online group members has changed.
UpdateChatOnlineMemberCount(long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatOnlineMemberCount
The number of online group members has changed.
UpdateChatOrder() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatOrder
The order of the chat in the chat list has changed.
UpdateChatOrder(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatOrder
The order of the chat in the chat list has changed.
UpdateChatPermissions() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPermissions
Chat permissions was changed.
UpdateChatPermissions(long, TdApi.ChatPermissions) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPermissions
Chat permissions was changed.
UpdateChatPhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPhoto
A chat photo was changed.
UpdateChatPhoto(long, TdApi.ChatPhoto) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPhoto
A chat photo was changed.
UpdateChatPinnedMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPinnedMessage
The chat pinned message was changed.
UpdateChatPinnedMessage(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatPinnedMessage
The chat pinned message was changed.
UpdateChatReadInbox() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReadInbox
Incoming messages were read or number of unread messages has been changed.
UpdateChatReadInbox(long, long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReadInbox
Incoming messages were read or number of unread messages has been changed.
UpdateChatReadOutbox() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReadOutbox
Outgoing messages were read.
UpdateChatReadOutbox(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReadOutbox
Outgoing messages were read.
UpdateChatReplyMarkup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReplyMarkup
The default chat reply markup was changed.
UpdateChatReplyMarkup(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatReplyMarkup
The default chat reply markup was changed.
UpdateChatTitle() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatTitle
The title of a chat was changed.
UpdateChatTitle(long, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatTitle
The title of a chat was changed.
UpdateChatUnreadMentionCount() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatUnreadMentionCount
The chat unreadMentionCount has changed.
UpdateChatUnreadMentionCount(long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateChatUnreadMentionCount
The chat unreadMentionCount has changed.
UpdateConnectionState() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateConnectionState
The connection state has changed.
UpdateConnectionState(TdApi.ConnectionState) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateConnectionState
The connection state has changed.
UpdateDeleteMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateDeleteMessages
Some messages were deleted.
UpdateDeleteMessages(long, long[], boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateDeleteMessages
Some messages were deleted.
UpdateFavoriteStickers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateFavoriteStickers
The list of favorite stickers was updated.
UpdateFavoriteStickers(int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateFavoriteStickers
The list of favorite stickers was updated.
UpdateFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateFile
Information about a file was updated.
UpdateFile(TdApi.File) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateFile
Information about a file was updated.
UpdateFileGenerationStart() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateFileGenerationStart
The file generation process needs to be started by the client.
UpdateFileGenerationStart(long, String, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateFileGenerationStart
The file generation process needs to be started by the client.
UpdateFileGenerationStop() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateFileGenerationStop
File generation is no longer needed.
UpdateFileGenerationStop(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateFileGenerationStop
File generation is no longer needed.
UpdateHavePendingNotifications() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateHavePendingNotifications
Describes whether there are some pending notification updates.
UpdateHavePendingNotifications(boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateHavePendingNotifications
Describes whether there are some pending notification updates.
UpdateInstalledStickerSets() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateInstalledStickerSets
The list of installed sticker sets was updated.
UpdateInstalledStickerSets(boolean, long[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateInstalledStickerSets
The list of installed sticker sets was updated.
UpdateLanguagePackStrings() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateLanguagePackStrings
Some language pack strings have been updated.
UpdateLanguagePackStrings(String, String, TdApi.LanguagePackString[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateLanguagePackStrings
Some language pack strings have been updated.
UpdateMessageContent() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageContent
The message content has changed.
UpdateMessageContent(long, long, TdApi.MessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageContent
The message content has changed.
UpdateMessageContentOpened() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageContentOpened
The message content was opened.
UpdateMessageContentOpened(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageContentOpened
The message content was opened.
UpdateMessageEdited() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageEdited
A message was edited.
UpdateMessageEdited(long, long, int, TdApi.ReplyMarkup) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageEdited
A message was edited.
UpdateMessageLiveLocationViewed() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageLiveLocationViewed
A message with a live location was viewed.
UpdateMessageLiveLocationViewed(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageLiveLocationViewed
A message with a live location was viewed.
UpdateMessageMentionRead() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageMentionRead
A message with an unread mention was read.
UpdateMessageMentionRead(long, long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageMentionRead
A message with an unread mention was read.
UpdateMessageSendAcknowledged() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendAcknowledged
A request to send a message has reached the Telegram server.
UpdateMessageSendAcknowledged(long, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendAcknowledged
A request to send a message has reached the Telegram server.
UpdateMessageSendFailed() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendFailed
A message failed to send.
UpdateMessageSendFailed(TdApi.Message, long, int, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendFailed
A message failed to send.
UpdateMessageSendSucceeded() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendSucceeded
A message has been successfully sent.
UpdateMessageSendSucceeded(TdApi.Message, long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageSendSucceeded
A message has been successfully sent.
UpdateMessageViews() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageViews
The view count of the message has changed.
UpdateMessageViews(long, long, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageViews
The view count of the message has changed.
UpdateNewCallbackQuery() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCallbackQuery
A new incoming callback query; for bots only.
UpdateNewCallbackQuery(long, int, long, long, long, TdApi.CallbackQueryPayload) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCallbackQuery
A new incoming callback query; for bots only.
UpdateNewChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewChat
A new chat has been loaded/created.
UpdateNewChat(TdApi.Chat) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewChat
A new chat has been loaded/created.
UpdateNewChosenInlineResult() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewChosenInlineResult
The user has chosen a result of an inline query; for bots only.
UpdateNewChosenInlineResult(int, TdApi.Location, String, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewChosenInlineResult
The user has chosen a result of an inline query; for bots only.
UpdateNewCustomEvent() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCustomEvent
A new incoming event; for bots only.
UpdateNewCustomEvent(String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCustomEvent
A new incoming event; for bots only.
UpdateNewCustomQuery() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCustomQuery
A new incoming query; for bots only.
UpdateNewCustomQuery(long, String, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewCustomQuery
A new incoming query; for bots only.
UpdateNewInlineCallbackQuery() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineCallbackQuery
A new incoming callback query from a message sent via a bot; for bots only.
UpdateNewInlineCallbackQuery(long, int, String, long, TdApi.CallbackQueryPayload) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineCallbackQuery
A new incoming callback query from a message sent via a bot; for bots only.
UpdateNewInlineQuery() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineQuery
A new incoming inline query; for bots only.
UpdateNewInlineQuery(long, int, TdApi.Location, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineQuery
A new incoming inline query; for bots only.
UpdateNewMessage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewMessage
A new message was received; can also be an outgoing message.
UpdateNewMessage(TdApi.Message) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewMessage
A new message was received; can also be an outgoing message.
UpdateNewPreCheckoutQuery() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewPreCheckoutQuery
A new incoming pre-checkout query; for bots only.
UpdateNewPreCheckoutQuery(long, int, String, long, byte[], String, TdApi.OrderInfo) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewPreCheckoutQuery
A new incoming pre-checkout query; for bots only.
UpdateNewShippingQuery() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewShippingQuery
A new incoming shipping query; for bots only.
UpdateNewShippingQuery(long, int, String, TdApi.Address) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNewShippingQuery
A new incoming shipping query; for bots only.
UpdateNotification() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNotification
A notification was changed.
UpdateNotification(int, TdApi.Notification) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNotification
A notification was changed.
UpdateNotificationGroup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNotificationGroup
A list of active notifications in a notification group has changed.
UpdateNotificationGroup(int, TdApi.NotificationGroupType, long, long, boolean, int, TdApi.Notification[], int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateNotificationGroup
A list of active notifications in a notification group has changed.
UpdateOption() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateOption
An option changed its value.
UpdateOption(String, TdApi.OptionValue) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateOption
An option changed its value.
UpdatePoll() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdatePoll
A poll was updated; for bots only.
UpdatePoll(TdApi.Poll) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdatePoll
A poll was updated; for bots only.
UpdatePollAnswer() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdatePollAnswer
A user changed the answer to a poll; for bots only.
UpdatePollAnswer(long, int, int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdatePollAnswer
A user changed the answer to a poll; for bots only.
UpdateRecentStickers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateRecentStickers
The list of recently used stickers was updated.
UpdateRecentStickers(boolean, int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateRecentStickers
The list of recently used stickers was updated.
Updates() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Updates
Contains a list of updates.
Updates(TdApi.Update[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Updates
Contains a list of updates.
updates - Variable in class org.drinkless.td.libcore.telegram.TdApi.Updates
List of updates.
UpdateSavedAnimations() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateSavedAnimations
The list of saved animations was updated.
UpdateSavedAnimations(int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateSavedAnimations
The list of saved animations was updated.
UpdateScopeNotificationSettings() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateScopeNotificationSettings
Notification settings for some type of chats were updated.
UpdateScopeNotificationSettings(TdApi.NotificationSettingsScope, TdApi.ScopeNotificationSettings) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateScopeNotificationSettings
Notification settings for some type of chats were updated.
UpdateSecretChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateSecretChat
Some data of a secret chat has changed.
UpdateSecretChat(TdApi.SecretChat) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateSecretChat
Some data of a secret chat has changed.
UpdateSelectedBackground() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateSelectedBackground
The selected background has changed.
UpdateSelectedBackground(boolean, TdApi.Background) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateSelectedBackground
The selected background has changed.
UpdateServiceNotification() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateServiceNotification
Service notification from the server.
UpdateServiceNotification(String, TdApi.MessageContent) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateServiceNotification
Service notification from the server.
UpdateSupergroup() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateSupergroup
Some data of a supergroup or a channel has changed.
UpdateSupergroup(TdApi.Supergroup) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateSupergroup
Some data of a supergroup or a channel has changed.
UpdateSupergroupFullInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateSupergroupFullInfo
Some data from supergroupFullInfo has been changed.
UpdateSupergroupFullInfo(int, TdApi.SupergroupFullInfo) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateSupergroupFullInfo
Some data from supergroupFullInfo has been changed.
UpdateTermsOfService() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateTermsOfService
New terms of service must be accepted by the user.
UpdateTermsOfService(String, TdApi.TermsOfService) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateTermsOfService
New terms of service must be accepted by the user.
UpdateTrendingStickerSets() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateTrendingStickerSets
The list of trending sticker sets was updated or some of them were viewed.
UpdateTrendingStickerSets(TdApi.StickerSets) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateTrendingStickerSets
The list of trending sticker sets was updated or some of them were viewed.
UpdateUnreadChatCount() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadChatCount
Number of unread chats, i.e. with unread messages or marked as unread, has changed.
UpdateUnreadChatCount(TdApi.ChatList, int, int, int, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadChatCount
Number of unread chats, i.e. with unread messages or marked as unread, has changed.
UpdateUnreadMessageCount() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadMessageCount
Number of unread messages in a chat list has changed.
UpdateUnreadMessageCount(TdApi.ChatList, int, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateUnreadMessageCount
Number of unread messages in a chat list has changed.
UpdateUser() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateUser
Some data of a user has changed.
UpdateUser(TdApi.User) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateUser
Some data of a user has changed.
UpdateUserChatAction() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateUserChatAction
User activity in the chat has changed.
UpdateUserChatAction(long, int, TdApi.ChatAction) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateUserChatAction
User activity in the chat has changed.
UpdateUserFullInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateUserFullInfo
Some data from userFullInfo has been changed.
UpdateUserFullInfo(int, TdApi.UserFullInfo) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateUserFullInfo
Some data from userFullInfo has been changed.
UpdateUserPrivacySettingRules() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateUserPrivacySettingRules
Some privacy setting rules have been changed.
UpdateUserPrivacySettingRules(TdApi.UserPrivacySetting, TdApi.UserPrivacySettingRules) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateUserPrivacySettingRules
Some privacy setting rules have been changed.
UpdateUsersNearby() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateUsersNearby
List of users nearby has changed.
UpdateUsersNearby(TdApi.ChatNearby[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateUsersNearby
List of users nearby has changed.
UpdateUserStatus() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateUserStatus
The user went online or offline.
UpdateUserStatus(int, TdApi.UserStatus) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpdateUserStatus
The user went online or offline.
UpgradeBasicGroupChatToSupergroupChat() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpgradeBasicGroupChatToSupergroupChat
Default constructor for a function, which creates a new supergroup from an existing basic group and sends a corresponding messageChatUpgradeTo and messageChatUpgradeFrom; requires creator privileges.
UpgradeBasicGroupChatToSupergroupChat(long) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UpgradeBasicGroupChatToSupergroupChat
Creates a function, which creates a new supergroup from an existing basic group and sends a corresponding messageChatUpgradeTo and messageChatUpgradeFrom; requires creator privileges.
upgradedFromBasicGroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
Identifier of the basic group from which supergroup was upgraded; 0 if none.
upgradedFromMaxMessageId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SupergroupFullInfo
Identifier of the last message in the basic group from which supergroup was upgraded; 0 if none.
upgradedToSupergroupId - Variable in class org.drinkless.td.libcore.telegram.TdApi.BasicGroup
Identifier of the supergroup to which this group was upgraded; 0 if none.
uploadedSize - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoteFile
Size of the remote available part of the file; 0 if unknown.
UploadFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UploadFile
Default constructor for a function, which asynchronously uploads a file to the cloud without sending it in a message. updateFile will be used to notify about upload progress and successful completion of the upload.
UploadFile(TdApi.InputFile, TdApi.FileType, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UploadFile
Creates a function, which asynchronously uploads a file to the cloud without sending it in a message. updateFile will be used to notify about upload progress and successful completion of the upload.
UploadStickerFile() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UploadStickerFile
Default constructor for a function, which uploads a PNG image with a sticker; for bots only; returns the uploaded file.
UploadStickerFile(int, TdApi.InputFile) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UploadStickerFile
Creates a function, which uploads a PNG image with a sticker; for bots only; returns the uploaded file.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.AnswerCallbackQuery
URL to be opened.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.CallbackQueryAnswer
URL to be opened.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetMessageLinkInfo
The message link in the format "https://t.me/c/...
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetWebPageInstantView
The web page URL.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.HttpUrl
The URL.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeLoginUrl
An HTTP URL to open.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineKeyboardButtonTypeUrl
HTTP or tg:// URL to open.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultArticle
URL of the result, if it exists.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultArticle
URL of the result, if it exists.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.LoginUrlInfoOpen
The URL to open.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.LoginUrlInfoRequestConfirmation
An HTTP URL to be opened.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbedded
Web page URL, if available.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbeddedPost
Web page URL.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockPhoto
URL that needs to be opened when the photo is clicked.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockRelatedArticle
Related article URL.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentForm
Payment form URL.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextUrl
URL.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeTextUrl
HTTP or tg:// URL to be opened when the link is clicked.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.TMeUrl
URL.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Original URL of the link.
url - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPageInstantView
Instant view URL; may be different from WebPage.url and must be used for the correct anchors handling.
urls - Variable in class org.drinkless.td.libcore.telegram.TdApi.TMeUrls
List of URLs.
useChatInfoDatabase - Variable in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
If set to true, the library will maintain a cache of users, basic groups, supergroups, channels and secret chats.
useDefaultDisableMentionNotifications - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatNotificationSettings
If true, disableMentionNotifications is ignored and the value for the relevant type of chat is used instead.
useDefaultDisablePinnedMessageNotifications - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatNotificationSettings
If true, disablePinnedMessageNotifications is ignored and the value for the relevant type of chat is used instead.
useDefaultMuteFor - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatNotificationSettings
If true, muteFor is ignored and the value for the relevant type of chat is used instead.
useDefaultShowPreview - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatNotificationSettings
If true, showPreview is ignored and the value for the relevant type of chat is used instead.
useDefaultSound - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatNotificationSettings
If true, sound is ignored and the value for the relevant type of chat is used instead.
useFileDatabase - Variable in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
If set to true, information about downloaded and uploaded files will be saved between application restarts.
useLessDataForCalls - Variable in class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettings
True, if "use less data for calls" option needs to be enabled.
useMessageDatabase - Variable in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
If set to true, the library will maintain a cache of chats and messages.
user - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUser
New data about the user.
User() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.User
Represents a user.
User(int, String, String, String, String, TdApi.UserStatus, TdApi.ProfilePhoto, boolean, boolean, boolean, boolean, String, boolean, boolean, TdApi.UserType, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.User
Represents a user.
userFullInfo - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserFullInfo
New full information about the user.
UserFullInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserFullInfo
Contains full information about a user (except the full list of profile photos).
UserFullInfo(boolean, boolean, boolean, boolean, String, String, int, TdApi.BotInfo) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserFullInfo
Contains full information about a user (except the full list of profile photos).
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddChatMember
Identifier of the user.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddStickerToSet
Sticker set owner.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.BlockUser
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.Call
Peer user identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatAdministrator
User identifier of the administrator.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEvent
Identifier of the user who performed the action that triggered the event.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberInvited
New member user identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberPromoted
Chat member user identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatEventMemberRestricted
Chat member user identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatMember
User identifier of the chat member.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatTypePrivate
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatTypeSecret
User identifier of the secret chat peer.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.Contact
Identifier of the user, if known; otherwise 0.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateCall
Identifier of the user to be called.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateNewSecretChat
Identifier of the target user.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateNewStickerSet
Sticker set owner.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreatePrivateChat
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.DeleteChatMessagesFromUser
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GameHighScore
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatMember
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetGameHighScores
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetGroupsInCommon
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetInlineGameHighScores
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetUser
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetUserFullInfo
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetUserProfilePhotos
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageChatDeleteMember
User identifier of the deleted chat member.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.ReportSupergroupSpam
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SecretChat
Identifier of the chat partner.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetChatMemberStatus
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetGameScore
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetInlineGameScore
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetPassportElementErrors
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.SharePhoneNumber
Identifier of the user with whom to share the phone number.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.TextEntityTypeMentionName
Identifier of the mentioned user.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.TMeUrlTypeUser
Identifier of the user.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.TransferChatOwnership
Identifier of the user to which transfer the ownership.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UnblockUser
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdatePollAnswer
The user, who changed the answer to the poll.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserChatAction
Identifier of a user performing an action.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserFullInfo
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUserStatus
User identifier.
userId - Variable in class org.drinkless.td.libcore.telegram.TdApi.UploadStickerFile
Sticker file owner.
userIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddChatMembers
Identifiers of the users to be added to the chat.
userIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateNewBasicGroupChat
Identifiers of users to be added to the basic group.
userIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetChatEventLog
User identifiers by which to filter events.
userIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.ImportedContacts
User identifiers of the imported contacts in the same order as they were specified in the request; 0 if the contact is not yet a registered user.
userIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.RemoveContacts
Identifiers of users to be deleted.
userIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleAllowUsers
The user identifiers, total number of users in all rules must not exceed 1000.
userIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleRestrictUsers
The user identifiers, total number of users in all rules must not exceed 1000.
userIds - Variable in class org.drinkless.td.libcore.telegram.TdApi.Users
A list of user identifiers.
userLocation - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetInlineQueryResults
Location of the user, only if needed.
userLocation - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewChosenInlineResult
User location, provided by the client; may be null.
userLocation - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateNewInlineQuery
User location, provided by the client; may be null.
username - Variable in class org.drinkless.td.libcore.telegram.TdApi.CheckChatUsername
Username to be checked.
username - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockChatLink
Chat username, by which all other information about the chat should be resolved.
username - Variable in class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeHttp
Username for logging in; may be empty.
username - Variable in class org.drinkless.td.libcore.telegram.TdApi.ProxyTypeSocks5
Username for logging in; may be empty.
username - Variable in class org.drinkless.td.libcore.telegram.TdApi.SearchPublicChat
Username to be resolved.
username - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetSupergroupUsername
New value of the username.
username - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetUsername
The new value of the username.
username - Variable in class org.drinkless.td.libcore.telegram.TdApi.Supergroup
Username of the supergroup or channel; empty for private supergroups or channels.
username - Variable in class org.drinkless.td.libcore.telegram.TdApi.User
Username of the user.
UserPrivacySetting() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySetting
 
UserPrivacySettingAllowCalls() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingAllowCalls
A privacy setting for managing whether the user can be called.
UserPrivacySettingAllowChatInvites() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingAllowChatInvites
A privacy setting for managing whether the user can be invited to chats.
UserPrivacySettingAllowFindingByPhoneNumber() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingAllowFindingByPhoneNumber
A privacy setting for managing whether the user can be found by their phone number.
UserPrivacySettingAllowPeerToPeerCalls() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingAllowPeerToPeerCalls
A privacy setting for managing whether peer-to-peer connections can be used for calls.
UserPrivacySettingRule() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRule
 
UserPrivacySettingRuleAllowAll() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleAllowAll
A rule to allow all users to do something.
UserPrivacySettingRuleAllowChatMembers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleAllowChatMembers
A rule to allow all members of certain specified basic groups and supergroups to doing something.
UserPrivacySettingRuleAllowChatMembers(long[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleAllowChatMembers
A rule to allow all members of certain specified basic groups and supergroups to doing something.
UserPrivacySettingRuleAllowContacts() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleAllowContacts
A rule to allow all of a user's contacts to do something.
UserPrivacySettingRuleAllowUsers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleAllowUsers
A rule to allow certain specified users to do something.
UserPrivacySettingRuleAllowUsers(int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleAllowUsers
A rule to allow certain specified users to do something.
UserPrivacySettingRuleRestrictAll() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleRestrictAll
A rule to restrict all users from doing something.
UserPrivacySettingRuleRestrictChatMembers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleRestrictChatMembers
A rule to restrict all members of specified basic groups and supergroups from doing something.
UserPrivacySettingRuleRestrictChatMembers(long[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleRestrictChatMembers
A rule to restrict all members of specified basic groups and supergroups from doing something.
UserPrivacySettingRuleRestrictContacts() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleRestrictContacts
A rule to restrict all contacts of a user from doing something.
UserPrivacySettingRuleRestrictUsers() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleRestrictUsers
A rule to restrict all specified users from doing something.
UserPrivacySettingRuleRestrictUsers(int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRuleRestrictUsers
A rule to restrict all specified users from doing something.
UserPrivacySettingRules() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRules
A list of privacy rules.
UserPrivacySettingRules(TdApi.UserPrivacySettingRule[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingRules
A list of privacy rules.
UserPrivacySettingShowLinkInForwardedMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingShowLinkInForwardedMessages
A privacy setting for managing whether a link to the user's account is included in forwarded messages.
UserPrivacySettingShowPhoneNumber() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingShowPhoneNumber
A privacy setting for managing whether the user's phone number is visible.
UserPrivacySettingShowProfilePhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingShowProfilePhoto
A privacy setting for managing whether the user's profile photo is visible.
UserPrivacySettingShowStatus() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserPrivacySettingShowStatus
A privacy setting for managing whether the user's online status is visible.
UserProfilePhoto() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserProfilePhoto
Contains full information about a user profile photo.
UserProfilePhoto(long, int, TdApi.PhotoSize[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserProfilePhoto
Contains full information about a user profile photo.
UserProfilePhotos() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserProfilePhotos
Contains part of the list of user photos.
UserProfilePhotos(int, TdApi.UserProfilePhoto[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserProfilePhotos
Contains part of the list of user photos.
Users() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Users
Represents a list of users.
Users(int, int[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Users
Represents a list of users.
usersNearby - Variable in class org.drinkless.td.libcore.telegram.TdApi.ChatsNearby
List of users nearby.
usersNearby - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateUsersNearby
The new list of users nearby.
UserStatus() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserStatus
 
UserStatusEmpty() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserStatusEmpty
The user status was never changed.
UserStatusLastMonth() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserStatusLastMonth
The user is offline, but was online last month.
UserStatusLastWeek() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserStatusLastWeek
The user is offline, but was online last week.
UserStatusOffline() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserStatusOffline
The user is offline.
UserStatusOffline(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserStatusOffline
The user is offline.
UserStatusOnline() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserStatusOnline
The user is online.
UserStatusOnline(int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserStatusOnline
The user is online.
UserStatusRecently() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserStatusRecently
The user was online recently.
UserType() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserType
 
UserTypeBot() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserTypeBot
A bot (see https://core.telegram.org/bots).
UserTypeBot(boolean, boolean, boolean, String, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserTypeBot
A bot (see https://core.telegram.org/bots).
UserTypeDeleted() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserTypeDeleted
A deleted user or deleted bot.
UserTypeRegular() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserTypeRegular
A regular user.
UserTypeUnknown() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.UserTypeUnknown
No information on the user besides the user identifier is available, yet this user has not been deleted.
useSecretChats - Variable in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
If set to true, support for secret chats will be enabled.
useTestDc - Variable in class org.drinkless.td.libcore.telegram.TdApi.TdlibParameters
If set to true, the Telegram test environment will be used instead of the production environment.
utilityBill - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputPassportElementUtilityBill
The utility bill to be saved.
utilityBill - Variable in class org.drinkless.td.libcore.telegram.TdApi.PassportElementUtilityBill
Utility bill.

V

ValidatedOrderInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ValidatedOrderInfo
Contains a temporary identifier of validated order information, which is stored for one hour.
ValidatedOrderInfo(String, TdApi.ShippingOption[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ValidatedOrderInfo
Contains a temporary identifier of validated order information, which is stored for one hour.
ValidateOrderInfo() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ValidateOrderInfo
Default constructor for a function, which validates the order information provided by a user and returns the available shipping options for a flexible invoice.
ValidateOrderInfo(long, long, TdApi.OrderInfo, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ValidateOrderInfo
Creates a function, which validates the order information provided by a user and returns the available shipping options for a flexible invoice.
validFor - Variable in class org.drinkless.td.libcore.telegram.TdApi.CreateTemporaryPassword
Time during which the temporary password will be valid, in seconds; should be between 60 and 86400.
validFor - Variable in class org.drinkless.td.libcore.telegram.TdApi.TemporaryPasswordState
Time left before the temporary password expires, in seconds.
valign - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockTableCell
Vertical cell content alignment.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.EncryptedPassportElement
Unencrypted data, phone number or email address.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.JsonObjectMember
Member's value.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.JsonValueBoolean
The value.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.JsonValueNumber
The value.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.JsonValueString
The value.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackString
String value.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValueOrdinary
String value.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.OptionValueBoolean
The value of the option.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.OptionValueInteger
The value of the option.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.OptionValueString
The value of the option.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.SetOption
The new value of the option.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestBytes
Bytes.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestInt
Number.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestString
String.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestVectorInt
Vector of numbers.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestVectorIntObject
Vector of objects.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestVectorString
Vector of strings.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestVectorStringObject
Vector of objects.
value - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateOption
The new option value.
values - Variable in class org.drinkless.td.libcore.telegram.TdApi.JsonValueArray
The list of array elements.
vcard - Variable in class org.drinkless.td.libcore.telegram.TdApi.Contact
Additional data about the user in a form of vCard; 0-2048 bytes in length.
venue - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVenue
Venue result.
venue - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVenue
Venue result.
venue - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVenue
Venue to send.
venue - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageVenue
The venue description.
Venue() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Venue
Describes a venue.
Venue(TdApi.Location, String, String, String, String, String) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Venue
Describes a venue.
verbosityLevel - Variable in class org.drinkless.td.libcore.telegram.TdApi.AddLogMessage
The minimum verbosity level needed for the message to be logged, 0-1023.
verbosityLevel - Variable in class org.drinkless.td.libcore.telegram.TdApi.LogVerbosityLevel
Log verbosity level.
verificationUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.PaymentResult
URL for additional payment credentials verification.
version - Variable in class org.drinkless.td.libcore.telegram.TdApi.TextParseModeMarkdown
Version of the parser: 0 or 1 - Bot API Markdown parse mode, 2 - Bot API MarkdownV2 parse mode.
version - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPageInstantView
Version of the instant view, currently can be 1 or 2.
viaBotUserId - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
If non-zero, the user identifier of the bot through which this message was sent.
video - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVideo
Video.
video - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideo
Video to be sent.
video - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageVideo
The video description.
video - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVideo
Video file; may be null.
video - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVideo
Message content; may be null.
Video() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Video
Describes a video file.
Video(int, int, int, String, String, boolean, boolean, TdApi.Minithumbnail, TdApi.PhotoSize, TdApi.File) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.Video
Describes a video file.
video - Variable in class org.drinkless.td.libcore.telegram.TdApi.Video
File containing the video.
video - Variable in class org.drinkless.td.libcore.telegram.TdApi.VideoNote
File containing the video.
video - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Preview of the content as a video, if available; may be null.
videoDuration - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVideo
Video duration, in seconds.
videoHeight - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVideo
Height of the video.
videoNote - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideoNote
Video note to be sent.
videoNote - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageVideoNote
The video note description.
videoNote - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVideoNote
Message content; may be null.
VideoNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.VideoNote
Describes a video note.
VideoNote(int, int, TdApi.Minithumbnail, TdApi.PhotoSize, TdApi.File) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.VideoNote
Describes a video note.
videoNote - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Preview of the content as a video note, if available; may be null.
videoUploadBitrate - Variable in class org.drinkless.td.libcore.telegram.TdApi.AutoDownloadSettings
The maximum suggested bitrate for uploaded videos.
videoUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVideo
URL of the embedded video player or video file.
videoWidth - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVideo
Width of the video.
ViewMessages() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ViewMessages
Default constructor for a function, which informs TDLib that messages are being viewed by the user.
ViewMessages(long, long[], boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ViewMessages
Creates a function, which informs TDLib that messages are being viewed by the user.
views - Variable in class org.drinkless.td.libcore.telegram.TdApi.Message
Number of times this message was viewed.
views - Variable in class org.drinkless.td.libcore.telegram.TdApi.UpdateMessageViews
New value of the view count.
ViewTrendingStickerSets() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ViewTrendingStickerSets
Default constructor for a function, which informs the server that some trending sticker sets have been viewed by the user.
ViewTrendingStickerSets(long[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.ViewTrendingStickerSets
Creates a function, which informs the server that some trending sticker sets have been viewed by the user.
voice - Variable in class org.drinkless.td.libcore.telegram.TdApi.VoiceNote
File containing the voice note.
voiceNote - Variable in class org.drinkless.td.libcore.telegram.TdApi.InlineQueryResultVoiceNote
Voice note.
voiceNote - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVoiceNote
Voice note to be sent.
voiceNote - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageVoiceNote
The voice note description.
voiceNote - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockVoiceNote
Voice note; may be null.
voiceNote - Variable in class org.drinkless.td.libcore.telegram.TdApi.PushMessageContentVoiceNote
Message content; may be null.
VoiceNote() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.VoiceNote
Describes a voice note.
VoiceNote(int, byte[], String, TdApi.File) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.VoiceNote
Describes a voice note.
voiceNote - Variable in class org.drinkless.td.libcore.telegram.TdApi.WebPage
Preview of the content as a voice note, if available; may be null.
voiceNoteDuration - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVoiceNote
Duration of the voice note, in seconds.
voiceNoteUrl - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputInlineQueryResultVoiceNote
The URL of the voice note file.
votePercentage - Variable in class org.drinkless.td.libcore.telegram.TdApi.PollOption
The percentage of votes for this option, 0-100.
voterCount - Variable in class org.drinkless.td.libcore.telegram.TdApi.PollOption
Number of voters for this option, available only for closed or voted polls.

W

wasOnline - Variable in class org.drinkless.td.libcore.telegram.TdApi.UserStatusOffline
Point in time (Unix timestamp) when the user was last online.
waveform - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVoiceNote
Waveform representation of the voice note, in 5-bit format.
waveform - Variable in class org.drinkless.td.libcore.telegram.TdApi.VoiceNote
A waveform representation of the voice note in 5-bit format.
webPage - Variable in class org.drinkless.td.libcore.telegram.TdApi.MessageText
A preview of the web page that's mentioned in the text; may be null.
WebPage() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.WebPage
Describes a web page preview.
WebPage(String, String, String, String, String, String, TdApi.Photo, String, String, int, int, int, String, TdApi.Animation, TdApi.Audio, TdApi.Document, TdApi.Sticker, TdApi.Video, TdApi.VideoNote, TdApi.VoiceNote, int) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.WebPage
Describes a web page preview.
WebPageInstantView() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.WebPageInstantView
Describes an instant view page for a web page.
WebPageInstantView(TdApi.PageBlock[], int, String, boolean, boolean) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.WebPageInstantView
Describes an instant view page for a web page.
websiteId - Variable in class org.drinkless.td.libcore.telegram.TdApi.DisconnectWebsite
Website identifier.
websites - Variable in class org.drinkless.td.libcore.telegram.TdApi.ConnectedWebsites
List of connected websites.
width - Variable in class org.drinkless.td.libcore.telegram.TdApi.Animation
Width of the animation.
width - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetMapThumbnailFile
Map width in pixels before applying scale; 16-1024.
width - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageAnimation
Width of the animation; may be replaced by the server.
width - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessagePhoto
Photo width.
width - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageSticker
Sticker width.
width - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputMessageVideo
Video width.
width - Variable in class org.drinkless.td.libcore.telegram.TdApi.InputThumbnail
Thumbnail width, usually shouldn't exceed 320.
width - Variable in class org.drinkless.td.libcore.telegram.TdApi.Minithumbnail
Thumbnail width, usually doesn't exceed 40.
width - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockEmbedded
Block width; 0 if unknown.
width - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockMap
Map width.
width - Variable in class org.drinkless.td.libcore.telegram.TdApi.PhotoSize
Photo width.
width - Variable in class org.drinkless.td.libcore.telegram.TdApi.RichTextIcon
Width of a bounding box in which the image should be shown; 0 if unknown.
width - Variable in class org.drinkless.td.libcore.telegram.TdApi.Sticker
Sticker width; as defined by the sender.
width - Variable in class org.drinkless.td.libcore.telegram.TdApi.Video
Video width; as defined by the sender.
WriteGeneratedFilePart() - Constructor for class org.drinkless.td.libcore.telegram.TdApi.WriteGeneratedFilePart
Default constructor for a function, which writes a part of a generated file.
WriteGeneratedFilePart(long, int, byte[]) - Constructor for class org.drinkless.td.libcore.telegram.TdApi.WriteGeneratedFilePart
Creates a function, which writes a part of a generated file.

X

x - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestCallBytes
Bytes to return.
x - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestCallString
String to return.
x - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorInt
Vector of numbers to return.
x - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorIntObject
Vector of objects to return.
x - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorString
Vector of strings to return.
x - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestCallVectorStringObject
Vector of objects to return.
x - Variable in class org.drinkless.td.libcore.telegram.TdApi.TestSquareInt
Number to square.
xShift - Variable in class org.drinkless.td.libcore.telegram.TdApi.MaskPosition
Shift by X-axis measured in widths of the mask scaled to the face size, from left to right.

Y

year - Variable in class org.drinkless.td.libcore.telegram.TdApi.Date
Year, 1-9999.
yShift - Variable in class org.drinkless.td.libcore.telegram.TdApi.MaskPosition
Shift by Y-axis measured in heights of the mask scaled to the face size, from top to bottom.

Z

zeroValue - Variable in class org.drinkless.td.libcore.telegram.TdApi.LanguagePackStringValuePluralized
Value for zero objects.
zoom - Variable in class org.drinkless.td.libcore.telegram.TdApi.GetMapThumbnailFile
Map zoom level; 13-20.
zoom - Variable in class org.drinkless.td.libcore.telegram.TdApi.PageBlockMap
Map zoom level.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links