- 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.
- 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.
- 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
-
- setLogMaxFileSize(long) - Static method in class org.drinkless.td.libcore.telegram.Client
-
- 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
-
- 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.
- 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.