Package org.drinkless.tdlib
Class TdApi
- java.lang.Object
-
- org.drinkless.tdlib.TdApi
-
public class TdApi extends Object
This class contains as static nested classes all other TDLib interface type-classes and function-classes.It has no inner classes, functions or public members.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTdApi.AcceptCallAccepts an incoming call.static classTdApi.AcceptTermsOfServiceAccepts Telegram terms of services.static classTdApi.AccountTtlContains information about the period of inactivity after which the current user's account will automatically be deleted.static classTdApi.AddChatMemberAdds a new member to a chat.static classTdApi.AddChatMembersAdds multiple new members to a chat.static classTdApi.AddChatToListAdds a chat to a chat list.static classTdApi.AddContactAdds a user to the contact list or edits an existing contact by their user identifier.static classTdApi.AddCustomServerLanguagePackAdds a custom server language pack to the list of installed language packs in current localization target.static classTdApi.AddFavoriteStickerAdds a new sticker to the list of favorite stickers.static classTdApi.AddLocalMessageAdds a local message to a chat.static classTdApi.AddLogMessageAdds a message to TDLib internal log.static classTdApi.AddNetworkStatisticsAdds the specified data to data usage statistics.static classTdApi.AddProxyAdds a proxy server for network requests.static classTdApi.AddRecentlyFoundChatAdds a chat to the list of recently found chats.static classTdApi.AddRecentStickerManually adds a new sticker to the list of recently used stickers.static classTdApi.AddressDescribes an address.static classTdApi.AddSavedAnimationManually adds a new animation to the list of saved animations.static classTdApi.AddStickerToSetAdds a new sticker to a set; for bots only.static classTdApi.AnimatedChatPhotoAnimated variant of a chat photo in MPEG4 format.static classTdApi.AnimatedEmojiDescribes an animated representation of an emoji.static classTdApi.AnimationDescribes an animation file.static classTdApi.AnimationsRepresents a list of animations.static classTdApi.AnswerCallbackQuerySets the result of a callback query; for bots only.static classTdApi.AnswerCustomQueryAnswers a custom query; for bots only.static classTdApi.AnswerInlineQuerySets the result of an inline query; for bots only.static classTdApi.AnswerPreCheckoutQuerySets the result of a pre-checkout query; for bots only.static classTdApi.AnswerShippingQuerySets the result of a shipping query; for bots only.static classTdApi.AudioDescribes an audio file.static classTdApi.AuthenticationCodeInfoInformation about the authentication code that was sent.static classTdApi.AuthenticationCodeTypeThis class is an abstract base class.static classTdApi.AuthenticationCodeTypeCallAn authentication code is delivered via a phone call to the specified phone number.static classTdApi.AuthenticationCodeTypeFlashCallAn authentication code is delivered by an immediately canceled call to the specified phone number.static classTdApi.AuthenticationCodeTypeMissedCallAn authentication code is delivered by an immediately canceled call to the specified phone number.static classTdApi.AuthenticationCodeTypeSmsAn authentication code is delivered via an SMS message to the specified phone number.static classTdApi.AuthenticationCodeTypeTelegramMessageAn authentication code is delivered via a private Telegram message, which can be viewed from another active session.static classTdApi.AuthorizationStateThis class is an abstract base class.static classTdApi.AuthorizationStateClosedTDLib client is in its final state.static classTdApi.AuthorizationStateClosingTDLib is closing, all subsequent queries will be answered with the error 500.static classTdApi.AuthorizationStateLoggingOutThe user is currently logging out.static classTdApi.AuthorizationStateReadyThe user has been successfully authorized.static classTdApi.AuthorizationStateWaitCodeTDLib needs the user's authentication code to authorize.static classTdApi.AuthorizationStateWaitEncryptionKeyTDLib needs an encryption key to decrypt the local database.static classTdApi.AuthorizationStateWaitOtherDeviceConfirmationThe user needs to confirm authorization on another logged in device by scanning a QR code with the provided link.static classTdApi.AuthorizationStateWaitPasswordThe user has been authorized, but needs to enter a password to start using the application.static classTdApi.AuthorizationStateWaitPhoneNumberTDLib needs the user's phone number to authorize.static classTdApi.AuthorizationStateWaitRegistrationThe user is unregistered and need to accept terms of service and enter their first name and last name to finish registration.static classTdApi.AuthorizationStateWaitTdlibParametersTDLib needs TdlibParameters for initialization.static classTdApi.AutoDownloadSettingsContains auto-download settings.static classTdApi.AutoDownloadSettingsPresetsContains auto-download settings presets for the current user.static classTdApi.BackgroundDescribes a chat background.static classTdApi.BackgroundFillThis class is an abstract base class.static classTdApi.BackgroundFillFreeformGradientDescribes a freeform gradient fill of a background.static classTdApi.BackgroundFillGradientDescribes a gradient fill of a background.static classTdApi.BackgroundFillSolidDescribes a solid fill of a background.static classTdApi.BackgroundsContains a list of backgrounds.static classTdApi.BackgroundTypeThis class is an abstract base class.static classTdApi.BackgroundTypeFillA filled background.static classTdApi.BackgroundTypePatternA 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.static classTdApi.BackgroundTypeWallpaperA wallpaper in JPEG format.static classTdApi.BanChatMemberBans a member in a chat.static classTdApi.BankCardActionOpenUrlDescribes an action associated with a bank card number.static classTdApi.BankCardInfoInformation about a bank card.static classTdApi.BasicGroupRepresents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users).static classTdApi.BasicGroupFullInfoContains full information about a basic group.static classTdApi.BlockMessageSenderFromRepliesBlocks an original sender of a message in the Replies chat.static classTdApi.BotCommandRepresents a command supported by a bot.static classTdApi.BotCommandsContains a list of bot commands.static classTdApi.BotCommandScopeThis class is an abstract base class.static classTdApi.BotCommandScopeAllChatAdministratorsA scope covering all group and supergroup chat administrators.static classTdApi.BotCommandScopeAllGroupChatsA scope covering all group and supergroup chats.static classTdApi.BotCommandScopeAllPrivateChatsA scope covering all private chats.static classTdApi.BotCommandScopeChatA scope covering all members of a chat.static classTdApi.BotCommandScopeChatAdministratorsA scope covering all administrators of a chat.static classTdApi.BotCommandScopeChatMemberA scope covering a member of a chat.static classTdApi.BotCommandScopeDefaultA scope covering all users.static classTdApi.CallDescribes a call.static classTdApi.CallbackQueryAnswerContains a bot's answer to a callback query.static classTdApi.CallbackQueryPayloadThis class is an abstract base class.static classTdApi.CallbackQueryPayloadDataThe payload for a general callback button.static classTdApi.CallbackQueryPayloadDataWithPasswordThe payload for a callback button requiring password.static classTdApi.CallbackQueryPayloadGameThe payload for a game callback button.static classTdApi.CallDiscardReasonThis class is an abstract base class.static classTdApi.CallDiscardReasonDeclinedThe call was ended before the conversation started.static classTdApi.CallDiscardReasonDisconnectedThe call was ended during the conversation because the users were disconnected.static classTdApi.CallDiscardReasonEmptyThe call wasn't discarded, or the reason is unknown.static classTdApi.CallDiscardReasonHungUpThe call was ended because one of the parties hung up.static classTdApi.CallDiscardReasonMissedThe call was ended before the conversation started.static classTdApi.CallIdContains the call identifier.static classTdApi.CallProblemThis class is an abstract base class.static classTdApi.CallProblemDistortedSpeechThe speech was distorted.static classTdApi.CallProblemDistortedVideoThe video was distorted.static classTdApi.CallProblemDroppedThe call ended unexpectedly.static classTdApi.CallProblemEchoThe user heard their own voice.static classTdApi.CallProblemInterruptionsThe other side kept disappearing.static classTdApi.CallProblemNoiseThe user heard background noise.static classTdApi.CallProblemPixelatedVideoThe video was pixelated.static classTdApi.CallProblemSilentLocalThe user couldn't hear the other side.static classTdApi.CallProblemSilentRemoteThe other side couldn't hear the user.static classTdApi.CallProtocolSpecifies the supported call protocols.static classTdApi.CallServerDescribes a server for relaying call data.static classTdApi.CallServerTypeThis class is an abstract base class.static classTdApi.CallServerTypeTelegramReflectorA Telegram call reflector.static classTdApi.CallServerTypeWebrtcA WebRTC server.static classTdApi.CallStateThis class is an abstract base class.static classTdApi.CallStateDiscardedThe call has ended successfully.static classTdApi.CallStateErrorThe call has ended with an error.static classTdApi.CallStateExchangingKeysThe call has been answered and encryption keys are being exchanged.static classTdApi.CallStateHangingUpThe call is hanging up after discardCall has been called.static classTdApi.CallStatePendingThe call is pending, waiting to be accepted by a user.static classTdApi.CallStateReadyThe call is ready to use.static classTdApi.CancelDownloadFileStops the downloading of a file.static classTdApi.CancelPasswordResetCancels reset of 2-step verification password.static classTdApi.CancelUploadFileStops the uploading of a file.static classTdApi.CanTransferOwnershipChecks whether the current session can be used to transfer a chat ownership to another user.static classTdApi.CanTransferOwnershipResultThis class is an abstract base class.static classTdApi.CanTransferOwnershipResultOkThe session can be used.static classTdApi.CanTransferOwnershipResultPasswordNeededThe 2-step verification needs to be enabled first.static classTdApi.CanTransferOwnershipResultPasswordTooFreshThe 2-step verification was enabled recently, user needs to wait.static classTdApi.CanTransferOwnershipResultSessionTooFreshThe session was created recently, user needs to wait.static classTdApi.ChangeImportedContactsChanges imported contacts using the list of contacts saved on the device.static classTdApi.ChangePhoneNumberChanges the phone number of the user and sends an authentication code to the user's new phone number.static classTdApi.ChangeStickerSetInstalls/uninstalls or activates/archives a sticker set.static classTdApi.ChatA chat.static classTdApi.ChatActionThis class is an abstract base class.static classTdApi.ChatActionBarThis class is an abstract base class.static classTdApi.ChatActionBarAddContactThe chat is a private or secret chat and the other user can be added to the contact list using the method addContact.static classTdApi.ChatActionBarInviteMembersThe chat is a recently created group chat to which new members can be invited.static classTdApi.ChatActionBarJoinRequestThe chat is a private chat with an administrator of a chat to which the user sent join request.static classTdApi.ChatActionBarReportAddBlockThe chat is a private or secret chat, which can be reported using the method reportChat, or the other user can be blocked using the method toggleMessageSenderIsBlocked, or the other user can be added to the contact list using the method addContact.static classTdApi.ChatActionBarReportSpamThe chat can be reported as spam using the method reportChat with the reason chatReportReasonSpam.static classTdApi.ChatActionBarReportUnrelatedLocationThe chat is a location-based supergroup, which can be reported as having unrelated location using the method reportChat with the reason chatReportReasonUnrelatedLocation.static classTdApi.ChatActionBarSharePhoneNumberThe 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.static classTdApi.ChatActionCancelThe user has canceled the previous action.static classTdApi.ChatActionChoosingContactThe user is picking a contact to send.static classTdApi.ChatActionChoosingLocationThe user is picking a location or venue to send.static classTdApi.ChatActionChoosingStickerThe user is picking a sticker to send.static classTdApi.ChatActionRecordingVideoThe user is recording a video.static classTdApi.ChatActionRecordingVideoNoteThe user is recording a video note.static classTdApi.ChatActionRecordingVoiceNoteThe user is recording a voice note.static classTdApi.ChatActionStartPlayingGameThe user has started to play a game.static classTdApi.ChatActionTypingThe user is typing a message.static classTdApi.ChatActionUploadingDocumentThe user is uploading a document.static classTdApi.ChatActionUploadingPhotoThe user is uploading a photo.static classTdApi.ChatActionUploadingVideoThe user is uploading a video.static classTdApi.ChatActionUploadingVideoNoteThe user is uploading a video note.static classTdApi.ChatActionUploadingVoiceNoteThe user is uploading a voice note.static classTdApi.ChatActionWatchingAnimationsThe user is watching animations sent by the other party by clicking on an animated emoji.static classTdApi.ChatAdministratorContains information about a chat administrator.static classTdApi.ChatAdministratorsRepresents a list of chat administrators.static classTdApi.ChatEventRepresents a chat event.static classTdApi.ChatEventActionThis class is an abstract base class.static classTdApi.ChatEventDescriptionChangedThe chat description was changed.static classTdApi.ChatEventHasProtectedContentToggledThe hasProtectedContent setting of a channel was toggled.static classTdApi.ChatEventInviteLinkDeletedA revoked chat invite link was deleted.static classTdApi.ChatEventInviteLinkEditedA chat invite link was edited.static classTdApi.ChatEventInviteLinkRevokedA chat invite link was revoked.static classTdApi.ChatEventInvitesToggledThe canInviteUsers permission of a supergroup chat was toggled.static classTdApi.ChatEventIsAllHistoryAvailableToggledThe isAllHistoryAvailable setting of a supergroup was toggled.static classTdApi.ChatEventLinkedChatChangedThe linked chat of a supergroup was changed.static classTdApi.ChatEventLocationChangedThe supergroup location was changed.static classTdApi.ChatEventLogFiltersRepresents a set of filters used to obtain a chat event log.static classTdApi.ChatEventMemberInvitedA new chat member was invited.static classTdApi.ChatEventMemberJoinedA new member joined the chat.static classTdApi.ChatEventMemberJoinedByInviteLinkA new member joined the chat via an invite link.static classTdApi.ChatEventMemberJoinedByRequestA new member was accepted to the chat by an administrator.static classTdApi.ChatEventMemberLeftA member left the chat.static classTdApi.ChatEventMemberPromotedA chat member has gained/lost administrator status, or the list of their administrator privileges has changed.static classTdApi.ChatEventMemberRestrictedA chat member was restricted/unrestricted or banned/unbanned, or the list of their restrictions has changed.static classTdApi.ChatEventMessageDeletedA message was deleted.static classTdApi.ChatEventMessageEditedA message was edited.static classTdApi.ChatEventMessagePinnedA message was pinned.static classTdApi.ChatEventMessageTtlChangedThe message TTL was changed.static classTdApi.ChatEventMessageUnpinnedA message was unpinned.static classTdApi.ChatEventPermissionsChangedThe chat permissions was changed.static classTdApi.ChatEventPhotoChangedThe chat photo was changed.static classTdApi.ChatEventPollStoppedA poll in a message was stopped.static classTdApi.ChatEventsContains a list of chat events.static classTdApi.ChatEventSignMessagesToggledThe signMessages setting of a channel was toggled.static classTdApi.ChatEventSlowModeDelayChangedThe slowModeDelay setting of a supergroup was changed.static classTdApi.ChatEventStickerSetChangedThe supergroup sticker set was changed.static classTdApi.ChatEventTitleChangedThe chat title was changed.static classTdApi.ChatEventUsernameChangedThe chat username was changed.static classTdApi.ChatEventVideoChatCreatedA video chat was created.static classTdApi.ChatEventVideoChatEndedA video chat was ended.static classTdApi.ChatEventVideoChatMuteNewParticipantsToggledThe muteNewParticipants setting of a video chat was toggled.static classTdApi.ChatEventVideoChatParticipantIsMutedToggledA video chat participant was muted or unmuted.static classTdApi.ChatEventVideoChatParticipantVolumeLevelChangedA video chat participant volume level was changed.static classTdApi.ChatFilterRepresents a filter of user chats.static classTdApi.ChatFilterInfoContains basic information about a chat filter.static classTdApi.ChatInviteLinkContains a chat invite link.static classTdApi.ChatInviteLinkCountDescribes a chat administrator with a number of active and revoked chat invite links.static classTdApi.ChatInviteLinkCountsContains a list of chat invite link counts.static classTdApi.ChatInviteLinkInfoContains information about a chat invite link.static classTdApi.ChatInviteLinkMemberDescribes a chat member joined a chat via an invite link.static classTdApi.ChatInviteLinkMembersContains a list of chat members joined a chat via an invite link.static classTdApi.ChatInviteLinksContains a list of chat invite links.static classTdApi.ChatJoinRequestDescribes a user that sent a join request and waits for administrator approval.static classTdApi.ChatJoinRequestsContains a list of requests to join a chat.static classTdApi.ChatJoinRequestsInfoContains information about pending join requests for a chat.static classTdApi.ChatListThis class is an abstract base class.static classTdApi.ChatListArchiveA list of chats usually located at the top of the main chat list.static classTdApi.ChatListFilterA list of chats belonging to a chat filter.static classTdApi.ChatListMainA main list of chats.static classTdApi.ChatListsContains a list of chat lists.static classTdApi.ChatLocationRepresents a location to which a chat is connected.static classTdApi.ChatMemberDescribes a user or a chat as a member of another chat.static classTdApi.ChatMembersContains a list of chat members.static classTdApi.ChatMembersFilterThis class is an abstract base class.static classTdApi.ChatMembersFilterAdministratorsReturns the owner and administrators.static classTdApi.ChatMembersFilterBannedReturns users banned from the chat; can be used only by administrators in a supergroup or in a channel.static classTdApi.ChatMembersFilterBotsReturns bot members of the chat.static classTdApi.ChatMembersFilterContactsReturns contacts of the user.static classTdApi.ChatMembersFilterMembersReturns all chat members, including restricted chat members.static classTdApi.ChatMembersFilterMentionReturns users which can be mentioned in the chat.static classTdApi.ChatMembersFilterRestrictedReturns users under certain restrictions in the chat; can be used only by administrators in a supergroup.static classTdApi.ChatMemberStatusThis class is an abstract base class.static classTdApi.ChatMemberStatusAdministratorThe user is a member of the chat and has some additional privileges.static classTdApi.ChatMemberStatusBannedThe user or the chat was banned (and hence is not a member of the chat).static classTdApi.ChatMemberStatusCreatorThe user is the owner of the chat and has all the administrator privileges.static classTdApi.ChatMemberStatusLeftThe user or the chat is not a chat member.static classTdApi.ChatMemberStatusMemberThe user is a member of the chat, without any additional privileges or restrictions.static classTdApi.ChatMemberStatusRestrictedThe user is under certain restrictions in the chat.static classTdApi.ChatNearbyDescribes a chat located nearby.static classTdApi.ChatNotificationSettingsContains information about notification settings for a chat.static classTdApi.ChatPermissionsDescribes actions that a user is allowed to take in a chat.static classTdApi.ChatPhotoDescribes a chat or user profile photo.static classTdApi.ChatPhotoInfoContains basic information about the photo of a chat.static classTdApi.ChatPhotosContains a list of chat or user profile photos.static classTdApi.ChatPositionDescribes a position of a chat in a chat list.static classTdApi.ChatReportReasonThis class is an abstract base class.static classTdApi.ChatReportReasonChildAbuseThe chat has child abuse related content.static classTdApi.ChatReportReasonCopyrightThe chat contains copyrighted content.static classTdApi.ChatReportReasonCustomA custom reason provided by the user.static classTdApi.ChatReportReasonFakeThe chat represents a fake account.static classTdApi.ChatReportReasonPornographyThe chat contains pornographic messages.static classTdApi.ChatReportReasonSpamThe chat contains spam messages.static classTdApi.ChatReportReasonUnrelatedLocationThe location-based chat is unrelated to its stated location.static classTdApi.ChatReportReasonViolenceThe chat promotes violence.static classTdApi.ChatsRepresents a list of chats.static classTdApi.ChatsNearbyRepresents a list of chats located nearby.static classTdApi.ChatSourceThis class is an abstract base class.static classTdApi.ChatSourceMtprotoProxyThe chat is sponsored by the user's MTProxy server.static classTdApi.ChatSourcePublicServiceAnnouncementThe chat contains a public service announcement.static classTdApi.ChatStatisticsThis class is an abstract base class.static classTdApi.ChatStatisticsAdministratorActionsInfoContains statistics about administrator actions done by a user.static classTdApi.ChatStatisticsChannelA detailed statistics about a channel chat.static classTdApi.ChatStatisticsInviterInfoContains statistics about number of new members invited by a user.static classTdApi.ChatStatisticsMessageInteractionInfoContains statistics about interactions with a message.static classTdApi.ChatStatisticsMessageSenderInfoContains statistics about messages sent by a user.static classTdApi.ChatStatisticsSupergroupA detailed statistics about a supergroup chat.static classTdApi.ChatThemeDescribes a chat theme.static classTdApi.ChatTypeThis class is an abstract base class.static classTdApi.ChatTypeBasicGroupA basic group (a chat with 0-200 other users).static classTdApi.ChatTypePrivateAn ordinary chat with a user.static classTdApi.ChatTypeSecretA secret chat with a user.static classTdApi.ChatTypeSupergroupA supergroup or channel (with unlimited members).static classTdApi.CheckAuthenticationBotTokenChecks the authentication token of a bot; to log in as a bot.static classTdApi.CheckAuthenticationCodeChecks the authentication code.static classTdApi.CheckAuthenticationPasswordChecks the authentication password for correctness.static classTdApi.CheckAuthenticationPasswordRecoveryCodeChecks whether a password recovery code sent to an email address is valid.static classTdApi.CheckChangePhoneNumberCodeChecks the authentication code sent to confirm a new phone number of the user.static classTdApi.CheckChatInviteLinkChecks the validity of an invite link for a chat and returns information about the corresponding chat.static classTdApi.CheckChatUsernameChecks whether a username can be set for a chat.static classTdApi.CheckChatUsernameResultThis class is an abstract base class.static classTdApi.CheckChatUsernameResultOkThe username can be set.static classTdApi.CheckChatUsernameResultPublicChatsTooMuchThe user has too much chats with username, one of them must be made private first.static classTdApi.CheckChatUsernameResultPublicGroupsUnavailableThe user can't be a member of a public supergroup.static classTdApi.CheckChatUsernameResultUsernameInvalidThe username is invalid.static classTdApi.CheckChatUsernameResultUsernameOccupiedThe username is occupied.static classTdApi.CheckCreatedPublicChatsLimitChecks whether the maximum number of owned public chats has been reached.static classTdApi.CheckDatabaseEncryptionKeyChecks the database encryption key for correctness.static classTdApi.CheckEmailAddressVerificationCodeChecks the email address verification code for Telegram Passport.static classTdApi.CheckPasswordRecoveryCodeChecks whether a 2-step verification password recovery code sent to an email address is valid.static classTdApi.CheckPhoneNumberConfirmationCodeChecks phone number confirmation code.static classTdApi.CheckPhoneNumberVerificationCodeChecks the phone number verification code for Telegram Passport.static classTdApi.CheckRecoveryEmailAddressCodeChecks the 2-step verification recovery email address verification code.static classTdApi.CheckStickerSetNameChecks whether a name can be used for a new sticker set.static classTdApi.CheckStickerSetNameResultThis class is an abstract base class.static classTdApi.CheckStickerSetNameResultNameInvalidThe name is invalid.static classTdApi.CheckStickerSetNameResultNameOccupiedThe name is occupied.static classTdApi.CheckStickerSetNameResultOkThe name can be set.static classTdApi.CleanFileNameRemoves potentially dangerous characters from the name of a file.static classTdApi.ClearAllDraftMessagesClears draft messages in all chats.static classTdApi.ClearImportedContactsClears all imported contacts, contact list remains unchanged.static classTdApi.ClearRecentlyFoundChatsClears the list of recently found chats.static classTdApi.ClearRecentStickersClears the list of recently used stickers.static classTdApi.ClickAnimatedEmojiMessageInforms TDLib that a message with an animated emoji was clicked by the user.static classTdApi.CloseCloses the TDLib instance.static classTdApi.CloseChatInforms TDLib that the chat is closed by the user.static classTdApi.ClosedVectorPathRepresents a closed vector path.static classTdApi.CloseSecretChatCloses a secret chat, effectively transferring its state to secretChatStateClosed.static classTdApi.ConfirmQrCodeAuthenticationConfirms QR code authentication on another device.static classTdApi.ConnectedWebsiteContains information about one website the current user is logged in with Telegram.static classTdApi.ConnectedWebsitesContains a list of websites the current user is logged in with Telegram.static classTdApi.ConnectionStateThis class is an abstract base class.static classTdApi.ConnectionStateConnectingCurrently establishing a connection to the Telegram servers.static classTdApi.ConnectionStateConnectingToProxyCurrently establishing a connection with a proxy server.static classTdApi.ConnectionStateReadyThere is a working connection to the Telegram servers.static classTdApi.ConnectionStateUpdatingDownloading data received while the application was offline.static classTdApi.ConnectionStateWaitingForNetworkCurrently waiting for the network to become available.static classTdApi.ContactDescribes a user contact.static classTdApi.CountContains a counter.static classTdApi.CountriesContains information about countries.static classTdApi.CountryInfoContains information about a country.static classTdApi.CreateBasicGroupChatReturns an existing chat corresponding to a known basic group.static classTdApi.CreateCallCreates a new call.static classTdApi.CreateChatFilterCreates new chat filter.static classTdApi.CreateChatInviteLinkCreates a new invite link for a chat.static classTdApi.CreateNewBasicGroupChatCreates a new basic group and sends a corresponding messageBasicGroupChatCreate.static classTdApi.CreateNewSecretChatCreates a new secret chat.static classTdApi.CreateNewStickerSetCreates a new sticker set.static classTdApi.CreateNewSupergroupChatCreates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate.static classTdApi.CreatePrivateChatReturns an existing chat corresponding to a given user.static classTdApi.CreateSecretChatReturns an existing chat corresponding to a known secret chat.static classTdApi.CreateSupergroupChatReturns an existing chat corresponding to a known supergroup or channel.static classTdApi.CreateTemporaryPasswordCreates a new temporary password for processing payments.static classTdApi.CreateVideoChatCreates a video chat (a group call bound to a chat).static classTdApi.CustomRequestResultContains the result of a custom request.static classTdApi.DatabaseStatisticsContains database statistics.static classTdApi.DateRepresents a date according to the Gregorian calendar.static classTdApi.DatedFileFile with the date it was uploaded.static classTdApi.DateRangeRepresents a date range.static classTdApi.DeepLinkInfoContains information about a tg: deep link.static classTdApi.DeleteAccountDeletes the account of the current user, deleting all information associated with the user from the server.static classTdApi.DeleteAllCallMessagesDeletes all call messages.static classTdApi.DeleteAllRevokedChatInviteLinksDeletes all revoked chat invite links created by a given chat administrator.static classTdApi.DeleteChatDeletes a chat along with all messages in the corresponding chat for all chat members; requires owner privileges.static classTdApi.DeleteChatFilterDeletes existing chat filter.static classTdApi.DeleteChatHistoryDeletes all messages in the chat.static classTdApi.DeleteChatMessagesByDateDeletes all messages between the specified dates in a chat.static classTdApi.DeleteChatMessagesBySenderDeletes all messages sent by the specified message sender in a chat.static classTdApi.DeleteChatReplyMarkupDeletes the default reply markup from a chat.static classTdApi.DeleteCommandsDeletes commands supported by the bot for the given user scope and language; for bots only.static classTdApi.DeleteFileDeletes a file from the TDLib file cache.static classTdApi.DeleteLanguagePackDeletes all information about a language pack in the current localization target.static classTdApi.DeleteMessagesDeletes messages.static classTdApi.DeletePassportElementDeletes a Telegram Passport element.static classTdApi.DeleteProfilePhotoDeletes a profile photo.static classTdApi.DeleteRevokedChatInviteLinkDeletes revoked chat invite links.static classTdApi.DeleteSavedCredentialsDeletes saved credentials for all payment provider bots.static classTdApi.DeleteSavedOrderInfoDeletes saved order info.static classTdApi.DestroyCloses the TDLib instance, destroying all local data without a proper logout.static classTdApi.DeviceTokenThis class is an abstract base class.static classTdApi.DeviceTokenApplePushA token for Apple Push Notification service.static classTdApi.DeviceTokenApplePushVoIPA token for Apple Push Notification service VoIP notifications.static classTdApi.DeviceTokenBlackBerryPushA token for BlackBerry Push Service.static classTdApi.DeviceTokenFirebaseCloudMessagingA token for Firebase Cloud Messaging.static classTdApi.DeviceTokenMicrosoftPushA token for Microsoft Push Notification Service.static classTdApi.DeviceTokenMicrosoftPushVoIPA token for Microsoft Push Notification Service VoIP channel.static classTdApi.DeviceTokenSimplePushA token for Simple Push API for Firefox OS.static classTdApi.DeviceTokenTizenPushA token for Tizen Push Service.static classTdApi.DeviceTokenUbuntuPushA token for Ubuntu Push Client service.static classTdApi.DeviceTokenWebPushA token for web Push API.static classTdApi.DeviceTokenWindowsPushA token for Windows Push Notification Services.static classTdApi.DiceStickersThis class is an abstract base class.static classTdApi.DiceStickersRegularA regular animated sticker.static classTdApi.DiceStickersSlotMachineAnimated stickers to be combined into a slot machine.static classTdApi.DisableProxyDisables the currently enabled proxy.static classTdApi.DiscardCallDiscards a call.static classTdApi.DisconnectAllWebsitesDisconnects all websites from the current user's Telegram account.static classTdApi.DisconnectWebsiteDisconnects website from the current user's Telegram account.static classTdApi.DocumentDescribes a document of any type.static classTdApi.DownloadFileDownloads a file from the cloud.static classTdApi.DraftMessageContains information about a message draft.static classTdApi.EditChatFilterEdits existing chat filter.static classTdApi.EditChatInviteLinkEdits a non-primary invite link for a chat.static classTdApi.EditCustomLanguagePackInfoEdits information about a custom local language pack in the current localization target.static classTdApi.EditInlineMessageCaptionEdits the caption of an inline message sent via a bot; for bots only.static classTdApi.EditInlineMessageLiveLocationEdits the content of a live location in an inline message sent via a bot; for bots only.static classTdApi.EditInlineMessageMediaEdits 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.static classTdApi.EditInlineMessageReplyMarkupEdits the reply markup of an inline message sent via a bot; for bots only.static classTdApi.EditInlineMessageTextEdits the text of an inline text or game message sent via a bot; for bots only.static classTdApi.EditMessageCaptionEdits the message content caption.static classTdApi.EditMessageLiveLocationEdits the message content of a live location.static classTdApi.EditMessageMediaEdits the content of a message with an animation, an audio, a document, a photo or a video, including message caption.static classTdApi.EditMessageReplyMarkupEdits the message reply markup; for bots only.static classTdApi.EditMessageSchedulingStateEdits the time when a scheduled message will be sent.static classTdApi.EditMessageTextEdits the text of a message (or a text of a game message).static classTdApi.EditProxyEdits an existing proxy server for network requests.static classTdApi.EmailAddressAuthenticationCodeInfoInformation about the email address authentication code that was sent.static classTdApi.EmojisRepresents a list of emoji.static classTdApi.EnableProxyEnables a proxy.static classTdApi.EncryptedCredentialsContains encrypted Telegram Passport data credentials.static classTdApi.EncryptedPassportElementContains information about an encrypted Telegram Passport element; for bots only.static classTdApi.EndGroupCallEnds a group call.static classTdApi.EndGroupCallRecordingEnds recording of an active group call.static classTdApi.EndGroupCallScreenSharingEnds screen sharing in a joined group call.static classTdApi.ErrorAn object of this type can be returned on every function call, in case of an error.static classTdApi.FileRepresents a file.static classTdApi.FilePartContains a part of a file.static classTdApi.FileTypeThis class is an abstract base class.static classTdApi.FileTypeAnimationThe file is an animation.static classTdApi.FileTypeAudioThe file is an audio file.static classTdApi.FileTypeDocumentThe file is a document.static classTdApi.FileTypeNoneThe data is not a file.static classTdApi.FileTypePhotoThe file is a photo.static classTdApi.FileTypeProfilePhotoThe file is a profile photo.static classTdApi.FileTypeSecretThe file was sent to a secret chat (the file type is not known to the server).static classTdApi.FileTypeSecretThumbnailThe file is a thumbnail of a file from a secret chat.static classTdApi.FileTypeSecureThe file is a file from Secure storage used for storing Telegram Passport files.static classTdApi.FileTypeStickerThe file is a sticker.static classTdApi.FileTypeThumbnailThe file is a thumbnail of another file.static classTdApi.FileTypeUnknownThe file type is not yet known.static classTdApi.FileTypeVideoThe file is a video.static classTdApi.FileTypeVideoNoteThe file is a video note.static classTdApi.FileTypeVoiceNoteThe file is a voice note.static classTdApi.FileTypeWallpaperThe file is a wallpaper or a background pattern.static classTdApi.FinishFileGenerationFinishes the file generation.static classTdApi.FormattedTextA text with some entities.static classTdApi.ForwardMessagesForwards previously sent messages.static classTdApi.FoundMessagesContains a list of messages found by a search.static classTdApi.FunctionThis class is a base class for all TDLib interface function-classes.static classTdApi.GameDescribes a game.static classTdApi.GameHighScoreContains one row of the game high score table.static classTdApi.GameHighScoresContains a list of game high scores.static classTdApi.GetAccountTtlReturns the period of inactivity after which the account of the current user will automatically be deleted.static classTdApi.GetActiveLiveLocationMessagesReturns all active live locations that need to be updated by the application.static classTdApi.GetActiveSessionsReturns all active sessions of the current user.static classTdApi.GetAllPassportElementsReturns all available Telegram Passport elements.static classTdApi.GetAnimatedEmojiReturns an animated emoji corresponding to a given emoji.static classTdApi.GetApplicationConfigReturns application config, provided by the server.static classTdApi.GetApplicationDownloadLinkReturns the link for downloading official Telegram application to be used when the current user invites friends to Telegram.static classTdApi.GetArchivedStickerSetsReturns a list of archived sticker sets.static classTdApi.GetAttachedStickerSetsReturns a list of sticker sets attached to a file.static classTdApi.GetAuthorizationStateReturns the current authorization state; this is an offline request.static classTdApi.GetAutoDownloadSettingsPresetsReturns auto-download settings presets for the current user.static classTdApi.GetBackgroundsReturns backgrounds installed by the user.static classTdApi.GetBackgroundUrlConstructs a persistent HTTP URL for a background.static classTdApi.GetBankCardInfoReturns information about a bank card.static classTdApi.GetBasicGroupReturns information about a basic group by its identifier.static classTdApi.GetBasicGroupFullInfoReturns full information about a basic group by its identifier.static classTdApi.GetBlockedMessageSendersReturns users and chats that were blocked by the current user.static classTdApi.GetCallbackQueryAnswerSends a callback query to a bot and returns an answer.static classTdApi.GetCallbackQueryMessageReturns information about a message with the callback button that originated a callback query; for bots only.static classTdApi.GetChatReturns information about a chat by its identifier, this is an offline request if the current user is not a bot.static classTdApi.GetChatAdministratorsReturns a list of administrators of the chat with their custom titles.static classTdApi.GetChatAvailableMessageSendersReturns list of message sender identifiers, which can be used to send messages in a chat.static classTdApi.GetChatEventLogReturns a list of service actions taken by chat members and administrators in the last 48 hours.static classTdApi.GetChatFilterReturns information about a chat filter by its identifier.static classTdApi.GetChatFilterDefaultIconNameReturns default icon name for a filter.static classTdApi.GetChatHistoryReturns messages in a chat.static classTdApi.GetChatInviteLinkReturns information about an invite link.static classTdApi.GetChatInviteLinkCountsReturns list of chat administrators with number of their invite links.static classTdApi.GetChatInviteLinkMembersReturns chat members joined a chat via an invite link.static classTdApi.GetChatInviteLinksReturns invite links for a chat created by specified administrator.static classTdApi.GetChatJoinRequestsReturns pending join requests in a chat.static classTdApi.GetChatListsToAddChatReturns chat lists to which the chat can be added.static classTdApi.GetChatMemberReturns information about a single member of a chat.static classTdApi.GetChatMessageByDateReturns the last message sent in a chat no later than the specified date.static classTdApi.GetChatMessageCalendarReturns information about the next messages of the specified type in the chat split by days.static classTdApi.GetChatMessageCountReturns approximate number of messages of the specified type in the chat.static classTdApi.GetChatNotificationSettingsExceptionsReturns list of chats with non-default notification settings.static classTdApi.GetChatPinnedMessageReturns information about a newest pinned message in the chat.static classTdApi.GetChatsReturns an ordered list of chats from the beginning of a chat list.static classTdApi.GetChatScheduledMessagesReturns all scheduled messages in a chat.static classTdApi.GetChatSparseMessagePositionsReturns sparse positions of messages of the specified type in the chat to be used for shared media scroll implementation.static classTdApi.GetChatSponsoredMessageReturns sponsored message to be shown in a chat; for channel chats only.static classTdApi.GetChatStatisticsReturns detailed statistics about a chat.static classTdApi.GetCommandsReturns the list of commands supported by the bot for the given user scope and language; for bots only.static classTdApi.GetConnectedWebsitesReturns all website where the current user used Telegram to log in.static classTdApi.GetContactsReturns all user contacts.static classTdApi.GetCountriesReturns information about existing countries.static classTdApi.GetCountryCodeUses the current IP address to find the current country.static classTdApi.GetCreatedPublicChatsReturns a list of public chats of the specified type, owned by the user.static classTdApi.GetCurrentStateReturns all updates needed to restore current TDLib state, i.e.static classTdApi.GetDatabaseStatisticsReturns database statistics.static classTdApi.GetDeepLinkInfoReturns information about a tg:// deep link.static classTdApi.GetEmojiSuggestionsUrlReturns an HTTP URL which can be used to automatically log in to the translation platform and suggest new emoji replacements.static classTdApi.GetExternalLinkReturns an HTTP URL which can be used to automatically authorize the current user on a website after clicking an HTTP link.static classTdApi.GetExternalLinkInfoReturns information about an action to be done when the current user clicks an external link.static classTdApi.GetFavoriteStickersReturns favorite stickers.static classTdApi.GetFileReturns information about a file; this is an offline request.static classTdApi.GetFileDownloadedPrefixSizeReturns file downloaded prefix size from a given offset, in bytes.static classTdApi.GetFileExtensionReturns the extension of a file, guessed by its MIME type.static classTdApi.GetFileMimeTypeReturns the MIME type of a file, guessed by its extension.static classTdApi.GetGameHighScoresReturns the high scores for a game and some part of the high score table in the range of the specified user; for bots only.static classTdApi.GetGroupCallReturns information about a group call.static classTdApi.GetGroupCallInviteLinkReturns invite link to a video chat in a public chat.static classTdApi.GetGroupCallStreamSegmentReturns a file with a segment of a group call stream in a modified OGG format for audio or MPEG-4 format for video.static classTdApi.GetGroupsInCommonReturns a list of common group chats with a given user.static classTdApi.GetImportedContactCountReturns the total number of imported contacts.static classTdApi.GetInactiveSupergroupChatsReturns a list of recently inactive supergroups and channels.static classTdApi.GetInlineGameHighScoresReturns game high scores and some part of the high score table in the range of the specified user; for bots only.static classTdApi.GetInlineQueryResultsSends an inline query to a bot and returns its results.static classTdApi.GetInstalledStickerSetsReturns a list of installed sticker sets.static classTdApi.GetInternalLinkTypeReturns information about the type of an internal link.static classTdApi.GetJsonStringConverts a JsonValue object to corresponding JSON-serialized string.static classTdApi.GetJsonValueConverts a JSON-serialized string to corresponding JsonValue object.static classTdApi.GetLanguagePackInfoReturns information about a language pack.static classTdApi.GetLanguagePackStringReturns a string stored in the local database from the specified localization target and language pack by its key.static classTdApi.GetLanguagePackStringsReturns strings from a language pack in the current localization target by their keys.static classTdApi.GetLocalizationTargetInfoReturns information about the current localization target.static classTdApi.GetLoginUrlReturns an HTTP URL which can be used to automatically authorize the user on a website after clicking an inline button of type inlineKeyboardButtonTypeLoginUrl.static classTdApi.GetLoginUrlInfoReturns information about a button of type inlineKeyboardButtonTypeLoginUrl.static classTdApi.GetLogStreamReturns information about currently used log stream for internal logging of TDLib.static classTdApi.GetLogTagsReturns list of available TDLib internal log tags, for example, ["actor", "binlog", "connections", "notifications", "proxy"].static classTdApi.GetLogTagVerbosityLevelReturns current verbosity level for a specified TDLib internal log tag.static classTdApi.GetLogVerbosityLevelReturns current verbosity level of the internal logging of TDLib.static classTdApi.GetMapThumbnailFileReturns information about a file with a map thumbnail in PNG format.static classTdApi.GetMarkdownTextReplaces text entities with Markdown formatting in a human-friendly format.static classTdApi.GetMeReturns the current user.static classTdApi.GetMessageReturns information about a message.static classTdApi.GetMessageEmbeddingCodeReturns an HTML code for embedding the message.static classTdApi.GetMessageFileTypeReturns information about a file with messages exported from another app.static classTdApi.GetMessageImportConfirmationTextReturns a confirmation text to be shown to the user before starting message import.static classTdApi.GetMessageLinkReturns an HTTPS link to a message in a chat.static classTdApi.GetMessageLinkInfoReturns information about a public or private message link.static classTdApi.GetMessageLocallyReturns information about a message, if it is available locally without sending network request.static classTdApi.GetMessagePublicForwardsReturns forwarded copies of a channel message to different public channels.static classTdApi.GetMessagesReturns information about messages.static classTdApi.GetMessageStatisticsReturns detailed statistics about a message.static classTdApi.GetMessageThreadReturns information about a message thread.static classTdApi.GetMessageThreadHistoryReturns messages in a message thread of a message.static classTdApi.GetMessageViewersReturns viewers of a recent outgoing message in a basic group or a supergroup chat.static classTdApi.GetNetworkStatisticsReturns network data usage statistics.static classTdApi.GetOptionReturns the value of an option by its name.static classTdApi.GetPassportAuthorizationFormReturns a Telegram Passport authorization form for sharing data with a service.static classTdApi.GetPassportAuthorizationFormAvailableElementsReturns already available Telegram Passport elements suitable for completing a Telegram Passport authorization form.static classTdApi.GetPassportElementReturns one of the available Telegram Passport elements.static classTdApi.GetPasswordStateReturns the current state of 2-step verification.static classTdApi.GetPaymentFormReturns an invoice payment form.static classTdApi.GetPaymentReceiptReturns information about a successful payment.static classTdApi.GetPhoneNumberInfoReturns information about a phone number by its prefix.static classTdApi.GetPhoneNumberInfoSyncReturns information about a phone number by its prefix synchronously.static classTdApi.GetPollVotersReturns users voted for the specified option in a non-anonymous polls.static classTdApi.GetPreferredCountryLanguageReturns an IETF language tag of the language preferred in the country, which must be used to fill native fields in Telegram Passport personal details.static classTdApi.GetProxiesReturns list of proxies that are currently set up.static classTdApi.GetProxyLinkReturns an HTTPS link, which can be used to add a proxy.static classTdApi.GetPushReceiverIdReturns a globally unique push notification subscription identifier for identification of an account, which has received a push notification.static classTdApi.GetRecentInlineBotsReturns up to 20 recently used inline bots in the order of their last usage.static classTdApi.GetRecentlyOpenedChatsReturns recently opened chats, this is an offline request.static classTdApi.GetRecentlyVisitedTMeUrlsReturns t.me URLs recently visited by a newly registered user.static classTdApi.GetRecentStickersReturns a list of recently used stickers.static classTdApi.GetRecommendedChatFiltersReturns recommended chat filters for the current user.static classTdApi.GetRecoveryEmailAddressReturns a 2-step verification recovery email address that was previously set up.static classTdApi.GetRemoteFileReturns information about a file by its remote ID; this is an offline request.static classTdApi.GetRepliedMessageReturns information about a message that is replied by a given message.static classTdApi.GetSavedAnimationsReturns saved animations.static classTdApi.GetSavedOrderInfoReturns saved order info, if any.static classTdApi.GetScopeNotificationSettingsReturns the notification settings for chats of a given type.static classTdApi.GetSecretChatReturns information about a secret chat by its identifier.static classTdApi.GetStatisticalGraphLoads an asynchronous or a zoomed in statistical graph.static classTdApi.GetStickerEmojisReturns emoji corresponding to a sticker.static classTdApi.GetStickersReturns stickers from the installed sticker sets that correspond to a given emoji.static classTdApi.GetStickerSetReturns information about a sticker set by its identifier.static classTdApi.GetStorageStatisticsReturns storage usage statistics.static classTdApi.GetStorageStatisticsFastQuickly returns approximate storage usage statistics.static classTdApi.GetSuggestedFileNameReturns suggested name for saving a file in a given directory.static classTdApi.GetSuggestedStickerSetNameReturns a suggested name for a new sticker set with a given title.static classTdApi.GetSuitableDiscussionChatsReturns a list of basic group and supergroup chats, which can be used as a discussion group for a channel.static classTdApi.GetSupergroupReturns information about a supergroup or a channel by its identifier.static classTdApi.GetSupergroupFullInfoReturns full information about a supergroup or a channel by its identifier, cached for up to 1 minute.static classTdApi.GetSupergroupMembersReturns information about members or banned users in a supergroup or channel.static classTdApi.GetSupportUserReturns a user that can be contacted to get support.static classTdApi.GetTemporaryPasswordStateReturns information about the current temporary password.static classTdApi.GetTextEntitiesReturns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) contained in the text.static classTdApi.GetTopChatsReturns a list of frequently used chats.static classTdApi.GetTrendingStickerSetsReturns a list of trending sticker sets.static classTdApi.GetUserReturns information about a user by their identifier.static classTdApi.GetUserFullInfoReturns full information about a user by their identifier.static classTdApi.GetUserPrivacySettingRulesReturns the current privacy settings.static classTdApi.GetUserProfilePhotosReturns the profile photos of a user.static classTdApi.GetVideoChatAvailableParticipantsReturns list of participant identifiers, on whose behalf a video chat in the chat can be joined.static classTdApi.GetWebPageInstantViewReturns an instant view version of a web page if available.static classTdApi.GetWebPagePreviewReturns a web page preview by the text of the message.static classTdApi.GroupCallDescribes a group call.static classTdApi.GroupCallIdContains the group call identifier.static classTdApi.GroupCallParticipantRepresents a group call participant.static classTdApi.GroupCallParticipantVideoInfoContains information about a group call participant's video channel.static classTdApi.GroupCallRecentSpeakerDescribes a recently speaking participant in a group call.static classTdApi.GroupCallVideoQualityThis class is an abstract base class.static classTdApi.GroupCallVideoQualityFullThe best available video quality.static classTdApi.GroupCallVideoQualityMediumThe medium video quality.static classTdApi.GroupCallVideoQualityThumbnailThe worst available video quality.static classTdApi.GroupCallVideoSourceGroupDescribes a group of video synchronization source identifiers.static classTdApi.HashtagsContains a list of hashtags.static classTdApi.HideSuggestedActionHides a suggested action.static classTdApi.HttpUrlContains an HTTP URL.static classTdApi.IdentityDocumentAn identity document.static classTdApi.ImportContactsAdds new contacts or edits existing contacts by their phone numbers; contacts' user identifiers are ignored.static classTdApi.ImportedContactsRepresents the result of an ImportContacts request.static classTdApi.ImportMessagesImports messages exported from another app.static classTdApi.InlineKeyboardButtonRepresents a single button in an inline keyboard.static classTdApi.InlineKeyboardButtonTypeThis class is an abstract base class.static classTdApi.InlineKeyboardButtonTypeBuyA button to buy something.static classTdApi.InlineKeyboardButtonTypeCallbackA button that sends a callback query to a bot.static classTdApi.InlineKeyboardButtonTypeCallbackGameA button with a game that sends a callback query to a bot.static classTdApi.InlineKeyboardButtonTypeCallbackWithPasswordA button that asks for password of the current user and then sends a callback query to a bot.static classTdApi.InlineKeyboardButtonTypeLoginUrlA button that opens a specified URL and automatically authorize the current user if allowed to do so.static classTdApi.InlineKeyboardButtonTypeSwitchInlineA button that forces an inline query to the bot to be inserted in the input field.static classTdApi.InlineKeyboardButtonTypeUrlA button that opens a specified URL.static classTdApi.InlineKeyboardButtonTypeUserA button with a user reference to be handled in the same way as textEntityTypeMentionName entities.static classTdApi.InlineQueryResultThis class is an abstract base class.static classTdApi.InlineQueryResultAnimationRepresents an animation file.static classTdApi.InlineQueryResultArticleRepresents a link to an article or web page.static classTdApi.InlineQueryResultAudioRepresents an audio file.static classTdApi.InlineQueryResultContactRepresents a user contact.static classTdApi.InlineQueryResultDocumentRepresents a document.static classTdApi.InlineQueryResultGameRepresents information about a game.static classTdApi.InlineQueryResultLocationRepresents a point on the map.static classTdApi.InlineQueryResultPhotoRepresents a photo.static classTdApi.InlineQueryResultsRepresents the results of the inline query.static classTdApi.InlineQueryResultStickerRepresents a sticker.static classTdApi.InlineQueryResultVenueRepresents information about a venue.static classTdApi.InlineQueryResultVideoRepresents a video.static classTdApi.InlineQueryResultVoiceNoteRepresents a voice note.static classTdApi.InputBackgroundThis class is an abstract base class.static classTdApi.InputBackgroundLocalA background from a local file.static classTdApi.InputBackgroundRemoteA background from the server.static classTdApi.InputChatPhotoThis class is an abstract base class.static classTdApi.InputChatPhotoAnimationAn animation in MPEG4 format; must be square, at most 10 seconds long, have width between 160 and 800 and be at most 2MB in size.static classTdApi.InputChatPhotoPreviousA previously used profile photo of the current user.static classTdApi.InputChatPhotoStaticA static photo in JPEG format.static classTdApi.InputCredentialsThis class is an abstract base class.static classTdApi.InputCredentialsApplePayApplies if a user enters new credentials using Apple Pay.static classTdApi.InputCredentialsGooglePayApplies if a user enters new credentials using Google Pay.static classTdApi.InputCredentialsNewApplies if a user enters new credentials on a payment provider website.static classTdApi.InputCredentialsSavedApplies if a user chooses some previously saved payment credentials.static classTdApi.InputFileThis class is an abstract base class.static classTdApi.InputFileGeneratedA file generated by the application.static classTdApi.InputFileIdA file defined by its unique ID.static classTdApi.InputFileLocalA file defined by a local path.static classTdApi.InputFileRemoteA file defined by its remote ID.static classTdApi.InputIdentityDocumentAn identity document to be saved to Telegram Passport.static classTdApi.InputInlineQueryResultThis class is an abstract base class.static classTdApi.InputInlineQueryResultAnimationRepresents a link to an animated GIF or an animated (i.e., without sound) H.264/MPEG-4 AVC video.static classTdApi.InputInlineQueryResultArticleRepresents a link to an article or web page.static classTdApi.InputInlineQueryResultAudioRepresents a link to an MP3 audio file.static classTdApi.InputInlineQueryResultContactRepresents a user contact.static classTdApi.InputInlineQueryResultDocumentRepresents a link to a file.static classTdApi.InputInlineQueryResultGameRepresents a game.static classTdApi.InputInlineQueryResultLocationRepresents a point on the map.static classTdApi.InputInlineQueryResultPhotoRepresents link to a JPEG image.static classTdApi.InputInlineQueryResultStickerRepresents a link to a WEBP or TGS sticker.static classTdApi.InputInlineQueryResultVenueRepresents information about a venue.static classTdApi.InputInlineQueryResultVideoRepresents a link to a page containing an embedded video player or a video file.static classTdApi.InputInlineQueryResultVoiceNoteRepresents a link to an opus-encoded audio file within an OGG container, single channel audio.static classTdApi.InputMessageAnimationAn animation message (GIF-style).static classTdApi.InputMessageAudioAn audio message.static classTdApi.InputMessageContactA message containing a user contact.static classTdApi.InputMessageContentThis class is an abstract base class.static classTdApi.InputMessageDiceA dice message.static classTdApi.InputMessageDocumentA document message (general file).static classTdApi.InputMessageForwardedA forwarded message.static classTdApi.InputMessageGameA message with a game; not supported for channels or secret chats.static classTdApi.InputMessageInvoiceA message with an invoice; can be used only by bots.static classTdApi.InputMessageLocationA message with a location.static classTdApi.InputMessagePhotoA photo message.static classTdApi.InputMessagePollA message with a poll.static classTdApi.InputMessageStickerA sticker message.static classTdApi.InputMessageTextA text message.static classTdApi.InputMessageVenueA message with information about a venue.static classTdApi.InputMessageVideoA video message.static classTdApi.InputMessageVideoNoteA video note message.static classTdApi.InputMessageVoiceNoteA voice note message.static classTdApi.InputPassportElementThis class is an abstract base class.static classTdApi.InputPassportElementAddressA Telegram Passport element to be saved containing the user's address.static classTdApi.InputPassportElementBankStatementA Telegram Passport element to be saved containing the user's bank statement.static classTdApi.InputPassportElementDriverLicenseA Telegram Passport element to be saved containing the user's driver license.static classTdApi.InputPassportElementEmailAddressA Telegram Passport element to be saved containing the user's email address.static classTdApi.InputPassportElementErrorContains the description of an error in a Telegram Passport element; for bots only.static classTdApi.InputPassportElementErrorSourceThis class is an abstract base class.static classTdApi.InputPassportElementErrorSourceDataFieldA data field contains an error.static classTdApi.InputPassportElementErrorSourceFileThe file contains an error.static classTdApi.InputPassportElementErrorSourceFilesThe list of attached files contains an error.static classTdApi.InputPassportElementErrorSourceFrontSideThe front side of the document contains an error.static classTdApi.InputPassportElementErrorSourceReverseSideThe reverse side of the document contains an error.static classTdApi.InputPassportElementErrorSourceSelfieThe selfie contains an error.static classTdApi.InputPassportElementErrorSourceTranslationFileOne of the files containing the translation of the document contains an error.static classTdApi.InputPassportElementErrorSourceTranslationFilesThe translation of the document contains an error.static classTdApi.InputPassportElementErrorSourceUnspecifiedThe element contains an error in an unspecified place.static classTdApi.InputPassportElementIdentityCardA Telegram Passport element to be saved containing the user's identity card.static classTdApi.InputPassportElementInternalPassportA Telegram Passport element to be saved containing the user's internal passport.static classTdApi.InputPassportElementPassportA Telegram Passport element to be saved containing the user's passport.static classTdApi.InputPassportElementPassportRegistrationA Telegram Passport element to be saved containing the user's passport registration.static classTdApi.InputPassportElementPersonalDetailsA Telegram Passport element to be saved containing the user's personal details.static classTdApi.InputPassportElementPhoneNumberA Telegram Passport element to be saved containing the user's phone number.static classTdApi.InputPassportElementRentalAgreementA Telegram Passport element to be saved containing the user's rental agreement.static classTdApi.InputPassportElementTemporaryRegistrationA Telegram Passport element to be saved containing the user's temporary registration.static classTdApi.InputPassportElementUtilityBillA Telegram Passport element to be saved containing the user's utility bill.static classTdApi.InputPersonalDocumentA personal document to be saved to Telegram Passport.static classTdApi.InputStickerThis class is an abstract base class.static classTdApi.InputStickerAnimatedAn animated sticker in TGS format.static classTdApi.InputStickerStaticA static sticker in PNG format, which will be converted to WEBP server-side.static classTdApi.InputThumbnailA thumbnail to be sent along with a file; must be in JPEG or WEBP format for stickers, and less than 200 KB in size.static classTdApi.InternalLinkTypeThis class is an abstract base class.static classTdApi.InternalLinkTypeActiveSessionsThe link is a link to the active sessions section of the app.static classTdApi.InternalLinkTypeAuthenticationCodeThe link contains an authentication code.static classTdApi.InternalLinkTypeBackgroundThe link is a link to a background.static classTdApi.InternalLinkTypeBotStartThe link is a link to a chat with a Telegram bot.static classTdApi.InternalLinkTypeBotStartInGroupThe link is a link to a Telegram bot, which is supposed to be added to a group chat.static classTdApi.InternalLinkTypeChangePhoneNumberThe link is a link to the change phone number section of the app.static classTdApi.InternalLinkTypeChatInviteThe link is a chat invite link.static classTdApi.InternalLinkTypeFilterSettingsThe link is a link to the filter settings section of the app.static classTdApi.InternalLinkTypeGameThe link is a link to a game.static classTdApi.InternalLinkTypeLanguagePackThe link is a link to a language pack.static classTdApi.InternalLinkTypeMessageThe link is a link to a Telegram message.static classTdApi.InternalLinkTypeMessageDraftThe link contains a message draft text.static classTdApi.InternalLinkTypePassportDataRequestThe link contains a request of Telegram passport data.static classTdApi.InternalLinkTypePhoneNumberConfirmationThe link can be used to confirm ownership of a phone number to prevent account deletion.static classTdApi.InternalLinkTypeProxyThe link is a link to a proxy.static classTdApi.InternalLinkTypePublicChatThe link is a link to a chat by its username.static classTdApi.InternalLinkTypeQrCodeAuthenticationThe link can be used to login the current user on another device, but it must be scanned from QR-code using in-app camera.static classTdApi.InternalLinkTypeSettingsThe link is a link to app settings.static classTdApi.InternalLinkTypeStickerSetThe link is a link to a sticker set.static classTdApi.InternalLinkTypeThemeThe link is a link to a theme.static classTdApi.InternalLinkTypeThemeSettingsThe link is a link to the theme settings section of the app.static classTdApi.InternalLinkTypeUnknownDeepLinkThe link is an unknown tg: link.static classTdApi.InternalLinkTypeUnsupportedProxyThe link is a link to an unsupported proxy.static classTdApi.InternalLinkTypeVideoChatThe link is a link to a video chat.static classTdApi.InviteGroupCallParticipantsInvites users to an active group call.static classTdApi.InvoiceProduct invoice.static classTdApi.JoinChatAdds the current user as a new member to a chat.static classTdApi.JoinChatByInviteLinkUses an invite link to add the current user to the chat if possible.static classTdApi.JoinGroupCallJoins an active group call.static classTdApi.JsonObjectMemberRepresents one member of a JSON object.static classTdApi.JsonValueThis class is an abstract base class.static classTdApi.JsonValueArrayRepresents a JSON array.static classTdApi.JsonValueBooleanRepresents a boolean JSON value.static classTdApi.JsonValueNullRepresents a null JSON value.static classTdApi.JsonValueNumberRepresents a numeric JSON value.static classTdApi.JsonValueObjectRepresents a JSON object.static classTdApi.JsonValueStringRepresents a string JSON value.static classTdApi.KeyboardButtonRepresents a single button in a bot keyboard.static classTdApi.KeyboardButtonTypeThis class is an abstract base class.static classTdApi.KeyboardButtonTypeRequestLocationA button that sends the user's location when pressed; available only in private chats.static classTdApi.KeyboardButtonTypeRequestPhoneNumberA button that sends the user's phone number when pressed; available only in private chats.static classTdApi.KeyboardButtonTypeRequestPollA button that allows the user to create and send a poll when pressed; available only in private chats.static classTdApi.KeyboardButtonTypeTextA simple button, with text that must be sent when the button is pressed.static classTdApi.LabeledPricePartPortion of the price of a product (e.g., "delivery cost", "tax amount").static classTdApi.LanguagePackInfoContains information about a language pack.static classTdApi.LanguagePackStringRepresents one language pack string.static classTdApi.LanguagePackStringsContains a list of language pack strings.static classTdApi.LanguagePackStringValueThis class is an abstract base class.static classTdApi.LanguagePackStringValueDeletedA deleted language pack string, the value must be taken from the built-in English language pack.static classTdApi.LanguagePackStringValueOrdinaryAn ordinary language pack string.static classTdApi.LanguagePackStringValuePluralizedA language pack string which has different forms based on the number of some object it mentions.static classTdApi.LeaveChatRemoves the current user from chat members.static classTdApi.LeaveGroupCallLeaves a group call.static classTdApi.LoadChatsLoads more chats from a chat list.static classTdApi.LoadGroupCallParticipantsLoads more participants of a group call.static classTdApi.LocalFileRepresents a local file.static classTdApi.LocalizationTargetInfoContains information about the current localization target.static classTdApi.LocationDescribes a location on planet Earth.static classTdApi.LoginUrlInfoThis class is an abstract base class.static classTdApi.LoginUrlInfoOpenAn HTTP url needs to be open.static classTdApi.LoginUrlInfoRequestConfirmationAn authorization confirmation dialog needs to be shown to the user.static classTdApi.LogOutCloses the TDLib instance after a proper logout.static classTdApi.LogStreamThis class is an abstract base class.static classTdApi.LogStreamDefaultThe log is written to stderr or an OS specific log.static classTdApi.LogStreamEmptyThe log is written nowhere.static classTdApi.LogStreamFileThe log is written to a file.static classTdApi.LogTagsContains a list of available TDLib internal log tags.static classTdApi.LogVerbosityLevelContains a TDLib internal log verbosity level.static classTdApi.MaskPointThis class is an abstract base class.static classTdApi.MaskPointChinThe mask is placed relatively to the chin.static classTdApi.MaskPointEyesThe mask is placed relatively to the eyes.static classTdApi.MaskPointForeheadThe mask is placed relatively to the forehead.static classTdApi.MaskPointMouthThe mask is placed relatively to the mouth.static classTdApi.MaskPositionPosition on a photo where a mask is placed.static classTdApi.MessageDescribes a message.static classTdApi.MessageAnimatedEmojiA message with an animated emoji.static classTdApi.MessageAnimationAn animation message (GIF-style).static classTdApi.MessageAudioAn audio message.static classTdApi.MessageBasicGroupChatCreateA newly created basic group.static classTdApi.MessageCalendarContains information about found messages, split by days according to the option "utc_time_offset".static classTdApi.MessageCalendarDayContains information about found messages sent on a specific day.static classTdApi.MessageCallA message with information about an ended call.static classTdApi.MessageChatAddMembersNew chat members were added.static classTdApi.MessageChatChangePhotoAn updated chat photo.static classTdApi.MessageChatChangeTitleAn updated chat title.static classTdApi.MessageChatDeleteMemberA chat member was deleted.static classTdApi.MessageChatDeletePhotoA deleted chat photo.static classTdApi.MessageChatJoinByLinkA new member joined the chat via an invite link.static classTdApi.MessageChatJoinByRequestA new member was accepted to the chat by an administrator.static classTdApi.MessageChatSetThemeA theme in the chat has been changed.static classTdApi.MessageChatSetTtlThe TTL (Time To Live) setting for messages in the chat has been changed.static classTdApi.MessageChatUpgradeFromA supergroup has been created from a basic group.static classTdApi.MessageChatUpgradeToA basic group was upgraded to a supergroup and was deactivated as the result.static classTdApi.MessageContactA message with a user contact.static classTdApi.MessageContactRegisteredA contact has registered with Telegram.static classTdApi.MessageContentThis class is an abstract base class.static classTdApi.MessageCopyOptionsOptions to be used when a message content is copied without reference to the original sender.static classTdApi.MessageCustomServiceActionA non-standard action has happened in the chat.static classTdApi.MessageDiceA dice message.static classTdApi.MessageDocumentA document message (general file).static classTdApi.MessageExpiredPhotoAn expired photo message (self-destructed after TTL has elapsed).static classTdApi.MessageExpiredVideoAn expired video message (self-destructed after TTL has elapsed).static classTdApi.MessageFileTypeThis class is an abstract base class.static classTdApi.MessageFileTypeGroupThe messages was exported from a group chat.static classTdApi.MessageFileTypePrivateThe messages was exported from a private chat.static classTdApi.MessageFileTypeUnknownThe messages was exported from a chat of unknown type.static classTdApi.MessageForwardInfoContains information about a forwarded message.static classTdApi.MessageForwardOriginThis class is an abstract base class.static classTdApi.MessageForwardOriginChannelThe message was originally a post in a channel.static classTdApi.MessageForwardOriginChatThe message was originally sent on behalf of a chat.static classTdApi.MessageForwardOriginHiddenUserThe message was originally sent by a user, which is hidden by their privacy settings.static classTdApi.MessageForwardOriginMessageImportThe message was imported from an exported message history.static classTdApi.MessageForwardOriginUserThe message was originally sent by a known user.static classTdApi.MessageGameA message with a game.static classTdApi.MessageGameScoreA new high score was achieved in a game.static classTdApi.MessageInteractionInfoContains information about interactions with a message.static classTdApi.MessageInviteVideoChatParticipantsA message with information about an invite to a video chat.static classTdApi.MessageInvoiceA message with an invoice from a bot.static classTdApi.MessageLinkContains an HTTPS link to a message in a supergroup or channel.static classTdApi.MessageLinkInfoContains information about a link to a message in a chat.static classTdApi.MessageLocationA message with a location.static classTdApi.MessagePassportDataReceivedTelegram Passport data has been received; for bots only.static classTdApi.MessagePassportDataSentTelegram Passport data has been sent.static classTdApi.MessagePaymentSuccessfulA payment has been completed.static classTdApi.MessagePaymentSuccessfulBotA payment has been completed; for bots only.static classTdApi.MessagePhotoA photo message.static classTdApi.MessagePinMessageA message has been pinned.static classTdApi.MessagePollA message with a poll.static classTdApi.MessagePositionContains information about a message in a specific position.static classTdApi.MessagePositionsContains a list of message positions.static classTdApi.MessageProximityAlertTriggeredA user in the chat came within proximity alert range.static classTdApi.MessageReplyInfoContains information about replies to a message.static classTdApi.MessagesContains a list of messages.static classTdApi.MessageSchedulingStateThis class is an abstract base class.static classTdApi.MessageSchedulingStateSendAtDateThe message will be sent at the specified date.static classTdApi.MessageSchedulingStateSendWhenOnlineThe message will be sent when the peer will be online.static classTdApi.MessageScreenshotTakenA screenshot of a message in the chat has been taken.static classTdApi.MessageSenderThis class is an abstract base class.static classTdApi.MessageSenderChatThe message was sent on behalf of a chat.static classTdApi.MessageSendersRepresents a list of message senders.static classTdApi.MessageSenderUserThe message was sent by a known user.static classTdApi.MessageSendingStateThis class is an abstract base class.static classTdApi.MessageSendingStateFailedThe message failed to be sent.static classTdApi.MessageSendingStatePendingThe message is being sent now, but has not yet been delivered to the server.static classTdApi.MessageSendOptionsOptions to be used when a message is sent.static classTdApi.MessageStatisticsA detailed statistics about a message.static classTdApi.MessageStickerA sticker message.static classTdApi.MessageSupergroupChatCreateA newly created supergroup or channel.static classTdApi.MessageTextA text message.static classTdApi.MessageThreadInfoContains information about a message thread.static classTdApi.MessageUnsupportedMessage content that is not supported in the current TDLib version.static classTdApi.MessageVenueA message with information about a venue.static classTdApi.MessageVideoA video message.static classTdApi.MessageVideoChatEndedA message with information about an ended video chat.static classTdApi.MessageVideoChatScheduledA new video chat was scheduled.static classTdApi.MessageVideoChatStartedA newly created video chat.static classTdApi.MessageVideoNoteA video note message.static classTdApi.MessageVoiceNoteA voice note message.static classTdApi.MessageWebsiteConnectedThe current user has connected a website by logging in using Telegram Login Widget on it.static classTdApi.MinithumbnailThumbnail image of a very poor quality and low resolution.static classTdApi.NetworkStatisticsA full list of available network statistic entries.static classTdApi.NetworkStatisticsEntryThis class is an abstract base class.static classTdApi.NetworkStatisticsEntryCallContains information about the total amount of data that was used for calls.static classTdApi.NetworkStatisticsEntryFileContains information about the total amount of data that was used to send and receive files.static classTdApi.NetworkTypeThis class is an abstract base class.static classTdApi.NetworkTypeMobileA mobile network.static classTdApi.NetworkTypeMobileRoamingA mobile roaming network.static classTdApi.NetworkTypeNoneThe network is not available.static classTdApi.NetworkTypeOtherA different network type (e.g., Ethernet network).static classTdApi.NetworkTypeWiFiA Wi-Fi network.static classTdApi.NotificationContains information about a notification.static classTdApi.NotificationGroupDescribes a group of notifications.static classTdApi.NotificationGroupTypeThis class is an abstract base class.static classTdApi.NotificationGroupTypeCallsA group containing notifications of type notificationTypeNewCall.static classTdApi.NotificationGroupTypeMentionsA group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with unread mentions of the current user, replies to their messages, or a pinned message.static classTdApi.NotificationGroupTypeMessagesA group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with ordinary unread messages.static classTdApi.NotificationGroupTypeSecretChatA group containing a notification of type notificationTypeNewSecretChat.static classTdApi.NotificationSettingsScopeThis class is an abstract base class.static classTdApi.NotificationSettingsScopeChannelChatsNotification settings applied to all channels when the corresponding chat setting has a default value.static classTdApi.NotificationSettingsScopeGroupChatsNotification settings applied to all basic groups and supergroups when the corresponding chat setting has a default value.static classTdApi.NotificationSettingsScopePrivateChatsNotification settings applied to all private and secret chats when the corresponding chat setting has a default value.static classTdApi.NotificationTypeThis class is an abstract base class.static classTdApi.NotificationTypeNewCallNew call was received.static classTdApi.NotificationTypeNewMessageNew message was received.static classTdApi.NotificationTypeNewPushMessageNew message was received through a push notification.static classTdApi.NotificationTypeNewSecretChatNew secret chat was created.static classTdApi.ObjectThis class is a base class for all TDLib interface classes.static classTdApi.OkAn object of this type is returned on a successful function call for certain functions.static classTdApi.OpenChatInforms TDLib that the chat is opened by the user.static classTdApi.OpenMessageContentInforms 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).static classTdApi.OptimizeStorageOptimizes storage usage, i.e.static classTdApi.OptionValueThis class is an abstract base class.static classTdApi.OptionValueBooleanRepresents a boolean option.static classTdApi.OptionValueEmptyRepresents an unknown option or an option which has a default value.static classTdApi.OptionValueIntegerRepresents an integer option.static classTdApi.OptionValueStringRepresents a string option.static classTdApi.OrderInfoOrder information.static classTdApi.PageBlockThis class is an abstract base class.static classTdApi.PageBlockAnchorAn invisible anchor on a page, which can be used in a URL to open the page from the specified anchor.static classTdApi.PageBlockAnimationAn animation.static classTdApi.PageBlockAudioAn audio file.static classTdApi.PageBlockAuthorDateThe author and publishing date of a page.static classTdApi.PageBlockBlockQuoteA block quote.static classTdApi.PageBlockCaptionContains a caption of an instant view web page block, consisting of a text and a trailing credit.static classTdApi.PageBlockChatLinkA link to a chat.static classTdApi.PageBlockCollageA collage.static classTdApi.PageBlockCoverA page cover.static classTdApi.PageBlockDetailsA collapsible block.static classTdApi.PageBlockDividerAn empty block separating a page.static classTdApi.PageBlockEmbeddedAn embedded web page.static classTdApi.PageBlockEmbeddedPostAn embedded post.static classTdApi.PageBlockFooterThe footer of a page.static classTdApi.PageBlockHeaderA header.static classTdApi.PageBlockHorizontalAlignmentThis class is an abstract base class.static classTdApi.PageBlockHorizontalAlignmentCenterThe content must be center-aligned.static classTdApi.PageBlockHorizontalAlignmentLeftThe content must be left-aligned.static classTdApi.PageBlockHorizontalAlignmentRightThe content must be right-aligned.static classTdApi.PageBlockKickerA kicker.static classTdApi.PageBlockListA list of data blocks.static classTdApi.PageBlockListItemDescribes an item of a list page block.static classTdApi.PageBlockMapA map.static classTdApi.PageBlockParagraphA text paragraph.static classTdApi.PageBlockPhotoA photo.static classTdApi.PageBlockPreformattedA preformatted text paragraph.static classTdApi.PageBlockPullQuoteA pull quote.static classTdApi.PageBlockRelatedArticleContains information about a related article.static classTdApi.PageBlockRelatedArticlesRelated articles.static classTdApi.PageBlockSlideshowA slideshow.static classTdApi.PageBlockSubheaderA subheader.static classTdApi.PageBlockSubtitleThe subtitle of a page.static classTdApi.PageBlockTableA table.static classTdApi.PageBlockTableCellRepresents a cell of a table.static classTdApi.PageBlockTitleThe title of a page.static classTdApi.PageBlockVerticalAlignmentThis class is an abstract base class.static classTdApi.PageBlockVerticalAlignmentBottomThe content must be bottom-aligned.static classTdApi.PageBlockVerticalAlignmentMiddleThe content must be middle-aligned.static classTdApi.PageBlockVerticalAlignmentTopThe content must be top-aligned.static classTdApi.PageBlockVideoA video.static classTdApi.PageBlockVoiceNoteA voice note.static classTdApi.ParseMarkdownParses Markdown entities in a human-friendly format, ignoring markup errors.static classTdApi.ParseTextEntitiesParses Bold, Italic, Underline, Strikethrough, Code, Pre, PreCode, TextUrl and MentionName entities contained in the text.static classTdApi.PassportAuthorizationFormContains information about a Telegram Passport authorization form that was requested.static classTdApi.PassportElementThis class is an abstract base class.static classTdApi.PassportElementAddressA Telegram Passport element containing the user's address.static classTdApi.PassportElementBankStatementA Telegram Passport element containing the user's bank statement.static classTdApi.PassportElementDriverLicenseA Telegram Passport element containing the user's driver license.static classTdApi.PassportElementEmailAddressA Telegram Passport element containing the user's email address.static classTdApi.PassportElementErrorContains the description of an error in a Telegram Passport element.static classTdApi.PassportElementErrorSourceThis class is an abstract base class.static classTdApi.PassportElementErrorSourceDataFieldOne of the data fields contains an error.static classTdApi.PassportElementErrorSourceFileThe file contains an error.static classTdApi.PassportElementErrorSourceFilesThe list of attached files contains an error.static classTdApi.PassportElementErrorSourceFrontSideThe front side of the document contains an error.static classTdApi.PassportElementErrorSourceReverseSideThe reverse side of the document contains an error.static classTdApi.PassportElementErrorSourceSelfieThe selfie with the document contains an error.static classTdApi.PassportElementErrorSourceTranslationFileOne of files with the translation of the document contains an error.static classTdApi.PassportElementErrorSourceTranslationFilesThe translation of the document contains an error.static classTdApi.PassportElementErrorSourceUnspecifiedThe element contains an error in an unspecified place.static classTdApi.PassportElementIdentityCardA Telegram Passport element containing the user's identity card.static classTdApi.PassportElementInternalPassportA Telegram Passport element containing the user's internal passport.static classTdApi.PassportElementPassportA Telegram Passport element containing the user's passport.static classTdApi.PassportElementPassportRegistrationA Telegram Passport element containing the user's passport registration pages.static classTdApi.PassportElementPersonalDetailsA Telegram Passport element containing the user's personal details.static classTdApi.PassportElementPhoneNumberA Telegram Passport element containing the user's phone number.static classTdApi.PassportElementRentalAgreementA Telegram Passport element containing the user's rental agreement.static classTdApi.PassportElementsContains information about saved Telegram Passport elements.static classTdApi.PassportElementsWithErrorsContains information about a Telegram Passport elements and corresponding errors.static classTdApi.PassportElementTemporaryRegistrationA Telegram Passport element containing the user's temporary registration.static classTdApi.PassportElementTypeThis class is an abstract base class.static classTdApi.PassportElementTypeAddressA Telegram Passport element containing the user's address.static classTdApi.PassportElementTypeBankStatementA Telegram Passport element containing the user's bank statement.static classTdApi.PassportElementTypeDriverLicenseA Telegram Passport element containing the user's driver license.static classTdApi.PassportElementTypeEmailAddressA Telegram Passport element containing the user's email address.static classTdApi.PassportElementTypeIdentityCardA Telegram Passport element containing the user's identity card.static classTdApi.PassportElementTypeInternalPassportA Telegram Passport element containing the user's internal passport.static classTdApi.PassportElementTypePassportA Telegram Passport element containing the user's passport.static classTdApi.PassportElementTypePassportRegistrationA Telegram Passport element containing the registration page of the user's passport.static classTdApi.PassportElementTypePersonalDetailsA Telegram Passport element containing the user's personal details.static classTdApi.PassportElementTypePhoneNumberA Telegram Passport element containing the user's phone number.static classTdApi.PassportElementTypeRentalAgreementA Telegram Passport element containing the user's rental agreement.static classTdApi.PassportElementTypeTemporaryRegistrationA Telegram Passport element containing the user's temporary registration.static classTdApi.PassportElementTypeUtilityBillA Telegram Passport element containing the user's utility bill.static classTdApi.PassportElementUtilityBillA Telegram Passport element containing the user's utility bill.static classTdApi.PassportRequiredElementContains a description of the required Telegram Passport element that was requested by a service.static classTdApi.PassportSuitableElementContains information about a Telegram Passport element that was requested by a service.static classTdApi.PasswordStateRepresents the current state of 2-step verification.static classTdApi.PaymentFormContains information about an invoice payment form.static classTdApi.PaymentFormThemeTheme colors for a payment form.static classTdApi.PaymentReceiptContains information about a successful payment.static classTdApi.PaymentResultContains the result of a payment request.static classTdApi.PaymentsProviderStripeStripe payment provider.static classTdApi.PersonalDetailsContains the user's personal details.static classTdApi.PersonalDocumentA personal document, containing some information about a user.static classTdApi.PhoneNumberAuthenticationSettingsContains settings for the authentication of the user's phone number.static classTdApi.PhoneNumberInfoContains information about a phone number.static classTdApi.PhotoDescribes a photo.static classTdApi.PhotoSizeDescribes an image in JPEG format.static classTdApi.PinChatMessagePins a message in a chat; requires canPinMessages rights or canEditMessages rights in the channel.static classTdApi.PingProxyComputes time needed to receive a response from a Telegram server through a proxy.static classTdApi.PointA point on a Cartesian plane.static classTdApi.PollDescribes a poll.static classTdApi.PollOptionDescribes one answer option of a poll.static classTdApi.PollTypeThis class is an abstract base class.static classTdApi.PollTypeQuizA poll in quiz mode, which has exactly one correct answer option and can be answered only once.static classTdApi.PollTypeRegularA regular poll.static classTdApi.ProcessChatJoinRequestHandles a pending join request in a chat.static classTdApi.ProcessChatJoinRequestsHandles all pending join requests for a given link in a chat.static classTdApi.ProcessPushNotificationHandles a push notification.static classTdApi.ProfilePhotoDescribes a user profile photo.static classTdApi.ProxiesRepresents a list of proxy servers.static classTdApi.ProxyContains information about a proxy server.static classTdApi.ProxyTypeThis class is an abstract base class.static classTdApi.ProxyTypeHttpA HTTP transparent proxy server.static classTdApi.ProxyTypeMtprotoAn MTProto proxy server.static classTdApi.ProxyTypeSocks5A SOCKS5 proxy server.static classTdApi.PublicChatTypeThis class is an abstract base class.static classTdApi.PublicChatTypeHasUsernameThe chat is public, because it has username.static classTdApi.PublicChatTypeIsLocationBasedThe chat is public, because it is a location-based supergroup.static classTdApi.PushMessageContentThis class is an abstract base class.static classTdApi.PushMessageContentAnimationAn animation message (GIF-style).static classTdApi.PushMessageContentAudioAn audio message.static classTdApi.PushMessageContentBasicGroupChatCreateA newly created basic group.static classTdApi.PushMessageContentChatAddMembersNew chat members were invited to a group.static classTdApi.PushMessageContentChatChangePhotoA chat photo was edited.static classTdApi.PushMessageContentChatChangeTitleA chat title was edited.static classTdApi.PushMessageContentChatDeleteMemberA chat member was deleted.static classTdApi.PushMessageContentChatJoinByLinkA new member joined the chat via an invite link.static classTdApi.PushMessageContentChatJoinByRequestA new member was accepted to the chat by an administrator.static classTdApi.PushMessageContentChatSetThemeA chat theme was edited.static classTdApi.PushMessageContentContactA message with a user contact.static classTdApi.PushMessageContentContactRegisteredA contact has registered with Telegram.static classTdApi.PushMessageContentDocumentA document message (a general file).static classTdApi.PushMessageContentGameA message with a game.static classTdApi.PushMessageContentGameScoreA new high score was achieved in a game.static classTdApi.PushMessageContentHiddenA general message with hidden content.static classTdApi.PushMessageContentInvoiceA message with an invoice from a bot.static classTdApi.PushMessageContentLocationA message with a location.static classTdApi.PushMessageContentMediaAlbumA media album.static classTdApi.PushMessageContentMessageForwardsA forwarded messages.static classTdApi.PushMessageContentPhotoA photo message.static classTdApi.PushMessageContentPollA message with a poll.static classTdApi.PushMessageContentScreenshotTakenA screenshot of a message in the chat has been taken.static classTdApi.PushMessageContentStickerA message with a sticker.static classTdApi.PushMessageContentTextA text message.static classTdApi.PushMessageContentVideoA video message.static classTdApi.PushMessageContentVideoNoteA video note message.static classTdApi.PushMessageContentVoiceNoteA voice note message.static classTdApi.PushReceiverIdContains a globally unique push receiver identifier, which can be used to identify which account has received a push notification.static classTdApi.ReadAllChatMentionsMarks all mentions in a chat as read.static classTdApi.ReadFilePartReads a part of a file from the TDLib file cache and returns read bytes.static classTdApi.RecommendedChatFilterDescribes a recommended chat filter.static classTdApi.RecommendedChatFiltersContains a list of recommended chat filters.static classTdApi.RecoverAuthenticationPasswordRecovers the password with a password recovery code sent to an email address that was previously set up.static classTdApi.RecoverPasswordRecovers the 2-step verification password using a recovery code sent to an email address that was previously set up.static classTdApi.RecoveryEmailAddressContains information about the current recovery email address.static classTdApi.RegisterDeviceRegisters the currently used device for receiving push notifications.static classTdApi.RegisterUserFinishes user registration.static classTdApi.RemoteFileRepresents a remote file.static classTdApi.RemoveBackgroundRemoves background from the list of installed backgrounds.static classTdApi.RemoveChatActionBarRemoves a chat action bar without any other action.static classTdApi.RemoveContactsRemoves users from the contact list.static classTdApi.RemoveFavoriteStickerRemoves a sticker from the list of favorite stickers.static classTdApi.RemoveNotificationRemoves an active notification from notification list.static classTdApi.RemoveNotificationGroupRemoves a group of active notifications.static classTdApi.RemoveProxyRemoves a proxy server.static classTdApi.RemoveRecentHashtagRemoves a hashtag from the list of recently used hashtags.static classTdApi.RemoveRecentlyFoundChatRemoves a chat from the list of recently found chats.static classTdApi.RemoveRecentStickerRemoves a sticker from the list of recently used stickers.static classTdApi.RemoveSavedAnimationRemoves an animation from the list of saved animations.static classTdApi.RemoveStickerFromSetRemoves a sticker from the set to which it belongs; for bots only.static classTdApi.RemoveTopChatRemoves a chat from the list of frequently used chats.static classTdApi.ReorderChatFiltersChanges the order of chat filters.static classTdApi.ReorderInstalledStickerSetsChanges the order of installed sticker sets.static classTdApi.ReplacePrimaryChatInviteLinkReplaces current primary invite link for a chat with a new primary invite link.static classTdApi.ReplyMarkupThis class is an abstract base class.static classTdApi.ReplyMarkupForceReplyInstructs application to force a reply to this message.static classTdApi.ReplyMarkupInlineKeyboardContains an inline keyboard layout.static classTdApi.ReplyMarkupRemoveKeyboardInstructs application to remove the keyboard once this message has been received.static classTdApi.ReplyMarkupShowKeyboardContains a custom keyboard layout to quickly reply to bots.static classTdApi.ReportChatReports a chat to the Telegram moderators.static classTdApi.ReportChatPhotoReports a chat photo to the Telegram moderators.static classTdApi.ReportSupergroupSpamReports messages in a supergroup as spam; requires administrator rights in the supergroup.static classTdApi.RequestAuthenticationPasswordRecoveryRequests to send a password recovery code to an email address that was previously set up.static classTdApi.RequestPasswordRecoveryRequests to send a 2-step verification password recovery code to an email address that was previously set up.static classTdApi.RequestQrCodeAuthenticationRequests QR code authentication by scanning a QR code on another logged in device.static classTdApi.ResendAuthenticationCodeRe-sends an authentication code to the user.static classTdApi.ResendChangePhoneNumberCodeRe-sends the authentication code sent to confirm a new phone number for the current user.static classTdApi.ResendEmailAddressVerificationCodeRe-sends the code to verify an email address to be added to a user's Telegram Passport.static classTdApi.ResendMessagesResends messages which failed to send.static classTdApi.ResendPhoneNumberConfirmationCodeResends phone number confirmation code.static classTdApi.ResendPhoneNumberVerificationCodeRe-sends the code to verify a phone number to be added to a user's Telegram Passport.static classTdApi.ResendRecoveryEmailAddressCodeResends the 2-step verification recovery email address verification code.static classTdApi.ResetAllNotificationSettingsResets all notification settings to their default values.static classTdApi.ResetBackgroundsResets list of installed backgrounds to its default value.static classTdApi.ResetNetworkStatisticsResets all network data usage statistics to zero.static classTdApi.ResetPasswordRemoves 2-step verification password without previous password and access to recovery email address.static classTdApi.ResetPasswordResultThis class is an abstract base class.static classTdApi.ResetPasswordResultDeclinedThe password reset request was declined.static classTdApi.ResetPasswordResultOkThe password was reset.static classTdApi.ResetPasswordResultPendingThe password reset request is pending.static classTdApi.RevokeChatInviteLinkRevokes invite link for a chat.static classTdApi.RevokeGroupCallInviteLinkRevokes invite link for a group call.static classTdApi.RichTextThis class is an abstract base class.static classTdApi.RichTextAnchorAn anchor.static classTdApi.RichTextAnchorLinkA link to an anchor on the same web page.static classTdApi.RichTextBoldA bold rich text.static classTdApi.RichTextEmailAddressA rich text email link.static classTdApi.RichTextFixedA fixed-width rich text.static classTdApi.RichTextIconA small image inside the text.static classTdApi.RichTextItalicAn italicized rich text.static classTdApi.RichTextMarkedA marked rich text.static classTdApi.RichTextPhoneNumberA rich text phone number.static classTdApi.RichTextPlainA plain text.static classTdApi.RichTextReferenceA reference to a richTexts object on the same web page.static classTdApi.RichTextsA concatenation of rich texts.static classTdApi.RichTextStrikethroughA strikethrough rich text.static classTdApi.RichTextSubscriptA subscript rich text.static classTdApi.RichTextSuperscriptA superscript rich text.static classTdApi.RichTextUnderlineAn underlined rich text.static classTdApi.RichTextUrlA rich text URL link.static classTdApi.SaveApplicationLogEventSaves application log event on the server.static classTdApi.SavedCredentialsContains information about saved card credentials.static classTdApi.ScopeNotificationSettingsContains information about notification settings for several chats.static classTdApi.SearchBackgroundSearches for a background by its name.static classTdApi.SearchCallMessagesSearches for call messages.static classTdApi.SearchChatMembersSearches for a specified query in the first name, last name and username of the members of a specified chat.static classTdApi.SearchChatMessagesSearches for messages with given words in the chat.static classTdApi.SearchChatRecentLocationMessagesReturns information about the recent locations of chat members that were sent to the chat.static classTdApi.SearchChatsSearches for the specified query in the title and username of already known chats, this is an offline request.static classTdApi.SearchChatsNearbyReturns a list of users and location-based supergroups nearby.static classTdApi.SearchChatsOnServerSearches for the specified query in the title and username of already known chats via request to the server.static classTdApi.SearchContactsSearches for the specified query in the first names, last names and usernames of the known user contacts.static classTdApi.SearchEmojisSearches for emojis by keywords.static classTdApi.SearchHashtagsSearches for recently used hashtags by their prefix.static classTdApi.SearchInstalledStickerSetsSearches for installed sticker sets by looking for specified query in their title and name.static classTdApi.SearchMessagesSearches for messages in all chats except secret chats.static classTdApi.SearchMessagesFilterThis class is an abstract base class.static classTdApi.SearchMessagesFilterAnimationReturns only animation messages.static classTdApi.SearchMessagesFilterAudioReturns only audio messages.static classTdApi.SearchMessagesFilterChatPhotoReturns only messages containing chat photos.static classTdApi.SearchMessagesFilterDocumentReturns only document messages.static classTdApi.SearchMessagesFilterEmptyReturns all found messages, no filter is applied.static classTdApi.SearchMessagesFilterFailedToSendReturns only failed to send messages.static classTdApi.SearchMessagesFilterMentionReturns only messages with mentions of the current user, or messages that are replies to their messages.static classTdApi.SearchMessagesFilterPhotoReturns only photo messages.static classTdApi.SearchMessagesFilterPhotoAndVideoReturns only photo and video messages.static classTdApi.SearchMessagesFilterPinnedReturns only pinned messages.static classTdApi.SearchMessagesFilterUnreadMentionReturns only messages with unread mentions of the current user, or messages that are replies to their messages.static classTdApi.SearchMessagesFilterUrlReturns only messages containing URLs.static classTdApi.SearchMessagesFilterVideoReturns only video messages.static classTdApi.SearchMessagesFilterVideoNoteReturns only video note messages.static classTdApi.SearchMessagesFilterVoiceAndVideoNoteReturns only voice and video note messages.static classTdApi.SearchMessagesFilterVoiceNoteReturns only voice note messages.static classTdApi.SearchPublicChatSearches a public chat by its username.static classTdApi.SearchPublicChatsSearches public chats by looking for specified query in their username and title.static classTdApi.SearchSecretMessagesSearches for messages in secret chats.static classTdApi.SearchStickersSearches for stickers from public sticker sets that correspond to a given emoji.static classTdApi.SearchStickerSetSearches for a sticker set by its name.static classTdApi.SearchStickerSetsSearches for ordinary sticker sets by looking for specified query in their title and name.static classTdApi.SecondsContains a value representing a number of seconds.static classTdApi.SecretChatRepresents a secret chat.static classTdApi.SecretChatStateThis class is an abstract base class.static classTdApi.SecretChatStateClosedThe secret chat is closed.static classTdApi.SecretChatStatePendingThe secret chat is not yet created; waiting for the other user to get online.static classTdApi.SecretChatStateReadyThe secret chat is ready to use.static classTdApi.SendBotStartMessageInvites a bot to a chat (if it is not yet a member) and sends it the /start command.static classTdApi.SendCallDebugInformationSends debug information for a call.static classTdApi.SendCallRatingSends a call rating.static classTdApi.SendCallSignalingDataSends call signaling data.static classTdApi.SendChatActionSends a notification about user activity in a chat.static classTdApi.SendChatScreenshotTakenNotificationSends a notification about a screenshot taken in a chat.static classTdApi.SendCustomRequestSends a custom request; for bots only.static classTdApi.SendEmailAddressVerificationCodeSends a code to verify an email address to be added to a user's Telegram Passport.static classTdApi.SendInlineQueryResultMessageSends the result of an inline query as a message.static classTdApi.SendMessageSends a message.static classTdApi.SendMessageAlbumSends 2-10 messages grouped together into an album.static classTdApi.SendPassportAuthorizationFormSends a Telegram Passport authorization form, effectively sharing data with the service.static classTdApi.SendPaymentFormSends a filled-out payment form to the bot for final verification.static classTdApi.SendPhoneNumberConfirmationCodeSends phone number confirmation code to handle links of the type internalLinkTypePhoneNumberConfirmation.static classTdApi.SendPhoneNumberVerificationCodeSends a code to verify a phone number to be added to a user's Telegram Passport.static classTdApi.SessionContains information about one session in a Telegram application used by the current user.static classTdApi.SessionsContains a list of sessions.static classTdApi.SetAccountTtlChanges the period of inactivity after which the account of the current user will automatically be deleted.static classTdApi.SetAlarmSucceeds after a specified amount of time has passed.static classTdApi.SetAuthenticationPhoneNumberSets the phone number of the user and sends an authentication code to the user.static classTdApi.SetAutoDownloadSettingsSets auto-download settings.static classTdApi.SetBackgroundChanges the background selected by the user; adds background to the list of installed backgrounds.static classTdApi.SetBioChanges the bio of the current user.static classTdApi.SetBotUpdatesStatusInforms the server about the number of pending bot updates if they haven't been processed for a long time; for bots only.static classTdApi.SetChatClientDataChanges application-specific data associated with a chat.static classTdApi.SetChatDescriptionChanges information about a chat.static classTdApi.SetChatDiscussionGroupChanges the discussion group of a channel chat; requires canChangeInfo administrator right in the channel if it is specified.static classTdApi.SetChatDraftMessageChanges the draft message in a chat.static classTdApi.SetChatLocationChanges the location of a chat.static classTdApi.SetChatMemberStatusChanges the status of a chat member, needs appropriate privileges.static classTdApi.SetChatMessageSenderSelects a message sender to send messages in a chat.static classTdApi.SetChatMessageTtlChanges the message TTL in a chat.static classTdApi.SetChatNotificationSettingsChanges the notification settings of a chat.static classTdApi.SetChatPermissionsChanges the chat members permissions.static classTdApi.SetChatPhotoChanges the photo of a chat.static classTdApi.SetChatSlowModeDelayChanges the slow mode delay of a chat.static classTdApi.SetChatThemeChanges the chat theme.static classTdApi.SetChatTitleChanges the chat title.static classTdApi.SetCommandsSets the list of commands supported by the bot for the given user scope and language; for bots only.static classTdApi.SetCustomLanguagePackAdds or changes a custom local language pack to the current localization target.static classTdApi.SetCustomLanguagePackStringAdds, edits or deletes a string in a custom local language pack.static classTdApi.SetDatabaseEncryptionKeyChanges the database encryption key.static classTdApi.SetFileGenerationProgressInforms TDLib on a file generation progress.static classTdApi.SetGameScoreUpdates the game score of the specified user in the game; for bots only.static classTdApi.SetGroupCallParticipantIsSpeakingInforms TDLib that speaking state of a participant of an active group has changed.static classTdApi.SetGroupCallParticipantVolumeLevelChanges volume level of a participant of an active group call.static classTdApi.SetGroupCallTitleSets group call title.static classTdApi.SetInactiveSessionTtlChanges the period of inactivity after which sessions will automatically be terminated.static classTdApi.SetInlineGameScoreUpdates the game score of the specified user in a game; for bots only.static classTdApi.SetLocationChanges the location of the current user.static classTdApi.SetLogStreamSets new log stream for internal logging of TDLib.static classTdApi.SetLogTagVerbosityLevelSets the verbosity level for a specified TDLib internal log tag.static classTdApi.SetLogVerbosityLevelSets the verbosity level of the internal logging of TDLib.static classTdApi.SetNameChanges the first and last name of the current user.static classTdApi.SetNetworkTypeSets the current network type.static classTdApi.SetOptionSets the value of an option.static classTdApi.SetPassportElementAdds an element to the user's Telegram Passport.static classTdApi.SetPassportElementErrorsInforms the user that some of the elements in their Telegram Passport contain errors; for bots only.static classTdApi.SetPasswordChanges the password for the current user.static classTdApi.SetPinnedChatsChanges the order of pinned chats.static classTdApi.SetPollAnswerChanges the user answer to a poll.static classTdApi.SetProfilePhotoChanges a profile photo for the current user.static classTdApi.SetRecoveryEmailAddressChanges the 2-step verification recovery email address of the user.static classTdApi.SetScopeNotificationSettingsChanges notification settings for chats of a given type.static classTdApi.SetStickerPositionInSetChanges the position of a sticker in the set to which it belongs; for bots only.static classTdApi.SetStickerSetThumbnailSets a sticker set thumbnail; for bots only.static classTdApi.SetSupergroupStickerSetChanges the sticker set of a supergroup; requires canChangeInfo administrator right.static classTdApi.SetSupergroupUsernameChanges the username of a supergroup or channel, requires owner privileges in the supergroup or channel.static classTdApi.SetTdlibParametersSets the parameters for TDLib initialization.static classTdApi.SetUsernameChanges the username of the current user.static classTdApi.SetUserPrivacySettingRulesChanges user privacy settings.static classTdApi.SetVideoChatDefaultParticipantChanges default participant identifier, on whose behalf a video chat in the chat will be joined.static classTdApi.SharePhoneNumberShares the phone number of the current user with a mutual contact.static classTdApi.ShippingOptionOne shipping option.static classTdApi.SponsoredMessageDescribes a sponsored message.static classTdApi.StartGroupCallRecordingStarts recording of an active group call.static classTdApi.StartGroupCallScreenSharingStarts screen sharing in a joined group call.static classTdApi.StartScheduledGroupCallStarts a scheduled group call.static classTdApi.StatisticalGraphThis class is an abstract base class.static classTdApi.StatisticalGraphAsyncThe graph data to be asynchronously loaded through getStatisticalGraph.static classTdApi.StatisticalGraphDataA graph data.static classTdApi.StatisticalGraphErrorAn error message to be shown to the user instead of the graph.static classTdApi.StatisticalValueA value with information about its recent changes.static classTdApi.StickerDescribes a sticker.static classTdApi.StickersRepresents a list of stickers.static classTdApi.StickerSetRepresents a sticker set.static classTdApi.StickerSetInfoRepresents short information about a sticker set.static classTdApi.StickerSetsRepresents a list of sticker sets.static classTdApi.StopPollStops a poll.static classTdApi.StorageStatisticsContains the exact storage usage statistics split by chats and file type.static classTdApi.StorageStatisticsByChatContains the storage usage statistics for a specific chat.static classTdApi.StorageStatisticsByFileTypeContains the storage usage statistics for a specific file type.static classTdApi.StorageStatisticsFastContains approximate storage usage statistics, excluding files of unknown file type.static classTdApi.SuggestedActionThis class is an abstract base class.static classTdApi.SuggestedActionCheckPasswordSuggests the user to check whether they still remember their 2-step verification password.static classTdApi.SuggestedActionCheckPhoneNumberSuggests the user to check whether authorization phone number is correct and change the phone number if it is inaccessible.static classTdApi.SuggestedActionConvertToBroadcastGroupSuggests the user to convert specified supergroup to a broadcast group.static classTdApi.SuggestedActionEnableArchiveAndMuteNewChatsSuggests the user to enable "archive_and_mute_new_chats_from_unknown_users" option.static classTdApi.SuggestedActionSetPasswordSuggests the user to set a 2-step verification password to be able to log in again.static classTdApi.SuggestedActionViewChecksHintSuggests the user to view a hint about the meaning of one and two check marks on sent messages.static classTdApi.SupergroupRepresents a supergroup or channel with zero or more members (subscribers in the case of channels).static classTdApi.SupergroupFullInfoContains full information about a supergroup or channel.static classTdApi.SupergroupMembersFilterThis class is an abstract base class.static classTdApi.SupergroupMembersFilterAdministratorsReturns the owner and administrators.static classTdApi.SupergroupMembersFilterBannedReturns users banned from the supergroup or channel; can be used only by administrators.static classTdApi.SupergroupMembersFilterBotsReturns bot members of the supergroup or channel.static classTdApi.SupergroupMembersFilterContactsReturns contacts of the user, which are members of the supergroup or channel.static classTdApi.SupergroupMembersFilterMentionReturns users which can be mentioned in the supergroup.static classTdApi.SupergroupMembersFilterRecentReturns recently active users in reverse chronological order.static classTdApi.SupergroupMembersFilterRestrictedReturns restricted supergroup members; can be used only by administrators.static classTdApi.SupergroupMembersFilterSearchUsed to search for supergroup or channel members via a (string) query.static classTdApi.SynchronizeLanguagePackFetches the latest versions of all strings from a language pack in the current localization target from the server.static classTdApi.TdlibParametersContains parameters for TDLib initialization.static classTdApi.TemporaryPasswordStateReturns information about the availability of a temporary password, which can be used for payments.static classTdApi.TerminateAllOtherSessionsTerminates all other sessions of the current user.static classTdApi.TerminateSessionTerminates a session of the current user.static classTdApi.TermsOfServiceContains Telegram terms of service.static classTdApi.TestBytesA simple object containing a sequence of bytes; for testing only.static classTdApi.TestCallBytesReturns the received bytes; for testing only.static classTdApi.TestCallEmptyDoes nothing; for testing only.static classTdApi.TestCallStringReturns the received string; for testing only.static classTdApi.TestCallVectorIntReturns the received vector of numbers; for testing only.static classTdApi.TestCallVectorIntObjectReturns the received vector of objects containing a number; for testing only.static classTdApi.TestCallVectorStringReturns the received vector of strings; for testing only.static classTdApi.TestCallVectorStringObjectReturns the received vector of objects containing a string; for testing only.static classTdApi.TestGetDifferenceForces an updates.getDifference call to the Telegram servers; for testing only.static classTdApi.TestIntA simple object containing a number; for testing only.static classTdApi.TestNetworkSends a simple network request to the Telegram servers; for testing only.static classTdApi.TestProxySends a simple network request to the Telegram servers via proxy; for testing only.static classTdApi.TestReturnErrorReturns the specified error and ensures that the Error object is used; for testing only.static classTdApi.TestSquareIntReturns the squared received number; for testing only.static classTdApi.TestStringA simple object containing a string; for testing only.static classTdApi.TestUseUpdateDoes nothing and ensures that the Update object is used; for testing only.static classTdApi.TestVectorIntA simple object containing a vector of numbers; for testing only.static classTdApi.TestVectorIntObjectA simple object containing a vector of objects that hold a number; for testing only.static classTdApi.TestVectorStringA simple object containing a vector of strings; for testing only.static classTdApi.TestVectorStringObjectA simple object containing a vector of objects that hold a string; for testing only.static classTdApi.TextContains some text.static classTdApi.TextEntitiesContains a list of text entities.static classTdApi.TextEntityRepresents a part of the text that needs to be formatted in some unusual way.static classTdApi.TextEntityTypeThis class is an abstract base class.static classTdApi.TextEntityTypeBankCardNumberA bank card number.static classTdApi.TextEntityTypeBoldA bold text.static classTdApi.TextEntityTypeBotCommandA bot command, beginning with "/".static classTdApi.TextEntityTypeCashtagA cashtag text, beginning with "$" and consisting of capital English letters (e.g., "$USD").static classTdApi.TextEntityTypeCodeText that must be formatted as if inside a code HTML tag.static classTdApi.TextEntityTypeEmailAddressAn email address.static classTdApi.TextEntityTypeHashtagA hashtag text, beginning with "#".static classTdApi.TextEntityTypeItalicAn italic text.static classTdApi.TextEntityTypeMediaTimestampA media timestamp.static classTdApi.TextEntityTypeMentionA mention of a user by their username.static classTdApi.TextEntityTypeMentionNameA text shows instead of a raw mention of the user (e.g., when the user has no username).static classTdApi.TextEntityTypePhoneNumberA phone number.static classTdApi.TextEntityTypePreText that must be formatted as if inside a pre HTML tag.static classTdApi.TextEntityTypePreCodeText that must be formatted as if inside pre, and code HTML tags.static classTdApi.TextEntityTypeStrikethroughA strikethrough text.static classTdApi.TextEntityTypeTextUrlA text description shown instead of a raw URL.static classTdApi.TextEntityTypeUnderlineAn underlined text.static classTdApi.TextEntityTypeUrlAn HTTP URL.static classTdApi.TextParseModeThis class is an abstract base class.static classTdApi.TextParseModeHTMLThe text uses HTML-style formatting.static classTdApi.TextParseModeMarkdownThe text uses Markdown-style formatting.static classTdApi.ThemeSettingsDescribes theme settings.static classTdApi.ThumbnailRepresents a thumbnail.static classTdApi.ThumbnailFormatThis class is an abstract base class.static classTdApi.ThumbnailFormatGifThe thumbnail is in static GIF format.static classTdApi.ThumbnailFormatJpegThe thumbnail is in JPEG format.static classTdApi.ThumbnailFormatMpeg4The thumbnail is in MPEG4 format.static classTdApi.ThumbnailFormatPngThe thumbnail is in PNG format.static classTdApi.ThumbnailFormatTgsThe thumbnail is in TGS format.static classTdApi.ThumbnailFormatWebpThe thumbnail is in WEBP format.static classTdApi.TMeUrlRepresents a URL linking to an internal Telegram entity.static classTdApi.TMeUrlsContains a list of t.me URLs.static classTdApi.TMeUrlTypeThis class is an abstract base class.static classTdApi.TMeUrlTypeChatInviteA chat invite link.static classTdApi.TMeUrlTypeStickerSetA URL linking to a sticker set.static classTdApi.TMeUrlTypeSupergroupA URL linking to a public supergroup or channel.static classTdApi.TMeUrlTypeUserA URL linking to a user.static classTdApi.ToggleChatDefaultDisableNotificationChanges the value of the default disableNotification parameter, used when a message is sent to a chat.static classTdApi.ToggleChatHasProtectedContentChanges the ability of users to save, forward, or copy chat content.static classTdApi.ToggleChatIsMarkedAsUnreadChanges the marked as unread state of a chat.static classTdApi.ToggleChatIsPinnedChanges the pinned state of a chat.static classTdApi.ToggleGroupCallEnabledStartNotificationToggles whether the current user will receive a notification when the group call will start; scheduled group calls only.static classTdApi.ToggleGroupCallIsMyVideoEnabledToggles whether current user's video is enabled.static classTdApi.ToggleGroupCallIsMyVideoPausedToggles whether current user's video is paused.static classTdApi.ToggleGroupCallMuteNewParticipantsToggles whether new participants of a group call can be unmuted only by administrators of the group call.static classTdApi.ToggleGroupCallParticipantIsHandRaisedToggles whether a group call participant hand is rased.static classTdApi.ToggleGroupCallParticipantIsMutedToggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves.static classTdApi.ToggleGroupCallScreenSharingIsPausedPauses or unpauses screen sharing in a joined group call.static classTdApi.ToggleMessageSenderIsBlockedChanges the block state of a message sender.static classTdApi.ToggleSessionCanAcceptCallsToggles whether a session can accept incoming calls.static classTdApi.ToggleSessionCanAcceptSecretChatsToggles whether a session can accept incoming secret chats.static classTdApi.ToggleSupergroupIsAllHistoryAvailableToggles whether the message history of a supergroup is available to new members; requires canChangeInfo administrator right.static classTdApi.ToggleSupergroupIsBroadcastGroupUpgrades supergroup to a broadcast group; requires owner privileges in the supergroup.static classTdApi.ToggleSupergroupSignMessagesToggles whether sender signature is added to sent messages in a channel; requires canChangeInfo administrator right.static classTdApi.TopChatCategoryThis class is an abstract base class.static classTdApi.TopChatCategoryBotsA category containing frequently used private chats with bot users.static classTdApi.TopChatCategoryCallsA category containing frequently used chats used for calls.static classTdApi.TopChatCategoryChannelsA category containing frequently used channels.static classTdApi.TopChatCategoryForwardChatsA category containing frequently used chats used to forward messages.static classTdApi.TopChatCategoryGroupsA category containing frequently used basic groups and supergroups.static classTdApi.TopChatCategoryInlineBotsA category containing frequently used chats with inline bots sorted by their usage in inline mode.static classTdApi.TopChatCategoryUsersA category containing frequently used private chats with non-bot users.static classTdApi.TransferChatOwnershipChanges the owner of a chat.static classTdApi.UnpinAllChatMessagesRemoves all pinned messages from a chat; requires canPinMessages rights in the group or canEditMessages rights in the channel.static classTdApi.UnpinChatMessageRemoves a pinned message from a chat; requires canPinMessages rights in the group or canEditMessages rights in the channel.static classTdApi.UpdateThis class is an abstract base class.static classTdApi.UpdateActiveNotificationsContains active notifications that was shown on previous application launches.static classTdApi.UpdateAnimatedEmojiMessageClickedSome animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen.static classTdApi.UpdateAnimationSearchParametersThe parameters of animation search through GetOption("animation_search_bot_username") bot has changed.static classTdApi.UpdateAuthorizationStateThe user authorization state has changed.static classTdApi.UpdateBasicGroupSome data of a basic group has changed.static classTdApi.UpdateBasicGroupFullInfoSome data in basicGroupFullInfo has been changed.static classTdApi.UpdateCallNew call was created or information about a call was updated.static classTdApi.UpdateChatActionA message sender activity in the chat has changed.static classTdApi.UpdateChatActionBarThe chat action bar was changed.static classTdApi.UpdateChatDefaultDisableNotificationThe value of the default disableNotification parameter, used when a message is sent to the chat, was changed.static classTdApi.UpdateChatDraftMessageA chat draft has changed.static classTdApi.UpdateChatFiltersThe list of chat filters or a chat filter has changed.static classTdApi.UpdateChatHasProtectedContentA chat content was allowed or restricted for saving.static classTdApi.UpdateChatHasScheduledMessagesA chat's hasScheduledMessages field has changed.static classTdApi.UpdateChatIsBlockedA chat was blocked or unblocked.static classTdApi.UpdateChatIsMarkedAsUnreadA chat was marked as unread or was read.static classTdApi.UpdateChatLastMessageThe last message of a chat was changed.static classTdApi.UpdateChatMemberUser rights changed in a chat; for bots only.static classTdApi.UpdateChatMessageSenderThe message sender that is selected to send messages in a chat has changed.static classTdApi.UpdateChatMessageTtlThe message Time To Live setting for a chat was changed.static classTdApi.UpdateChatNotificationSettingsNotification settings for a chat were changed.static classTdApi.UpdateChatOnlineMemberCountThe number of online group members has changed.static classTdApi.UpdateChatPendingJoinRequestsThe chat pending join requests were changed.static classTdApi.UpdateChatPermissionsChat permissions was changed.static classTdApi.UpdateChatPhotoA chat photo was changed.static classTdApi.UpdateChatPositionThe position of a chat in a chat list has changed.static classTdApi.UpdateChatReadInboxIncoming messages were read or the number of unread messages has been changed.static classTdApi.UpdateChatReadOutboxOutgoing messages were read.static classTdApi.UpdateChatReplyMarkupThe default chat reply markup was changed.static classTdApi.UpdateChatThemeThe chat theme was changed.static classTdApi.UpdateChatThemesThe list of available chat themes has changed.static classTdApi.UpdateChatTitleThe title of a chat was changed.static classTdApi.UpdateChatUnreadMentionCountThe chat unreadMentionCount has changed.static classTdApi.UpdateChatVideoChatA chat video chat state has changed.static classTdApi.UpdateConnectionStateThe connection state has changed.static classTdApi.UpdateDeleteMessagesSome messages were deleted.static classTdApi.UpdateDiceEmojisThe list of supported dice emojis has changed.static classTdApi.UpdateFavoriteStickersThe list of favorite stickers was updated.static classTdApi.UpdateFileInformation about a file was updated.static classTdApi.UpdateFileGenerationStartThe file generation process needs to be started by the application.static classTdApi.UpdateFileGenerationStopFile generation is no longer needed.static classTdApi.UpdateGroupCallInformation about a group call was updated.static classTdApi.UpdateGroupCallParticipantInformation about a group call participant was changed.static classTdApi.UpdateHavePendingNotificationsDescribes whether there are some pending notification updates.static classTdApi.UpdateInstalledStickerSetsThe list of installed sticker sets was updated.static classTdApi.UpdateLanguagePackStringsSome language pack strings have been updated.static classTdApi.UpdateMessageContentThe message content has changed.static classTdApi.UpdateMessageContentOpenedThe message content was opened.static classTdApi.UpdateMessageEditedA message was edited.static classTdApi.UpdateMessageInteractionInfoThe information about interactions with a message has changed.static classTdApi.UpdateMessageIsPinnedThe message pinned state was changed.static classTdApi.UpdateMessageLiveLocationViewedA message with a live location was viewed.static classTdApi.UpdateMessageMentionReadA message with an unread mention was read.static classTdApi.UpdateMessageSendAcknowledgedA request to send a message has reached the Telegram server.static classTdApi.UpdateMessageSendFailedA message failed to send.static classTdApi.UpdateMessageSendSucceededA message has been successfully sent.static classTdApi.UpdateNewCallbackQueryA new incoming callback query; for bots only.static classTdApi.UpdateNewCallSignalingDataNew call signaling data arrived.static classTdApi.UpdateNewChatA new chat has been loaded/created.static classTdApi.UpdateNewChatJoinRequestA user sent a join request to a chat; for bots only.static classTdApi.UpdateNewChosenInlineResultThe user has chosen a result of an inline query; for bots only.static classTdApi.UpdateNewCustomEventA new incoming event; for bots only.static classTdApi.UpdateNewCustomQueryA new incoming query; for bots only.static classTdApi.UpdateNewInlineCallbackQueryA new incoming callback query from a message sent via a bot; for bots only.static classTdApi.UpdateNewInlineQueryA new incoming inline query; for bots only.static classTdApi.UpdateNewMessageA new message was received; can also be an outgoing message.static classTdApi.UpdateNewPreCheckoutQueryA new incoming pre-checkout query; for bots only.static classTdApi.UpdateNewShippingQueryA new incoming shipping query; for bots only.static classTdApi.UpdateNotificationA notification was changed.static classTdApi.UpdateNotificationGroupA list of active notifications in a notification group has changed.static classTdApi.UpdateOptionAn option changed its value.static classTdApi.UpdatePollA poll was updated; for bots only.static classTdApi.UpdatePollAnswerA user changed the answer to a poll; for bots only.static classTdApi.UpdateRecentStickersThe list of recently used stickers was updated.static classTdApi.UpdatesContains a list of updates.static classTdApi.UpdateSavedAnimationsThe list of saved animations was updated.static classTdApi.UpdateScopeNotificationSettingsNotification settings for some type of chats were updated.static classTdApi.UpdateSecretChatSome data of a secret chat has changed.static classTdApi.UpdateSelectedBackgroundThe selected background has changed.static classTdApi.UpdateServiceNotificationA service notification from the server was received.static classTdApi.UpdateStickerSetA sticker set has changed.static classTdApi.UpdateSuggestedActionsThe list of suggested to the user actions has changed.static classTdApi.UpdateSupergroupSome data of a supergroup or a channel has changed.static classTdApi.UpdateSupergroupFullInfoSome data in supergroupFullInfo has been changed.static classTdApi.UpdateTermsOfServiceNew terms of service must be accepted by the user.static classTdApi.UpdateTrendingStickerSetsThe list of trending sticker sets was updated or some of them were viewed.static classTdApi.UpdateUnreadChatCountNumber of unread chats, i.e.static classTdApi.UpdateUnreadMessageCountNumber of unread messages in a chat list has changed.static classTdApi.UpdateUserSome data of a user has changed.static classTdApi.UpdateUserFullInfoSome data in userFullInfo has been changed.static classTdApi.UpdateUserPrivacySettingRulesSome privacy setting rules have been changed.static classTdApi.UpdateUsersNearbyThe list of users nearby has changed.static classTdApi.UpdateUserStatusThe user went online or offline.static classTdApi.UpgradeBasicGroupChatToSupergroupChatCreates a new supergroup from an existing basic group and sends a corresponding messageChatUpgradeTo and messageChatUpgradeFrom; requires creator privileges.static classTdApi.UploadFileAsynchronously uploads a file to the cloud without sending it in a message.static classTdApi.UploadStickerFileUploads a file with a sticker; returns the uploaded file.static classTdApi.UserRepresents a user.static classTdApi.UserFullInfoContains full information about a user.static classTdApi.UserPrivacySettingThis class is an abstract base class.static classTdApi.UserPrivacySettingAllowCallsA privacy setting for managing whether the user can be called.static classTdApi.UserPrivacySettingAllowChatInvitesA privacy setting for managing whether the user can be invited to chats.static classTdApi.UserPrivacySettingAllowFindingByPhoneNumberA privacy setting for managing whether the user can be found by their phone number.static classTdApi.UserPrivacySettingAllowPeerToPeerCallsA privacy setting for managing whether peer-to-peer connections can be used for calls.static classTdApi.UserPrivacySettingRuleThis class is an abstract base class.static classTdApi.UserPrivacySettingRuleAllowAllA rule to allow all users to do something.static classTdApi.UserPrivacySettingRuleAllowChatMembersA rule to allow all members of certain specified basic groups and supergroups to doing something.static classTdApi.UserPrivacySettingRuleAllowContactsA rule to allow all of a user's contacts to do something.static classTdApi.UserPrivacySettingRuleAllowUsersA rule to allow certain specified users to do something.static classTdApi.UserPrivacySettingRuleRestrictAllA rule to restrict all users from doing something.static classTdApi.UserPrivacySettingRuleRestrictChatMembersA rule to restrict all members of specified basic groups and supergroups from doing something.static classTdApi.UserPrivacySettingRuleRestrictContactsA rule to restrict all contacts of a user from doing something.static classTdApi.UserPrivacySettingRuleRestrictUsersA rule to restrict all specified users from doing something.static classTdApi.UserPrivacySettingRulesA list of privacy rules.static classTdApi.UserPrivacySettingShowLinkInForwardedMessagesA privacy setting for managing whether a link to the user's account is included in forwarded messages.static classTdApi.UserPrivacySettingShowPhoneNumberA privacy setting for managing whether the user's phone number is visible.static classTdApi.UserPrivacySettingShowProfilePhotoA privacy setting for managing whether the user's profile photo is visible.static classTdApi.UserPrivacySettingShowStatusA privacy setting for managing whether the user's online status is visible.static classTdApi.UsersRepresents a list of users.static classTdApi.UserStatusThis class is an abstract base class.static classTdApi.UserStatusEmptyThe user status was never changed.static classTdApi.UserStatusLastMonthThe user is offline, but was online last month.static classTdApi.UserStatusLastWeekThe user is offline, but was online last week.static classTdApi.UserStatusOfflineThe user is offline.static classTdApi.UserStatusOnlineThe user is online.static classTdApi.UserStatusRecentlyThe user was online recently.static classTdApi.UserTypeThis class is an abstract base class.static classTdApi.UserTypeBotA bot (see https://core.telegram.org/bots).static classTdApi.UserTypeDeletedA deleted user or deleted bot.static classTdApi.UserTypeRegularA regular user.static classTdApi.UserTypeUnknownNo information on the user besides the user identifier is available, yet this user has not been deleted.static classTdApi.ValidatedOrderInfoContains a temporary identifier of validated order information, which is stored for one hour.static classTdApi.ValidateOrderInfoValidates the order information provided by a user and returns the available shipping options for a flexible invoice.static classTdApi.VectorPathCommandThis class is an abstract base class.static classTdApi.VectorPathCommandCubicBezierCurveA cubic Bézier curve to a given point.static classTdApi.VectorPathCommandLineA straight line to a given point.static classTdApi.VenueDescribes a venue.static classTdApi.VideoDescribes a video file.static classTdApi.VideoChatDescribes a video chat.static classTdApi.VideoNoteDescribes a video note.static classTdApi.ViewMessagesInforms TDLib that messages are being viewed by the user.static classTdApi.ViewTrendingStickerSetsInforms the server that some trending sticker sets have been viewed by the user.static classTdApi.VoiceNoteDescribes a voice note.static classTdApi.WebPageDescribes a web page preview.static classTdApi.WebPageInstantViewDescribes an instant view page for a web page.static classTdApi.WriteGeneratedFilePartWrites a part of a generated file.
-
Constructor Summary
Constructors Constructor Description TdApi()
-