td_api library

Classes

AccentColor
Contains information about supported accent color for user/chat name, background of empty chat photo, replies to messages and link previews
AcceptCall
Accepts an incoming call Returns Ok
AcceptedGiftTypes
Describes gift types that are accepted by a user
AcceptOauthRequest
Accepts an OAuth authorization request. Returns an HTTP URL to open after successful authorization. May return an empty link if just a toast about successful login has to be shown Returns HttpUrl
AcceptTermsOfService
Accepts Telegram terms of service Returns Ok
AccountInfo
Contains basic information about another user who started a chat with the current user
AccountTtl
Contains information about the period of inactivity after which the current user's account will automatically be deleted
ActivateStoryStealthMode
Activates stealth mode for stories, which hides all views of stories from the current user in the last "story_stealth_mode_past_period" seconds and for the next "story_stealth_mode_future_period" seconds; for Telegram Premium users only Returns Ok
ActiveStoryState
Describes state of active stories posted by a chat
ActiveStoryStateLive
The chat has an active live story
ActiveStoryStateRead
The chat has active stories, all of which were read
ActiveStoryStateUnread
The chat has some unread active stories
AddBotMediaPreview
Adds a new media preview to the beginning of the list of media previews of a bot. Returns the added preview after addition is completed server-side. The total number of previews must not exceed getOption("bot_media_preview_count_max") for the given language Returns BotMediaPreview
Adds a chat folder by an invite link Returns Ok
AddChatMember
Adds a new member to a chat; requires can_invite_users member right. Members can't be added to private or secret chats. Returns information about members that weren't added Returns FailedToAddMembers
AddChatMembers
Adds multiple new members to a chat; requires can_invite_users member right. Currently, this method is available only in supergroups and channels. This method can't be used to join a chat. Members can't be added to a channel if it has more than 200 members. Returns information about members that weren't added Returns FailedToAddMembers
AddChatToList
Adds a chat to a chat list. A chat can't be simultaneously in Main and Archive chat lists, so it is automatically removed from another one if needed Returns Ok
AddChecklistTasks
Adds tasks to a checklist in a message Returns Ok
AddContact
Adds a user to the contact list or edits an existing contact by their user identifier Returns Ok
AddCustomServerLanguagePack
Adds a custom server language pack to the list of installed language packs in current localization target. Can be called before authorization Returns Ok
AddedProxies
Represents a list of added proxy servers
AddedProxy
Contains information about a proxy server added to the list of proxies
AddedReaction
Represents a reaction applied to a message
AddedReactions
Represents a list of reactions added to a message
AddFavoriteSticker
Adds a new sticker to the list of favorite stickers. The new sticker is added to the top of the list. If the sticker was already in the list, it is removed from the list first. Only stickers belonging to a sticker set or in WEBP or WEBM format can be added to this list. Emoji stickers can't be added to favorite stickers Returns Ok
AddFileToDownloads
Adds a file from a message to the list of file downloads. Download progress and completion of the download will be notified through updateFile updates. If message database is used, the list of file downloads is persistent across application restarts. The downloading is independent of download using downloadFile, i.e. it continues if downloadFile is canceled or is used to download a part of the file Returns File
AddGiftCollectionGifts
Adds gifts to the beginning of a previously created collection. If the collection is owned by a channel chat, then requires can_post_messages administrator right in the channel chat. Returns the changed collection Returns GiftCollection
AddLocalMessage
Adds a local message to a chat. The message is persistent across application restarts only if the message database is used. Returns the added message Returns Message
AddLoginPasskey
Adds a passkey allowed to be used for the login by the current user and returns the added passkey. Call getPasskeyParameters to get parameters for creating of the passkey Returns Passkey
AddLogMessage
Adds a message to TDLib internal log. Can be called synchronously Returns Ok
AddMessageReaction
Adds a reaction or a tag to a message. Use getMessageAvailableReactions to receive the list of available reactions for the message Returns Ok
AddNetworkStatistics
Adds the specified data to data usage statistics. Can be called before authorization Returns Ok
AddOffer
Sends a suggested post based on a previously sent message in a channel direct messages chat. Can be also used to suggest price or time change for an existing suggested post. Returns the sent message Returns Message
AddPendingLiveStoryReaction
Adds pending paid reaction in a live story group call. Can't be used in live stories posted by the current user. Call commitPendingLiveStoryReactions or removePendingLiveStoryReactions to actually send all pending reactions when the undo timer is over or abort the sending Returns Ok
AddPendingPaidMessageReaction
Adds the paid message reaction to a message. Use getMessageAvailableReactions to check whether the reaction is available for the message Returns Ok
AddPollOption
Adds an option to a poll Returns Ok
AddProfileAudio
Adds an audio file to the beginning of the profile audio files of the current user Returns Ok
AddProxy
Adds a proxy server for network requests. Can be called before authorization Returns AddedProxy
AddQuickReplyShortcutInlineQueryResultMessage
Adds a message to a quick reply shortcut via inline bot. If shortcut doesn't exist and there are less than getOption("quick_reply_shortcut_count_max") shortcuts, then a new shortcut is created. The shortcut must not contain more than getOption("quick_reply_shortcut_message_count_max") messages after adding the new message. Returns the added message Returns QuickReplyMessage
AddQuickReplyShortcutMessage
Adds a message to a quick reply shortcut. If shortcut doesn't exist and there are less than getOption("quick_reply_shortcut_count_max") shortcuts, then a new shortcut is created. The shortcut must not contain more than getOption("quick_reply_shortcut_message_count_max") messages after adding the new message. Returns the added message Returns QuickReplyMessage
AddQuickReplyShortcutMessageAlbum
Adds 2-10 messages grouped together into an album to a quick reply shortcut. Currently, only audio, document, photo and video messages can be grouped into an album. Documents and audio files can be only grouped in an album with messages of the same type. Returns sent messages Returns QuickReplyMessages
AddRecentlyFoundChat
Adds a chat to the list of recently found chats. The chat is added to the beginning of the list. If the chat is already in the list, it will be removed from the list first Returns Ok
AddRecentSticker
Manually adds a new sticker to the list of recently used stickers. The new sticker is added to the top of the list. If the sticker was already in the list, it is removed from the list first. Only stickers belonging to a sticker set or in WEBP or WEBM format can be added to this list. Emoji stickers can't be added to recent stickers Returns Stickers
Address
Describes an address
AddSavedAnimation
Manually adds a new animation to the list of saved animations. The new animation is added to the beginning of the list. If the animation was already in the list, it is removed first. Only non-secret video animations with MIME type "video/mp4" can be added to the list Returns Ok
AddSavedNotificationSound
Adds a new notification sound to the list of saved notification sounds. The new notification sound is added to the top of the list. If it is already in the list, its position isn't changed Returns NotificationSound
AddStickerToSet
Adds a new sticker to a set Returns Ok
AddStoryAlbumStories
Adds stories to the beginning of a previously created story album. If the album is owned by a supergroup or a channel chat, then requires can_edit_stories administrator right in the chat. Returns the changed album Returns StoryAlbum
AddTextCompositionStyle
Adds a custom text composition style to the list of used by the user styles. May return an error with a message "TONES_SAVED_TOO_MANY" if the maximum number of added custom styles getOption("added_text_composition_style_count_max") has been reached Returns Ok
AddWebBrowserSettingsException
Adds a special handling for the opening of the specified URL Returns Ok
AdvertisementSponsor
Information about the sponsor of an advertisement
AffiliateInfo
Contains information about an affiliate that received commission from a Telegram Star transaction
AffiliateProgramInfo
Contains information about an active affiliate program
AffiliateProgramParameters
Describes parameters of an affiliate program
AffiliateProgramSortOrder
Describes the order of the found affiliate programs
AffiliateProgramSortOrderCreationDate
The affiliate programs must be sorted by creation date
AffiliateProgramSortOrderProfitability
The affiliate programs must be sorted by the profitability
AffiliateProgramSortOrderRevenue
The affiliate programs must be sorted by the expected revenue
AffiliateType
Describes type of affiliate for an affiliate program
AffiliateTypeBot
The affiliate is a bot owned by the current user
AffiliateTypeChannel
The affiliate is a channel chat where the current user has can_post_messages administrator right
AffiliateTypeCurrentUser
The affiliate is the current user
AgeVerificationParameters
Describes parameters for age verification of the current user
AllowBotToSendMessages
Allows the specified bot to send messages to the user Returns Ok
AllowUnpaidMessagesFromUser
Allows the specified user to send unpaid private messages to the current user by adding a rule to userPrivacySettingAllowUnpaidMessages Returns Ok
AlternativeVideo
Describes an alternative re-encoded quality of a video file
AnimatedChatPhoto
Animated variant of a chat photo in MPEG4 format
AnimatedEmoji
Describes an animated or custom representation of an emoji
Animation
Describes an animation file. The animation must be encoded in GIF or MPEG4 format
Animations
Represents a list of animations
AnswerCallbackQuery
Sets the result of a callback query; for bots only Returns Ok
AnswerChatJoinRequestQuery
Sets the result of a chat join query; for bots only Returns Ok
AnswerCustomQuery
Answers a custom query; for bots only Returns Ok
AnswerGuestQuery
Sets the result of a guest query; for bots only Returns InlineMessageId
AnswerInlineQuery
Sets the result of an inline query; for bots only Returns Ok
AnswerPreCheckoutQuery
Sets the result of a pre-checkout query; for bots only Returns Ok
AnswerShippingQuery
Sets the result of a shipping query; for bots only Returns Ok
AnswerWebAppQuery
Sets the result of interaction with a Web App and sends corresponding message on behalf of the user to the chat from which the query originated; for bots only Returns InlineMessageId
ApplyPremiumGiftCode
Applies a Telegram Premium gift code Returns Ok
ApproveSuggestedPost
Approves a suggested post in a channel direct messages chat Returns Ok
ArchiveChatListSettings
Contains settings for automatic moving of chats to and from the Archive chat lists
AssignStoreTransaction
Informs server about an in-store purchase. For official applications only Returns Ok
AttachmentMenuBot
Represents a bot, which can be added to attachment or side menu
AttachmentMenuBotColor
Describes a color to highlight a bot added to attachment menu
AttributeCraftPersistenceProbability
Describes chance of the crafted gift to have the backdrop or symbol of one of the original gifts
AuctionBid
Describes a bid in an auction
AuctionRound
Describes a round of an auction
AuctionState
Describes state of an auction
AuctionStateActive
Contains information about an ongoing or scheduled auction
AuctionStateFinished
Contains information about a finished auction
Audio
Describes an audio file. Audio is usually in MP3 or M4A format
Audios
Contains a list of audio files
AuthenticationCodeInfo
Information about the authentication code that was sent
AuthenticationCodeType
Provides information about the method by which an authentication code is delivered to the user
AuthenticationCodeTypeCall
A digit-only authentication code is delivered via a phone call to the specified phone number
AuthenticationCodeTypeFirebaseAndroid
A digit-only authentication code is delivered via Firebase Authentication to the official Android application
AuthenticationCodeTypeFirebaseIos
A digit-only authentication code is delivered via Firebase Authentication to the official iOS application
AuthenticationCodeTypeFlashCall
An authentication code is delivered by an immediately canceled call to the specified phone number. The phone number that calls is the code that must be entered automatically
AuthenticationCodeTypeFragment
A digit-only authentication code is delivered to https://fragment.com. The user must be logged in there via a wallet owning the phone number's NFT
AuthenticationCodeTypeMissedCall
An authentication code is delivered by an immediately canceled call to the specified phone number. The last digits of the phone number that calls are the code that must be entered manually by the user
AuthenticationCodeTypeSms
A digit-only authentication code is delivered via an SMS message to the specified phone number; non-official applications may not receive this type of code
AuthenticationCodeTypeSmsPhrase
An authentication code is a phrase from multiple words delivered via an SMS message to the specified phone number; non-official applications may not receive this type of code
AuthenticationCodeTypeSmsWord
An authentication code is a word delivered via an SMS message to the specified phone number; non-official applications may not receive this type of code
AuthenticationCodeTypeTelegramMessage
A digit-only authentication code is delivered via a private Telegram message, which can be viewed from another active session
AuthorizationState
Represents the current authorization state of the TDLib client
AuthorizationStateClosed
TDLib client is in its final state. All databases are closed and all resources are released. No other updates will be received after this. All queries will be responded to with error code 500. To continue working, one must create a new instance of the TDLib client
AuthorizationStateClosing
TDLib is closing, all subsequent queries will be answered with the error 500. Note that closing TDLib can take a while. All resources will be freed only after authorizationStateClosed has been received
AuthorizationStateLoggingOut
The user is currently logging out
AuthorizationStateReady
The user has been successfully authorized. TDLib is now ready to answer general requests
AuthorizationStateWaitCode
TDLib needs the user's authentication code to authorize. Call checkAuthenticationCode to check the code
AuthorizationStateWaitEmailAddress
TDLib needs the user's email address to authorize. Call setAuthenticationEmailAddress to provide the email address, or directly call checkAuthenticationEmailCode with Apple ID/Google ID token if allowed
AuthorizationStateWaitEmailCode
TDLib needs the user's authentication code sent to an email address to authorize. Call checkAuthenticationEmailCode to provide the code
AuthorizationStateWaitOtherDeviceConfirmation
The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link
AuthorizationStateWaitPassword
The user has been authorized, but needs to enter a 2-step verification password to start using the application. Call checkAuthenticationPassword to provide the password, or requestAuthenticationPasswordRecovery to recover the password, or deleteAccount to delete the account after a week
AuthorizationStateWaitPhoneNumber
TDLib needs the user's phone number to authorize. Call setAuthenticationPhoneNumber to provide the phone number, or use requestQrCodeAuthentication, getAuthenticationPasskeyParameters, checkAuthenticationWebToken, or checkAuthenticationBotToken for other authentication options
AuthorizationStateWaitPremiumPurchase
The user must buy Telegram Premium as an in-store purchase to log in. Call checkAuthenticationPremiumPurchase and then setAuthenticationPremiumPurchaseTransaction
AuthorizationStateWaitRegistration
The user is unregistered and needs to accept terms of service and enter their first name and last name to finish registration. Call registerUser to accept the terms of service and provide the data
AuthorizationStateWaitTdlibParameters
Initialization parameters are needed. Call setTdlibParameters to provide them
AutoDownloadSettings
Contains auto-download settings
AutoDownloadSettingsPresets
Contains auto-download settings presets for the current user
AutosaveSettings
Describes autosave settings
AutosaveSettingsException
Contains autosave settings for a chat, which overrides default settings for the corresponding scope
AutosaveSettingsScope
Describes scope of autosave settings
AutosaveSettingsScopeChannelChats
Autosave settings applied to all channel chats without chat-specific settings
AutosaveSettingsScopeChat
Autosave settings applied to a chat
AutosaveSettingsScopeGroupChats
Autosave settings applied to all basic group and supergroup chats without chat-specific settings
AutosaveSettingsScopePrivateChats
Autosave settings applied to all private chats without chat-specific settings
AvailableGift
Describes a gift that is available for purchase
AvailableGifts
Contains a list of gifts that can be sent to another user or channel chat
AvailableReaction
Represents an available reaction
AvailableReactions
Represents a list of reactions that can be added to a message
Background
Describes a chat background
BackgroundFill
Describes a fill of a background
BackgroundFillFreeformGradient
Describes a freeform gradient fill of a background
BackgroundFillGradient
Describes a gradient fill of a background
BackgroundFillSolid
Describes a solid fill of a background
Backgrounds
Contains a list of backgrounds
BackgroundType
Describes the type of background
BackgroundTypeChatTheme
A background from a chat theme based on an emoji; can be used only as a chat background in channels
BackgroundTypeFill
A filled background
BackgroundTypePattern
A PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user
BackgroundTypeWallpaper
A wallpaper in JPEG format
BanChatMember
Bans a member in a chat; requires can_restrict_members administrator right. Members can't be banned in private or secret chats. In supergroups and channels, the user will not be able to return to the group on their own using invite links, etc., unless unbanned first Returns Ok
BanGroupCallParticipants
Bans users from a group call not bound to a chat; requires groupCall.is_owned. Only the owner of the group call can invite the banned users back Returns Ok
BankCardActionOpenUrl
Describes an action associated with a bank card number
BankCardInfo
Information about a bank card
BasicGroup
Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users)
BasicGroupFullInfo
Contains full information about a basic group
Birthdate
Represents a birthdate of a user
BlockList
Describes type of block list
BlockListMain
The main block list that disallows writing messages to the current user, receiving their status and photo, viewing of stories, and some other actions
BlockListStories
The block list that disallows viewing of stories of the current user
BlockMessageSenderFromReplies
Blocks an original sender of a message in the Replies chat Returns Ok
BoostChat
Boosts a chat and returns the list of available chat boost slots for the current user after the boost Returns ChatBoostSlots
BotAccessSettings
Describes users that have access to a bot
BotCommand
Represents a command supported by a bot
BotCommands
Contains a list of bot commands
BotCommandScope
Represents the scope to which bot commands are relevant
BotCommandScopeAllChatAdministrators
A scope covering all group and supergroup chat administrators
BotCommandScopeAllGroupChats
A scope covering all group and supergroup chats
BotCommandScopeAllPrivateChats
A scope covering all private chats
BotCommandScopeChat
A scope covering all members of a chat
BotCommandScopeChatAdministrators
A scope covering all administrators of a chat
BotCommandScopeChatMember
A scope covering a member of a chat
BotCommandScopeDefault
A scope covering all users
BotInfo
Contains information about a bot
BotMediaPreview
Describes media previews of a bot
BotMediaPreviewInfo
Contains a list of media previews of a bot for the given language and the list of languages for which the bot has dedicated previews
BotMediaPreviews
Contains a list of media previews of a bot
BotMenuButton
Describes a button to be shown instead of bot commands menu button
BotVerification
Describes verification status provided by a bot
BotVerificationParameters
Describes parameters of verification that is provided by a bot
BotWriteAccessAllowReason
Describes a reason why a bot was allowed to write messages to the current user
BotWriteAccessAllowReasonAcceptedRequest
The user accepted bot's request to send messages with allowBotToSendMessages
BotWriteAccessAllowReasonAddedToAttachmentMenu
The user added the bot to attachment or side menu using toggleBotIsAddedToAttachmentMenu
BotWriteAccessAllowReasonConnectedWebsite
The user connected a website by logging in using Telegram Login Widget on it
BotWriteAccessAllowReasonLaunchedWebApp
The user launched a Web App using getWebAppLinkUrl
BuiltInTheme
Describes a built-in theme of an official application
BuiltInThemeArctic
Arctic light theme
BuiltInThemeClassic
Classic light theme
BuiltInThemeDay
Regular light theme
BuiltInThemeNight
Regular dark theme
BuiltInThemeTinted
Tinted dark theme
BusinessAwayMessageSchedule
Describes conditions for sending of away messages by a Telegram Business account
BusinessAwayMessageScheduleAlways
Send away messages always
BusinessAwayMessageScheduleCustom
Send away messages only in the specified time span
BusinessAwayMessageScheduleOutsideOfOpeningHours
Send away messages outside of the business opening hours
BusinessAwayMessageSettings
Describes settings for messages that are automatically sent by a Telegram Business account when it is away
BusinessBotManageBar
Contains information about a business bot that manages the chat
BusinessBotRights
Describes rights of a business bot
Contains information about a business chat link
BusinessChatLinkInfo
Contains information about a business chat link
Contains a list of business chat links created by the user
BusinessConnectedBot
Describes a business bot connected to an account
BusinessConnectedBotInfo
Describes a connection of a bot to an account
BusinessConnection
Describes a connection of the bot with a business account
BusinessFeature
Describes a feature available to Business user accounts
The ability to create links to the business account with predefined message text
BusinessFeatureAwayMessage
The ability to set up an away message
BusinessFeatureBots
The ability to connect a bot to the account
BusinessFeatureChatFolderTags
The ability to display folder names for each chat in the chat list
BusinessFeatureEmojiStatus
The ability to show an emoji status along with the business name
BusinessFeatureGreetingMessage
The ability to set up a greeting message
BusinessFeatureLocation
The ability to set location
BusinessFeatureOpeningHours
The ability to set opening hours
BusinessFeaturePromotionAnimation
Describes a promotion animation for a Business feature
BusinessFeatureQuickReplies
The ability to use quick replies
BusinessFeatures
Contains information about features, available to Business user accounts
BusinessFeatureStartPage
The ability to customize start page
BusinessFeatureUpgradedStories
Allowed to use many additional features for stories
BusinessGreetingMessageSettings
Describes settings for greeting messages that are automatically sent by a Telegram Business account as response to incoming messages in an inactive private chat
BusinessInfo
Contains information about a Telegram Business account
BusinessLocation
Represents a location of a business
BusinessMessage
Describes a message from a business account as received by a bot
BusinessMessages
Contains a list of messages from a business account as received by a bot
BusinessOpeningHours
Describes opening hours of a business
BusinessOpeningHoursInterval
Describes an interval of time when the business is open
BusinessRecipients
Describes private chats chosen for automatic interaction with a business
BusinessStartPage
Describes settings for a business account start page
ButtonStyle
Describes style of a button
ButtonStyleDanger
The button has red color
ButtonStyleDefault
The button has default style
ButtonStylePrimary
The button has dark blue color
ButtonStyleSuccess
The button has green color
BuyGiftUpgrade
Pays for upgrade of a regular gift that is owned by another user or channel chat Returns Ok
Call
Describes a call
CallbackQueryAnswer
Contains a bot's answer to a callback query
CallbackQueryPayload
Represents a payload of a callback query
CallbackQueryPayloadData
The payload for a general callback button
CallbackQueryPayloadDataWithPassword
The payload for a callback button requiring password
CallbackQueryPayloadGame
The payload for a game callback button
CallDiscardReason
Describes the reason why a call was discarded
CallDiscardReasonDeclined
The call was ended before the conversation started. It was declined by the other party
CallDiscardReasonDisconnected
The call was ended during the conversation because the users were disconnected
CallDiscardReasonEmpty
The call wasn't discarded, or the reason is unknown
CallDiscardReasonHungUp
The call was ended because one of the parties hung up
CallDiscardReasonMissed
The call was ended before the conversation started. It was canceled by the caller or missed by the other party
CallDiscardReasonUpgradeToGroupCall
The call was ended because it has been upgraded to a group call
CallId
Contains the call identifier
CallProblem
Describes the exact type of problem with a call
CallProblemDistortedSpeech
The speech was distorted
CallProblemDistortedVideo
The video was distorted
CallProblemDropped
The call ended unexpectedly
CallProblemEcho
The user heard their own voice
CallProblemInterruptions
The other side kept disappearing
CallProblemNoise
The user heard background noise
CallProblemPixelatedVideo
The video was pixelated
CallProblemSilentLocal
The user couldn't hear the other side
CallProblemSilentRemote
The other side couldn't hear the user
CallProtocol
Specifies the supported call protocols
CallServer
Describes a server for relaying call data
CallServerType
Describes the type of call server
CallServerTypeTelegramReflector
A Telegram call reflector
CallServerTypeWebrtc
A WebRTC server
CallState
Describes the current call state
CallStateDiscarded
The call has ended successfully
CallStateError
The call has ended with an error
CallStateExchangingKeys
The call has been answered and encryption keys are being exchanged
CallStateHangingUp
The call is hanging up after discardCall has been called
CallStatePending
The call is pending, waiting to be accepted by a user
CallStateReady
The call is ready to use
CanBotSendMessages
Checks whether the specified bot can send messages to the user. Returns a 404 error if can't and the access can be granted by call to allowBotToSendMessages Returns Ok
CancelDownloadFile
Stops the downloading of a file. If a file has already been downloaded, does nothing Returns Ok
CancelPasswordReset
Cancels reset of 2-step verification password. The method can be called if passwordState.pending_reset_date Returns Ok
CancelPreliminaryUploadFile
Stops the preliminary uploading of a file. Supported only for files uploaded by using preliminaryUploadFile Returns Ok
CancelRecoveryEmailAddressVerification
Cancels verification of the 2-step verification recovery email address Returns PasswordState
CanPostStory
Checks whether the current user can post a story on behalf of a chat; requires can_post_stories administrator right for supergroup and channel chats Returns CanPostStoryResult
CanPostStoryResult
Represents result of checking whether the current user can post a story on behalf of the specific chat
CanPostStoryResultActiveStoryLimitExceeded
The limit for the number of active stories exceeded. The user can buy Telegram Premium, delete an active story, or wait for the oldest story to expire
CanPostStoryResultBoostNeeded
The chat must be boosted first by Telegram Premium subscribers to post more stories. Call getChatBoostStatus to get current boost status of the chat
CanPostStoryResultLiveStoryIsActive
The user or the chat has an active live story. The live story must be deleted first
CanPostStoryResultMonthlyLimitExceeded
The monthly limit for the number of posted stories exceeded. The user needs to buy Telegram Premium or wait specified time
CanPostStoryResultOk
A story can be sent
CanPostStoryResultPremiumNeeded
The user must subscribe to Telegram Premium to be able to post stories
CanPostStoryResultWeeklyLimitExceeded
The weekly limit for the number of posted stories exceeded. The user needs to buy Telegram Premium or wait specified time
CanPurchaseFromStore
Checks whether an in-store purchase is possible. Must be called before any in-store purchase. For official applications only Returns Ok
CanSendGift
Checks whether a gift with next_send_date in the future can be sent already Returns CanSendGiftResult
CanSendGiftResult
Describes whether a gift can be sent now by the current user
CanSendGiftResultFail
The gift can't be sent now by the current user
CanSendGiftResultOk
The gift can be sent now by the current user
CanSendMessageToUser
Checks whether the current user can message another user or try to create a chat with them Returns CanSendMessageToUserResult
CanSendMessageToUserResult
Describes result of canSendMessageToUser
CanSendMessageToUserResultOk
The user can be messaged
CanSendMessageToUserResultUserHasPaidMessages
The user can be messaged, but the messages are paid
CanSendMessageToUserResultUserIsDeleted
The user can't be messaged, because they are deleted or unknown
CanSendMessageToUserResultUserRestrictsNewChats
The user can't be messaged, because they restrict new chats with non-contacts
CanTransferOwnership
Checks whether the current session can be used to transfer a chat ownership to another user Returns CanTransferOwnershipResult
CanTransferOwnershipResult
Represents result of checking whether the current session can be used to transfer a chat ownership to another user
CanTransferOwnershipResultOk
The session can be used
CanTransferOwnershipResultPasswordNeeded
The 2-step verification needs to be enabled first
CanTransferOwnershipResultPasswordTooFresh
The 2-step verification was enabled recently, user needs to wait
CanTransferOwnershipResultSessionTooFresh
The session was created recently, user needs to wait
ChangeImportedContacts
Changes imported contacts using the list of contacts saved on the device. Imports newly added contacts and, if at least the file database is enabled, deletes recently deleted contacts. Query result depends on the result of the previous query, so only one query is possible at the same time Returns ImportedContacts
ChangeStickerSet
Installs/uninstalls or activates/archives a sticker set Returns Ok
ChangeWebBrowserSettings
Changes web browser settings Returns Ok
Chat
A chat. (Can be a private chat, basic group, supergroup, or secret chat)
ChatAction
Describes the different types of activity in a chat
ChatActionBar
Describes actions which must be possible to do through a chat action bar
ChatActionBarAddContact
The chat is a private or secret chat and the other user can be added to the contact list using the method addContact
ChatActionBarInviteMembers
The chat is a recently created group chat to which new members can be invited
ChatActionBarJoinRequest
The chat is a private chat with an administrator of a chat to which the user sent join request
ChatActionBarReportAddBlock
The 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 setMessageSenderBlockList, or the other user can be added to the contact list using the method addContact. If the chat is a private chat with a user with an emoji status, then a notice about emoji status usage must be shown
ChatActionBarReportSpam
The chat can be reported as spam using the method reportChat with an empty option_id and message_ids. If the chat is a private chat with a user with an emoji status, then a notice about emoji status usage must be shown
ChatActionBarSharePhoneNumber
The chat is a private or secret chat with a mutual contact and the user's phone number can be shared with the other user using the method sharePhoneNumber
ChatActionCancel
The user has canceled the previous action
ChatActionChoosingContact
The user is picking a contact to send
ChatActionChoosingLocation
The user is picking a location or venue to send
ChatActionChoosingSticker
The user is picking a sticker to send
ChatActionRecordingVideo
The user is recording a video
ChatActionRecordingVideoNote
The user is recording a video note
ChatActionRecordingVoiceNote
The user is recording a voice note
ChatActionStartPlayingGame
The user has started to play a game
ChatActionTyping
The user is typing a message
ChatActionUploadingDocument
The user is uploading a document
ChatActionUploadingPhoto
The user is uploading a photo
ChatActionUploadingVideo
The user is uploading a video
ChatActionUploadingVideoNote
The user is uploading a video note
ChatActionUploadingVoiceNote
The user is uploading a voice note
ChatActionWatchingAnimations
The user is watching animations sent by the other party by clicking on an animated emoji
ChatActiveStories
Describes active stories posted by a chat
ChatAdministrator
Contains information about a chat administrator
ChatAdministratorRights
Describes rights of the administrator
ChatAdministrators
Represents a list of chat administrators
ChatAvailableReactions
Describes reactions available in the chat
ChatAvailableReactionsAll
All reactions are available in the chat, excluding the paid reaction and custom reactions in channel chats
ChatAvailableReactionsSome
Only specific reactions are available in the chat
ChatBackground
Describes a background set for a specific chat
ChatBoost
Describes a boost applied to a chat
ChatBoostFeatures
Contains a list of features available on the first chat boost levels
ChatBoostLevelFeatures
Contains a list of features available on a specific chat boost level
Contains an HTTPS link to boost a chat
ChatBoostLinkInfo
Contains information about a link to boost a chat
ChatBoostSlot
Describes a slot for chat boost
ChatBoostSlots
Contains a list of chat boost slots
ChatBoostSource
Describes source of a chat boost
ChatBoostSourceGiftCode
The chat created a Telegram Premium gift code for a user
ChatBoostSourceGiveaway
The chat created a giveaway
ChatBoostSourcePremium
A user with Telegram Premium subscription or gifted Telegram Premium boosted the chat
ChatBoostStatus
Describes current boost status of a chat
ChatEvent
Represents a chat event
ChatEventAccentColorChanged
The chat accent color or background custom emoji were changed
ChatEventAction
Represents a chat event
ChatEventActiveUsernamesChanged
The chat active usernames were changed
ChatEventAutomaticTranslationToggled
The has_automatic_translation setting of a channel was toggled
ChatEventAvailableReactionsChanged
The chat available reactions were changed
ChatEventBackgroundChanged
The chat background was changed
ChatEventCustomEmojiStickerSetChanged
The supergroup sticker set with allowed custom emoji was changed
ChatEventDescriptionChanged
The chat description was changed
ChatEventEmojiStatusChanged
The chat emoji status was changed
ChatEventForumTopicCreated
A new forum topic was created
ChatEventForumTopicDeleted
A forum topic was deleted
ChatEventForumTopicEdited
A forum topic was edited
ChatEventForumTopicPinned
A pinned forum topic was changed
ChatEventForumTopicToggleIsClosed
A forum topic was closed or reopened
ChatEventForumTopicToggleIsHidden
The General forum topic was hidden or unhidden
ChatEventHasAggressiveAntiSpamEnabledToggled
The has_aggressive_anti_spam_enabled setting of a supergroup was toggled
ChatEventHasProtectedContentToggled
The has_protected_content setting of a channel was toggled
ChatEventInviteLinkDeleted
A revoked chat invite link was deleted
ChatEventInviteLinkEdited
A chat invite link was edited
ChatEventInviteLinkRevoked
A chat invite link was revoked
ChatEventInvitesToggled
The can_invite_users permission of a supergroup chat was toggled
ChatEventIsAllHistoryAvailableToggled
The is_all_history_available setting of a supergroup was toggled
ChatEventIsForumToggled
The is_forum setting of a channel was toggled
ChatEventLinkedChatChanged
The linked chat of a supergroup was changed
ChatEventLocationChanged
The supergroup location was changed
ChatEventLogFilters
Represents a set of filters used to obtain a chat event log
ChatEventMemberInvited
A new chat member was invited
ChatEventMemberJoined
A new member joined the chat
A new member joined the chat via an invite link
ChatEventMemberJoinedByRequest
A new member was accepted to the chat by an administrator
ChatEventMemberLeft
A member left the chat
ChatEventMemberPromoted
A chat member has gained/lost administrator status, or the list of their administrator privileges has changed
ChatEventMemberRestricted
A chat member was restricted/unrestricted or banned/unbanned, or the list of their restrictions has changed
ChatEventMemberSubscriptionExtended
A chat member extended their subscription to the chat
ChatEventMemberTagChanged
A chat member tag has been changed
ChatEventMessageAutoDeleteTimeChanged
The message auto-delete timer was changed
ChatEventMessageDeleted
A message was deleted
ChatEventMessageEdited
A message was edited
ChatEventMessagePinned
A message was pinned
ChatEventMessageUnpinned
A message was unpinned
ChatEventPermissionsChanged
The chat permissions were changed
ChatEventPhotoChanged
The chat photo was changed
ChatEventPollStopped
A poll in a message was stopped
ChatEventProfileAccentColorChanged
The chat's profile accent color or profile background custom emoji were changed
ChatEvents
Contains a list of chat events
ChatEventShowMessageSenderToggled
The show_message_sender setting of a channel was toggled
ChatEventSignMessagesToggled
The sign_messages setting of a channel was toggled
ChatEventSlowModeDelayChanged
The slow_mode_delay setting of a supergroup was changed
ChatEventStickerSetChanged
The supergroup sticker set was changed
ChatEventTitleChanged
The chat title was changed
ChatEventUsernameChanged
The chat editable username was changed
ChatEventVideoChatCreated
A video chat was created
ChatEventVideoChatEnded
A video chat was ended
ChatEventVideoChatMuteNewParticipantsToggled
The mute_new_participants setting of a video chat was toggled
ChatEventVideoChatParticipantIsMutedToggled
A video chat participant was muted or unmuted
ChatEventVideoChatParticipantVolumeLevelChanged
A video chat participant volume level was changed
ChatFolder
Represents a folder for user chats
ChatFolderIcon
Represents an icon for a chat folder
ChatFolderInfo
Contains basic information about a chat folder
Contains a chat folder invite link
ChatFolderInviteLinkInfo
Contains information about an invite link to a chat folder
Represents a list of chat folder invite links
ChatFolderName
Describes name of a chat folder
Contains a chat invite link
ChatInviteLinkCount
Describes a chat administrator with a number of active and revoked chat invite links
ChatInviteLinkCounts
Contains a list of chat invite link counts
ChatInviteLinkInfo
Contains information about a chat invite link
ChatInviteLinkMember
Describes a chat member joined a chat via an invite link
ChatInviteLinkMembers
Contains a list of chat members joined a chat via an invite link
Contains a list of chat invite links
ChatInviteLinkSubscriptionInfo
Contains information about subscription plan that must be paid by the user to use a chat invite link
ChatJoinRequest
Describes a user who sent a join request and waits for administrator approval
ChatJoinRequestResult
Describes result of a chat join request
ChatJoinRequestResultApproved
The request was approved
ChatJoinRequestResultDeclined
The request was declined
ChatJoinRequestResultQueued
The request was postponed without a decision
ChatJoinRequests
Contains a list of requests to join a chat
ChatJoinRequestsInfo
Contains information about pending join requests for a chat
ChatJoinResult
Describes result of join of a chat by the current user
ChatJoinResultDeclined
The join was declined by the guard bot
ChatJoinResultGuardBotApprovalRequired
An approval from a guard bot through a Web App is required to join the chat
ChatJoinResultRequestSent
The join request was sent and have to be approved by administrators of the chat
ChatJoinResultSuccess
The chat was joined successfully
ChatList
Describes a list of chats
ChatListArchive
A list of chats usually located at the top of the main chat list. Unmuted chats are automatically moved from the Archive to the Main chat list when a new message arrives
ChatListFolder
A list of chats added to a chat folder
ChatListMain
A main list of chats
ChatLists
Contains a list of chat lists
ChatLocation
Represents a location to which a chat is connected
ChatMember
Describes a user or a chat as a member of another chat
ChatMembers
Contains a list of chat members
ChatMembersFilter
Specifies the kind of chat members to return in searchChatMembers
ChatMembersFilterAdministrators
Returns the owner and administrators
ChatMembersFilterBanned
Returns users banned from the chat; can be used only by administrators in a supergroup or in a channel
ChatMembersFilterBots
Returns bot members of the chat
ChatMembersFilterContacts
Returns contacts of the user
ChatMembersFilterMembers
Returns all chat members, including restricted chat members
ChatMembersFilterMention
Returns users which can be mentioned in the chat
ChatMembersFilterRestricted
Returns users under certain restrictions in the chat; can be used only by administrators in a supergroup
ChatMemberStatus
Provides information about the status of a member in a chat
ChatMemberStatusAdministrator
The user is a member of the chat and has some additional privileges. In basic groups, administrators have all applicable rights. In supergroups and channels, any subset of the rights can be chosen for an administrator
ChatMemberStatusBanned
The user or the chat was banned (and hence is not a member of the chat). Implies the user can't return to the chat, view messages, or be used as a participant identifier to join a video chat of the chat
ChatMemberStatusCreator
The user is the owner of the chat and has all the administrator privileges
ChatMemberStatusLeft
The user or the chat is not a chat member
ChatMemberStatusMember
The user is a member of the chat, without any additional privileges or restrictions
ChatMemberStatusRestricted
The user is under certain restrictions in the chat. Not supported in basic groups and channels
ChatMessageSender
Represents a message sender, which can be used to send messages in a chat
ChatMessageSenders
Represents a list of message senders, which can be used to send messages in a chat
ChatNotificationSettings
Contains information about notification settings for a chat or a forum topic
ChatPermissions
Describes actions that a user is allowed to take in a chat
ChatPhoto
Describes a chat or user profile photo
ChatPhotoInfo
Contains basic information about the photo of a chat
ChatPhotos
Contains a list of chat or user profile photos
ChatPhotoSticker
Information about the sticker, which was used to create the chat photo. The sticker is shown at the center of the photo and occupies at most 67% of it
ChatPhotoStickerType
Describes type of sticker, which was used to create a chat photo
ChatPhotoStickerTypeCustomEmoji
Information about the custom emoji, which was used to create the chat photo
ChatPhotoStickerTypeRegularOrMask
Information about the sticker, which was used to create the chat photo
ChatPosition
Describes a position of a chat in a chat list
ChatRevenueAmount
Contains information about revenue earned from sponsored messages in a chat
ChatRevenueStatistics
A detailed statistics about revenue earned from sponsored messages in a chat
ChatRevenueTransaction
Contains a chat revenue transactions
ChatRevenueTransactions
Contains a list of chat revenue transactions
ChatRevenueTransactionType
Describes type of transaction for revenue earned from sponsored messages in a chat
ChatRevenueTransactionTypeFragmentRefund
Describes a refund for failed withdrawal of earnings through Fragment
ChatRevenueTransactionTypeFragmentWithdrawal
Describes a withdrawal of earnings through Fragment
ChatRevenueTransactionTypeSponsoredMessageEarnings
Describes earnings from sponsored messages in a chat in some time frame
ChatRevenueTransactionTypeSuggestedPostEarnings
Describes earnings from a published suggested post
ChatRevenueTransactionTypeUnsupported
Describes an unsupported transaction
Chats
Represents a list of chats
ChatSource
Describes a reason why an external chat is shown in a chat list
ChatSourceMtprotoProxy
The chat is sponsored by the user's MTProxy server
ChatSourcePublicServiceAnnouncement
The chat contains a public service announcement
ChatStatistics
Contains a detailed statistics about a chat
ChatStatisticsAdministratorActionsInfo
Contains statistics about administrator actions done by a user
ChatStatisticsChannel
A detailed statistics about a channel chat
ChatStatisticsInteractionInfo
Contains statistics about interactions with a message sent in the chat or a story posted on behalf of the chat
ChatStatisticsInviterInfo
Contains statistics about number of new members invited by a user
ChatStatisticsMessageSenderInfo
Contains statistics about messages sent by a user
ChatStatisticsObjectType
Describes type of object, for which statistics are provided
ChatStatisticsObjectTypeMessage
Describes a message sent in the chat
ChatStatisticsObjectTypeStory
Describes a story posted on behalf of the chat
ChatStatisticsSupergroup
A detailed statistics about a supergroup chat
ChatTheme
Describes a chat theme
ChatThemeEmoji
A chat theme based on an emoji
ChatThemeGift
A chat theme based on an upgraded gift
ChatType
Describes the type of chat
ChatTypeBasicGroup
A basic group (a chat with 0-200 other users)
ChatTypePrivate
An ordinary chat with a user
ChatTypeSecret
A secret chat with a user
ChatTypeSupergroup
A supergroup or channel (with unlimited members)
CheckAuthenticationBotToken
Checks the authentication token of a bot; to log in as a bot. Works only when the current authorization state is authorizationStateWaitPhoneNumber. Can be used instead of setAuthenticationPhoneNumber and checkAuthenticationCode to log in Returns Ok
CheckAuthenticationCode
Checks the authentication code. Works only when the current authorization state is authorizationStateWaitCode Returns Ok
CheckAuthenticationEmailCode
Checks the authentication of an email address. Works only when the current authorization state is authorizationStateWaitEmailCode Returns Ok
CheckAuthenticationPasskey
Checks a passkey to log in to the corresponding account. Call getAuthenticationPasskeyParameters to get parameters for the passkey. Works only when the current authorization state is authorizationStateWaitPhoneNumber or authorizationStateWaitOtherDeviceConfirmation, or if there is no pending authentication query and the current authorization state is authorizationStateWaitPremiumPurchase, authorizationStateWaitEmailAddress, authorizationStateWaitEmailCode, authorizationStateWaitCode, authorizationStateWaitRegistration, or authorizationStateWaitPassword Returns Ok
CheckAuthenticationPassword
Checks the 2-step verification password for correctness. Works only when the current authorization state is authorizationStateWaitPassword Returns Ok
CheckAuthenticationPasswordRecoveryCode
Checks whether a 2-step verification password recovery code sent to an email address is valid. Works only when the current authorization state is authorizationStateWaitPassword Returns Ok
CheckAuthenticationPremiumPurchase
Checks whether an in-store purchase of Telegram Premium is possible before authorization. Works only when the current authorization state is authorizationStateWaitPremiumPurchase Returns Ok
CheckAuthenticationWebToken
Checks a web token to log in to the corresponding account; for official Telegram apps only. Works only when the current authorization state is authorizationStateWaitPhoneNumber or authorizationStateWaitOtherDeviceConfirmation Returns Ok
CheckBotUsername
Checks whether a username can be set for a new bot. Use checkChatUsername to check username for other chat types Returns CheckChatUsernameResult
Checks the validity of an invite link for a chat folder and returns information about the corresponding chat folder Returns ChatFolderInviteLinkInfo
Checks the validity of an invite link for a chat and returns information about the corresponding chat Returns ChatInviteLinkInfo
CheckChatUsername
Checks whether a username can be set for a chat Returns CheckChatUsernameResult
CheckChatUsernameResult
Represents result of checking whether a username can be set for a chat
CheckChatUsernameResultOk
The username can be set
CheckChatUsernameResultPublicChatsTooMany
The user has too many chats with username, one of them must be made private first
CheckChatUsernameResultPublicGroupsUnavailable
The user can't be a member of a public supergroup
CheckChatUsernameResultUsernameInvalid
The username is invalid
CheckChatUsernameResultUsernameOccupied
The username is occupied
CheckChatUsernameResultUsernamePurchasable
The username can be purchased at https://fragment.com. Information about the username can be received using getCollectibleItemInfo
CheckCreatedPublicChatsLimit
Checks whether the maximum number of owned public chats has been reached. Returns corresponding error if the limit was reached. The limit can be increased with Telegram Premium Returns Ok
CheckEmailAddressVerificationCode
Checks the email address verification code for Telegram Passport Returns Ok
Checklist
Describes a checklist
ChecklistTask
Describes a task in a checklist
CheckLoginEmailAddressCode
Checks the login email address authentication Returns Ok
CheckOauthRequestMatchCode
Checks a match-code for an OAuth authorization request. If fails, then the authorization request has failed. Otherwise, authorization confirmation dialog must be shown and the link must be processed using acceptOauthRequest or declineOauthRequest Returns Ok
CheckPasswordRecoveryCode
Checks whether a 2-step verification password recovery code sent to an email address is valid Returns Ok
CheckPhoneNumberCode
Checks the authentication code and completes the request for which the code was sent if appropriate Returns Ok
CheckPremiumGiftCode
Returns information about a Telegram Premium gift code Returns PremiumGiftCodeInfo
CheckQuickReplyShortcutName
Checks validness of a name for a quick reply shortcut. Can be called synchronously Returns Ok
CheckRecoveryEmailAddressCode
Checks the 2-step verification recovery email address verification code Returns PasswordState
CheckStickerSetName
Checks whether a name can be used for a new sticker set Returns CheckStickerSetNameResult
CheckStickerSetNameResult
Represents result of checking whether a name can be used for a new sticker set
CheckStickerSetNameResultNameInvalid
The name is invalid
CheckStickerSetNameResultNameOccupied
The name is occupied
CheckStickerSetNameResultOk
The name can be set
CheckWebAppFileDownload
Checks whether a file can be downloaded and saved locally by Web App request Returns Ok
CleanFileName
Removes potentially dangerous characters from the name of a file. Returns an empty string on failure. Can be called synchronously Returns Text
ClearAllDraftMessages
Clears message drafts in all chats Returns Ok
ClearAutosaveSettingsExceptions
Clears the list of all autosave settings exceptions. The method is guaranteed to work only after at least one call to getAutosaveSettings Returns Ok
ClearImportedContacts
Clears all imported contacts, contact list remains unchanged Returns Ok
ClearRecentEmojiStatuses
Clears the list of recently used emoji statuses for self status Returns Ok
ClearRecentlyFoundChats
Clears the list of recently found chats Returns Ok
ClearRecentReactions
Clears the list of recently used reactions Returns Ok
ClearRecentStickers
Clears the list of recently used stickers Returns Ok
ClearSearchedForTags
Clears the list of recently searched for hashtags or cashtags Returns Ok
ClickAnimatedEmojiMessage
Informs TDLib that a message with an animated emoji was clicked by the user. Returns a big animated sticker to be played or a 404 error if usual animation needs to be played Returns Sticker
ClickChatSponsoredMessage
Informs TDLib that the user opened the sponsored chat via the button, the name, the chat photo, a mention in the sponsored message text, or the media in the sponsored message Returns Ok
ClickPremiumSubscriptionButton
Informs TDLib that the user clicked Premium subscription button on the Premium features screen Returns Ok
ClickVideoMessageAdvertisement
Informs TDLib that the user clicked a video message advertisement Returns Ok
Close
Closes the TDLib instance. All databases will be flushed to disk and properly closed. After the close completes, updateAuthorizationState with authorizationStateClosed will be sent. Can be called before initialization Returns Ok
CloseBirthdayUser
Describes a user who had or will have a birthday soon
CloseChat
Informs TDLib that the chat is closed by the user. Many useful activities depend on the chat being opened or closed Returns Ok
ClosedVectorPath
Represents a closed vector path. The path begins at the end point of the last command. The coordinate system origin is in the upper-left corner
CloseGiftAuction
Informs TDLib that a gift auction was closed by the user Returns Ok
CloseSecretChat
Closes a secret chat, effectively transferring its state to secretChatStateClosed Returns Ok
CloseStory
Informs TDLib that a story is closed by the user Returns Ok
CloseWebApp
Informs TDLib that a previously opened Web App was closed Returns Ok
CollectibleItemInfo
Contains information about a collectible item and its last purchase
CollectibleItemType
Describes a collectible item that can be purchased at https://fragment.com
CollectibleItemTypePhoneNumber
A phone number
CollectibleItemTypeUsername
A username
CommitPendingLiveStoryReactions
Applies all pending paid reactions in a live story group call Returns Ok
CommitPendingPaidMessageReactions
Applies all pending paid reactions on a message Returns Ok
Community
Represents a community consisting of supergroup chats, channel chats and chats with bots
CommunityAdministratorRights
Describes rights of the administrator in a community
CommunityMemberStatus
Provides information about the status of a member in a community
CommunityMemberStatusAdministrator
The user is a member of the community and has some additional privileges
CommunityMemberStatusBanned
The user or the chat was banned in the community; implies ban in all chats in the community
CommunityMemberStatusCreator
The user is the owner of the community and has all the administrator privileges
CommunityMemberStatusLeft
The user or the chat is not a community member
CommunityMemberStatusMember
The user is a member of the community, without any additional privileges or restrictions
CommunityPermissions
Describes actions that a user is allowed to take in a community
ComposeRichMessageWithAi
Changes a rich message using an AI model. May return an error with a message "AICOMPOSE_FLOOD_PREMIUM" if Telegram Premium is required to send further requests Returns RichMessage
ComposeTextWithAi
Changes text using an AI model; must not be used in secret chats. May return an error with a message "AICOMPOSE_FLOOD_PREMIUM" if Telegram Premium is required to send further requests Returns FormattedText
ConfirmBusinessConnectedBot
Confirms an unconfirmed business connection of the current user from another device Returns Ok
ConfirmQrCodeAuthentication
Confirms QR code authentication on another device. Returns created session on success Returns Session
ConfirmSession
Confirms an unconfirmed session of the current user from another device Returns Ok
ConnectAffiliateProgram
Connects an affiliate program to the given affiliate. Returns information about the connected affiliate program Returns ConnectedAffiliateProgram
ConnectedAffiliateProgram
Describes an affiliate program that was connected to an affiliate
ConnectedAffiliatePrograms
Represents a list of affiliate programs that were connected to an affiliate
ConnectedWebsite
Contains information about one website the current user is logged in with Telegram
ConnectedWebsites
Contains a list of websites the current user is logged in with Telegram
ConnectionState
Describes the current state of the connection to Telegram servers
ConnectionStateConnecting
Establishing a connection to the Telegram servers
ConnectionStateConnectingToProxy
Establishing a connection with a proxy server
ConnectionStateReady
There is a working connection to the Telegram servers
ConnectionStateUpdating
Downloading data expected to be received while the application was offline
ConnectionStateWaitingForNetwork
Waiting for the network to become available. Use setNetworkType to change the available network type
Contact
Describes a contact of a user
Count
Contains a counter
Countries
Contains information about countries
CountryInfo
Contains information about a country
CraftGift
Crafts a new gift from other gifts that will be permanently lost Returns CraftGiftResult
CraftGiftResult
Contains result of gift crafting
CraftGiftResultFail
Crafting has failed
CraftGiftResultInvalidGift
Crafting isn't possible because one of the gifts isn't suitable for crafting
CraftGiftResultSuccess
Crafting was successful
CraftGiftResultTooEarly
Crafting isn't possible because one of the gifts can't be used for crafting yet
CreateBasicGroupChat
Returns an existing chat corresponding to a known basic group Returns Chat
CreateBot
Creates a bot which will be managed by another bot. Returns the created bot. May return an error with a message "BOT_CREATE_LIMIT_EXCEEDED" if the user already owns the maximum allowed number of bots as per getOption("owned_bot_count_max"). An internal link "https://t.me/BotFather?start=deletebot" can be processed to handle the error Returns User
Creates a business chat link for the current account. Requires Telegram Business subscription. There can be up to getOption("business_chat_link_count_max") links created. Returns the created link Returns BusinessChatLink
CreateCall
Creates a new call Returns CallId
CreateChatFolder
Creates new chat folder. Returns information about the created chat folder. There can be up to getOption("chat_folder_count_max") chat folders, but the limit can be increased with Telegram Premium Returns ChatFolderInfo
Creates a new invite link for a chat folder. A link can be created for a chat folder if it has only pinned and included chats Returns ChatFolderInviteLink
Creates a new invite link for a chat. Available for basic groups, supergroups, and channels. Requires administrator privileges and can_invite_users right in the chat Returns ChatInviteLink
Creates a new subscription invite link for a channel chat. Requires can_invite_users right in the chat Returns ChatInviteLink
CreatedBasicGroupChat
Contains information about a newly created basic group chat
CreateForumTopic
Creates a topic in a forum supergroup chat or a chat with a bot with topics; requires can_manage_topics administrator or can_create_topics member right in the supergroup Returns ForumTopicInfo
CreateGiftCollection
Creates a collection from gifts on the current user's or a channel's profile page; requires can_post_messages administrator right in the channel chat. An owner can have up to getOption("gift_collection_count_max") gift collections. The new collection will be added to the end of the gift collection list of the owner. Returns the created collection Returns GiftCollection
CreateGroupCall
Creates a new group call that isn't bound to a chat Returns GroupCallInfo
Creates a link for the given invoice; for bots only Returns HttpUrl
CreateNewBasicGroupChat
Creates a new basic group and sends a corresponding messageBasicGroupChatCreate. Returns information about the newly created chat Returns CreatedBasicGroupChat
CreateNewSecretChat
Creates a new secret chat. Returns the newly created chat Returns Chat
CreateNewStickerSet
Creates a new sticker set. Returns the newly created sticker set Returns StickerSet
CreateNewSupergroupChat
Creates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate. Returns the newly created chat Returns Chat
CreatePrivateChat
Returns an existing chat corresponding to a given user Returns Chat
CreateRichMessageWithAi
Creates a new rich message using an AI model. May return an error with a message "AICOMPOSE_FLOOD_PREMIUM" if Telegram Premium is required to send further requests Returns RichMessage
CreateSecretChat
Returns an existing chat corresponding to a known secret chat Returns Chat
CreateStoryAlbum
Creates an album of stories; requires can_edit_stories administrator right for supergroup and channel chats Returns StoryAlbum
CreateSupergroupChat
Returns an existing chat corresponding to a known supergroup or channel Returns Chat
CreateTemporaryPassword
Creates a new temporary password for processing payments Returns TemporaryPasswordState
CreateTextCompositionStyle
Creates a custom text composition style. May return an error with a message "TONES_SAVED_TOO_MANY" if the maximum number of added custom styles has been reached Returns TextCompositionStyle
CreateVideoChat
Creates a video chat (a group call bound to a chat); for basic groups, supergroups and channels only; requires can_manage_video_chats administrator right Returns GroupCallId
CurrentWeather
Describes the current weather
CustomRequestResult
Contains the result of a custom request
Data
Contains some binary data
DatabaseStatistics
Contains database statistics
Date
Represents a date according to the Gregorian calendar
DatedFile
File with the date it was uploaded
DateRange
Represents a date range
DateTimeFormattingType
Describes date and time formatting
DateTimeFormattingTypeAbsolute
The date and time must be shown as absolute timestamps
DateTimeFormattingTypeRelative
The time must be shown relative to the current time (in X seconds, minutes, hours, days, months, years ago)
DateTimePartPrecision
Describes precision with which to show a date or a time
DateTimePartPrecisionLong
Show the date or time in a long way (March 17, 2022 or 22:45:00)
DateTimePartPrecisionNone
Don't show the date or time
DateTimePartPrecisionShort
Show the date or time in a short way (17.03.22 or 22:45)
DeclineGroupCallInvitation
Declines an invitation to an active group call via messageGroupCall. Can be called both by the sender and the receiver of the invitation Returns Ok
DeclineOauthRequest
Declines an OAuth authorization request Returns Ok
DeclineSuggestedPost
Declines a suggested post in a channel direct messages chat Returns Ok
DecryptGroupCallData
Decrypts group call data received by tgcalls Returns Data
DeepLinkInfo
Contains information about a tg: deep link
DeleteAccount
Deletes the account of the current user, deleting all information associated with the user from the server. The phone number of the account can be used to create a new account. Can be called before authorization when the current authorization state is authorizationStateWaitPassword Returns Ok
DeleteAllCallMessages
Deletes all call messages Returns Ok
DeleteAllRecentMessageReactionsFromSender
Deletes all recent reactions added by the specified sender in a chat. Supported only for basic groups and supergroups; requires can_delete_messages administrator right Returns Ok
Deletes all revoked chat invite links created by a given chat administrator. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links Returns Ok
DeleteBotMediaPreviews
Deletes media previews from the list of media previews of a bot Returns Ok
Deletes a business chat link of the current account Returns Ok
DeleteBusinessConnectedBot
Deletes the business bot that is connected to the current user account Returns Ok
DeleteBusinessMessages
Deletes messages on behalf of a business account; for bots only Returns Ok
DeleteBusinessStory
Deletes a story posted by the bot on behalf of a business account; for bots only Returns Ok
DeleteChat
Deletes a chat along with all messages in the corresponding chat for all chat members. For group chats this will release the usernames and remove all members. Use the field chat.can_be_deleted_for_all_users to find whether the method can be applied to the chat Returns Ok
DeleteChatBackground
Deletes background in a specific chat Returns Ok
DeleteChatFolder
Deletes existing chat folder Returns Ok
Deletes an invite link for a chat folder Returns Ok
DeleteChatHistory
Deletes all messages in the chat. Use chat.can_be_deleted_only_for_self and chat.can_be_deleted_for_all_users fields to find whether and how the method can be applied to the chat Returns Ok
DeleteChatMessagesByDate
Deletes all messages between the specified dates in a chat. Supported only for private chats and basic groups. Messages sent in the last 30 seconds will not be deleted Returns Ok
DeleteChatMessagesBySender
Deletes all messages sent by the specified message sender in a chat. Supported only for supergroups; requires can_delete_messages administrator right Returns Ok
DeleteChatReplyMarkup
Deletes the default reply markup from a chat. Must be called after a one-time keyboard or a replyMarkupForceReply reply markup has been used or dismissed Returns Ok
DeleteCommands
Deletes commands supported by the bot for the given user scope and language; for bots only Returns Ok
DeleteDefaultBackground
Deletes default background for chats Returns Ok
DeleteDirectMessagesChatTopicHistory
Deletes all messages in the topic in a channel direct messages chat administered by the current user Returns Ok
DeleteDirectMessagesChatTopicMessagesByDate
Deletes all messages between the specified dates in the topic in a channel direct messages chat administered by the current user. Messages sent in the last 30 seconds will not be deleted Returns Ok
DeleteEphemeralMessage
Deletes an ephemeral message; for bots only Returns Ok
DeleteFile
Deletes a file from the TDLib file cache Returns Ok
DeleteForumTopic
Deletes all messages from a topic in a forum supergroup chat or a chat with a bot with topics; requires can_delete_messages administrator right in the supergroup unless the user is creator of the topic, the topic has no messages from other users and has at most 11 messages Returns Ok
DeleteGiftCollection
Deletes a gift collection. If the collection is owned by a channel chat, then requires can_post_messages administrator right in the channel chat Returns Ok
DeleteGroupCallMessages
Deletes messages in a group call; for live story calls only. Requires groupCallMessage.can_be_deleted right Returns Ok
DeleteGroupCallMessagesBySender
Deletes all messages sent by the specified message sender in a group call; for live story calls only. Requires groupCall.can_delete_messages right Returns Ok
DeleteLanguagePack
Deletes all information about a language pack in the current localization target. The language pack which is currently in use (including base language pack) or is being synchronized can't be deleted. Can be called before authorization Returns Ok
DeleteMessageReactionsFromSender
Deletes all reactions added by the specified sender on a message Returns Ok
DeleteMessages
Deletes messages Returns Ok
DeletePassportElement
Deletes a Telegram Passport element Returns Ok
DeletePollOption
Deletes an option from a poll Returns Ok
DeleteProfilePhoto
Deletes a profile photo Returns Ok
DeleteQuickReplyShortcut
Deletes a quick reply shortcut Returns Ok
DeleteQuickReplyShortcutMessages
Deletes specified quick reply messages Returns Ok
Deletes revoked chat invite links. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links Returns Ok
DeleteSavedCredentials
Deletes saved credentials for all payment provider bots Returns Ok
DeleteSavedMessagesTopicHistory
Deletes all messages in a Saved Messages topic Returns Ok
DeleteSavedMessagesTopicMessagesByDate
Deletes all messages between the specified dates in a Saved Messages topic. Messages sent in the last 30 seconds will not be deleted Returns Ok
DeleteSavedOrderInfo
Deletes saved order information Returns Ok
DeleteStickerSet
Completely deletes a sticker set Returns Ok
DeleteStory
Deletes a previously posted story. Can be called only if story.can_be_deleted == true Returns Ok
DeleteStoryAlbum
Deletes a story album. If the album is owned by a supergroup or a channel chat, then requires can_edit_stories administrator right in the chat Returns Ok
DeleteTextCompositionStyle
Deletes a custom text composition style that was created by the current user Returns Ok
Destroy
Closes the TDLib instance, destroying all local data without a proper logout. The current user session will remain in the list of all active sessions. All local data will be destroyed. After the destruction completes updateAuthorizationState with authorizationStateClosed will be sent. Can be called before authorization Returns Ok
DeviceToken
Represents a data needed to subscribe for push notifications through registerDevice method.
DeviceTokenApplePush
A token for Apple Push Notification service
DeviceTokenApplePushVoIP
A token for Apple Push Notification service VoIP notifications
DeviceTokenBlackBerryPush
A token for BlackBerry Push Service
DeviceTokenFirebaseCloudMessaging
A token for Firebase Cloud Messaging
DeviceTokenHuaweiPush
A token for HUAWEI Push Service
DeviceTokenMicrosoftPush
A token for Microsoft Push Notification Service
DeviceTokenMicrosoftPushVoIP
A token for Microsoft Push Notification Service VoIP channel
DeviceTokenSimplePush
A token for Simple Push API for Firefox OS
DeviceTokenTizenPush
A token for Tizen Push Service
DeviceTokenUbuntuPush
A token for Ubuntu Push Client service
DeviceTokenWebPush
A token for web Push API
DeviceTokenWindowsPush
A token for Windows Push Notification Services
DiceStickers
Contains animated stickers which must be used for dice animation rendering
DiceStickersRegular
A regular animated sticker
DiceStickersSlotMachine
Animated stickers to be combined into a slot machine
DiffEntity
Represents a change of a text
DiffEntityType
Represents a change of a text
DiffEntityTypeDelete
Removal of some text
DiffEntityTypeInsert
Addition of some text
DiffEntityTypeReplace
Change of some text
DiffText
A text with some changes highlighted
DirectMessagesChatTopic
Contains information about a topic in a channel direct messages chat administered by the current user
DisableAllSupergroupUsernames
Disables all active non-editable usernames of a supergroup or channel, requires owner privileges in the supergroup or channel Returns Ok
DisableProxy
Disables the currently enabled proxy. Can be called before authorization Returns Ok
DiscardCall
Discards a call Returns Ok
DisconnectAffiliateProgram
Disconnects an affiliate program from the given affiliate and immediately deactivates its referral link. Returns updated information about the disconnected affiliate program Returns ConnectedAffiliateProgram
DisconnectAllWebsites
Disconnects all websites from the current user's Telegram account Returns Ok
DisconnectWebsite
Disconnects website from the current user's Telegram account Returns Ok
Document
Describes a document of any type
DownloadedFileCounts
Contains number of being downloaded and recently downloaded files found
DownloadFile
Downloads a file from the cloud. Download progress and completion of the download will be notified through updateFile updates Returns File
DraftMessage
Contains information about a message draft
DraftMessageContent
Content of the message draft
DraftMessageContentRichMessage
A rich message draft; not supported in setChatDraftMessage
DraftMessageContentText
A text message draft
DraftMessageContentVideoNote
A video note message draft
DraftMessageContentVoiceNote
A voice note message draft
DropGiftOriginalDetails
Drops original details for an upgraded gift Returns Ok
EditBotMediaPreview
Replaces media preview in the list of media previews of a bot. Returns the new preview after edit is completed server-side Returns BotMediaPreview
Edits a business chat link of the current account. Requires Telegram Business subscription. Returns the edited link Returns BusinessChatLink
EditBusinessMessageCaption
Edits the caption of a message sent on behalf of a business account; for bots only Returns BusinessMessage
EditBusinessMessageChecklist
Edits the content of a checklist in a message sent on behalf of a business account; for bots only Returns BusinessMessage
EditBusinessMessageLiveLocation
Edits the content of a live location in a message sent on behalf of a business account; for bots only Returns BusinessMessage
EditBusinessMessageMedia
Edits the media content of a message with a text, an animation, an audio, a document, a photo or a video in a message sent on behalf of a business account; for bots only Returns BusinessMessage
EditBusinessMessageReplyMarkup
Edits the reply markup of a message sent on behalf of a business account; for bots only Returns BusinessMessage
EditBusinessMessageText
Edits the text of a text or game message sent on behalf of a business account; for bots only Returns BusinessMessage
EditBusinessStory
Changes a story posted by the bot on behalf of a business account; for bots only Returns Story
EditChatFolder
Edits existing chat folder. Returns information about the edited chat folder Returns ChatFolderInfo
Edits an invite link for a chat folder Returns ChatFolderInviteLink
Edits a non-primary invite link for a chat. Available in basic groups, supergroups, and channels. If the link creates a subscription, then expiration_date, member_limit and creates_join_request must not be used. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links Returns ChatInviteLink
Edits a subscription invite link for a channel chat. Requires can_invite_users right in the chat for own links and owner privileges for other links Returns ChatInviteLink
EditCustomLanguagePackInfo
Edits information about a custom local language pack in the current localization target. Can be called before authorization Returns Ok
EditEphemeralMessage
Edits the text, caption or reply markup of an ephemeral message sent by the bot; for bots only Returns Ok
EditForumTopic
Edits title and icon of a topic in a forum supergroup chat or a chat with a bot with topics; for supergroup chats requires can_manage_topics administrator right unless the user is creator of the topic Returns Ok
EditInlineMessageCaption
Edits the caption of an inline message sent via a bot; for bots only Returns Ok
EditInlineMessageLiveLocation
Edits the content of a live location in an inline message sent via a bot; for bots only Returns Ok
EditInlineMessageMedia
Edits the media content of a message with a text, an animation, an audio, a document, a photo or a video in an inline message sent via a bot; for bots only Returns Ok
EditInlineMessageReplyMarkup
Edits the reply markup of an inline message sent via a bot; for bots only Returns Ok
EditInlineMessageText
Edits the text of an inline text or game message sent via the bot; for bots only Returns Ok
EditMessageCaption
Edits the message content caption. Returns the edited message after the edit is completed on the server side Returns Message
EditMessageChecklist
Edits the message content of a checklist. Returns the edited message after the edit is completed on the server side Returns Message
EditMessageLiveLocation
Edits the message content of a live location. Messages can be edited for a limited period of time specified in the live location. Returns the edited message after the edit is completed on the server side Returns Message
EditMessageMedia
Edits the media content of a message, including message caption. If only the caption needs to be edited, use editMessageCaption instead. The type of message content in an album can't be changed with exception of replacing a photo with a video or vice versa. Returns the edited message after the edit is completed on the server side Returns Message
EditMessageReplyMarkup
Edits the message reply markup; for bots only. Returns the edited message after the edit is completed on the server side Returns Message
EditMessageSchedulingState
Edits the time when a scheduled message will be sent. Scheduling state of all messages in the same album or forwarded together with the message will be also changed Returns Ok
EditMessageText
Edits the text of a message (or a text of a game message). Returns the edited message after the edit is completed on the server side Returns Message
EditProxy
Edits an existing proxy server for network requests. Can be called before authorization Returns AddedProxy
EditQuickReplyMessage
Asynchronously edits the text, media or caption of a quick reply message. Use quickReplyMessage.can_be_edited to check whether a message can be edited. Media message can be edited only to a media message. Checklist messages can be edited only to a checklist message. The type of message content in an album can't be changed with exception of replacing a photo with a video or vice versa Returns Ok
EditStarSubscription
Cancels or re-enables Telegram Star subscription Returns Ok
EditStory
Changes content and caption of a story. Can be called only if story.can_be_edited == true Returns Ok
EditStoryCover
Changes cover of a video story. Can be called only if story.can_be_edited == true and the story isn't being edited now Returns Ok
EditTextCompositionStyle
Edits a custom text composition style that was created by the current user Returns TextCompositionStyle
EditUserStarSubscription
Cancels or re-enables Telegram Star subscription for a user; for bots only Returns Ok
EmailAddressAuthentication
Contains authentication data for an email address
EmailAddressAuthenticationAppleId
An authentication token received through Apple ID
EmailAddressAuthenticationCode
An authentication code delivered to a user's email address
EmailAddressAuthenticationCodeInfo
Information about the email address authentication code that was sent
EmailAddressAuthenticationGoogleId
An authentication token received through Google ID
EmailAddressResetState
Describes reset state of an email address
EmailAddressResetStateAvailable
Email address can be reset after the given period. Call resetAuthenticationEmailAddress to reset it and allow the user to authorize with a code sent to the user's phone number
EmailAddressResetStatePending
Email address reset has already been requested. Call resetAuthenticationEmailAddress to check whether immediate reset is possible
EmojiCategories
Represents a list of emoji categories
EmojiCategory
Describes an emoji category
EmojiCategorySource
Describes source of stickers for an emoji category
EmojiCategorySourcePremium
The category contains premium stickers that must be found by getPremiumStickers
EmojiCategorySourceSearch
The category contains a list of similar emoji to search for in getStickers and searchStickers for stickers, or getInlineQueryResults with the bot getOption("animation_search_bot_username") for animations
EmojiCategoryType
Describes type of emoji category
EmojiCategoryTypeChatPhoto
The category must be used for chat photo emoji selection
EmojiCategoryTypeDefault
The category must be used by default (e.g., for custom emoji or animation search)
EmojiCategoryTypeEmojiStatus
The category must be used for emoji status selection
EmojiCategoryTypeRegularStickers
The category must be used by default for regular sticker selection. It may contain greeting emoji category and premium stickers
EmojiChatTheme
Describes a chat theme based on an emoji
EmojiKeyword
Represents an emoji with its keyword
EmojiKeywords
Represents a list of emojis with their keywords
EmojiReaction
Contains information about an emoji reaction
Emojis
Represents a list of emojis
EmojiStatus
Describes an emoji to be shown instead of the Telegram Premium badge
EmojiStatusCustomEmojis
Contains a list of custom emoji identifiers for emoji statuses
EmojiStatuses
Contains a list of emoji statuses
EmojiStatusType
Describes type of emoji status
EmojiStatusTypeCustomEmoji
A custom emoji set as emoji status
EmojiStatusTypeUpgradedGift
An upgraded gift set as emoji status
EnableProxy
Enables a proxy. Only one proxy can be enabled at a time. Can be called before authorization Returns Ok
EncryptedCredentials
Contains encrypted Telegram Passport data credentials
EncryptedPassportElement
Contains information about an encrypted Telegram Passport element; for bots only
EncryptGroupCallData
Encrypts group call data before sending them over network using tgcalls Returns Data
EndGroupCall
Ends a group call. Requires groupCall.can_be_managed right for video chats and live stories or groupCall.is_owned otherwise Returns Ok
EndGroupCallRecording
Ends recording of an active group call; for video chats only. Requires groupCall.can_be_managed right Returns Ok
EndGroupCallScreenSharing
Ends screen sharing in a joined group call; not supported in live stories Returns Ok
FactCheck
Describes a fact-check added to the message by an independent checker
FailedToAddMember
Contains information about a user who has failed to be added to a chat
FailedToAddMembers
Represents a list of users that has failed to be added to a chat
File
Represents a file
FileDownload
Describes a file added to file download list
FileDownloadedPrefixSize
Contains size of downloaded prefix of a file
FileType
Represents the type of file
FileTypeAnimation
The file is an animation
FileTypeAudio
The file is an audio file
FileTypeDocument
The file is a document
FileTypeLivePhotoVideo
The file is a video for a live photo
FileTypeNone
The data is not a file
FileTypeNotificationSound
The file is a notification sound
FileTypePhoto
The file is a photo
FileTypePhotoStory
The file is a photo published as a story
FileTypeProfilePhoto
The file is a profile photo
FileTypeSecret
The file was sent to a secret chat (the file type is not known to the server)
FileTypeSecretThumbnail
The file is a thumbnail of a file from a secret chat
FileTypeSecure
The file is a file from Secure storage used for storing Telegram Passport files
FileTypeSelfDestructingLivePhotoVideo
The file is a self-destructing video for a live photo in a private chat
FileTypeSelfDestructingPhoto
The file is a self-destructing photo in a private chat
FileTypeSelfDestructingVideo
The file is a self-destructing video in a private chat
FileTypeSelfDestructingVideoNote
The file is a self-destructing video note in a private chat
FileTypeSelfDestructingVoiceNote
The file is a self-destructing voice note in a private chat
FileTypeSticker
The file is a sticker
FileTypeThumbnail
The file is a thumbnail of another file
FileTypeUnknown
The file type is not yet known
FileTypeVideo
The file is a video
FileTypeVideoNote
The file is a video note
FileTypeVideoStory
The file is a video published as a story
FileTypeVoiceNote
The file is a voice note
FileTypeWallpaper
The file is a wallpaper or a background pattern
FinishFileGeneration
Finishes the file generation Returns Ok
FirebaseAuthenticationSettings
Contains settings for Firebase Authentication in the official applications
FirebaseAuthenticationSettingsAndroid
Settings for Firebase Authentication in the official Android application
FirebaseAuthenticationSettingsIos
Settings for Firebase Authentication in the official iOS application
FirebaseDeviceVerificationParameters
Describes parameters to be used for device verification
FirebaseDeviceVerificationParametersPlayIntegrity
Device verification must be performed with the classic Play Integrity verification (https://developer.android.com/google/play/integrity/classic)
FirebaseDeviceVerificationParametersSafetyNet
Device verification must be performed with the SafetyNet Attestation API
FixedText
A text fixed using fixTextWithAi
FixRichMessageWithAi
Fixes a rich message using an AI model. May return an error with a message "AICOMPOSE_FLOOD_PREMIUM" if Telegram Premium is required to send further requests Returns RichMessage
FixTextWithAi
Fixes text using an AI model; must not be used in secret chats. May return an error with a message "AICOMPOSE_FLOOD_PREMIUM" if Telegram Premium is required to send further requests Returns FixedText
FormattedText
A text with some entities
ForumTopic
Describes a forum topic
ForumTopicIcon
Describes a forum topic icon
ForumTopicInfo
Contains basic information about a forum topic
ForumTopics
Describes a list of forum topics
ForwardMessages
Forwards previously sent messages. Returns the forwarded messages in the same order as the message identifiers passed in message_ids. If a message can't be forwarded, null will be returned instead of the message Returns Messages
ForwardSource
Contains information about the last message from which a new message was forwarded last time
FoundAffiliateProgram
Describes a found affiliate program
FoundAffiliatePrograms
Represents a list of found affiliate programs
FoundChatBoosts
Contains a list of boosts applied to a chat
FoundChatMessages
Contains a list of messages found by a search in a given chat
FoundFileDownloads
Contains a list of downloaded files, found by a search
FoundMessages
Contains a list of messages found by a search
FoundPosition
Contains 0-based match position
FoundPositions
Contains 0-based positions of matched objects
FoundPublicPosts
Contains a list of messages found by a public post search
FoundStories
Contains a list of stories found by a search
FoundUsers
Represents a list of found users
FoundWebApp
Contains information about a Web App found by its short name
Game
Describes a game. Use getInternalLink with internalLinkTypeGame to share the game
GameHighScore
Contains one row of the game high score table
GameHighScores
Contains a list of game high scores
GetAccountTtl
Returns the period of inactivity after which the account of the current user will automatically be deleted Returns AccountTtl
GetActiveSessions
Returns all active sessions of the current user. Additionally, getBusinessConnectedBot must be used to show the bot on top of active sessions Returns Sessions
GetAllPassportElements
Returns all available Telegram Passport elements Returns PassportElements
GetAllStickerEmojis
Returns unique emoji that correspond to stickers to be found by the getStickers(sticker_type, query, 1000000, chat_id) Returns Emojis
GetAnimatedEmoji
Returns an animated emoji corresponding to a given emoji. Returns a 404 error if the emoji has no animated emoji Returns AnimatedEmoji
GetApplicationConfig
Returns application config, provided by the server. Can be called before authorization Returns JsonValue
Returns the link for downloading official Telegram application to be used when the current user invites friends to Telegram Returns HttpUrl
GetArchiveChatListSettings
Returns settings for automatic moving of chats to and from the Archive chat lists Returns ArchiveChatListSettings
GetArchivedStickerSets
Returns a list of archived sticker sets Returns StickerSets
GetAttachedStickerSets
Returns a list of sticker sets attached to a file, including regular, mask, and emoji sticker sets. Currently, only animations, photos, and videos can have attached sticker sets Returns StickerSets
GetAttachmentMenuBot
Returns information about a bot that can be added to attachment or side menu Returns AttachmentMenuBot
GetAuthenticationPasskeyParameters
Returns parameters for authentication using a passkey as JSON-serialized string Returns Text
GetAuthorizationState
Returns the current authorization state. This is an offline method. For informational purposes only. Use updateAuthorizationState instead to maintain the current authorization state. Can be called before initialization Returns AuthorizationState
GetAutoDownloadSettingsPresets
Returns auto-download settings presets for the current user Returns AutoDownloadSettingsPresets
GetAutosaveSettings
Returns autosave settings for the current user Returns AutosaveSettings
GetAvailableChatBoostSlots
Returns the list of available chat boost slots for the current user Returns ChatBoostSlots
GetAvailableGifts
Returns gifts that can be sent to other users and channel chats Returns AvailableGifts
GetBackgroundUrl
Constructs a persistent HTTP URL for a background Returns HttpUrl
GetBankCardInfo
Returns information about a bank card Returns BankCardInfo
GetBasicGroup
Returns information about a basic group by its identifier. This is an offline method if the current user is not a bot Returns BasicGroup
GetBasicGroupFullInfo
Returns full information about a basic group by its identifier Returns BasicGroupFullInfo
GetBlockedMessageSenders
Returns users and chats that were blocked by the current user Returns MessageSenders
GetBotInfoDescription
Returns the text shown in the chat with a bot if the chat is empty in the given language. Can be called only if userTypeBot.can_be_edited == true Returns Text
GetBotInfoShortDescription
Returns the text shown on a bot's profile page and sent together with the link when users share the bot in the given language. Can be called only if userTypeBot.can_be_edited == true Returns Text
GetBotMediaPreviewInfo
Returns the list of media previews for the given language and the list of languages for which the bot has dedicated previews Returns BotMediaPreviewInfo
GetBotMediaPreviews
Returns the list of media previews of a bot Returns BotMediaPreviews
GetBotName
Returns the name of a bot in the given language. Can be called only if userTypeBot.can_be_edited == true Returns Text
GetBotSimilarBotCount
Returns approximate number of bots similar to the given bot Returns Count
GetBotSimilarBots
Returns a list of bots similar to the given bot Returns Users
GetBusinessAccountStarAmount
Returns the Telegram Star amount owned by a business account; for bots only Returns StarAmount
GetBusinessChatLinkInfo
Returns information about a business chat link Returns BusinessChatLinkInfo
Returns business chat links created for the current account Returns BusinessChatLinks
GetBusinessConnectedBot
Returns information about the business bot that is connected to the current user account. Returns a 404 error if there is no connected bot Returns BusinessConnectedBotInfo
GetBusinessConnection
Returns information about a business connection by its identifier; for bots only Returns BusinessConnection
GetBusinessFeatures
Returns information about features, available to Business users Returns BusinessFeatures
GetCallbackQueryAnswer
Sends a callback query to a bot and returns an answer. Returns an error with code 502 if the bot fails to answer the query before the query timeout expires Returns CallbackQueryAnswer
GetCallbackQueryMessage
Returns information about a message with the callback button that originated a callback query; for bots only Returns Message
GetChat
Returns information about a chat by its identifier. This is an offline method if the current user is not a bot Returns Chat
GetChatActiveStories
Returns the list of active stories posted by the given chat Returns ChatActiveStories
GetChatAdministrators
Returns a list of administrators of the chat with their custom titles Returns ChatAdministrators
GetChatArchivedStories
Returns the list of all stories posted by the given chat; requires can_edit_stories administrator right in the chat. The stories are returned in reverse chronological order (i.e., in order of decreasing story_id). For optimal performance, the number of returned stories is chosen by TDLib Returns Stories
GetChatAvailableMessageSenders
Returns the list of message sender identifiers, which can be used to send messages in a chat Returns ChatMessageSenders
GetChatAvailablePaidMessageReactionSenders
Returns the list of message sender identifiers, which can be used to send a paid reaction in a chat Returns MessageSenders
GetChatBoostFeatures
Returns the list of features available for different chat boost levels. This is an offline method Returns ChatBoostFeatures
GetChatBoostLevelFeatures
Returns the list of features available on the specific chat boost level. This is an offline method Returns ChatBoostLevelFeatures
Returns an HTTPS link to boost the specified supergroup or channel chat Returns ChatBoostLink
GetChatBoostLinkInfo
Returns information about a link to boost a chat. Can be called for any internal link of the type internalLinkTypeChatBoost Returns ChatBoostLinkInfo
GetChatBoosts
Returns the list of boosts applied to a chat; requires administrator rights in the chat Returns FoundChatBoosts
GetChatBoostStatus
Returns the current boost status for a supergroup or a channel chat Returns ChatBoostStatus
GetChatEventLog
Returns a list of service actions taken by chat members and administrators in the last 48 hours. Available only in supergroups and channels. Requires administrator rights. Returns results in reverse chronological order (i.e., in order of decreasing event_id) Returns ChatEvents
GetChatFolder
Returns information about a chat folder by its identifier Returns ChatFolder
GetChatFolderChatCount
Returns approximate number of chats in a being created chat folder. Main and archive chat lists must be fully preloaded for this function to work correctly Returns Count
GetChatFolderChatsToLeave
Returns identifiers of pinned or always included chats from a chat folder, which are suggested to be left when the chat folder is deleted Returns Chats
GetChatFolderDefaultIconName
Returns default icon name for a folder. Can be called synchronously Returns ChatFolderIcon
Returns invite links created by the current user for a shareable chat folder Returns ChatFolderInviteLinks
GetChatFolderNewChats
Returns new chats added to a shareable chat folder by its owner. The method must be called at most once in getOption("chat_folder_new_chats_update_period") for the given chat folder Returns Chats
GetChatHistory
Returns messages in a chat. The messages are returned in reverse chronological order (i.e., in order of decreasing message_id). For optimal performance, the number of returned messages is chosen by TDLib. This is an offline method if only_local is true Returns Messages
Returns information about an invite link. Requires administrator privileges and can_invite_users right in the chat to get own links and owner privileges to get other links Returns ChatInviteLink
GetChatInviteLinkCounts
Returns the list of chat administrators with number of their invite links. Requires owner privileges in the chat Returns ChatInviteLinkCounts
GetChatInviteLinkMembers
Returns chat members joined a chat via an invite link. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links Returns ChatInviteLinkMembers
Returns invite links for a chat created by specified administrator. Requires administrator privileges and can_invite_users right in the chat to get own links and owner privileges to get other links Returns ChatInviteLinks
GetChatJoinRequests
Returns pending join requests in a chat Returns ChatJoinRequests
GetChatListsToAddChat
Returns chat lists to which the chat can be added. This is an offline method Returns ChatLists
GetChatMember
Returns information about a single member of a chat Returns ChatMember
GetChatMessageByDate
Returns the last message sent in a chat no later than the specified date. Returns a 404 error if such message doesn't exist Returns Message
GetChatMessageCalendar
Returns information about the next messages of the specified type in the chat split by days. Returns the results in reverse chronological order. Can return partial result for the last returned day. Behavior of this method depends on the value of the option "utc_time_offset" Returns MessageCalendar
GetChatMessageCount
Returns approximate number of messages of the specified type in the chat or its topic Returns Count
GetChatMessagePosition
Returns approximate 1-based position of a message among messages, which can be found by the specified filter in the chat and topic. Cannot be used in secret chats Returns Count
GetChatNotificationSettingsExceptions
Returns the list of chats with non-default notification settings for new messages Returns Chats
GetChatOwnerAfterLeaving
Returns the user who will become the owner of the chat after 7 days if the current user does not return to the supergroup or channel during that period or immediately for basic groups; requires owner privileges in the chat. Available only for basic groups, supergroups, and channel chats Returns User
GetChatPinnedMessage
Returns information about a newest pinned message in the chat. Returns a 404 error if the message doesn't exist Returns Message
GetChatPostedToChatPageStories
Returns the list of stories that posted by the given chat to its chat page. If from_story_id == 0, then pinned stories are returned first. Then, stories are returned in reverse chronological order (i.e., in order of decreasing story_id). For optimal performance, the number of returned stories is chosen by TDLib Returns Stories
GetChatRevenueStatistics
Returns detailed revenue statistics about a chat. Currently, this method can be used only for channels if supergroupFullInfo.can_get_revenue_statistics == true or bots if userFullInfo.bot_info.can_get_revenue_statistics == true Returns ChatRevenueStatistics
GetChatRevenueTransactions
Returns the list of revenue transactions for a chat. Currently, this method can be used only for channels if supergroupFullInfo.can_get_revenue_statistics == true or bots if userFullInfo.bot_info.can_get_revenue_statistics == true Returns ChatRevenueTransactions
GetChatRevenueWithdrawalUrl
Returns a URL for chat revenue withdrawal; requires owner privileges in the channel chat or the bot. Currently, this method can be used only if getOption("can_withdraw_chat_revenue") for channels with supergroupFullInfo.can_get_revenue_statistics == true or bots with userFullInfo.bot_info.can_get_revenue_statistics == true Returns HttpUrl
GetChats
Returns an ordered list of chats from the beginning of a chat list. For informational purposes only. Use loadChats and updates processing instead to maintain chat lists in a consistent state Returns Chats
GetChatScheduledMessages
Returns all scheduled messages in a chat. The messages are returned in reverse chronological order (i.e., in order of decreasing message_id) Returns Messages
Returns identifiers of chats from a chat folder, suitable for adding to a chat folder invite link Returns Chats
GetChatSimilarChatCount
Returns approximate number of chats similar to the given chat Returns Count
GetChatSimilarChats
Returns a list of chats similar to the given chat Returns Chats
GetChatSparseMessagePositions
Returns sparse positions of messages of the specified type in the chat to be used for Shared Media scroll implementation. Returns the results in reverse chronological order (i.e., in order of decreasing message_id). Cannot be used in secret chats or with searchMessagesFilterFailedToSend filter without an enabled message database Returns MessagePositions
GetChatSponsoredMessages
Returns sponsored messages to be shown in a chat; for channel chats and chats with bots only Returns SponsoredMessages
GetChatStatistics
Returns detailed statistics about a chat. Currently, this method can be used only for supergroups and channels. Can be used only if supergroupFullInfo.can_get_statistics == true Returns ChatStatistics
GetChatsToPostStories
Returns supergroup and channel chats in which the current user has the right to post stories. The chats must be rechecked with canPostStory before actually trying to post a story there Returns Chats
GetChatStoryAlbums
Returns the list of story albums owned by the given chat Returns StoryAlbums
GetChatStoryInteractions
Returns interactions with a story posted in a chat. Can be used only if story is posted on behalf of a chat and the user is an administrator in the chat Returns StoryInteractions
GetCloseFriends
Returns all close friends of the current user Returns Users
GetCollectibleItemInfo
Returns information about a given collectible item that was purchased at https://fragment.com Returns CollectibleItemInfo
GetCommands
Returns the list of commands supported by the bot for the given user scope and language; for bots only Returns BotCommands
GetConnectedAffiliateProgram
Returns an affiliate program that was connected to the given affiliate by identifier of the bot that created the program Returns ConnectedAffiliateProgram
GetConnectedAffiliatePrograms
Returns affiliate programs that were connected to the given affiliate Returns ConnectedAffiliatePrograms
GetConnectedWebsites
Returns all website where the current user used Telegram to log in Returns ConnectedWebsites
GetContacts
Returns all contacts of the user Returns Users
GetCountries
Returns information about existing countries. Can be called before authorization Returns Countries
GetCountry
Returns information about an existing country. Can be called before authorization Returns CountryInfo
GetCountryCode
Uses the current IP address to find the current country. Returns two-letter ISO 3166-1 alpha-2 country code. Can be called before authorization Returns Text
GetCountryFlagEmoji
Returns an emoji for the flag of the given country. Returns an empty string on failure. Can be called synchronously Returns Text
GetCreatedPublicChats
Returns a list of public chats of the specified type, owned by the user Returns Chats
GetCurrentState
Returns all updates needed to restore current TDLib state, i.e. all actual updateAuthorizationState/updateUser/updateNewChat and others. This is especially useful if TDLib is run in a separate process. Can be called before initialization Returns Updates
GetCurrentWeather
Returns the current weather in the given location Returns CurrentWeather
GetCustomEmojiReactionAnimations
Returns TGS stickers with generic animations for custom emoji reactions Returns Stickers
GetCustomEmojiStickers
Returns the list of custom emoji stickers by their identifiers. Stickers are returned in arbitrary order. Only found stickers are returned Returns Stickers
GetDatabaseStatistics
Returns database statistics Returns DatabaseStatistics
GetDeepLinkInfo
Returns information about a tg:// deep link. Use "tg://need_update_for_some_feature" or "tg:some_unsupported_feature" for testing. Returns a 404 error for unknown links. Can be called before authorization Returns DeepLinkInfo
GetDefaultBackgroundCustomEmojiStickers
Returns default list of custom emoji stickers for reply background Returns Stickers
GetDefaultChatEmojiStatuses
Returns default emoji statuses for chats Returns EmojiStatusCustomEmojis
GetDefaultChatPhotoCustomEmojiStickers
Returns default list of custom emoji stickers for placing on a chat photo Returns Stickers
GetDefaultEmojiStatuses
Returns default emoji statuses for self status Returns EmojiStatusCustomEmojis
GetDefaultMessageAutoDeleteTime
Returns default message auto-delete time setting for new chats Returns MessageAutoDeleteTime
GetDefaultProfilePhotoCustomEmojiStickers
Returns default list of custom emoji stickers for placing on a profile photo Returns Stickers
GetDirectMessagesChatTopic
Returns information about the topic in a channel direct messages chat administered by the current user Returns DirectMessagesChatTopic
GetDirectMessagesChatTopicHistory
Returns messages in the topic in a channel direct messages chat administered by the current user. The messages are returned in reverse chronological order (i.e., in order of decreasing message_id) Returns Messages
GetDirectMessagesChatTopicMessageByDate
Returns the last message sent in the topic in a channel direct messages chat administered by the current user no later than the specified date Returns Message
GetDirectMessagesChatTopicRevenue
Returns the total number of Telegram Stars received by the channel chat for direct messages from the given topic Returns StarCount
GetDisallowedChatEmojiStatuses
Returns the list of emoji statuses, which can't be used as chat emoji status, even if they are from a sticker set with is_allowed_as_chat_emoji_status == true Returns EmojiStatusCustomEmojis
GetEmojiCategories
Returns available emoji categories Returns EmojiCategories
GetEmojiReaction
Returns information about an emoji reaction. Returns a 404 error if the reaction is not found Returns EmojiReaction
GetEmojiSuggestionsUrl
Returns an HTTP URL which can be used to automatically log in to the translation platform and suggest new emoji replacements. The URL will be valid for 30 seconds after generation Returns HttpUrl
Returns an HTTP URL which can be used to automatically authorize the current user on a website after clicking an HTTP link. Use the method getExternalLinkInfo to find whether a prior user confirmation is needed. May return an empty link if just a toast about successful login has to be shown Returns HttpUrl
GetExternalLinkInfo
Returns information about an action to be done when the current user clicks an external link. Don't use this method for links from secret chats if link preview is disabled in secret chats, and use directly getLinkWebBrowserType Returns LoginUrlInfo
GetFavoriteStickers
Returns favorite stickers Returns Stickers
GetFile
Returns information about a file. This is an offline method Returns File
GetFileDownloadedPrefixSize
Returns file downloaded prefix size from a given offset, in bytes Returns FileDownloadedPrefixSize
GetFileExtension
Returns the extension of a file, guessed by its MIME type. Returns an empty string on failure. Can be called synchronously Returns Text
GetFileMimeType
Returns the MIME type of a file, guessed by its extension. Returns an empty string on failure. Can be called synchronously Returns Text
GetForumTopic
Returns information about a topic in a forum supergroup chat or a chat with a bot with topics Returns ForumTopic
GetForumTopicDefaultIcons
Returns the list of custom emoji, which can be used as forum topic icon by all users Returns Stickers
GetForumTopicHistory
Returns messages in a topic in a forum supergroup chat or a chat with a bot with topics. The messages are returned in reverse chronological order (i.e., in order of decreasing message_id). For optimal performance, the number of returned messages is chosen by TDLib Returns Messages
Returns an HTTPS link to a topic in a forum supergroup chat. This is an offline method Returns MessageLink
GetForumTopics
Returns found forum topics in a forum supergroup chat or a chat with a bot with topics. This is a temporary method for getting information about topic list from the server Returns ForumTopics
GetFullRichMessage
Returns the full version of a rich message Returns RichMessage
GetGameHighScores
Returns the high scores for a game and some part of the high score table in the range of the specified user; for bots only Returns GameHighScores
GetGiftAuctionAcquiredGifts
Returns the gifts that were acquired by the current user on a gift auction Returns GiftAuctionAcquiredGifts
GetGiftAuctionState
Returns auction state for a gift Returns GiftAuctionState
GetGiftChatThemes
Returns available to the current user gift chat themes Returns GiftChatThemes
GetGiftCollections
Returns collections of gifts owned by the given user or chat Returns GiftCollections
GetGiftsForCrafting
Returns upgraded gifts of the current user who can be used to craft another gifts Returns GiftsForCrafting
GetGiftUpgradePreview
Returns examples of possible upgraded gifts for a regular gift Returns GiftUpgradePreview
GetGiveawayInfo
Returns information about a giveaway Returns GiveawayInfo
GetGramRevenueStatistics
Returns detailed TON Gram revenue statistics of the current user Returns GramRevenueStatistics
GetGramWithdrawalUrl
Returns a URL for TON Gram withdrawal from the current user's account. The user must have at least 10 Grams to withdraw and can withdraw up to 100000 Grams in one transaction Returns HttpUrl
GetGreetingStickers
Returns greeting stickers from regular sticker sets that can be used for the start page of other users Returns Stickers
GetGrossingWebAppBots
Returns the most grossing Web App bots Returns FoundUsers
GetGroupCall
Returns information about a group call Returns GroupCall
GetGroupCallParticipants
Returns information about participants of a non-joined group call that is not bound to a chat Returns GroupCallParticipants
GetGroupCallStreams
Returns information about available streams in a video chat or a live story Returns GroupCallStreams
GetGroupCallStreamSegment
Returns a file with a segment of a video chat or live story in a modified OGG format for audio or MPEG-4 format for video Returns Data
GetGroupsInCommon
Returns a list of common group chats with a given user. Chats are sorted by their type and creation date Returns Chats
GetGuardBotWebAppUrl
Returns an HTTPS URL of a Web App of a guard bot to open after receiving chatJoinResultGuardBotApprovalRequired Returns WebAppUrl
GetImportedContactCount
Returns the total number of imported contacts Returns Count
GetInactiveSupergroupChats
Returns a list of recently inactive supergroups and channels. Can be used when user reaches limit on the number of joined supergroups and channels and receives the error "CHANNELS_TOO_MUCH". Also, the limit can be increased with Telegram Premium Returns Chats
GetInlineGameHighScores
Returns game high scores and some part of the high score table in the range of the specified user; for bots only Returns GameHighScores
GetInlineQueryResults
Sends an inline query to a bot and returns its results. Returns an error with code 502 if the bot fails to answer the query before the query timeout expires Returns InlineQueryResults
GetInstalledBackgrounds
Returns backgrounds installed by the user Returns Backgrounds
GetInstalledStickerSets
Returns a list of installed sticker sets Returns StickerSets
Returns an HTTPS or a tg: link with the given type. Can be called before authorization Returns HttpUrl
GetInternalLinkType
Returns information about the type of internal link. Returns a 404 error if the link is not internal. Can be called before authorization Returns InternalLinkType
GetJsonString
Converts a JsonValue object to corresponding JSON-serialized string. Can be called synchronously Returns Text
GetJsonValue
Converts a JSON-serialized string to corresponding JsonValue object. Can be called synchronously Returns JsonValue
GetKeywordEmojis
Returns emojis matching the keyword. Supported only if the file database is enabled. Order of results is unspecified Returns Emojis
GetLanguagePackInfo
Returns information about a language pack. Returned language pack identifier may be different from a provided one. Can be called before authorization Returns LanguagePackInfo
GetLanguagePackString
Returns a string stored in the local database from the specified localization target and language pack by its key. Returns a 404 error if the string is not found. Can be called synchronously Returns LanguagePackStringValue
GetLanguagePackStrings
Returns strings from a language pack in the current localization target by their keys. Can be called before authorization Returns LanguagePackStrings
GetLinkPreview
Returns a link preview by the text of a message. Do not call this function too often. Returns a 404 error if the text has no link preview Returns LinkPreview
GetLinkWebBrowserType
Returns a type of the web browser which must be used to open the link Returns WebBrowserType
GetLiveStoryAvailableMessageSenders
Returns the list of message sender identifiers, on whose behalf messages can be sent to a live story Returns ChatMessageSenders
GetLiveStoryRtmpUrl
Returns RTMP URL for streaming to a live story; requires can_post_stories administrator right for channel chats Returns RtmpUrl
GetLiveStoryStreamer
Returns information about the user or the chat that streams to a live story; for live stories that aren't an RTMP stream only Returns GroupCallParticipant
GetLiveStoryTopDonors
Returns the list of top live story donors Returns LiveStoryDonors
GetLocalizationTargetInfo
Returns information about the current localization target. This is an offline method if only_local is true. Can be called before authorization Returns LocalizationTargetInfo
GetLoginPasskeys
Returns the list of passkeys allowed to be used for the login by the current user Returns Passkeys
GetLoginUrl
Returns an HTTP URL which can be used to automatically authorize the user on a website after clicking an inline button of type inlineKeyboardButtonTypeLoginUrl. Use the method getLoginUrlInfo to find whether a prior user confirmation is needed. If an error is returned, then the button must be handled as an ordinary URL button Returns HttpUrl
GetLoginUrlInfo
Returns information about a button of type inlineKeyboardButtonTypeLoginUrl. The method needs to be called when the user presses the button Returns LoginUrlInfo
GetLogStream
Returns information about currently used log stream for internal logging of TDLib. Can be called synchronously Returns LogStream
GetLogTags
Returns the list of available TDLib internal log tags, for example, "actor", "binlog", "connections", "notifications", "proxy". Can be called synchronously Returns LogTags
GetLogTagVerbosityLevel
Returns current verbosity level for a specified TDLib internal log tag. Can be called synchronously Returns LogVerbosityLevel
GetLogVerbosityLevel
Returns current verbosity level of the internal logging of TDLib. Can be called synchronously Returns LogVerbosityLevel
GetMainWebApp
Returns information needed to open the main Web App of a bot Returns MainWebApp
GetManagedBotAccessSettings
Returns access settings of a managed bot; for bots only Returns BotAccessSettings
GetManagedBotToken
Returns token of a managed bot; for bots only Returns Text
GetMapThumbnailFile
Returns information about a file with a map thumbnail in PNG format. Only map thumbnail files with size less than 1MB can be downloaded Returns File
GetMarkdownText
Replaces text entities with Markdown formatting in a human-friendly format. Entities that can't be represented in Markdown unambiguously are kept as is. Can be called synchronously Returns FormattedText
GetMe
Returns the current user Returns User
GetMenuButton
Returns menu button set by the bot for the given user; for bots only Returns BotMenuButton
GetMessage
Returns information about a message. Returns a 404 error if the message doesn't exist Returns Message
GetMessageAddedReactions
Returns reactions added for a message, along with their sender Returns AddedReactions
GetMessageAuthor
Returns information about actual author of a message sent on behalf of a channel. The method can be called if messageProperties.can_get_author == true Returns User
GetMessageAvailableReactions
Returns reactions, which can be added to a message. The list can change after updateActiveEmojiReactions, updateChatAvailableReactions for the chat, or updateMessageInteractionInfo for the message Returns AvailableReactions
GetMessageEffect
Returns information about a message effect. Returns a 404 error if the effect is not found Returns MessageEffect
GetMessageEmbeddingCode
Returns an HTML code for embedding the message. Available only if messageProperties.can_get_embedding_code Returns Text
GetMessageFileType
Returns information about a file with messages exported from another application Returns MessageFileType
GetMessageImportConfirmationText
Returns a confirmation text to be shown to the user before starting message import Returns Text
Returns an HTTPS link to a message in a chat. Available only if messageProperties.can_get_link, or if messageProperties.can_get_media_timestamp_links and a media timestamp link is generated. This is an offline method Returns MessageLink
GetMessageLinkInfo
Returns information about a public or private message link. Can be called for any internal link of the type internalLinkTypeMessage Returns MessageLinkInfo
GetMessageLocally
Returns information about a message, if it is available without sending network request. Returns a 404 error if message isn't available locally. This is an offline method Returns Message
GetMessageProperties
Returns properties of a message. This is an offline method Returns MessageProperties
GetMessagePublicForwards
Returns forwarded copies of a channel message to different public channels and public reposts as a story. Can be used only if messageProperties.can_get_statistics == true. For optimal performance, the number of returned messages and stories is chosen by TDLib Returns PublicForwards
GetMessageReadDate
Returns read date of a recent outgoing message in a private chat. The method can be called if messageProperties.can_get_read_date == true Returns MessageReadDate
GetMessages
Returns information about messages. If a message is not found, returns null on the corresponding position of the result Returns Messages
GetMessageStatistics
Returns detailed statistics about a message. Can be used only if messageProperties.can_get_statistics == true Returns MessageStatistics
GetMessageThread
Returns information about a message thread. Can be used only if messageProperties.can_get_message_thread == true Returns MessageThreadInfo
GetMessageThreadHistory
Returns messages in a message thread of a message. Can be used only if messageProperties.can_get_message_thread == true. Message thread of a channel message is in the channel's linked supergroup. The messages are returned in reverse chronological order (i.e., in order of decreasing message_id). For optimal performance, the number of returned messages is chosen by TDLib Returns Messages
GetMessageViewers
Returns viewers of a recent outgoing message in a basic group or a supergroup chat. For video notes and voice notes only users, opened content of the message, are returned. The method can be called if messageProperties.can_get_viewers == true Returns MessageViewers
GetNetworkStatistics
Returns network data usage statistics. Can be called before authorization Returns NetworkStatistics
GetNewChatPrivacySettings
Returns privacy settings for new chat creation Returns NewChatPrivacySettings
GetOauthLinkInfo
Returns information about an OAuth deep link. Use checkOauthRequestMatchCode, acceptOauthRequest or declineOauthRequest to process the link Returns OauthLinkInfo
GetOption
Returns the value of an option by its name. (Check the list of available options on https://core.telegram.org/tdlib/options.) Can be called before authorization. Can be called synchronously for options "version" and "commit_hash" Returns OptionValue
GetOwnedBots
Returns the list of bots owned by the current user Returns Users
GetOwnedStickerSets
Returns sticker sets owned by the current user Returns StickerSets
GetPaidMessageRevenue
Returns the total number of Telegram Stars received by the current user for paid messages from the given user Returns StarCount
GetPasskeyParameters
Returns parameters for creating of a new passkey as JSON-serialized string Returns Text
GetPassportAuthorizationForm
Returns a Telegram Passport authorization form for sharing data with a service Returns PassportAuthorizationForm
GetPassportAuthorizationFormAvailableElements
Returns already available Telegram Passport elements suitable for completing a Telegram Passport authorization form. Result can be received only once for each authorization form Returns PassportElementsWithErrors
GetPassportElement
Returns one of the available Telegram Passport elements Returns PassportElement
GetPasswordState
Returns the current state of 2-step verification Returns PasswordState
GetPaymentForm
Returns an invoice payment form. This method must be called when the user presses inline button of the type inlineKeyboardButtonTypeBuy, or wants to buy access to media in a messagePaidMedia message Returns PaymentForm
GetPaymentReceipt
Returns information about a successful payment Returns PaymentReceipt
GetPersonalChatHistory
Returns messages in the personal chat of a given user; for bots only Returns Messages
GetPhoneNumberInfo
Returns information about a phone number by its prefix. Can be called before authorization Returns PhoneNumberInfo
GetPhoneNumberInfoSync
Returns information about a phone number by its prefix synchronously. getCountries must be called at least once after changing localization to the specified language if properly localized country information is expected. Can be called synchronously Returns PhoneNumberInfo
GetPollOptionProperties
Returns properties of a poll option. This is an offline method Returns PollOptionProperties
GetPollVoters
Returns message senders voted for the specified option in a poll; use poll.can_get_voters to check whether the method can be used. For optimal performance, the number of returned users is chosen by TDLib Returns PollVoters
GetPollVoteStatistics
Returns statistics of poll votes in a poll Returns PollVoteStatistics
GetPreferredCountryLanguage
Returns an IETF language tag of the language preferred in the country, which must be used to fill native fields in Telegram Passport personal details. Returns a 404 error if unknown Returns Text
GetPremiumFeatures
Returns information about features, available to Premium users Returns PremiumFeatures
GetPremiumGiftPaymentOptions
Returns available options for gifting Telegram Premium to a user Returns PremiumGiftPaymentOptions
GetPremiumGiveawayPaymentOptions
Returns available options for creating of Telegram Premium giveaway or manual distribution of Telegram Premium among chat members Returns PremiumGiveawayPaymentOptions
GetPremiumInfoSticker
Returns the sticker to be used as representation of the Telegram Premium subscription Returns Sticker
GetPremiumLimit
Returns information about a limit, increased for Premium users. Returns a 404 error if the limit is unknown Returns PremiumLimit
GetPremiumState
Returns state of Telegram Premium subscription and promotion videos for Premium features Returns PremiumState
GetPremiumStickerExamples
Returns examples of premium stickers for demonstration purposes Returns Stickers
GetPremiumStickers
Returns premium stickers from regular sticker sets Returns Stickers
GetPreparedInlineMessage
Saves an inline message to be sent by the given user Returns PreparedInlineMessage
GetPreparedKeyboardButton
Returns a keyboard button prepared by the bot for the user. The button will be of the type keyboardButtonTypeRequestUsers, keyboardButtonTypeRequestChat, or keyboardButtonTypeRequestManagedBot Returns KeyboardButton
GetProxies
Returns the list of proxies that are currently set up. Can be called before authorization Returns AddedProxies
GetPublicPostSearchLimits
Checks public post search limits without actually performing the search Returns PublicPostSearchLimits
GetPushReceiverId
Returns a globally unique push notification subscription identifier for identification of an account, which has received a push notification. Can be called synchronously Returns PushReceiverId
GetReadDatePrivacySettings
Returns privacy settings for message read date Returns ReadDatePrivacySettings
GetReceivedGift
Returns information about a received gift Returns ReceivedGift
GetReceivedGifts
Returns gifts received by the given user or chat Returns ReceivedGifts
GetRecentEmojiStatuses
Returns recent emoji statuses for self status Returns EmojiStatuses
GetRecentInlineBots
Returns up to 20 recently used inline bots in the order of their last usage Returns Users
GetRecentlyOpenedChats
Returns recently opened chats. This is an offline method. Returns chats in the order of last opening Returns Chats
GetRecentlyVisitedTMeUrls
Returns t.me URLs recently visited by a newly registered user Returns TMeUrls
GetRecentStickers
Returns a list of recently used stickers Returns Stickers
GetRecommendedChatFolders
Returns recommended chat folders for the current user Returns RecommendedChatFolders
GetRecommendedChats
Returns a list of channel chats recommended to the current user Returns Chats
GetRecoveryEmailAddress
Returns a 2-step verification recovery email address that was previously set up. This method can be used to verify a password provided by the user Returns RecoveryEmailAddress
GetRemoteFile
Returns information about a file by its remote identifier. This is an offline method. Can be used to register a URL as a file for further uploading, or sending as a message. Even if the request succeeds, the file can be used only if it is still accessible to the user. For example, if the file is from a message, then the message must be not deleted and accessible to the user. If the file database is disabled, then the corresponding object with the file must be preloaded by the application Returns File
GetRepliedMessage
Returns information about a non-bundled message that is replied by a given message. Also, returns the pinned message for messagePinMessage, the game message for messageGameScore, the invoice message for messagePaymentSuccessful, the message with a previously set same background for messageChatSetBackground, the giveaway message for messageGiveawayCompleted, the checklist message for messageChecklistTasksDone, messageChecklistTasksAdded, the message with suggested post information for messageSuggestedPostApprovalFailed, messageSuggestedPostApproved, messageSuggestedPostDeclined, messageSuggestedPostPaid, messageSuggestedPostRefunded, the message with the regular gift that was upgraded for messageUpgradedGift with origin of the type upgradedGiftOriginUpgrade, the message with gift purchase offer for messageUpgradedGiftPurchaseOfferRejected, the message with the request to disable content protection for messageChatHasProtectedContentToggled, the message with the poll for messagePollOptionAdded and messagePollOptionDeleted, and the topic creation message for topic messages without non-bundled replied message. Returns a 404 error if the message doesn't exist Returns Message
GetSavedAnimations
Returns saved animations Returns Animations
GetSavedMessagesTags
Returns tags used in Saved Messages or a Saved Messages topic Returns SavedMessagesTags
GetSavedMessagesTopicHistory
Returns messages in a Saved Messages topic. The messages are returned in reverse chronological order (i.e., in order of decreasing message_id) Returns Messages
GetSavedMessagesTopicMessageByDate
Returns the last message sent in a Saved Messages topic no later than the specified date Returns Message
GetSavedNotificationSound
Returns saved notification sound by its identifier. Returns a 404 error if there is no saved notification sound with the specified identifier Returns NotificationSound
GetSavedNotificationSounds
Returns the list of saved notification sounds. If a sound isn't in the list, then default sound needs to be used Returns NotificationSounds
GetSavedOrderInfo
Returns saved order information. Returns a 404 error if there is no saved order information Returns OrderInfo
GetScopeNotificationSettings
Returns the notification settings for chats of a given type Returns ScopeNotificationSettings
GetSearchedForTags
Returns recently searched for hashtags or cashtags by their prefix Returns Hashtags
GetSearchSponsoredChats
Returns sponsored chats to be shown in the search results Returns SponsoredChats
GetSecretChat
Returns information about a secret chat by its identifier. This is an offline method Returns SecretChat
GetStakeDiceState
Returns the current state of stake dice Returns StakeDiceState
GetStarAdAccountUrl
Returns a URL for a Telegram Ad platform account that can be used to set up advertisements for the chat paid in the owned Telegram Stars Returns HttpUrl
GetStarGiftPaymentOptions
Returns available options for Telegram Stars gifting Returns StarPaymentOptions
GetStarGiveawayPaymentOptions
Returns available options for Telegram Star giveaway creation Returns StarGiveawayPaymentOptions
GetStarPaymentOptions
Returns available options for Telegram Stars purchase Returns StarPaymentOptions
GetStarRevenueStatistics
Returns detailed Telegram Star revenue statistics Returns StarRevenueStatistics
GetStarSubscriptions
Returns the list of Telegram Star subscriptions for the current user Returns StarSubscriptions
GetStarTransactions
Returns the list of Telegram Star transactions for the specified owner Returns StarTransactions
GetStarWithdrawalUrl
Returns a URL for Telegram Star withdrawal Returns HttpUrl
GetStatisticalGraph
Loads an asynchronous or a zoomed in statistical graph Returns StatisticalGraph
GetStickerEmojis
Returns emoji corresponding to a sticker. The list is only for informational purposes, because a sticker is always sent with a fixed emoji from the corresponding Sticker object Returns Emojis
GetStickerOutline
Returns outline of a sticker. This is an offline method. Returns a 404 error if the outline isn't known Returns Outline
GetStickerOutlineSvgPath
Returns outline of a sticker as an SVG path. This is an offline method. Returns an empty string if the outline isn't known Returns Text
GetStickers
Returns stickers from the installed sticker sets that correspond to any of the given emoji or can be found by sticker-specific keywords. If the query is non-empty, then favorite, recently used or trending stickers may also be returned Returns Stickers
GetStickerSet
Returns information about a sticker set by its identifier Returns StickerSet
GetStickerSetName
Returns name of a sticker set by its identifier Returns Text
GetStorageStatistics
Returns storage usage statistics. Can be called before authorization Returns StorageStatistics
GetStorageStatisticsFast
Quickly returns approximate storage usage statistics. Can be called before authorization Returns StorageStatisticsFast
GetStory
Returns a story Returns Story
GetStoryAlbumStories
Returns the list of stories added to the given story album. For optimal performance, the number of returned stories is chosen by TDLib Returns Stories
GetStoryAvailableReactions
Returns reactions, which can be chosen for a story Returns AvailableReactions
GetStoryInteractions
Returns interactions with a story. The method can be called only for stories posted on behalf of the current user Returns StoryInteractions
GetStoryNotificationSettingsExceptions
Returns the list of chats with non-default notification settings for stories Returns Chats
GetStoryPublicForwards
Returns forwards of a story as a message to public chats and reposts by public channels. Can be used only if the story is posted on behalf of the current user or story.can_get_statistics == true. For optimal performance, the number of returned messages and stories is chosen by TDLib Returns PublicForwards
GetStoryStatistics
Returns detailed statistics about a story. Can be used only if story.can_get_statistics == true Returns StoryStatistics
GetSuggestedFileName
Returns suggested name for saving a file in a given directory Returns Text
GetSuggestedStickerSetName
Returns a suggested name for a new sticker set with a given title Returns Text
GetSuitableDiscussionChats
Returns a list of basic group and supergroup chats, which can be used as a discussion group for a channel. Returned basic group chats must be first upgraded to supergroups before they can be set as a discussion group. To set a returned supergroup as a discussion group, access to its old messages must be enabled using toggleSupergroupIsAllHistoryAvailable first Returns Chats
GetSuitablePersonalChats
Returns a list of channel chats, which can be used as a personal chat Returns Chats
GetSupergroup
Returns information about a supergroup or a channel by its identifier. This is an offline method if the current user is not a bot Returns Supergroup
GetSupergroupFullInfo
Returns full information about a supergroup or a channel by its identifier, cached for up to 1 minute Returns SupergroupFullInfo
GetSupergroupMembers
Returns information about members or banned users in a supergroup or channel. Can be used only if supergroupFullInfo.can_get_members == true; additionally, administrator privileges may be required for some filters Returns ChatMembers
GetSupportName
Returns localized name of the Telegram support user; for Telegram support only Returns Text
GetSupportUser
Returns a user who can be contacted to get support Returns User
GetTemporaryPasswordState
Returns information about the current temporary password Returns TemporaryPasswordState
GetTextCompositionStyleExample
Returns an example of usage of a custom text composition style Returns TextCompositionStyleExample
GetTextEntities
Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) found in the text. Can be called synchronously Returns TextEntities
GetThemedChatEmojiStatuses
Returns up to 8 emoji statuses, which must be shown in the emoji status list for chats Returns EmojiStatusCustomEmojis
GetThemedEmojiStatuses
Returns up to 8 emoji statuses, which must be shown right after the default Premium Badge in the emoji status list for self status Returns EmojiStatusCustomEmojis
GetThemeParametersJsonString
Converts a themeParameters object to corresponding JSON-serialized string. Can be called synchronously Returns Text
GetTimeZones
Returns the list of supported time zones Returns TimeZones
GetTonTransactions
Returns the list of TON blockchain transactions of the current user Returns TonTransactions
GetTopChats
Returns a list of frequently used chats Returns Chats
GetTrendingStickerSets
Returns a list of trending sticker sets. For optimal performance, the number of returned sticker sets is chosen by TDLib Returns TrendingStickerSets
GetUpgradedGift
Returns information about an upgraded gift by its name Returns UpgradedGift
GetUpgradedGiftEmojiStatuses
Returns available upgraded gift emoji statuses for self status Returns EmojiStatuses
GetUpgradedGiftsPromotionalAnimation
Returns promotional animation for upgraded gifts Returns Animation
GetUpgradedGiftValueInfo
Returns information about value of an upgraded gift by its name Returns UpgradedGiftValueInfo
GetUpgradedGiftVariants
Returns all possible variants of upgraded gifts for a regular gift Returns GiftUpgradeVariants
GetUpgradedGiftWithdrawalUrl
Returns a URL for upgraded gift withdrawal in the TON blockchain as an NFT; requires owner privileges for gifts owned by a chat Returns HttpUrl
GetUser
Returns information about a user by their identifier. This is an offline method if the current user is not a bot Returns User
GetUserChatBoosts
Returns the list of boosts applied to a chat by a given user; requires administrator rights in the chat; for bots only Returns FoundChatBoosts
GetUserFullInfo
Returns full information about a user by their identifier Returns UserFullInfo
Returns an HTTPS link, which can be used to get information about the current user Returns UserLink
GetUserPrivacySettingRules
Returns the current privacy settings Returns UserPrivacySettingRules
GetUserProfileAudios
Returns the list of profile audio files of a user Returns Audios
GetUserProfilePhotos
Returns the profile photos of a user. Personal and public photo aren't returned Returns ChatPhotos
GetUserSupportInfo
Returns support information for the given user; for Telegram support only Returns UserSupportInfo
GetVideoChatAvailableParticipants
Returns the list of participant identifiers, on whose behalf a video chat in the chat can be joined Returns MessageSenders
Returns invite link to a video chat in a public chat Returns HttpUrl
GetVideoChatRtmpUrl
Returns RTMP URL for streaming to the video chat of a chat; requires can_manage_video_chats administrator right Returns RtmpUrl
GetVideoMessageAdvertisements
Returns advertisements to be shown while a video from a message is watched. Available only if messageProperties.can_get_video_advertisements Returns VideoMessageAdvertisements
GetWebAppLinkUrl
Returns an HTTPS URL of a Web App to open after a link of the type internalLinkTypeWebApp is clicked Returns WebAppUrl
GetWebAppPlaceholder
Returns a default placeholder for Web Apps of a bot. This is an offline method. Returns a 404 error if the placeholder isn't known Returns Outline
GetWebAppUrl
Returns an HTTPS URL of a Web App to open from the side menu, a keyboardButtonTypeWebApp button, or an inlineQueryResultsButtonTypeWebApp button Returns WebAppUrl
GetWebPageInstantView
Returns an instant view version of a web page if available. This is an offline method if only_local is true. Returns a 404 error if the web page has no instant view page Returns WebPageInstantView
Gift
Describes a gift that can be sent to another user or channel chat
GiftAuction
Describes an auction on which a gift can be purchased
GiftAuctionAcquiredGift
Represents a gift that was acquired by the current user on an auction
GiftAuctionAcquiredGifts
Represents a list of gifts that were acquired by the current user on an auction
GiftAuctionState
Represent auction state of a gift
GiftBackground
Describes background of a gift
GiftChatTheme
Describes a chat theme based on an upgraded gift
GiftChatThemes
Contains a list of chat themes based on upgraded gifts
GiftCollection
Describes collection of gifts
GiftCollections
Contains a list of gift collections
GiftForResale
Describes a gift available for resale
GiftForResaleOrder
Describes order in which upgraded gifts for resale will be sorted
GiftForResaleOrderNumber
The gifts will be sorted by their number from the smallest to the largest
GiftForResaleOrderPrice
The gifts will be sorted by their price from the lowest to the highest
GiftForResaleOrderPriceChangeDate
The gifts will be sorted by the last date when their price was changed from the newest to the oldest
GiftPremiumWithStars
Allows to buy a Telegram Premium subscription for another user with payment in Telegram Stars; for bots only Returns Ok
GiftPurchaseLimits
Describes the maximum number of times that a specific gift can be purchased
GiftPurchaseOfferState
Describes state of a gift purchase offer
GiftPurchaseOfferStateAccepted
The offer was accepted
GiftPurchaseOfferStatePending
The offer must be accepted or rejected
GiftPurchaseOfferStateRejected
The offer was rejected
GiftResaleParameters
Describes parameters of a unique gift available for resale
GiftResalePrice
Describes price of a resold gift
GiftResalePriceGram
Describes price of a resold gift in TON Grams
GiftResalePriceStar
Describes price of a resold gift in Telegram Stars
GiftResaleResult
Describes result of sending a resold gift
GiftResaleResultOk
Operation was successfully completed
GiftResaleResultPriceIncreased
Operation has failed, because price has increased. If the price has decreased, then the buying will succeed anyway
GiftSettings
Contains settings for gift receiving for a user
GiftsForCrafting
Represents a list of gifts received by a user or a chat
GiftsForResale
Describes gifts available for resale
GiftUpgradePreview
Contains examples of possible upgraded gifts for the given regular gift
GiftUpgradePrice
Describes a price required to pay to upgrade a gift
GiftUpgradeVariants
Contains all possible variants of upgraded gifts for the given regular gift
GiveawayInfo
Contains information about a giveaway
GiveawayInfoCompleted
Describes a completed giveaway
GiveawayInfoOngoing
Describes an ongoing giveaway
GiveawayParameters
Describes parameters of a giveaway
GiveawayParticipantStatus
Contains information about status of a user in a giveaway
GiveawayParticipantStatusAdministrator
The user can't participate in the giveaway, because they are an administrator in one of the chats that created the giveaway
GiveawayParticipantStatusAlreadyWasMember
The user can't participate in the giveaway, because they have already been member of the chat
GiveawayParticipantStatusDisallowedCountry
The user can't participate in the giveaway, because their phone number is from a disallowed country
GiveawayParticipantStatusEligible
The user is eligible for the giveaway
GiveawayParticipantStatusParticipating
The user participates in the giveaway
GiveawayPrize
Contains information about a giveaway prize
GiveawayPrizePremium
The giveaway sends Telegram Premium subscriptions to the winners
GiveawayPrizeStars
The giveaway sends Telegram Stars to the winners
GramRevenueStatistics
A detailed statistics about TON Grams earned by the current user
GramRevenueStatus
Contains information about TON Grams earned by the current user
GroupCall
Describes a group call
GroupCallDataChannel
Describes data channel for a group call
GroupCallDataChannelMain
The main data channel for audio and video data
GroupCallDataChannelScreenSharing
The data channel for screen sharing
GroupCallId
Contains the group call identifier
GroupCallInfo
Contains information about a just created or just joined group call
GroupCallJoinParameters
Describes parameters used to join a group call
GroupCallMessage
Represents a message sent in a group call
GroupCallMessageLevel
Represents a level of features for a message sent in a live story group call
GroupCallParticipant
Represents a group call participant
GroupCallParticipants
Contains identifiers of group call participants
GroupCallParticipantVideoInfo
Contains information about a group call participant's video channel
GroupCallRecentSpeaker
Describes a recently speaking participant in a group call
GroupCallStream
Describes an available stream in a video chat or a live story
GroupCallStreams
Represents a list of group call streams
GroupCallVideoQuality
Describes the quality of a group call video
GroupCallVideoQualityFull
The best available video quality
GroupCallVideoQualityMedium
The medium video quality
GroupCallVideoQualityThumbnail
The worst available video quality
GroupCallVideoSourceGroup
Describes a group of video synchronization source identifiers
Hashtags
Contains a list of hashtags
HideContactCloseBirthdays
Hides the list of contacts that have close birthdays for 24 hours Returns Ok
HideSuggestedAction
Hides a suggested action Returns Ok
HttpUrl
Contains an HTTP URL
IdentityDocument
An identity document
ImportContacts
Adds new contacts or edits existing contacts by their phone numbers; contacts' user identifiers are ignored Returns ImportedContacts
ImportedContact
Describes a contact to import
ImportedContacts
Represents the result of an importContacts request
ImportMessages
Imports messages exported from another application Returns Ok
IncreaseGiftAuctionBid
Increases a bid for an auction gift without changing gift text and receiver Returns Ok
InlineKeyboardButton
Represents a single button in an inline keyboard
InlineKeyboardButtonType
Describes the type of inline keyboard button
InlineKeyboardButtonTypeBuy
A button to buy something. This button must be in the first column and row of the keyboard and can be attached only to a message with content of the type messageInvoice
InlineKeyboardButtonTypeCallback
A button that sends a callback query to a bot
InlineKeyboardButtonTypeCallbackGame
A button with a game that sends a callback query to a bot. This button must be in the first column and row of the keyboard and can be attached only to a message with content of the type messageGame
InlineKeyboardButtonTypeCallbackWithPassword
A button that asks for the 2-step verification password of the current user and then sends a callback query to a bot
InlineKeyboardButtonTypeCopyText
A button that copies specified text to clipboard
InlineKeyboardButtonTypeLoginUrl
A button that opens a specified URL and automatically authorize the current user by calling getLoginUrlInfo
InlineKeyboardButtonTypeSwitchInline
A button that forces an inline query to the bot to be inserted in the input field
InlineKeyboardButtonTypeUrl
A button that opens a specified URL
InlineKeyboardButtonTypeUser
A button with a user reference to be handled in the same way as textEntityTypeMentionName entities
InlineKeyboardButtonTypeWebApp
A button that opens a Web App by calling openWebApp
InlineMessageId
Contains identifier of a sent guest message
InlineQueryResult
Represents a single result of an inline query
InlineQueryResultAnimation
Represents an animation file
InlineQueryResultArticle
Represents a link to an article or web page
InlineQueryResultAudio
Represents an audio file
InlineQueryResultContact
Represents a user contact
InlineQueryResultDocument
Represents a document
InlineQueryResultGame
Represents information about a game
InlineQueryResultLocation
Represents a point on the map
InlineQueryResultPhoto
Represents a photo
InlineQueryResults
Represents the results of the inline query. Use sendInlineQueryResultMessage to send the result of the query
InlineQueryResultsButton
Represents a button to be shown above inline query results
InlineQueryResultsButtonType
Represents type of button in results of inline query
InlineQueryResultsButtonTypeStartBot
Describes the button that opens a private chat with the bot and sends a start message to the bot with the given parameter
InlineQueryResultsButtonTypeWebApp
Describes the button that opens a Web App by calling getWebAppUrl
InlineQueryResultSticker
Represents a sticker
InlineQueryResultVenue
Represents information about a venue
InlineQueryResultVideo
Represents a video
InlineQueryResultVoiceNote
Represents a voice note
InputAnimation
An animation to be sent
InputAudio
An audio to be sent
InputBackground
Contains information about background to set
InputBackgroundLocal
A background from a local file
InputBackgroundPrevious
A background previously set in the chat; for chat backgrounds only
InputBackgroundRemote
A background from the server
Describes a business chat link to create or edit
InputBusinessStartPage
Describes settings for a business account start page to set
InputCall
Describes a call
InputCallDiscarded
A just ended call
InputCallFromMessage
A call from a message of the type messageCall with non-zero messageCall.unique_id
InputChatPhoto
Describes a photo to be set as a user profile or chat photo
InputChatPhotoAnimation
An animation in MPEG4 format; must be square, at most 10 seconds long, have width between 160 and 1280 and be at most 2MB in size
InputChatPhotoPrevious
A previously used profile photo of the current user
InputChatPhotoStatic
A static photo in JPEG format
InputChatPhotoSticker
A sticker on a custom background
InputChatTheme
Describes a chat theme to set
InputChatThemeEmoji
A theme based on an emoji
InputChatThemeGift
A theme based on an upgraded gift
InputChecklist
Describes a checklist to be sent
InputChecklistTask
Describes a task in a checklist to be sent
InputCredentials
Contains information about the payment method chosen by the user
InputCredentialsApplePay
Applies if a user enters new credentials using Apple Pay
InputCredentialsGooglePay
Applies if a user enters new credentials using Google Pay
InputCredentialsNew
Applies if a user enters new credentials on a payment provider website
InputCredentialsSaved
Applies if a user chooses some previously saved payment credentials. To use their previously saved credentials, the user must have a valid temporary password
InputDocument
A document (general file) to be sent
InputFile
Points to a file
InputFileGenerated
A file generated by the application. The application must handle updates updateFileGenerationStart and updateFileGenerationStop to generate the file when asked by TDLib
InputFileId
A file defined by its unique identifier
InputFileLocal
A file defined by a local path
InputFileRemote
A file defined by its remote identifier. The remote identifier is guaranteed to be usable only if the corresponding file is still accessible to the user and known to TDLib. For example, if the file is from a message, then the message must be not deleted and accessible to the user. If the file database is disabled, then the corresponding object with the file must be preloaded by the application
InputGroupCall
Describes a non-joined group call that isn't bound to a chat
The group call is accessible through a link
InputGroupCallMessage
The group call is accessible through a message of the type messageGroupCall
InputIdentityDocument
An identity document to be saved to Telegram Passport
InputInlineQueryResult
Represents a single result of an inline query; for bots only
InputInlineQueryResultAnimation
Represents a link to an animated GIF or an animated (i.e., without sound) H.264/MPEG-4 AVC video
InputInlineQueryResultArticle
Represents a link to an article or web page
InputInlineQueryResultAudio
Represents a link to an MP3 audio file
InputInlineQueryResultContact
Represents a user contact
InputInlineQueryResultDocument
Represents a link to a file
InputInlineQueryResultGame
Represents a game
InputInlineQueryResultLocation
Represents a point on the map
InputInlineQueryResultPhoto
Represents link to a JPEG image
InputInlineQueryResultSticker
Represents a link to a WEBP, TGS, or WEBM sticker
InputInlineQueryResultVenue
Represents information about a venue
InputInlineQueryResultVideo
Represents a link to a page containing an embedded video player or a video file
InputInlineQueryResultVoiceNote
Represents a link to an opus-encoded audio file within an OGG container, single channel audio
InputInvoice
Describes an invoice to process
InputInvoiceMessage
An invoice from a message of the type messageInvoice or paid media purchase from messagePaidMedia
InputInvoiceName
An invoice from a link of the type internalLinkTypeInvoice
InputInvoiceTelegram
An invoice for a payment toward Telegram; must not be used in the in-store apps
InputMessageAnimation
An animation message (GIF-style).
InputMessageAudio
An audio message
InputMessageChecklist
A message with a checklist. Checklists can't be sent to secret chats, channel chats and channel direct messages chats; for Telegram Premium users only
InputMessageContact
A message containing a user contact
InputMessageContent
The content of a message to send
InputMessageDice
A dice message
InputMessageDocument
A document message (general file)
InputMessageForwarded
A forwarded message
InputMessageGame
A message with a game; not supported for channels or secret chats
InputMessageInvoice
A message with an invoice; can be used only by bots
InputMessageLiveLocation
A message with a live location
InputMessageLocation
A message with a location
InputMessagePaidMedia
A message with paid media; can be used only in channel chats with supergroupFullInfo.has_paid_media_allowed
InputMessagePhoto
A photo message
InputMessagePoll
A message with a poll. Polls can't be sent to secret chats and channel direct messages chats. Polls can be sent to a private chat only if the chat is a chat with a bot or the Saved Messages chat
InputMessageReplyTo
Contains information about the message or the story to be replied
InputMessageReplyToEphemeralMessage
Describes an ephemeral message to be replied; for bots only
InputMessageReplyToExternalMessage
Describes a message to be replied that is from a different chat or a forum topic; not supported in secret chats
InputMessageReplyToMessage
Describes a message to be replied in the same chat and forum topic
InputMessageReplyToStory
Describes a story to be replied
InputMessageRichMessage
A rich message
InputMessageStakeDice
A stake dice message
InputMessageSticker
A sticker message
InputMessageStory
A message with a forwarded story. Stories can't be forwarded to secret chats. A story can be forwarded only if story.can_be_forwarded
InputMessageText
A text message
InputMessageVenue
A message with information about a venue
InputMessageVideo
A video message
InputMessageVideoNote
A video note message
InputMessageVoiceNote
A voice note message
InputPageBlock
Describes a block of a rich message to send
InputPageBlockAnchor
An invisible anchor
InputPageBlockAnimation
An animation
InputPageBlockAudio
An audio file
InputPageBlockBlockQuote
A block quote
InputPageBlockCollage
A collage
InputPageBlockDetails
A collapsible block
InputPageBlockDivider
An empty block separating the page
InputPageBlockFooter
The footer of the page
InputPageBlockList
A list of data blocks
InputPageBlockListItem
Describes an item of a list page block to be sent
InputPageBlockMap
A map. The map's width and height must not exceed 10000 in total. Width and height ratio must be at most 20
InputPageBlockMathematicalExpression
A mathematical expression
InputPageBlockParagraph
A text paragraph
InputPageBlockPhoto
A photo
InputPageBlockPreformatted
A preformatted text paragraph
InputPageBlockPullQuote
A pull quote
InputPageBlockSectionHeading
A section heading
InputPageBlockSlideshow
A slideshow
InputPageBlockTable
A table
InputPageBlockThinking
A "Thinking..." placeholder; for pending rich messages only; for bots only
InputPageBlockVideo
A video
InputPageBlockVoiceNote
A voice note
InputPaidMedia
Describes a paid media to be sent
InputPaidMediaType
Describes type of paid media to send
InputPaidMediaTypePhoto
The media is a photo. The photo must be at most 10 MB in size. The photo's width and height must not exceed 10000 in total. Width and height ratio must be at most 20
InputPaidMediaTypeVideo
The media is a video
InputPassportElement
Contains information about a Telegram Passport element to be saved
InputPassportElementAddress
A Telegram Passport element to be saved containing the user's address
InputPassportElementBankStatement
A Telegram Passport element to be saved containing the user's bank statement
InputPassportElementDriverLicense
A Telegram Passport element to be saved containing the user's driver license
InputPassportElementEmailAddress
A Telegram Passport element to be saved containing the user's email address
InputPassportElementError
Contains the description of an error in a Telegram Passport element; for bots only
InputPassportElementErrorSource
Contains the description of an error in a Telegram Passport element; for bots only
InputPassportElementErrorSourceDataField
A data field contains an error. The error is considered resolved when the field's value changes
InputPassportElementErrorSourceFile
The file contains an error. The error is considered resolved when the file changes
InputPassportElementErrorSourceFiles
The list of attached files contains an error. The error is considered resolved when the file list changes
InputPassportElementErrorSourceFrontSide
The front side of the document contains an error. The error is considered resolved when the file with the front side of the document changes
InputPassportElementErrorSourceReverseSide
The reverse side of the document contains an error. The error is considered resolved when the file with the reverse side of the document changes
InputPassportElementErrorSourceSelfie
The selfie contains an error. The error is considered resolved when the file with the selfie changes
InputPassportElementErrorSourceTranslationFile
One of the files containing the translation of the document contains an error. The error is considered resolved when the file with the translation changes
InputPassportElementErrorSourceTranslationFiles
The translation of the document contains an error. The error is considered resolved when the list of files changes
InputPassportElementErrorSourceUnspecified
The element contains an error in an unspecified place. The error will be considered resolved when new data is added
InputPassportElementIdentityCard
A Telegram Passport element to be saved containing the user's identity card
InputPassportElementInternalPassport
A Telegram Passport element to be saved containing the user's internal passport
InputPassportElementPassport
A Telegram Passport element to be saved containing the user's passport
InputPassportElementPassportRegistration
A Telegram Passport element to be saved containing the user's passport registration
InputPassportElementPersonalDetails
A Telegram Passport element to be saved containing the user's personal details
InputPassportElementPhoneNumber
A Telegram Passport element to be saved containing the user's phone number
InputPassportElementRentalAgreement
A Telegram Passport element to be saved containing the user's rental agreement
InputPassportElementTemporaryRegistration
A Telegram Passport element to be saved containing the user's temporary registration
InputPassportElementUtilityBill
A Telegram Passport element to be saved containing the user's utility bill
InputPersonalDocument
A personal document to be saved to Telegram Passport
InputPhoto
A photo to be sent
InputPollMedia
The content of a poll media to send
InputPollMediaAnimation
An animation
InputPollMediaAudio
An audio
InputPollMediaDocument
A document (general file)
A link
InputPollMediaLocation
A location
InputPollMediaPhoto
A photo
InputPollMediaSticker
A sticker
InputPollMediaVenue
A venue
InputPollMediaVideo
A video
InputPollOption
Describes one answer option of a poll to be created
InputPollType
Describes the type of poll to send
InputPollTypeQuiz
A poll in quiz mode, which has predefined correct answers
InputPollTypeRegular
A regular poll
InputRichMessage
A rich message to send. Total length of all texts, including custom emoji alternative text and formula source, must not exceed getOption("rich_message_text_length_max"). The total number of all blocks, list items and table rows must not exceed getOption("rich_message_block_count_max"). The maximum allowed depth of nested blocks and rich texts is getOption("rich_message_depth_max"). The total number of media in all blocks must not exceed getOption("rich_message_media_count_max"). The maximum allowed number of table columns is getOption("rich_message_table_column_count_max")
InputRichMessageMedia
Describes a media to be used in a sent rich message
InputSticker
A sticker to be sent
InputStoryArea
Describes a clickable rectangle area on a story media to be added
InputStoryAreas
Contains a list of story areas to be added
InputStoryAreaType
Describes type of clickable area on a story media to be added
InputStoryAreaTypeFoundVenue
An area pointing to a venue found by the bot getOption("venue_search_bot_username")
An area pointing to a HTTP or tg:// link
InputStoryAreaTypeLocation
An area pointing to a location
InputStoryAreaTypeMessage
An area pointing to a message
InputStoryAreaTypePreviousVenue
An area pointing to a venue already added to the story
InputStoryAreaTypeSuggestedReaction
An area pointing to a suggested reaction
InputStoryAreaTypeUpgradedGift
An area with an upgraded gift
InputStoryAreaTypeWeather
An area with information about weather
InputStoryContent
The content of a story to post
InputStoryContentPhoto
A photo story
InputStoryContentVideo
A video story
InputSuggestedPostInfo
Contains information about a post to suggest
InputTextQuote
Describes manually chosen quote from another message
InputThumbnail
A thumbnail to be sent along with a file; must be in JPEG or WEBP format for stickers, and less than 200 KB in size
InputVideo
A video to be sent
InputVideoNote
A video note to be sent
InputVoiceNote
A video note to be sent
InternalLinkType
Describes an internal https://t.me or tg: link, which must be processed by the application in a special way
InternalLinkTypeAttachmentMenuBot
The link is a link to an attachment menu bot to be opened in the specified or a chosen chat. Process given target_chat to open the chat. Then, call searchPublicChat with the given bot username, check that the user is a bot and can be added to attachment menu. Then, use getAttachmentMenuBot to receive information about the bot. If the bot isn't added to attachment menu, then show a disclaimer about Mini Apps being third-party applications, ask the user to accept their Terms of service and confirm adding the bot to side and attachment menu. If the user accept the terms and confirms adding, then use toggleBotIsAddedToAttachmentMenu to add the bot. If the attachment menu bot can't be used in the opened chat, show an error to the user. If the bot is added to attachment menu and can be used in the chat, then use openWebApp with the given URL
InternalLinkTypeAuthenticationCode
The link contains an authentication code. Call checkAuthenticationCode with the code if the current authorization state is authorizationStateWaitCode
InternalLinkTypeBackground
The link is a link to a background. Call searchBackground with the given background name to process the link. If background is found and the user wants to apply it, then call setDefaultBackground
InternalLinkTypeBotAddToChannel
The link is a link to a Telegram bot, which is expected to be added to a channel chat as an administrator. Call searchPublicChat with the given bot username and check that the user is a bot, ask the current user to select a channel chat to add the bot to as an administrator. Then, call getChatMember to receive the current bot rights in the chat and if the bot already is an administrator, check that the current user can edit its administrator rights and combine received rights with the requested administrator rights. Then, show confirmation box to the user, and call setChatMemberStatus with the chosen chat and confirmed rights
InternalLinkTypeBotStart
The link is a link to a chat with a Telegram bot. Call searchPublicChat with the given bot username, check that the user is a bot, show START button in the chat with the bot, and then call sendBotStartMessage with the given start parameter after the button is pressed
InternalLinkTypeBotStartInGroup
The link is a link to a Telegram bot, which is expected to be added to a group chat. Call searchPublicChat with the given bot username, check that the user is a bot and can be added to groups, ask the current user to select a basic group or a supergroup chat to add the bot to, taking into account that bots can be added to a public supergroup only by administrators of the supergroup. If administrator rights are provided by the link, call getChatMember to receive the current bot rights in the chat and if the bot already is an administrator, check that the current user can edit its administrator rights, combine received rights with the requested administrator rights, show confirmation box to the user, and call setChatMemberStatus with the chosen chat and confirmed administrator rights. Before call to setChatMemberStatus it may be required to upgrade the chosen basic group chat to a supergroup chat. Then, if start_parameter isn't empty, call sendBotStartMessage with the given start parameter and the chosen chat; otherwise, just send /start message with bot's username added to the chat
InternalLinkTypeBusinessChat
The link is a link to a business chat. Use getBusinessChatLinkInfo with the provided link name to get information about the link, then open received private chat and replace chat draft with the provided text
InternalLinkTypeCallsPage
The link is a link to the Call tab or page
InternalLinkTypeChatAffiliateProgram
The link is an affiliate program link. Call searchChatAffiliateProgram with the given username and referrer to process the link
InternalLinkTypeChatBoost
The link is a link to boost a Telegram chat. Call getChatBoostLinkInfo with the given URL to process the link. If the chat is found, then call getChatBoostStatus and getAvailableChatBoostSlots to get the current boost status and check whether the chat can be boosted. If the user wants to boost the chat and the chat can be boosted, then call boostChat
InternalLinkTypeChatFolderInvite
The link is an invite link to a chat folder. Call checkChatFolderInviteLink with the given invite link to process the link. If the link is valid and the user wants to join the chat folder, then call addChatFolderByInviteLink
InternalLinkTypeChatInvite
The link is a chat invite link. Call checkChatInviteLink with the given invite link to process the link. If the link is valid and the user wants to join the chat, then call joinChatByInviteLink
InternalLinkTypeChatSelection
The link is a link that allows to select some chats
InternalLinkTypeContactsPage
The link is a link to the Contacts tab or page
InternalLinkTypeDirectMessagesChat
The link is a link to a channel direct messages chat by username of the channel. Call searchPublicChat with the given chat username to process the link. If the chat is found and is channel, open the direct messages chat of the channel
InternalLinkTypeGame
The link is a link to a game. Call searchPublicChat with the given bot username, check that the user is a bot, ask the current user to select a chat to send the game, and then call sendMessage with inputMessageGame
InternalLinkTypeGiftAuction
The link is a link to a gift auction. Call getGiftAuctionState with the given auction identifier to process the link
InternalLinkTypeGiftCollection
The link is a link to a gift collection. Call searchPublicChat with the given username, then call getReceivedGifts with the received gift owner identifier and the given collection identifier, then show the collection if received
InternalLinkTypeGroupCall
The link is a link to a group call that isn't bound to a chat. Use getGroupCallParticipants to get the list of group call participants and show them on the join group call screen. Call joinGroupCall with the given invite_link to join the call
InternalLinkTypeInstantView
The link must be opened in an Instant View. Call getWebPageInstantView with the given URL to process the link. If Instant View is found, then show it, otherwise, open the fallback URL in an external browser
InternalLinkTypeInvoice
The link is a link to an invoice. Call getPaymentForm with the given invoice name to process the link
InternalLinkTypeLanguagePack
The link is a link to a language pack. Call getLanguagePackInfo with the given language pack identifier to process the link. If the language pack is found and the user wants to apply it, then call setOption for the option "language_pack_id"
InternalLinkTypeLiveStory
The link is a link to a live story. Call searchPublicChat with the given chat username, then getChatActiveStories to get active stories in the chat, then find a live story among active stories of the chat, and then joinLiveStory to join the live story
InternalLinkTypeMainWebApp
The link is a link to the main Web App of a bot. Call searchPublicChat with the given bot username, check that the user is a bot and has the main Web App. If the bot can be added to attachment menu, then use getAttachmentMenuBot to receive information about the bot, then if the bot isn't added to side menu, show a disclaimer about Mini Apps being third-party applications, ask the user to accept their Terms of service and confirm adding the bot to side and attachment menu, then if the user accepts the terms and confirms adding, use toggleBotIsAddedToAttachmentMenu to add the bot. Then, use getMainWebApp with the given start parameter and mode and open the returned URL as a Web App
InternalLinkTypeMessage
The link is a link to a Telegram message or a forum topic. Call getMessageLinkInfo with the given URL to process the link, and then open received forum topic or chat and show the message there
InternalLinkTypeMessageDraft
The link contains a message draft text. A share screen needs to be shown to the user, then the chosen chat must be opened and the text is added to the input field
InternalLinkTypeMyProfilePage
The link is a link to the My Profile application page
InternalLinkTypeNewChannelChat
The link is a link to the screen for creating a new channel chat
InternalLinkTypeNewGroupChat
The link is a link to the screen for creating a new group chat
InternalLinkTypeNewPrivateChat
The link is a link to the screen for creating a new private chat with a contact
InternalLinkTypeNewStory
The link is a link to open the story posting interface
InternalLinkTypeOauth
The link is an OAuth link. Call getOauthLinkInfo with the given URL to process the link if the link was received from outside of the application; otherwise, ignore it. After getOauthLinkInfo, show the user confirmation dialog and process it with checkOauthRequestMatchCode, acceptOauthRequest or declineOauthRequest
InternalLinkTypePassportDataRequest
The link contains a request of Telegram passport data. Call getPassportAuthorizationForm with the given parameters to process the link if the link was received from outside of the application; otherwise, ignore it
InternalLinkTypePhoneNumberConfirmation
The link can be used to confirm ownership of a phone number to prevent account deletion. Call sendPhoneNumberCode with the given phone number and with phoneNumberCodeTypeConfirmOwnership with the given hash to process the link. If succeeded, call checkPhoneNumberCode to check entered by the user code, or resendPhoneNumberCode to resend it
InternalLinkTypePremiumFeaturesPage
The link is a link to the Premium features screen of the application from which the user can subscribe to Telegram Premium. Call getPremiumFeatures with the given referrer to process the link
InternalLinkTypePremiumGiftCode
The link is a link with a Telegram Premium gift code. Call checkPremiumGiftCode with the given code to process the link. If the code is valid and the user wants to apply it, then call applyPremiumGiftCode
InternalLinkTypePremiumGiftPurchase
The link is a link to the screen for gifting Telegram Premium subscriptions to friends via inputInvoiceTelegram with telegramPaymentPurposePremiumGift payments or in-store purchases
InternalLinkTypeProxy
The link is a link to a proxy. Call addProxy with the given parameters to process the link and add the proxy
InternalLinkTypePublicChat
The link is a link to a chat by its username. Call searchPublicChat with the given chat username to process the link. If the chat is found, open its profile information screen or the chat itself. If draft text isn't empty and the chat is a private chat with a regular user, then put the draft text in the input field
InternalLinkTypeQrCodeAuthentication
The link can be used to login the current user on another device, but it must be scanned from QR-code using in-app camera. An alert similar to "This code can be used to allow someone to log in to your Telegram account. To confirm Telegram login, please go to Settings
InternalLinkTypeRequestManagedBot
The link is a link to a dialog for creating of a managed bot. Call searchPublicChat with the given manager bot username. If the chat is found, the chat is a chat with a bot and the bot has can_manage_bots == true, then show bot creation confirmation dialog with the given suggested_bot_username and suggested_bot_name. If user agrees, call createBot with via_link == true to create the bot
InternalLinkTypeRestorePurchases
The link forces restore of App Store purchases when opened. For official iOS application only
InternalLinkTypeSavedMessages
The link is a link to the Saved Messages chat. Call createPrivateChat with getOption("my_id") and open the chat
InternalLinkTypeSearch
The link is a link to the global chat and messages search field
InternalLinkTypeSettings
The link is a link to application settings
InternalLinkTypeStarPurchase
The link is a link to the Telegram Star purchase section of the application
InternalLinkTypeStickerSet
The link is a link to a sticker set. Call searchStickerSet with the given sticker set name to process the link and show the sticker set. If the sticker set is found and the user wants to add it, then call changeStickerSet
InternalLinkTypeStory
The link is a link to a story. Call searchPublicChat with the given poster username, then call getStory with the received chat identifier and the given story identifier, then show the story if received
InternalLinkTypeStoryAlbum
The link is a link to an album of stories. Call searchPublicChat with the given username, then call getStoryAlbumStories with the received chat identifier and the given story album identifier, then show the story album if received
InternalLinkTypeTextCompositionStyle
The link is a link to a text composition style. Call searchTextCompositionStyle with the given style name to get information about the style. If the style is found and the user wants to add it, then call addTextCompositionStyle
InternalLinkTypeTheme
The link is a link to a cloud theme. TDLib has no theme support yet
The link is an unknown tg: link. Call getDeepLinkInfo to process the link
InternalLinkTypeUpgradedGift
The link is a link to an upgraded gift. Call getUpgradedGift with the given name to process the link
InternalLinkTypeUserPhoneNumber
The link is a link to a user by its phone number. Call searchUserByPhoneNumber with the given phone number to process the link. If the user is found, then call createPrivateChat and open user's profile information screen or the chat itself. If draft text isn't empty, then put the draft text in the input field
InternalLinkTypeUserToken
The link is a link to a user by a temporary token. Call searchUserByToken with the given token to process the link. If the user is found, then call createPrivateChat and open the chat
InternalLinkTypeVideoChat
The link is a link to a video chat. Call searchPublicChat with the given chat username, and then joinVideoChat with the given invite hash to process the link
InternalLinkTypeWebApp
The link is a link to a Web App. Call searchPublicChat with the given bot username, check that the user is a bot. If the bot is restricted for the current user, then show an error message. Otherwise, call searchWebApp with the received bot and the given web_app_short_name. Process received foundWebApp by showing a confirmation dialog if needed. If the bot can be added to attachment or side menu, but isn't added yet, then show a disclaimer about Mini Apps being third-party applications instead of the dialog and ask the user to accept their Terms of service. If the user accept the terms and confirms adding, then use toggleBotIsAddedToAttachmentMenu to add the bot. Then, call getWebAppLinkUrl and open the returned URL as a Web App
InviteGroupCallParticipant
Invites a user to an active group call; for group calls not bound to a chat only. Sends a service message of the type messageGroupCall. The group call can have at most getOption("group_call_participant_count_max") participants Returns InviteGroupCallParticipantResult
InviteGroupCallParticipantResult
Describes result of group call participant invitation
InviteGroupCallParticipantResultSuccess
The user was invited and a service message of the type messageGroupCall was sent which can be used in declineGroupCallInvitation to cancel the invitation
InviteGroupCallParticipantResultUserAlreadyParticipant
The user can't be invited because they are already a participant of the call
InviteGroupCallParticipantResultUserPrivacyRestricted
The user can't be invited due to their privacy settings
InviteGroupCallParticipantResultUserWasBanned
The user can't be invited because they were banned by the owner of the call and can be invited back only by the owner of the group call
InviteLinkChatType
Describes the type of chat to which points an invite link
InviteLinkChatTypeBasicGroup
The link is an invite link for a basic group
InviteLinkChatTypeChannel
The link is an invite link for a channel
InviteLinkChatTypeSupergroup
The link is an invite link for a supergroup
InviteVideoChatParticipants
Invites users to an active video chat. Sends a service message of the type messageInviteVideoChatParticipants to the chat bound to the group call Returns Ok
Invoice
Product invoice
IsLoginEmailAddressRequired
Checks whether the current user is required to set login email address Returns Ok
IsProfileAudio
Checks whether a file is in the profile audio files of the current user. Returns a 404 error if it isn't Returns Ok
JoinChat
Adds the current user as a new member to a chat. Private and secret chats can't be joined using this method Returns ChatJoinResult
Uses an invite link to add the current user to the chat if possible Returns ChatJoinResult
JoinGroupCall
Joins a regular group call that is not bound to a chat Returns GroupCallInfo
JoinLiveStory
Joins a group call of an active live story. Returns join response payload for tgcalls Returns Text
JoinVideoChat
Joins an active video chat. Returns join response payload for tgcalls Returns Text
JsonObjectMember
Represents one member of a JSON object
JsonValue
Represents a JSON value
JsonValueArray
Represents a JSON array
JsonValueBoolean
Represents a boolean JSON value
JsonValueNull
Represents a null JSON value
JsonValueNumber
Represents a numeric JSON value
JsonValueObject
Represents a JSON object
JsonValueString
Represents a string JSON value
KeyboardButton
Represents a single button in a bot keyboard
KeyboardButtonSource
Describes source of a keyboard button
KeyboardButtonSourceMessage
The button is from a bot's message
KeyboardButtonSourceWebApp
The button is a prepared keyboard button from a Mini App received via getPreparedKeyboardButton
KeyboardButtonType
Describes a keyboard button type
KeyboardButtonTypeRequestChat
A button that requests a chat to be shared by the current user; available only in private chats. Use the method shareChatWithBot to complete the request
KeyboardButtonTypeRequestLocation
A button that sends the user's location when pressed; available only in private chats
KeyboardButtonTypeRequestManagedBot
A button that requests creation of a managed bot by the current user; available only in private chats. Use the method createBot to complete the request
KeyboardButtonTypeRequestPhoneNumber
A button that sends the user's phone number when pressed; available only in private chats
KeyboardButtonTypeRequestPoll
A button that allows the user to create and send a poll when pressed; available only in private chats
KeyboardButtonTypeRequestUsers
A button that requests users to be shared by the current user; available only in private chats. Use the method shareUsersWithBot to complete the request
KeyboardButtonTypeText
A simple button, with text that must be sent when the button is pressed
KeyboardButtonTypeWebApp
A button that opens a Web App by calling getWebAppUrl
LabeledPricePart
Portion of the price of a product (e.g., "delivery cost", "tax amount")
LanguagePackInfo
Contains information about a language pack
LanguagePackString
Represents one language pack string
LanguagePackStrings
Contains a list of language pack strings
LanguagePackStringValue
Represents the value of a string in a language pack
LanguagePackStringValueDeleted
A deleted language pack string, the value must be taken from the built-in English language pack
LanguagePackStringValueOrdinary
An ordinary language pack string
LanguagePackStringValuePluralized
A language pack string which has different forms based on the number of some object it mentions. See https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html for more information
LaunchPrepaidGiveaway
Launches a prepaid giveaway Returns Ok
LeaveChat
Removes the current user from chat members. Private and secret chats can't be left using this method Returns Ok
LeaveGroupCall
Leaves a group call Returns Ok
LinkPreview
Describes a link preview
LinkPreviewAlbumMedia
Describes a media from a link preview album
LinkPreviewAlbumMediaPhoto
The media is a photo
LinkPreviewAlbumMediaVideo
The media is a video
LinkPreviewOptions
Options to be used for generation of a link preview
LinkPreviewType
Describes type of link preview
LinkPreviewTypeAlbum
The link is a link to a media album consisting of photos and videos
LinkPreviewTypeAnimation
The link is a link to an animation
LinkPreviewTypeApp
The link is a link to an app at App Store or Google Play
LinkPreviewTypeArticle
The link is a link to a website
LinkPreviewTypeAudio
The link is a link to an audio
LinkPreviewTypeBackground
The link is a link to a background. Link preview title and description are available only for filled backgrounds
LinkPreviewTypeChannelBoost
The link is a link to boost a channel chat
LinkPreviewTypeChat
The link is a link to a chat
LinkPreviewTypeDirectMessagesChat
The link is a link to a direct messages chat of a channel
LinkPreviewTypeDocument
The link is a link to a general file
LinkPreviewTypeEmbeddedAnimationPlayer
The link is a link to an animation player
LinkPreviewTypeEmbeddedAudioPlayer
The link is a link to an audio player
LinkPreviewTypeEmbeddedVideoPlayer
The link is a link to a video player
LinkPreviewTypeExternalAudio
The link is a link to an audio file
LinkPreviewTypeExternalVideo
The link is a link to a video file
LinkPreviewTypeGiftAuction
The link is a link to a gift auction
LinkPreviewTypeGiftCollection
The link is a link to a gift collection
LinkPreviewTypeGroupCall
The link is a link to a group call that isn't bound to a chat
LinkPreviewTypeInvoice
The link is a link to an invoice
LinkPreviewTypeLiveStory
The link is a link to a live story group call
LinkPreviewTypeMessage
The link is a link to a text or a poll Telegram message
LinkPreviewTypePhoto
The link is a link to a photo
LinkPreviewTypePremiumGiftCode
The link is a link to a Telegram Premium gift code
LinkPreviewTypeRequestManagedBot
The link is a link to a dialog for creating of a managed bot
LinkPreviewTypeShareableChatFolder
The link is a link to a shareable chat folder
LinkPreviewTypeSticker
The link is a link to a sticker
LinkPreviewTypeStickerSet
The link is a link to a sticker set
LinkPreviewTypeStory
The link is a link to a story. Link preview description is unavailable
LinkPreviewTypeStoryAlbum
The link is a link to an album of stories
LinkPreviewTypeSupergroupBoost
The link is a link to boost a supergroup chat
LinkPreviewTypeTextCompositionStyle
The link is a link to a text composition style
LinkPreviewTypeTheme
The link is a link to a cloud theme. TDLib has no theme support yet
LinkPreviewTypeUnsupported
The link preview type is unsupported yet
LinkPreviewTypeUpgradedGift
The link is a link to an upgraded gift
LinkPreviewTypeUser
The link is a link to a user
LinkPreviewTypeVideo
The link is a link to a video
LinkPreviewTypeVideoChat
The link is a link to a video chat
LinkPreviewTypeVideoNote
The link is a link to a video note message
LinkPreviewTypeVoiceNote
The link is a link to a voice note message
LinkPreviewTypeWebApp
The link is a link to a Web App
ListenToAudio
Informs TDLib that an audio was listened by the user Returns Ok
LiveLocation
A live location
LiveStoryDonors
Contains a list of users and chats that spend most money on paid messages and reactions in a live story
LoadActiveStories
Loads more active stories from a story list. The loaded stories will be sent through updates. Active stories are sorted by the pair (active_stories.order, active_stories.story_poster_chat_id) in descending order. Returns a 404 error if all active stories have been loaded Returns Ok
LoadChats
Loads more chats from a chat list. The loaded chats and their positions in the chat list will be sent through updates. Chats are sorted by the pair (chat.position.order, chat.id) in descending order. Returns a 404 error if all chats have been loaded Returns Ok
LoadDirectMessagesChatTopics
Loads more topics in a channel direct messages chat administered by the current user. The loaded topics will be sent through updateDirectMessagesChatTopic. Topics are sorted by their topic.order in descending order. Returns a 404 error if all topics have been loaded Returns Ok
LoadGroupCallParticipants
Loads more participants of a group call; not supported in live stories. The loaded participants will be received through updates. Use the field groupCall.loaded_all_participants to check whether all participants have already been loaded Returns Ok
LoadQuickReplyShortcutMessages
Loads quick reply messages that can be sent by a given quick reply shortcut. The loaded messages will be sent through updateQuickReplyShortcutMessages Returns Ok
LoadQuickReplyShortcuts
Loads quick reply shortcuts created by the current user. The loaded data will be sent through updateQuickReplyShortcut and updateQuickReplyShortcuts Returns Ok
LoadSavedMessagesTopics
Loads more Saved Messages topics. The loaded topics will be sent through updateSavedMessagesTopic. Topics are sorted by their topic.order in descending order. Returns a 404 error if all topics have been loaded Returns Ok
LocalFile
Represents a local file
LocalizationTargetInfo
Contains information about the current localization target
Location
Describes a location on planet Earth
LocationAddress
Describes an address of a location
LoginUrlInfo
Contains information about an inline button of type inlineKeyboardButtonTypeLoginUrl or an external link
LoginUrlInfoOpen
An HTTP URL needs to be open
LoginUrlInfoRequestConfirmation
An authorization confirmation dialog needs to be shown to the user
LogOut
Closes the TDLib instance after a proper logout. Requires an available network connection. All local data will be destroyed. After the logout completes, updateAuthorizationState with authorizationStateClosed will be sent Returns Ok
LogStream
Describes a stream to which TDLib internal log is written
LogStreamDefault
The log is written to stderr or an OS specific log
LogStreamEmpty
The log is written nowhere
LogStreamFile
The log is written to a file
LogTags
Contains a list of available TDLib internal log tags
LogVerbosityLevel
Contains a TDLib internal log verbosity level
MainWebApp
Contains information about the main Web App of a bot
MarkChecklistTasksAsDone
Adds tasks of a checklist in a message as done or not done Returns Ok
MaskPoint
Part of the face, relative to which a mask is placed
MaskPointChin
The mask is placed relatively to the chin
MaskPointEyes
The mask is placed relatively to the eyes
MaskPointForehead
The mask is placed relatively to the forehead
MaskPointMouth
The mask is placed relatively to the mouth
MaskPosition
Position on a photo where a mask is placed
Message
Describes a message
MessageAnimatedEmoji
A message with an animated emoji
MessageAnimation
An animation message (GIF-style).
MessageAudio
An audio message
MessageAutoDeleteTime
Contains default auto-delete timer setting for new chats
MessageBasicGroupChatCreate
A newly created basic group
MessageBotWriteAccessAllowed
The user allowed the bot to send messages
MessageCalendar
Contains information about found messages, split by days according to the option "utc_time_offset"
MessageCalendarDay
Contains information about found messages sent on a specific day
MessageCall
A message with information about an ended call
MessageChatAddedToCommunity
The chat was added to a community
MessageChatAddMembers
New chat members were added
MessageChatBoost
The chat was boosted by the sender of the message
MessageChatChangePhoto
An updated chat photo
MessageChatChangeTitle
An updated chat title
MessageChatDeleteMember
A chat member was deleted
MessageChatDeletePhoto
A deleted chat photo
MessageChatHasProtectedContentDisableRequested
Chat has_protected_content setting was requested to be disabled
MessageChatHasProtectedContentToggled
Chat has_protected_content setting was changed or request to change it was rejected
A new member joined the chat via an invite link
MessageChatJoinByRequest
A new member was accepted to the chat by an administrator
MessageChatOwnerChanged
The owner of the chat has changed
MessageChatOwnerLeft
The owner of the chat has left
MessageChatRemovedFromCommunity
The chat was removed from a community
MessageChatSetBackground
A new background was set in the chat
MessageChatSetMessageAutoDeleteTime
The auto-delete or self-destruct timer for messages in the chat has been changed
MessageChatSetTheme
A theme in the chat has been changed
MessageChatShared
The current user shared a chat, which was requested by the bot
MessageChatUpgradeFrom
A supergroup has been created from a basic group
MessageChatUpgradeTo
A basic group was upgraded to a supergroup and was deactivated as the result
MessageChecklist
A message with a checklist
MessageChecklistTasksAdded
Some tasks were added to a checklist
MessageChecklistTasksDone
Some tasks from a checklist were marked as done or not done
MessageContact
A message with a user contact
MessageContactRegistered
A contact has registered with Telegram
MessageContent
Contains the content of a message
MessageCopyOptions
Options to be used when a message content is copied without reference to the original sender. Service messages, messages with messageInvoice, messagePaidMedia, messageGiveaway, or messageGiveawayWinners content can't be copied
MessageCustomServiceAction
A non-standard action has happened in the chat
MessageDice
A dice message. The dice value is randomly generated by the server
MessageDirectMessagePriceChanged
A price for direct messages was changed in the channel chat
MessageDocument
A document message (general file)
MessageEffect
Contains information about an effect added to a message
MessageEffectType
Describes type of emoji effect
MessageEffectTypeEmojiReaction
An effect from an emoji reaction
MessageEffectTypePremiumSticker
An effect from a premium sticker
MessageExpiredPhoto
A self-destructed photo message
MessageExpiredVideo
A self-destructed video message
MessageExpiredVideoNote
A self-destructed video note message
MessageExpiredVoiceNote
A self-destructed voice note message
MessageFileType
Contains information about a file with messages exported from another app
MessageFileTypeGroup
The messages were exported from a group chat
MessageFileTypePrivate
The messages were exported from a private chat
MessageFileTypeUnknown
The messages were exported from a chat of unknown type
MessageForumTopicCreated
A forum topic has been created
MessageForumTopicEdited
A forum topic has been edited
MessageForumTopicIsClosedToggled
A forum topic has been closed or opened
MessageForumTopicIsHiddenToggled
A General forum topic has been hidden or unhidden
MessageForwardInfo
Contains information about a forwarded message
MessageGame
A message with a game
MessageGameScore
A new high score was achieved in a game
MessageGift
A regular gift was received or sent by the current user, or the current user was notified about a channel gift
MessageGiftedPremium
Telegram Premium was gifted to a user
MessageGiftedStars
Telegram Stars were gifted to a user
MessageGiftedTon
TON Grams were gifted to a user
MessageGiveaway
A giveaway
MessageGiveawayCompleted
A giveaway without public winners has been completed for the chat
MessageGiveawayCreated
A giveaway was created for the chat. Use telegramPaymentPurposePremiumGiveaway, storePaymentPurposePremiumGiveaway, telegramPaymentPurposeStarGiveaway, or storePaymentPurposeStarGiveaway to create a giveaway
MessageGiveawayPrizeStars
Telegram Stars were received by the current user from a giveaway
MessageGiveawayWinners
A giveaway with public winners has been completed for the chat
MessageGroupCall
A message with information about a group call not bound to a chat. If the message is incoming, the call isn't active, isn't missed, and has no duration, and getOption("can_accept_calls") is true, then incoming call screen must be shown to the user. Use getGroupCallParticipants to show current group call participants on the screen. Use joinGroupCall to accept the call or declineGroupCallInvitation to decline it. If the call become active or missed, then the call screen must be hidden
MessageImportInfo
Contains information about a message created with importMessages
MessageInteractionInfo
Contains information about interactions with a message
MessageInviteVideoChatParticipants
A message with information about an invitation to a video chat
MessageInvoice
A message with an invoice from a bot. Use getInternalLink with internalLinkTypeBotStart to share the invoice
Contains an HTTPS link to a message in a supergroup or channel, or a forum topic
MessageLinkInfo
Contains information about a link to a message or a forum topic in a chat
MessageLiveLocation
A message with a live location
MessageLocation
A message with a location
MessageManagedBotCreated
A bot managed by another bot was created by the user
MessageOrigin
Contains information about the origin of a message
MessageOriginChannel
The message was originally a post in a channel
MessageOriginChat
The message was originally sent on behalf of a chat
MessageOriginHiddenUser
The message was originally sent by a user, which is hidden by their privacy settings
MessageOriginUser
The message was originally sent by a known user
MessagePaidMedia
A message with paid media
MessagePaidMessagePriceChanged
A price for paid messages was changed in the supergroup chat
MessagePaidMessagesRefunded
Paid messages were refunded
MessagePassportDataReceived
Telegram Passport data has been received; for bots only
MessagePassportDataSent
Telegram Passport data has been sent to a bot
MessagePaymentRefunded
A payment has been refunded
MessagePaymentSuccessful
A payment has been sent to a bot or a business account
MessagePaymentSuccessfulBot
A payment has been received by the bot or the business account
MessagePhoto
A photo message
MessagePinMessage
A message has been pinned
MessagePoll
A message with a poll
MessagePollOptionAdded
A message with information about an added poll option
MessagePollOptionDeleted
A message with information about a deleted poll option
MessagePosition
Contains information about a message in a specific position
MessagePositions
Contains a list of message positions
MessagePremiumGiftCode
A Telegram Premium gift code was created for the user
MessageProperties
Contains properties of a message and describes actions that can be done with the message right now
MessageProximityAlertTriggered
A user in the chat came within proximity alert range
MessageReaction
Contains information about a reaction to a message
MessageReactions
Contains a list of reactions added to a message
MessageReadDate
Describes read date of a recent outgoing message in a private chat
MessageReadDateMyPrivacyRestricted
The read date is unknown due to privacy settings of the current user, but will be known if the user subscribes to Telegram Premium
MessageReadDateRead
Contains read date of the message
MessageReadDateTooOld
The message is too old to get read date
MessageReadDateUnread
The message is unread yet
MessageReadDateUserPrivacyRestricted
The read date is unknown due to privacy settings of the other user
MessageRefundedUpgradedGift
A gift which purchase, upgrade or transfer were refunded
MessageReplyInfo
Contains information about replies to a message
MessageReplyTo
Contains information about the message or the story a message is replying to
MessageReplyToMessage
Describes a message replied by a given message
MessageReplyToStory
Describes a story replied by a given message
MessageRichMessage
A rich message; the message can have multiple media of the same type, all of which must be shown in the corresponding profile tab
Messages
Contains a list of messages
MessageSchedulingState
Contains information about the time when a scheduled message will be sent
MessageSchedulingStateSendAtDate
The message will be sent at the specified date
MessageSchedulingStateSendWhenOnline
The message will be sent when the other user is online. Applicable to private chats only and when the exact online status of the other user is known
MessageSchedulingStateSendWhenVideoProcessed
The message will be sent when the video in the message is converted and optimized; can be used only by the server
MessageScreenshotTaken
A screenshot of a message in the chat has been taken
MessageSelfDestructType
Describes when a message will be self-destructed
MessageSelfDestructTypeImmediately
The message can be opened only once and will be self-destructed once closed
MessageSelfDestructTypeTimer
The message will be self-destructed in the specified time after its content was opened
MessageSender
Contains information about the sender of a message
MessageSenderChat
The message was sent on behalf of a chat
MessageSenders
Represents a list of message senders
MessageSenderUser
The message was sent by a known user
MessageSendingState
Contains information about the sending state of the message
MessageSendingStateFailed
The message failed to be sent
MessageSendingStatePending
The message is being sent now, but has not yet been delivered to the server
MessageSendOptions
Options to be used when a message is sent
MessageSource
Describes source of a message
MessageSourceChatEventLog
The message is from a chat event log
MessageSourceChatHistory
The message is from a chat history
MessageSourceChatList
The message is from a chat list or a forum topic list
MessageSourceDirectMessagesChatTopicHistory
The message is from history of a topic in a channel direct messages chat administered by the current user
MessageSourceForumTopicHistory
The message is from history of a forum topic
MessageSourceHistoryPreview
The message is from chat, message thread or forum topic history preview
MessageSourceMessageThreadHistory
The message is from history of a message thread
MessageSourceNotification
The message is from a notification
MessageSourceOther
The message is from some other source
MessageSourceScreenshot
The message was screenshotted; the source must be used only if the message content was visible during the screenshot
MessageSourceSearch
The message is from search results, including file downloads, local file list, outgoing document messages, calendar
MessageStakeDice
A stake dice message. The dice value is randomly generated by the server
MessageStatistics
A detailed statistics about a message
MessageSticker
A sticker message
MessageStory
A message with a forwarded story
MessageSuggestBirthdate
A birthdate was suggested to be set
MessageSuggestedPostApprovalFailed
Approval of suggested post has failed, because the user who proposed the post didn't have enough funds
MessageSuggestedPostApproved
A suggested post was approved
MessageSuggestedPostDeclined
A suggested post was declined
MessageSuggestedPostPaid
A suggested post was published for getOption("suggested_post_lifetime_min") seconds and payment for the post was received
MessageSuggestedPostRefunded
A suggested post was refunded
MessageSuggestProfilePhoto
A profile photo was suggested to a user in a private chat
MessageSupergroupChatCreate
A newly created supergroup or channel
MessageText
A text message
MessageThreadInfo
Contains information about a message thread
MessageTopic
Describes a topic of messages in a chat
MessageTopicDirectMessages
A topic in a channel direct messages chat administered by the current user
MessageTopicForum
A topic in a forum supergroup chat or a chat with a bot
MessageTopicSavedMessages
A topic in Saved Messages chat
MessageTopicThread
A topic in a non-forum supergroup chat
MessageUnsupported
A message content that is not supported in the current TDLib version
MessageUpgradedGift
An upgraded gift was received or sent by the current user, or the current user was notified about a channel gift
MessageUpgradedGiftPurchaseOffer
An offer to purchase an upgraded gift was sent or received
MessageUpgradedGiftPurchaseOfferRejected
An offer to purchase a gift was rejected or expired
MessageUsersShared
The current user shared users, which were requested by the bot
MessageVenue
A message with information about a venue
MessageVideo
A video message
MessageVideoChatEnded
A message with information about an ended video chat
MessageVideoChatScheduled
A new video chat was scheduled
MessageVideoChatStarted
A newly created video chat
MessageVideoNote
A video note message
MessageViewer
Represents a viewer of a message
MessageViewers
Represents a list of message viewers
MessageVoiceNote
A voice note message
MessageWebAppDataReceived
Data from a Web App has been received; for bots only
MessageWebAppDataSent
Data from a Web App has been sent to a bot
Minithumbnail
Thumbnail image of a very poor quality and low resolution
NetworkStatistics
A full list of available network statistic entries
NetworkStatisticsEntry
Contains statistics about network usage
NetworkStatisticsEntryCall
Contains information about the total amount of data that was used for calls
NetworkStatisticsEntryFile
Contains information about the total amount of data that was used to send and receive files
NetworkType
Represents the type of network
NetworkTypeMobile
A mobile network
NetworkTypeMobileRoaming
A mobile roaming network
NetworkTypeNone
The network is not available
NetworkTypeOther
A different network type (e.g., Ethernet network)
NetworkTypeWiFi
A Wi-Fi network
NewChatPrivacySettings
Contains privacy settings for chats with non-contacts
NewSticker
A sticker to be added to a sticker set
Notification
Contains information about a notification
NotificationGroup
Describes a group of notifications
NotificationGroupType
Describes the type of notifications in a notification group
NotificationGroupTypeCalls
A group containing notifications of type notificationTypeNewCall
NotificationGroupTypeMentions
A group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with unread mentions of the current user, replies to their messages, or a pinned message
NotificationGroupTypeMessages
A group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with ordinary unread messages
NotificationGroupTypeSecretChat
A group containing a notification of type notificationTypeNewSecretChat
NotificationSettingsScope
Describes the types of chats to which notification settings are relevant
NotificationSettingsScopeChannelChats
Notification settings applied to all channel chats when the corresponding chat setting has a default value
NotificationSettingsScopeGroupChats
Notification settings applied to all basic group and supergroup chats when the corresponding chat setting has a default value
NotificationSettingsScopePrivateChats
Notification settings applied to all private and secret chats when the corresponding chat setting has a default value
NotificationSound
Describes a notification sound in MP3 format
NotificationSounds
Contains a list of notification sounds
NotificationType
Contains detailed information about a notification
NotificationTypeNewCall
New call was received
NotificationTypeNewMessage
New message was received
NotificationTypeNewPushMessage
New message was received through a push notification
NotificationTypeNewSecretChat
New secret chat was created
OauthLinkInfo
Information about the OAuth authorization
Ok
An object of this type is returned on a successful function call for certain functions
OpenBotSimilarBot
Informs TDLib that a bot was opened from the list of similar bots Returns Ok
OpenChat
Informs TDLib that the chat is opened by the user. Many useful activities depend on the chat being opened or closed (e.g., in supergroups and channels all updates are received only for opened chats) Returns Ok
OpenChatSimilarChat
Informs TDLib that a chat was opened from the list of similar chats. The method is independent of openChat and closeChat methods Returns Ok
OpenGiftAuction
Informs TDLib that a gift auction was opened by the user Returns Ok
OpenMessageContent
Informs TDLib that the message content has been opened (e.g., the user has opened a photo, video, document, location or venue, or has listened to an audio file or voice note message). An updateMessageContentOpened update will be generated if something has changed Returns Ok
OpenSponsoredChat
Informs TDLib that the user opened a sponsored chat Returns Ok
OpenStory
Informs TDLib that a story is opened and is being viewed by the user Returns Ok
OpenWebApp
Informs TDLib that a Web App is being opened from the attachment menu, a botMenuButton button, an internalLinkTypeAttachmentMenuBot link, or an inlineKeyboardButtonTypeWebApp button. For each bot, a confirmation alert about data sent to the bot must be shown once Returns WebAppInfo
OptimizeStorage
Optimizes storage usage, i.e. deletes some files and returns new storage usage statistics. Secret thumbnails can't be deleted Returns StorageStatistics
OptionValue
Represents the value of an option
OptionValueBoolean
Represents a boolean option
OptionValueEmpty
Represents an unknown option or an option which has a default value
OptionValueInteger
Represents an integer option
OptionValueString
Represents a string option
OrderInfo
Order information
Outline
Represents outline of an image
PageBlock
Describes a block of an instant view for a web page or a block of a rich message
PageBlockAnchor
An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor
PageBlockAnimation
An animation
PageBlockAudio
An audio file
PageBlockAuthorDate
The author and publishing date of a page; instant view only
PageBlockBlockQuote
A block quote
PageBlockCaption
Contains a caption of another block
A link to a chat; instant view only
PageBlockCollage
A collage
PageBlockCover
A page cover; instant view only
PageBlockDetails
A collapsible block
PageBlockDivider
An empty block separating a page
PageBlockEmbedded
An embedded web page; instant view only
PageBlockEmbeddedPost
An embedded post; instant view only
PageBlockFooter
The footer of a page
PageBlockHeader
A header; instant view only
PageBlockHorizontalAlignment
Describes a horizontal alignment of a table cell content
PageBlockHorizontalAlignmentCenter
The content must be center-aligned
PageBlockHorizontalAlignmentLeft
The content must be left-aligned
PageBlockHorizontalAlignmentRight
The content must be right-aligned
PageBlockKicker
A kicker; instant view only
PageBlockList
A list of data blocks
PageBlockListItem
Describes an item of a list page block
PageBlockMap
A map
PageBlockMathematicalExpression
A mathematical expression
PageBlockParagraph
A text paragraph
PageBlockPhoto
A photo
PageBlockPreformatted
A preformatted text paragraph
PageBlockPullQuote
A pull quote
PageBlockRelatedArticle
Contains information about a related article
PageBlockRelatedArticles
Related articles; instant view only
PageBlockSectionHeading
A section heading
PageBlockSlideshow
A slideshow
PageBlockSubheader
A subheader; instant view only
PageBlockSubtitle
The subtitle of a page; instant view only
PageBlockTable
A table
PageBlockTableCell
Represents a cell of a table
PageBlockThinking
A "Thinking..." placeholder; for pending rich messages only
PageBlockTitle
The title of a page; instant view only
PageBlockVerticalAlignment
Describes a Vertical alignment of a table cell content
PageBlockVerticalAlignmentBottom
The content must be bottom-aligned
PageBlockVerticalAlignmentMiddle
The content must be middle-aligned
PageBlockVerticalAlignmentTop
The content must be top-aligned
PageBlockVideo
A video
PageBlockVoiceNote
A voice note
PaidMedia
Describes a paid media
PaidMediaPhoto
The media is a photo
PaidMediaPreview
The media is hidden until the invoice is paid
PaidMediaUnsupported
The media is unsupported
PaidMediaVideo
The media is a video
PaidReactionType
Describes type of paid message reaction
PaidReactionTypeAnonymous
An anonymous paid reaction
PaidReactionTypeChat
A paid reaction on behalf of an owned chat
PaidReactionTypeRegular
A paid reaction on behalf of the current user
PaidReactor
Contains information about a user who added paid reactions
ParseMarkdown
Parses Markdown entities in a human-friendly format, ignoring markup errors. Can be called synchronously Returns FormattedText
ParseTextEntities
Parses Bold, Italic, Underline, Strikethrough, Spoiler, CustomEmoji, BlockQuote, ExpandableBlockQuote, Code, Pre, PreCode, TextUrl, MentionName, and DateTime entities from a marked-up text. Can be called synchronously Returns FormattedText
Passkey
Describes a passkey
Passkeys
Contains a list of passkeys
PassportAuthorizationForm
Contains information about a Telegram Passport authorization form that was requested
PassportElement
Contains information about a Telegram Passport element
PassportElementAddress
A Telegram Passport element containing the user's address
PassportElementBankStatement
A Telegram Passport element containing the user's bank statement
PassportElementDriverLicense
A Telegram Passport element containing the user's driver license
PassportElementEmailAddress
A Telegram Passport element containing the user's email address
PassportElementError
Contains the description of an error in a Telegram Passport element
PassportElementErrorSource
Contains the description of an error in a Telegram Passport element
PassportElementErrorSourceDataField
One of the data fields contains an error. The error will be considered resolved when the value of the field changes
PassportElementErrorSourceFile
The file contains an error. The error will be considered resolved when the file changes
PassportElementErrorSourceFiles
The list of attached files contains an error. The error will be considered resolved when the list of files changes
PassportElementErrorSourceFrontSide
The front side of the document contains an error. The error will be considered resolved when the file with the front side changes
PassportElementErrorSourceReverseSide
The reverse side of the document contains an error. The error will be considered resolved when the file with the reverse side changes
PassportElementErrorSourceSelfie
The selfie with the document contains an error. The error will be considered resolved when the file with the selfie changes
PassportElementErrorSourceTranslationFile
One of files with the translation of the document contains an error. The error will be considered resolved when the file changes
PassportElementErrorSourceTranslationFiles
The translation of the document contains an error. The error will be considered resolved when the list of translation files changes
PassportElementErrorSourceUnspecified
The element contains an error in an unspecified place. The error will be considered resolved when new data is added
PassportElementIdentityCard
A Telegram Passport element containing the user's identity card
PassportElementInternalPassport
A Telegram Passport element containing the user's internal passport
PassportElementPassport
A Telegram Passport element containing the user's passport
PassportElementPassportRegistration
A Telegram Passport element containing the user's passport registration pages
PassportElementPersonalDetails
A Telegram Passport element containing the user's personal details
PassportElementPhoneNumber
A Telegram Passport element containing the user's phone number
PassportElementRentalAgreement
A Telegram Passport element containing the user's rental agreement
PassportElements
Contains information about saved Telegram Passport elements
PassportElementsWithErrors
Contains information about a Telegram Passport elements and corresponding errors
PassportElementTemporaryRegistration
A Telegram Passport element containing the user's temporary registration
PassportElementType
Contains the type of Telegram Passport element
PassportElementTypeAddress
A Telegram Passport element containing the user's address
PassportElementTypeBankStatement
A Telegram Passport element containing the user's bank statement
PassportElementTypeDriverLicense
A Telegram Passport element containing the user's driver license
PassportElementTypeEmailAddress
A Telegram Passport element containing the user's email address
PassportElementTypeIdentityCard
A Telegram Passport element containing the user's identity card
PassportElementTypeInternalPassport
A Telegram Passport element containing the user's internal passport
PassportElementTypePassport
A Telegram Passport element containing the user's passport
PassportElementTypePassportRegistration
A Telegram Passport element containing the registration page of the user's passport
PassportElementTypePersonalDetails
A Telegram Passport element containing the user's personal details
PassportElementTypePhoneNumber
A Telegram Passport element containing the user's phone number
PassportElementTypeRentalAgreement
A Telegram Passport element containing the user's rental agreement
PassportElementTypeTemporaryRegistration
A Telegram Passport element containing the user's temporary registration
PassportElementTypeUtilityBill
A Telegram Passport element containing the user's utility bill
PassportElementUtilityBill
A Telegram Passport element containing the user's utility bill
PassportRequiredElement
Contains a description of the required Telegram Passport element that was requested by a service
PassportSuitableElement
Contains information about a Telegram Passport element that was requested by a service
PasswordState
Represents the current state of 2-step verification
PaymentForm
Contains information about an invoice payment form
PaymentFormType
Describes type of payment form
PaymentFormTypeRegular
The payment form is for a regular payment
PaymentFormTypeStars
The payment form is for a payment in Telegram Stars
PaymentFormTypeStarSubscription
The payment form is for a payment in Telegram Stars for subscription
PaymentOption
Describes an additional payment option
PaymentProvider
Contains information about a payment provider
PaymentProviderOther
Some other payment provider, for which a web payment form must be shown
PaymentProviderSmartGlocal
Smart Glocal payment provider
PaymentProviderStripe
Stripe payment provider
PaymentReceipt
Contains information about a successful payment
PaymentReceiptType
Describes type of successful payment
PaymentReceiptTypeRegular
The payment was done using a third-party payment provider
PaymentReceiptTypeStars
The payment was done using Telegram Stars
PaymentResult
Contains the result of a payment request
PersonalDetails
Contains the user's personal details
PersonalDocument
A personal document, containing some information about a user
PhoneNumberAuthenticationSettings
Contains settings for the authentication of the user's phone number
PhoneNumberCodeType
Describes type of the request for which a code is sent to a phone number
PhoneNumberCodeTypeChange
Checks ownership of a new phone number to change the user's authentication phone number; for official Android and iOS applications only
PhoneNumberCodeTypeConfirmOwnership
Confirms ownership of a phone number to prevent account deletion while handling links of the type internalLinkTypePhoneNumberConfirmation
PhoneNumberCodeTypeVerify
Verifies ownership of a phone number to be added to the user's Telegram Passport
PhoneNumberInfo
Contains information about a phone number
Photo
Describes a photo
PhotoSize
Describes an image in JPEG format
PinChatMessage
Pins a message in a chat. A message can be pinned only if messageProperties.can_be_pinned Returns Ok
PingProxy
Computes time needed to receive a response from a Telegram server through a proxy. Can be called before authorization Returns Seconds
PlaceGiftAuctionBid
Places a bid on an auction gift Returns Ok
Point
A point on a Cartesian plane
Poll
Describes a poll
PollMedia
Contains the media in a poll
PollMediaAnimation
An animation
PollMediaAudio
An audio
PollMediaDocument
A document (general file)
A link
PollMediaLocation
A location
PollMediaPhoto
A photo
PollMediaSticker
A sticker
PollMediaVenue
A venue
PollMediaVideo
A video
PollOption
Describes one answer option of a poll
PollOptionProperties
Contains properties of a poll option and describes actions that can be done with the option right now
PollType
Describes the type of poll
PollTypeQuiz
A poll in quiz mode, which has predefined correct answers
PollTypeRegular
A regular poll
PollVoter
Represents a poll voter
PollVoteRestrictionReason
Reason of vote restriction in the poll for the current user
PollVoteRestrictionReasonClosed
The poll is closed
PollVoteRestrictionReasonCountryRestricted
The user is from a country, users from which aren't allowed to vote
PollVoteRestrictionReasonMembershipRequired
The user must be a member of the chat for at least a day to vote
PollVoteRestrictionReasonOther
The poll can't be voted by the user due to some other reason
PollVoteRestrictionReasonScheduled
The poll is from a scheduled message
PollVoteRestrictionReasonYetUnsent
The poll isn't sent yet
PollVoters
Represents a list of poll voters
PollVoteStatistics
A detailed statistics about poll votes
PostStory
Posts a new story on behalf of a chat; requires can_post_stories administrator right for supergroup and channel chats. Returns a temporary story Returns Story
PreliminaryUploadFile
Preliminarily uploads a file to the cloud before sending it in a message, which can be useful for uploading of being recorded voice and video notes. In all other cases there is no need to preliminary upload a file. Updates updateFile will be used to notify about upload progress. The upload will not be completed until the file is sent in a message Returns File
PremiumFeature
Describes a feature available to Premium users
PremiumFeatureAccentColor
The ability to choose accent color for replies and user profile
PremiumFeatureAdvancedChatManagement
Ability to change position of the main chat list, archive and mute all new chats from non-contacts, and completely disable notifications about the user's contacts joined Telegram
PremiumFeatureAnimatedProfilePhoto
Profile photo animation on message and chat screens
PremiumFeatureAppIcons
Allowed to set a premium application icons
PremiumFeatureBackgroundForBoth
The ability to set private chat background for both users
PremiumFeatureBusiness
The ability to use Business features
PremiumFeatureChatBoost
The ability to boost chats
PremiumFeatureChecklists
The ability to create and use checklist messages
PremiumFeatureCustomEmoji
Allowed to use custom emoji stickers in message texts and captions
PremiumFeatureDisabledAds
Disabled ads
PremiumFeatureEmojiStatus
The ability to show an emoji status along with the user's name
PremiumFeatureForumTopicIcon
The ability to set a custom emoji as a forum topic icon
PremiumFeatureImprovedDownloadSpeed
Improved download speed
PremiumFeatureIncreasedLimits
Increased limits
PremiumFeatureIncreasedUploadFileSize
Increased maximum upload file size
PremiumFeatureLastSeenTimes
The ability to view last seen and read times of other users even if they can't view last seen or read time for the current user
PremiumFeatureMessageEffects
The ability to use all available message effects
PremiumFeatureMessagePrivacy
The ability to disallow incoming voice and video note messages in private chats using setUserPrivacySettingRules with userPrivacySettingAllowPrivateVoiceAndVideoNoteMessages and to restrict incoming messages from non-contacts using setNewChatPrivacySettings
PremiumFeaturePaidMessages
The ability to require a payment for incoming messages in new chats
PremiumFeatureProfileBadge
A badge in the user's profile
PremiumFeaturePromotionAnimation
Describes a promotion animation for a Premium feature
PremiumFeatureProtectPrivateChatContent
The ability to enable content protection in private chats
PremiumFeatureRealTimeChatTranslation
Allowed to translate chat messages real-time
PremiumFeatureRichMessages
The ability to send rich messages
PremiumFeatures
Contains information about features, available to Premium users
PremiumFeatureSavedMessagesTags
The ability to use tags in Saved Messages
PremiumFeatureTextComposition
The ability to compose text with AI
PremiumFeatureUniqueReactions
Allowed to use more reactions
PremiumFeatureUniqueStickers
Allowed to use premium stickers with unique effects
PremiumFeatureUpgradedStories
Allowed to use many additional features for stories
PremiumFeatureVoiceRecognition
The ability to convert voice notes to text
PremiumGiftCodeInfo
Contains information about a Telegram Premium gift code
PremiumGiftPaymentOption
Describes an option for gifting Telegram Premium to a user. Use telegramPaymentPurposePremiumGift for out-of-store payments or payments in Telegram Stars
PremiumGiftPaymentOptions
Contains a list of options for gifting Telegram Premium to a user
PremiumGiveawayPaymentOption
Describes an option for creating of Telegram Premium giveaway or manual distribution of Telegram Premium among chat members. Use telegramPaymentPurposePremiumGiftCodes or telegramPaymentPurposePremiumGiveaway for out-of-store payments
PremiumGiveawayPaymentOptions
Contains a list of options for creating of Telegram Premium giveaway or manual distribution of Telegram Premium among chat members
PremiumLimit
Contains information about a limit, increased for Premium users
PremiumLimitType
Describes type of limit, increased for Premium users
PremiumLimitTypeActiveStoryCount
The maximum number of active stories
PremiumLimitTypeBioLength
The maximum length of the user's bio
PremiumLimitTypeCaptionLength
The maximum length of sent media caption
PremiumLimitTypeChatFolderChosenChatCount
The maximum number of pinned and always included, or always excluded chats in a chat folder
PremiumLimitTypeChatFolderCount
The maximum number of chat folders
PremiumLimitTypeChatFolderInviteLinkCount
The maximum number of invite links for a chat folder
PremiumLimitTypeCreatedPublicChatCount
The maximum number of created public chats
PremiumLimitTypeCustomTextCompositionStyleCount
The maximum number of added text composition styles
PremiumLimitTypeFavoriteStickerCount
The maximum number of favorite stickers
PremiumLimitTypeMessageTextLength
The maximum length of text of sent messages
PremiumLimitTypeMonthlyPostedStoryCount
The maximum number of stories posted per month
PremiumLimitTypeOwnedBotCount
The maximum number of owned bots
PremiumLimitTypePinnedArchivedChatCount
The maximum number of pinned chats in the archive chat list
PremiumLimitTypePinnedChatCount
The maximum number of pinned chats in the main chat list
PremiumLimitTypePinnedSavedMessagesTopicCount
The maximum number of pinned Saved Messages topics
PremiumLimitTypeSavedAnimationCount
The maximum number of saved animations
PremiumLimitTypeShareableChatFolderCount
The maximum number of added shareable chat folders
PremiumLimitTypeSimilarChatCount
The maximum number of received similar chats
PremiumLimitTypeStoryCaptionLength
The maximum length of captions of posted stories
PremiumLimitTypeStorySuggestedReactionAreaCount
The maximum number of suggested reaction areas on a story
PremiumLimitTypeSupergroupCount
The maximum number of joined supergroups and channels
PremiumLimitTypeWeeklyPostedStoryCount
The maximum number of stories posted per week
PremiumPaymentOption
Describes an option for buying Telegram Premium to a user
PremiumSource
Describes a source from which the Premium features screen is opened
PremiumSourceBusinessFeature
A user tried to use a Business feature
PremiumSourceFeature
A user tried to use a Premium feature
PremiumSourceLimitExceeded
A limit was exceeded
A user opened an internal link of the type internalLinkTypePremiumFeaturesPage
PremiumSourceSettings
A user opened the Premium features screen from settings
PremiumSourceStoryFeature
A user tried to use a Premium story feature
PremiumState
Contains state of Telegram Premium subscription and promotion videos for Premium features
PremiumStatePaymentOption
Describes an option for buying or upgrading Telegram Premium for self
PremiumStoryFeature
Describes a story feature available to Premium users
PremiumStoryFeatureCustomExpirationDuration
The ability to set custom expiration duration for stories
PremiumStoryFeatureLinksAndFormatting
The ability to use links and formatting in story caption, and use inputStoryAreaTypeLink areas
PremiumStoryFeaturePermanentViewsHistory
The ability to check who opened the current user's stories after they expire
PremiumStoryFeaturePriorityOrder
Stories of the current user are displayed before stories of non-Premium contacts, supergroups, and channels
PremiumStoryFeatureSaveStories
The ability to save other's unprotected stories
PremiumStoryFeatureStealthMode
The ability to hide the fact that the user viewed other's stories
PremiumStoryFeatureVideoQuality
The ability to choose better quality for viewed stories
PrepaidGiveaway
Describes a prepaid giveaway
PreparedInlineMessage
Represents a ready to send inline message. Use sendInlineQueryResultMessage to send the message
PreparedInlineMessageId
Represents an inline message that can be sent via the bot
ProcessChatFolderNewChats
Process new chats added to a shareable chat folder by its owner Returns Ok
ProcessChatHasProtectedContentDisableRequest
Processes request to disable has_protected_content in a chat Returns Ok
ProcessChatJoinRequest
Handles a pending join request in a chat Returns Ok
ProcessChatJoinRequests
Handles all pending join requests for a given link in a chat Returns Ok
ProcessGiftPurchaseOffer
Handles a pending gift purchase offer Returns Ok
ProcessPushNotification
Handles a push notification. Returns error with code 406 if the push notification is not supported and connection to the server is required to fetch new data. Can be called before authorization Returns Ok
ProductInfo
Contains information about a product that can be paid with invoice
ProfileAccentColor
Contains information about supported accent color for user profile photo background
ProfileAccentColors
Contains information about supported accent colors for user profile photo background in RGB format
ProfilePhoto
Describes a user profile photo
ProfileTab
Describes a tab shown in a user or a chat profile
ProfileTabFiles
A tab with documents posted by the channel
ProfileTabGifs
A tab with animations posted by the channel
ProfileTabGifts
A tab with gifts received by the user or the channel chat
A tab with messages posted by the channel and containing links
ProfileTabMedia
A tab with photos and videos posted by the channel
ProfileTabMusic
A tab with audio messages posted by the channel
ProfileTabPosts
A tab with stories posted by the user or the channel chat and saved to profile
ProfileTabVoice
A tab with voice notes posted by the channel
Proxy
Describes a proxy server
ProxyType
Describes the type of proxy server
ProxyTypeHttp
A HTTP transparent proxy server
ProxyTypeMtproto
An MTProto proxy server
ProxyTypeSocks5
A SOCKS5 proxy server
PublicChatType
Describes type of public chat
PublicChatTypeHasUsername
The chat is public, because it has an active username
PublicChatTypeIsLocationBased
The chat is public, because it is a location-based supergroup
PublicForward
Describes a public forward or repost of a story
PublicForwardMessage
Contains a public forward as a message
PublicForwards
Represents a list of public forwards and reposts as a story of a message or a story
PublicForwardStory
Contains a public repost to a story
PublicPostSearchLimits
Contains information about public post search limits
PushMessageContent
Contains content of a push message notification
PushMessageContentAnimation
An animation message (GIF-style).
PushMessageContentAudio
An audio message
PushMessageContentBasicGroupChatCreate
A newly created basic group
PushMessageContentChatAddMembers
New chat members were invited to a group
PushMessageContentChatChangePhoto
A chat photo was edited
PushMessageContentChatChangeTitle
A chat title was edited
PushMessageContentChatDeleteMember
A chat member was deleted
A new member joined the chat via an invite link
PushMessageContentChatJoinByRequest
A new member was accepted to the chat by an administrator
PushMessageContentChatSetBackground
A chat background was edited
PushMessageContentChatSetTheme
A chat theme was edited
PushMessageContentChecklist
A message with a checklist
PushMessageContentChecklistTasksAdded
Some tasks were added to a checklist
PushMessageContentChecklistTasksDone
Some tasks from a checklist were marked as done or not done
PushMessageContentContact
A message with a user contact
PushMessageContentContactRegistered
A contact has registered with Telegram
PushMessageContentDocument
A document message (a general file)
PushMessageContentGame
A message with a game
PushMessageContentGameScore
A new high score was achieved in a game
PushMessageContentGift
A message with a gift
PushMessageContentGiveaway
A message with a giveaway
PushMessageContentHidden
A general message with hidden content
PushMessageContentInviteVideoChatParticipants
An invitation of participants to a video chat or live stream
PushMessageContentInvoice
A message with an invoice from a bot
PushMessageContentLocation
A message with a location
PushMessageContentMediaAlbum
A media album
PushMessageContentMessageForwards
A forwarded messages
PushMessageContentPaidMedia
A message with paid media
PushMessageContentPhoto
A photo message
PushMessageContentPoll
A message with a poll
PushMessageContentPollOptionAdded
An option was added to a poll
PushMessageContentPremiumGiftCode
A message with a Telegram Premium gift code created for the user
PushMessageContentProximityAlertTriggered
A user in the chat came within proximity alert range from the current user
PushMessageContentRecurringPayment
A new recurring payment was made by the current user
PushMessageContentScreenshotTaken
A screenshot of a message in the chat has been taken
PushMessageContentSticker
A message with a sticker
PushMessageContentStory
A message with a story
PushMessageContentSuggestBirthdate
A birthdate was suggested to be set
PushMessageContentSuggestProfilePhoto
A profile photo was suggested to the user
PushMessageContentText
A text message
PushMessageContentUpgradedGift
A message with an upgraded gift
PushMessageContentVideo
A video message
PushMessageContentVideoChatEnded
A video chat or live stream has ended
PushMessageContentVideoChatStarted
A video chat or live stream was started
PushMessageContentVideoNote
A video note message
PushMessageContentVoiceNote
A voice note message
PushReceiverId
Contains a globally unique push receiver identifier, which can be used to identify which account has received a push notification
QuickReplyMessage
Describes a message that can be used for quick reply
QuickReplyMessages
Contains a list of quick reply messages
QuickReplyShortcut
Describes a shortcut that can be used for a quick reply
RateSpeechRecognition
Rates recognized speech in a video note or a voice note message Returns Ok
ReactionNotificationSettings
Contains information about notification settings for reactions and poll votes
ReactionNotificationSource
Describes sources of reactions for which notifications will be shown
ReactionNotificationSourceAll
Notifications for reactions are shown for all reactions
ReactionNotificationSourceContacts
Notifications for reactions are shown only for reactions from contacts
ReactionNotificationSourceNone
Notifications for reactions are disabled
ReactionType
Describes type of message reaction
ReactionTypeCustomEmoji
A reaction with a custom emoji
ReactionTypeEmoji
A reaction with an emoji
ReactionTypePaid
The paid reaction in a channel chat
ReactionUnavailabilityReason
Describes why the current user can't add reactions to the message, despite some other users can
ReactionUnavailabilityReasonAnonymousAdministrator
The user is an anonymous administrator in the supergroup, but isn't a creator of it, so they can't vote on behalf of the supergroup
ReactionUnavailabilityReasonGuest
The user isn't a member of the supergroup and can't send messages and reactions there without joining
ReactionUnavailabilityReasonRestricted
The user is restricted in the chat
ReadAllChatMentions
Marks all mentions in a chat as read Returns Ok
ReadAllChatPollVotes
Marks all poll votes in a chat as read Returns Ok
ReadAllChatReactions
Marks all reactions in a chat as read Returns Ok
ReadAllDirectMessagesChatTopicReactions
Removes all unread reactions in the topic in a channel direct messages chat administered by the current user Returns Ok
ReadAllForumTopicMentions
Marks all mentions in a topic in a forum supergroup chat as read Returns Ok
ReadAllForumTopicPollVotes
Marks all poll votes in a topic in a forum supergroup chat as read Returns Ok
ReadAllForumTopicReactions
Marks all reactions in a topic in a forum supergroup chat or a chat with a bot with topics as read Returns Ok
ReadBusinessMessage
Reads a message on behalf of a business account; for bots only Returns Ok
ReadChatList
Traverses all chats in a chat list and marks all messages in the chats as read Returns Ok
ReadDatePrivacySettings
Contains privacy settings for message read date in private chats. Read dates are always shown to the users that can see online status of the current user regardless of this setting
ReaddQuickReplyShortcutMessages
Re-adds quick reply messages which failed to add. Can be called only for messages for which messageSendingStateFailed.can_retry is true and after specified in messageSendingStateFailed.retry_after time passed. If a message is re-added, the corresponding failed to send message is deleted. Returns the sent messages in the same order as the message identifiers passed in message_ids. If a message can't be readded, null will be returned instead of the message Returns QuickReplyMessages
ReadFilePart
Reads a part of a file from the TDLib file cache and returns read bytes. This method is intended to be used only if the application has no direct access to TDLib's file system, because it is usually slower than a direct read from the file Returns Data
ReceivedGift
Represents a gift received by a user or a chat
ReceivedGifts
Represents a list of gifts received by a user or a chat
RecognizeSpeech
Recognizes speech in a video note or a voice note message Returns Ok
RecommendedChatFolder
Describes a recommended chat folder
RecommendedChatFolders
Contains a list of recommended chat folders
RecoverAuthenticationPassword
Recovers the 2-step verification password with a password recovery code sent to an email address that was previously set up. Works only when the current authorization state is authorizationStateWaitPassword Returns Ok
RecoverPassword
Recovers the 2-step verification password using a recovery code sent to an email address that was previously set up Returns PasswordState
RecoveryEmailAddress
Contains information about the current recovery email address
RefundStarPayment
Refunds a previously done payment in Telegram Stars; for bots only Returns Ok
RegisterDevice
Registers the currently used device for receiving push notifications. Returns a globally unique identifier of the push notification subscription Returns PushReceiverId
RegisterUser
Finishes user registration. Works only when the current authorization state is authorizationStateWaitRegistration Returns Ok
RemoteFile
Represents a remote file
RemoveAllFilesFromDownloads
Removes all files from the file download list Returns Ok
RemoveAllWebBrowserSettingsExceptions
Removes special handling for the opening of all links Returns Ok
RemoveBusinessConnectedBotFromChat
Removes the connected business bot from a specific chat by adding the chat to businessRecipients.excluded_chat_ids Returns Ok
RemoveChatActionBar
Removes a chat action bar without any other action Returns Ok
RemoveContacts
Removes users from the contact list Returns Ok
RemoveFavoriteSticker
Removes a sticker from the list of favorite stickers Returns Ok
RemoveFileFromDownloads
Removes a file from the file download list Returns Ok
RemoveGiftCollectionGifts
Removes gifts from a collection. If the collection is owned by a channel chat, then requires can_post_messages administrator right in the channel chat. Returns the changed collection Returns GiftCollection
RemoveInstalledBackground
Removes background from the list of installed backgrounds Returns Ok
RemoveLoginPasskey
Removes a passkey from the list of passkeys allowed to be used for the login by the current user Returns Ok
RemoveMessageReaction
Removes a reaction from a message. A chosen reaction can always be removed Returns Ok
RemoveMessageSenderBotVerification
Removes the verification status of a user or a chat by an owned bot Returns Ok
RemoveNotification
Removes an active notification from notification list. Needs to be called only if the notification is removed by the current user Returns Ok
RemoveNotificationGroup
Removes a group of active notifications. Needs to be called only if the notification group is removed by the current user Returns Ok
RemovePendingLiveStoryReactions
Removes all pending paid reactions in a live story group call Returns Ok
RemovePendingPaidMessageReactions
Removes all pending paid reactions on a message Returns Ok
RemoveProfileAudio
Removes an audio file from the profile audio files of the current user Returns Ok
RemoveProxy
Removes a proxy server. Can be called before authorization Returns Ok
RemoveRecentHashtag
Removes a hashtag from the list of recently used hashtags Returns Ok
RemoveRecentlyFoundChat
Removes a chat from the list of recently found chats Returns Ok
RemoveRecentSticker
Removes a sticker from the list of recently used stickers Returns Ok
RemoveSavedAnimation
Removes an animation from the list of saved animations Returns Ok
RemoveSavedNotificationSound
Removes a notification sound from the list of saved notification sounds Returns Ok
RemoveSearchedForTag
Removes a hashtag or a cashtag from the list of recently searched for hashtags or cashtags Returns Ok
RemoveStickerFromSet
Removes a sticker from the set to which it belongs. The sticker set must be owned by the current user Returns Ok
RemoveStoryAlbumStories
Removes stories from an album. If the album is owned by a supergroup or a channel chat, then requires can_edit_stories administrator right in the chat. Returns the changed album Returns StoryAlbum
RemoveTextCompositionStyle
Removes a custom text composition style from the list of used by the user styles. If the style was created by the current user, then it can only be deleted Returns Ok
RemoveTopChat
Removes a chat from the list of frequently used chats. Supported only if the chat info database is enabled Returns Ok
RemoveWebBrowserSettingsException
Removes a special handling for the opening of the specified URL Returns Ok
ReorderActiveUsernames
Changes order of active usernames of the current user Returns Ok
ReorderBotActiveUsernames
Changes order of active usernames of a bot. Can be called only if userTypeBot.can_be_edited == true Returns Ok
ReorderBotMediaPreviews
Changes order of media previews in the list of media previews of a bot Returns Ok
ReorderChatFolders
Changes the order of chat folders Returns Ok
ReorderGiftCollectionGifts
Changes order of gifts in a collection. If the collection is owned by a channel chat, then requires can_post_messages administrator right in the channel chat. Returns the changed collection Returns GiftCollection
ReorderGiftCollections
Changes order of gift collections. If the collections are owned by a channel chat, then requires can_post_messages administrator right in the channel chat Returns Ok
ReorderInstalledStickerSets
Changes the order of installed sticker sets Returns Ok
ReorderQuickReplyShortcuts
Changes the order of quick reply shortcuts Returns Ok
ReorderStoryAlbums
Changes order of story albums. If the albums are owned by a supergroup or a channel chat, then requires can_edit_stories administrator right in the chat Returns Ok
ReorderStoryAlbumStories
Changes order of stories in an album. If the album is owned by a supergroup or a channel chat, then requires can_edit_stories administrator right in the chat. Returns the changed album Returns StoryAlbum
ReorderSupergroupActiveUsernames
Changes order of active usernames of a supergroup or channel, requires owner privileges in the supergroup or channel Returns Ok
ReplaceLiveStoryRtmpUrl
Replaces the current RTMP URL for streaming to a live story; requires owner privileges for channel chats Returns RtmpUrl
Replaces current primary invite link for a chat with a new primary invite link. Available for basic groups, supergroups, and channels. Requires administrator privileges and can_invite_users right Returns ChatInviteLink
ReplaceStickerInSet
Replaces existing sticker in a set. The function is equivalent to removeStickerFromSet, then addStickerToSet, then setStickerPositionInSet Returns Ok
ReplaceVideoChatRtmpUrl
Replaces the current RTMP URL for streaming to the video chat of a chat; requires owner privileges in the chat Returns RtmpUrl
ReplyMarkup
Contains a description of a custom keyboard and actions that can be done with it to quickly reply to bots
ReplyMarkupForceReply
Instructs application to force a reply to this message
ReplyMarkupInlineKeyboard
Contains an inline keyboard layout
ReplyMarkupRemoveKeyboard
Instructs application to remove the keyboard once this message has been received. This kind of keyboard can't be received in an incoming message; instead, updateChatReplyMarkup with reply_markup_message == null will be sent
ReplyMarkupShowKeyboard
Contains a custom keyboard layout to quickly reply to bots
ReportAuthenticationCodeMissing
Reports that authentication code wasn't delivered via SMS; for official mobile applications only. Works only when the current authorization state is authorizationStateWaitCode Returns Ok
ReportChat
Reports a chat to the Telegram moderators. A chat can be reported only from the chat action bar, or if chat.can_be_reported Returns ReportChatResult
ReportChatPhoto
Reports a chat photo to the Telegram moderators. A chat photo can be reported only if chat.can_be_reported Returns Ok
ReportChatResult
Describes result of chat report
ReportChatResultMessagesRequired
The user must choose messages to report and repeat the reportChat request with the chosen messages
ReportChatResultOk
The chat was reported successfully
ReportChatResultOptionRequired
The user must choose an option to report the chat and repeat request with the chosen option
ReportChatResultTextRequired
The user must add additional text details to the report
ReportChatSponsoredMessage
Reports a sponsored message to Telegram moderators Returns ReportSponsoredResult
ReportMessageReactions
Reports reactions set on a message to the Telegram moderators. Reactions on a message can be reported only if messageProperties.can_report_reactions Returns Ok
ReportOption
Describes an option to report an entity to Telegram
ReportPhoneNumberCodeMissing
Reports that authentication code wasn't delivered via SMS to the specified phone number; for official mobile applications only Returns Ok
ReportReason
Describes the reason why a chat is reported
ReportReasonChildAbuse
The chat has child abuse related content
ReportReasonCopyright
The chat contains copyrighted content
ReportReasonCustom
A custom reason provided by the user
ReportReasonFake
The chat represents a fake account
ReportReasonIllegalDrugs
The chat has illegal drugs related content
ReportReasonPersonalDetails
The chat contains messages with personal details
ReportReasonPornography
The chat contains pornographic messages
ReportReasonSpam
The chat contains spam messages
ReportReasonUnrelatedLocation
The location-based chat is unrelated to its stated location
ReportReasonViolence
The chat promotes violence
ReportSponsoredChat
Reports a sponsored chat to Telegram moderators Returns ReportSponsoredResult
ReportSponsoredResult
Describes result of sponsored message or chat report
ReportSponsoredResultAdsHidden
Sponsored messages were hidden for the user in all chats
ReportSponsoredResultFailed
The sponsored message is too old or not found
ReportSponsoredResultOk
The message was reported successfully
ReportSponsoredResultOptionRequired
The user must choose an option to report the message and repeat request with the chosen option
ReportSponsoredResultPremiumRequired
The user asked to hide sponsored messages, but Telegram Premium is required for this
ReportStory
Reports a story to the Telegram moderators Returns ReportStoryResult
ReportStoryResult
Describes result of story report
ReportStoryResultOk
The story was reported successfully
ReportStoryResultOptionRequired
The user must choose an option to report the story and repeat request with the chosen option
ReportStoryResultTextRequired
The user must add additional text details to the report
ReportSupergroupAntiSpamFalsePositive
Reports a false deletion of a message by aggressive anti-spam checks; requires administrator rights in the supergroup. Can be called only for messages from chatEventMessageDeleted with can_report_anti_spam_false_positive == true Returns Ok
ReportSupergroupSpam
Reports messages in a supergroup as spam; requires administrator rights in the supergroup Returns Ok
ReportVideoMessageAdvertisement
Reports a video message advertisement to Telegram moderators Returns ReportSponsoredResult
RequestAuthenticationPasswordRecovery
Requests to send a 2-step verification password recovery code to an email address that was previously set up. Works only when the current authorization state is authorizationStateWaitPassword Returns Ok
RequestPasswordRecovery
Requests to send a 2-step verification password recovery code to an email address that was previously set up Returns EmailAddressAuthenticationCodeInfo
RequestQrCodeAuthentication
Requests QR code authentication by scanning a QR code on another logged in device. Works only when the current authorization state is authorizationStateWaitPhoneNumber, or if there is no pending authentication query and the current authorization state is authorizationStateWaitPremiumPurchase, authorizationStateWaitEmailAddress, authorizationStateWaitEmailCode, authorizationStateWaitCode, authorizationStateWaitRegistration, or authorizationStateWaitPassword Returns Ok
ResendAuthenticationCode
Resends an authentication code to the user. Works only when the current authorization state is authorizationStateWaitCode, the next_code_type of the result is not null and the server-specified timeout has passed, or when the current authorization state is authorizationStateWaitEmailCode Returns Ok
ResendCodeReason
Describes the reason why a code needs to be re-sent
ResendCodeReasonUserRequest
The user requested to resend the code
ResendCodeReasonVerificationFailed
The code is re-sent, because device verification has failed
ResendEmailAddressVerificationCode
Resends the code to verify an email address to be added to a user's Telegram Passport Returns EmailAddressAuthenticationCodeInfo
ResendLoginEmailAddressCode
Resends the login email address verification code Returns EmailAddressAuthenticationCodeInfo
ResendMessages
Resends messages which failed to send. Can be called only for messages for which messageSendingStateFailed.can_retry is true and after specified in messageSendingStateFailed.retry_after time passed. If a message is re-sent, the corresponding failed to send message is deleted. Returns the sent messages in the same order as the message identifiers passed in message_ids. If a message can't be re-sent, null will be returned instead of the message Returns Messages
ResendPhoneNumberCode
Resends the authentication code sent to a phone number. Works only if the previously received authenticationCodeInfo next_code_type was not null and the server-specified timeout has passed Returns AuthenticationCodeInfo
ResendRecoveryEmailAddressCode
Resends the 2-step verification recovery email address verification code Returns PasswordState
ResetAllNotificationSettings
Resets all chat and scope notification settings to their default values. By default, all chats are unmuted and message previews are shown Returns Ok
ResetAuthenticationEmailAddress
Resets the login email address. May return an error with a message "TASK_ALREADY_EXISTS" if reset is still pending. Works only when the current authorization state is authorizationStateWaitEmailCode and authorization_state.can_reset_email_address == true Returns Ok
ResetInstalledBackgrounds
Resets list of installed backgrounds to its default value Returns Ok
ResetNetworkStatistics
Resets all network data usage statistics to zero. Can be called before authorization Returns Ok
ResetPassword
Removes 2-step verification password without previous password and access to recovery email address. The password can't be reset immediately and the request needs to be repeated after the specified time Returns ResetPasswordResult
ResetPasswordResult
Represents result of 2-step verification password reset
ResetPasswordResultDeclined
The password reset request was declined
ResetPasswordResultOk
The password was reset
ResetPasswordResultPending
The password reset request is pending
RestrictionInfo
Contains information about restrictions that must be applied to a chat or a message
ReuseStarSubscription
Reuses an active Telegram Star subscription to a channel chat and joins the chat again Returns Ok
RevenueWithdrawalState
Describes state of a revenue withdrawal
RevenueWithdrawalStateFailed
Withdrawal failed
RevenueWithdrawalStatePending
Withdrawal is pending
RevenueWithdrawalStateSucceeded
Withdrawal succeeded
Revokes invite link for a chat. Available in basic groups, supergroups, and channels. Requires administrator privileges and can_invite_users right in the chat for own links and owner privileges for other links. If a primary link is revoked, then additionally to the revoked link returns new primary link Returns ChatInviteLinks
Revokes invite link for a group call. Requires groupCall.can_be_managed right for video chats or groupCall.is_owned otherwise Returns Ok
RichMessage
Describes a message with rich formatting
RichMessageSource
Describes source of a rich message
RichMessageSourceBlocks
A rich message defined by blocks
RichMessageSourceHtml
An HTML-formatted rich message; for bots only
RichMessageSourceMarkdown
A Markdown-formatted rich message; for bots only
RichText
Describes a formatted text object
RichTextAnchor
An anchor
A link to an anchor on the same page
RichTextBankCardNumber
A bank card number
RichTextBold
A bold rich text
RichTextBotCommand
A bot command
RichTextCashtag
A cashtag
RichTextCustomEmoji
A custom emoji
RichTextDateTime
A date and time
RichTextDiff
A rich text replacing another rich text; not supported in inputRichMessage
RichTextEmailAddress
A rich text email address
RichTextFixed
A fixed-width rich text
RichTextHashtag
A hashtag
RichTextIcon
A small image inside the text; instant view only
RichTextItalic
An italicized rich text
RichTextMarked
A marked rich text
RichTextMathematicalExpression
A mathematical expression
RichTextMention
A mention of a Telegram user or chat by a username
RichTextMentionName
A rich text that serves as a mention of a user
RichTextPhoneNumber
A rich text phone number
RichTextPlain
A plain text
RichTextReference
A reference
A link to a reference on the same page
RichTexts
A concatenation of rich texts
RichTextSpoiler
A spoilered rich text
RichTextStrikethrough
A strikethrough rich text
RichTextSubscript
A subscript rich text
RichTextSuperscript
A superscript rich text
RichTextUnderline
An underlined rich text
RichTextUrl
A rich text URL link
RtmpUrl
Represents an RTMP URL
SaveApplicationLogEvent
Saves application log event on the server. Can be called before authorization Returns Ok
SavedCredentials
Contains information about saved payment credentials
SavedMessagesTag
Represents a tag used in Saved Messages or a Saved Messages topic
SavedMessagesTags
Contains a list of tags used in Saved Messages
SavedMessagesTopic
Contains information about a Saved Messages topic
SavedMessagesTopicType
Describes type of Saved Messages topic
SavedMessagesTopicTypeAuthorHidden
Topic containing messages forwarded from a user with hidden privacy
SavedMessagesTopicTypeMyNotes
Topic containing messages sent by the current user of forwarded from an unknown chat
SavedMessagesTopicTypeSavedFromChat
Topic containing messages forwarded from a specific chat
SavePreparedInlineMessage
Saves an inline message to be sent by the given user; for bots only Returns PreparedInlineMessageId
SavePreparedKeyboardButton
Saves a keyboard button to be shown to the given user; for bots only Returns Text
ScopeAutosaveSettings
Contains autosave settings for an autosave settings scope
ScopeNotificationSettings
Contains information about notification settings for several chats
SearchAffiliatePrograms
Searches affiliate programs that can be connected to the given affiliate Returns FoundAffiliatePrograms
SearchBackground
Searches for a background by its name Returns Background
SearchCallMessages
Searches for call and group call messages. Returns the results in reverse chronological order (i.e., in order of decreasing message_id). For optimal performance, the number of returned messages is chosen by TDLib Returns FoundMessages
SearchChatAffiliateProgram
Searches a chat with an affiliate program. Returns the chat if found and the program is active Returns Chat
SearchChatMembers
Searches for a specified query in the first name, last name and usernames of the members of a specified chat. Requires administrator rights if the chat is a channel Returns ChatMembers
SearchChatMessages
Searches for messages with given words in the chat. Returns the results in reverse chronological order, i.e. in order of decreasing message_id. Cannot be used in secret chats with a non-empty query (searchSecretMessages must be used instead), or without an enabled message database. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit. A combination of query, sender_id, filter and topic_id search criteria is expected to be supported, only if it is required for Telegram official application implementation Returns FoundChatMessages
SearchChatRecentLocationMessages
Returns information about the recent live locations of chat members that were sent to the chat. Returns at most one live location message per user Returns Messages
SearchChats
Searches for the specified query in the title and username of already known chats. This is an offline method. Returns chats in the order seen in the main chat list Returns Chats
SearchChatsOnServer
Searches for the specified query in the title and username of already known chats via request to the server. Returns chats in the order seen in the main chat list Returns Chats
SearchChatTypeFilter
Represents a filter for type of the chats to search for
SearchChatTypeFilterBot
Returns only private chats with bots
SearchChatTypeFilterChannel
Returns only channel chats
SearchContacts
Searches for the specified query in the first names, last names and usernames of the known user contacts Returns Users
SearchEmojis
Searches for emojis by keywords. Supported only if the file database is enabled. Order of results is unspecified Returns EmojiKeywords
SearchFileDownloads
Searches for files in the file download list or recently downloaded files from the list Returns FoundFileDownloads
SearchGiftsForResale
Returns upgraded gifts that can be bought from other owners using sendResoldGift Returns GiftsForResale
SearchHashtags
Searches for recently used hashtags by their prefix Returns Hashtags
SearchInstalledStickerSets
Searches for installed sticker sets by looking for specified query in their title and name Returns StickerSets
SearchMessages
Searches for messages in all chats except secret chats. Returns the results in reverse chronological order (i.e., in order of decreasing (date, chat_id, message_id)). For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit Returns FoundMessages
SearchMessagesChatTypeFilter
Represents a filter for type of the chats in which to search for messages
SearchMessagesChatTypeFilterChannel
Returns only messages in channel chats
SearchMessagesChatTypeFilterGroup
Returns only messages in basic group and supergroup chats
SearchMessagesChatTypeFilterPrivate
Returns only messages in private chats
SearchMessagesFilter
Represents a filter for message search results
SearchMessagesFilterAnimation
Returns only animation messages
SearchMessagesFilterAudio
Returns only audio messages
SearchMessagesFilterChatPhoto
Returns only messages containing chat photos
SearchMessagesFilterDocument
Returns only document messages
SearchMessagesFilterEmpty
Returns all found messages, no filter is applied
SearchMessagesFilterFailedToSend
Returns only failed to send messages. This filter can be used only if the message database is used
SearchMessagesFilterMention
Returns only messages with mentions of the current user, or messages that are replies to their messages
SearchMessagesFilterPhoto
Returns only photo messages
SearchMessagesFilterPhotoAndVideo
Returns only photo and video messages
SearchMessagesFilterPinned
Returns only pinned messages
SearchMessagesFilterPoll
Returns only poll messages
SearchMessagesFilterUnreadMention
Returns only messages with unread mentions of the current user, or messages that are replies to their messages. When using this filter the results can't be additionally filtered by a query or by the sending user
SearchMessagesFilterUnreadPollVote
Returns only messages with unread poll votes for the current user. When using this filter the results can't be additionally filtered by a query or by the sending user
SearchMessagesFilterUnreadReaction
Returns only messages with unread reactions for the current user. When using this filter the results can't be additionally filtered by a query or by the sending user
SearchMessagesFilterUrl
Returns only messages containing URLs
SearchMessagesFilterVideo
Returns only video messages
SearchMessagesFilterVideoNote
Returns only video note messages
SearchMessagesFilterVoiceAndVideoNote
Returns only voice and video note messages
SearchMessagesFilterVoiceNote
Returns only voice note messages
SearchOutgoingDocumentMessages
Searches for outgoing messages with content of the type messageDocument in all chats except secret chats. Returns the results in reverse chronological order Returns FoundMessages
SearchPublicChat
Searches a public chat by its username. Currently, only private chats, supergroups and channels can be public. Returns the chat if found; otherwise, an error is returned Returns Chat
SearchPublicChats
Searches public chats by looking for specified query in their username and title. Currently, only private chats, supergroups and channels can be public. Returns a meaningful number of results. Excludes private chats with contacts and chats from the chat list from the results Returns Chats
SearchPublicMessagesByTag
Searches for public channel posts containing the given hashtag or cashtag. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit Returns FoundMessages
SearchPublicPosts
Searches for public channel posts using the given query. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit Returns FoundPublicPosts
SearchPublicStoriesByLocation
Searches for public stories by the given address location. For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit Returns FoundStories
SearchPublicStoriesByTag
Searches for public stories containing the given hashtag or cashtag. For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit Returns FoundStories
SearchPublicStoriesByVenue
Searches for public stories from the given venue. For optimal performance, the number of returned stories is chosen by TDLib and can be smaller than the specified limit Returns FoundStories
SearchQuote
Searches for a given quote in a text. Returns found quote start position in UTF-16 code units. Returns a 404 error if the quote is not found. Can be called synchronously Returns FoundPosition
SearchRecentlyFoundChats
Searches for the specified query in the title and username of up to 50 recently found chats. This is an offline method Returns Chats
SearchSavedMessages
Searches for messages tagged by the given reaction and with the given words in the Saved Messages chat; for Telegram Premium users only. Returns the results in reverse chronological order, i.e. in order of decreasing message_id. For optimal performance, the number of returned messages is chosen by TDLib and can be smaller than the specified limit Returns FoundChatMessages
SearchSecretMessages
Searches for messages in secret chats. Returns the results in reverse chronological order. For optimal performance, the number of returned messages is chosen by TDLib Returns FoundMessages
SearchStickers
Searches for stickers from public sticker sets that correspond to any of the given emoji Returns Stickers
SearchStickerSet
Searches for a sticker set by its name Returns StickerSet
SearchStickerSets
Searches for sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results Returns StickerSets
SearchStringsByPrefix
Searches specified query by word prefixes in the provided strings. Returns 0-based positions of strings that matched. Can be called synchronously Returns FoundPositions
SearchTextCompositionStyle
Searches a custom text composition style by its name Returns TextCompositionStyle
SearchUserByPhoneNumber
Searches a user by their phone number. Returns a 404 error if the user can't be found Returns User
SearchUserByToken
Searches a user by a token from the user's link Returns User
SearchWebApp
Returns information about a Web App by its short name. Returns a 404 error if the Web App is not found Returns FoundWebApp
Seconds
Contains a value representing a number of seconds
SecretChat
Represents a secret chat
SecretChatState
Describes the current secret chat state
SecretChatStateClosed
The secret chat is closed
SecretChatStatePending
The secret chat is not yet created; waiting for the other user to get online
SecretChatStateReady
The secret chat is ready to use
SellGift
Sells a gift for Telegram Stars; requires owner privileges for gifts owned by a chat Returns Ok
SendAuthenticationFirebaseSms
Sends Firebase Authentication SMS to the phone number of the user. Works only when the current authorization state is authorizationStateWaitCode and the server returned code of the type authenticationCodeTypeFirebaseAndroid or authenticationCodeTypeFirebaseIos Returns Ok
SendBotStartMessage
Invites a bot to a chat (if it is not yet a member) and sends it the /start command; requires can_invite_users member right. Bots can't be invited to a private chat other than the chat with the bot. Bots can't be invited to channels (although they can be added as admins) and secret chats. Returns the sent message Returns Message
SendBusinessMessage
Sends a message on behalf of a business account; for bots only. Returns the message after it was sent Returns BusinessMessage
SendBusinessMessageAlbum
Sends 2-10 messages grouped together into an album on behalf of a business account; for bots only. Currently, only audio, document, photo and video messages can be grouped into an album. Documents and audio files can be only grouped in an album with messages of the same type. Returns sent messages Returns BusinessMessages
SendCallDebugInformation
Sends debug information for a call to Telegram servers Returns Ok
SendCallLog
Sends log file for a call to Telegram servers Returns Ok
SendCallRating
Sends a call rating Returns Ok
SendCallSignalingData
Sends call signaling data Returns Ok
SendChatAction
Sends a notification about user activity in a chat Returns Ok
SendCustomRequest
Sends a custom request; for bots only Returns CustomRequestResult
SendEmailAddressVerificationCode
Sends a code to verify an email address to be added to a user's Telegram Passport Returns EmailAddressAuthenticationCodeInfo
SendEphemeralMessage
Sends an ephemeral message which will be received only by one bot in a chat. Currently, only ephemeral bot commands and replies to bot ephemeral messages can be sent using the method. The message is persistent across application restarts only if the message database is used. Returns the sent message Returns Message
SendGift
Sends a gift to another user or channel chat. May return an error with a message "STARGIFT_USAGE_LIMITED" if the gift was sold out Returns Ok
SendGiftPurchaseOffer
Sends an offer to purchase an upgraded gift Returns Ok
SendGroupCallMessage
Sends a message to other participants of a group call. Requires groupCall.can_send_messages right Returns Ok
SendInlineQueryResultMessage
Sends the result of an inline query as a message. Returns the sent message. Always clears a chat draft message Returns Message
SendMessage
Sends a message. Returns the sent message Returns Message
SendMessageAlbum
Sends 2-10 messages grouped together into an album. Currently, only audio, document, photo and video messages can be grouped into an album. Documents and audio files can be only grouped in an album with messages of the same type. Returns sent messages Returns Messages
SendMessageViewMetrics
Informs TDLib about details of a message view by the user from a chat, a message thread or a forum topic history. The method must be called if the message wasn't seen for more than 300 milliseconds, the viewport was destroyed, or the total view duration exceeded 5 minutes Returns Ok
SendPassportAuthorizationForm
Sends a Telegram Passport authorization form, effectively sharing data with the service. This method must be called after getPassportAuthorizationFormAvailableElements if some previously available elements are going to be reused Returns Ok
SendPaymentForm
Sends a filled-out payment form to the bot for final verification Returns PaymentResult
SendPhoneNumberCode
Sends a code to the specified phone number. Aborts previous phone number verification if there was one. On success, returns information about the sent code Returns AuthenticationCodeInfo
SendPhoneNumberFirebaseSms
Sends Firebase Authentication SMS to the specified phone number. Works only when received a code of the type authenticationCodeTypeFirebaseAndroid or authenticationCodeTypeFirebaseIos Returns Ok
SendQuickReplyShortcutMessages
Sends messages from a quick reply shortcut. Requires Telegram Business subscription. Can't be used to send paid messages Returns Messages
SendResoldGift
Sends an upgraded gift that is available for resale to another user or channel chat; gifts already owned by the current user must be transferred using transferGift and can't be passed to the method Returns GiftResaleResult
SendRichMessageDraft
Sends a draft for a being generated rich message; for bots only Returns Ok
SendTextMessageDraft
Sends a draft for a being generated text message; for bots only Returns Ok
SendWebAppCustomRequest
Sends a custom request from a Web App Returns CustomRequestResult
SendWebAppData
Sends data received from a keyboardButtonTypeWebApp Web App to a bot Returns Ok
SentGift
Represents content of a gift received by a user or a channel chat
SentGiftRegular
Regular gift
SentGiftUpgraded
Upgraded gift
Session
Contains information about one session in a Telegram application used by the current user. Sessions must be shown to the user in the returned order
SessionDeviceType
Represents the type of device from which session was created
SessionDeviceTypeAndroid
The session is running on an Android device
SessionDeviceTypeApple
The session is running on a generic Apple device
SessionDeviceTypeBrave
The session is running on the Brave browser
SessionDeviceTypeChrome
The session is running on the Chrome browser
SessionDeviceTypeEdge
The session is running on the Edge browser
SessionDeviceTypeFirefox
The session is running on the Firefox browser
SessionDeviceTypeIpad
The session is running on an iPad device
SessionDeviceTypeIphone
The session is running on an iPhone device
SessionDeviceTypeLinux
The session is running on a Linux device
SessionDeviceTypeMac
The session is running on a Mac device
SessionDeviceTypeOpera
The session is running on the Opera browser
SessionDeviceTypeSafari
The session is running on the Safari browser
SessionDeviceTypeUbuntu
The session is running on an Ubuntu device
SessionDeviceTypeUnknown
The session is running on an unknown type of device
SessionDeviceTypeVivaldi
The session is running on the Vivaldi browser
SessionDeviceTypeWindows
The session is running on a Windows device
SessionDeviceTypeXbox
The session is running on an Xbox console
Sessions
Contains a list of sessions
SessionType
Describes type of user session
SessionTypeConnectedBot
A business bot connected to the current user's account
SessionTypeDevice
A regular session from a device
SetAccentColor
Changes accent color and background custom emoji for the current user; for Telegram Premium users only Returns Ok
SetAccountTtl
Changes the period of inactivity after which the account of the current user will automatically be deleted Returns Ok
SetAlarm
Succeeds after a specified amount of time has passed. Can be called before initialization Returns Ok
SetApplicationVerificationToken
Informs TDLib that application or reCAPTCHA verification has been completed. Can be called before authorization Returns Ok
SetArchiveChatListSettings
Changes settings for automatic moving of chats to and from the Archive chat lists Returns Ok
SetAuthenticationEmailAddress
Sets the email address of the user and sends an authentication code to the email address. Works only when the current authorization state is authorizationStateWaitEmailAddress Returns Ok
SetAuthenticationPhoneNumber
Sets the phone number of the user and sends an authentication code to the user. Works only when the current authorization state is authorizationStateWaitPhoneNumber, or if there is no pending authentication query and the current authorization state is authorizationStateWaitPremiumPurchase, authorizationStateWaitEmailAddress, authorizationStateWaitEmailCode, authorizationStateWaitCode, authorizationStateWaitRegistration, or authorizationStateWaitPassword Returns Ok
SetAuthenticationPremiumPurchaseTransaction
Informs server about an in-store purchase of Telegram Premium before authorization. Works only when the current authorization state is authorizationStateWaitPremiumPurchase Returns Ok
SetAutoDownloadSettings
Sets auto-download settings Returns Ok
SetAutosaveSettings
Sets autosave settings for the given scope. The method is guaranteed to work only after at least one call to getAutosaveSettings Returns Ok
SetBio
Changes the bio of the current user Returns Ok
SetBirthdate
Changes the birthdate of the current user Returns Ok
SetBotInfoDescription
Sets the text shown in the chat with a bot if the chat is empty. Can be called only if userTypeBot.can_be_edited == true Returns Ok
SetBotInfoShortDescription
Sets the text shown on a bot's profile page and sent together with the link when users share the bot. Can be called only if userTypeBot.can_be_edited == true Returns Ok
SetBotName
Sets the name of a bot. Can be called only if userTypeBot.can_be_edited == true Returns Ok
SetBotProfilePhoto
Changes a profile photo for a bot Returns Ok
SetBotUpdatesStatus
Informs the server about the number of pending bot updates if they haven't been processed for a long time; for bots only Returns Ok
SetBusinessAccountBio
Changes the bio of a business account; for bots only Returns Ok
SetBusinessAccountGiftSettings
Changes settings for gift receiving of a business account; for bots only Returns Ok
SetBusinessAccountName
Changes the first and last name of a business account; for bots only Returns Ok
SetBusinessAccountProfilePhoto
Changes a profile photo of a business account; for bots only Returns Ok
SetBusinessAccountUsername
Changes the editable username of a business account; for bots only Returns Ok
SetBusinessAwayMessageSettings
Changes the business away message settings of the current user. Requires Telegram Business subscription Returns Ok
SetBusinessConnectedBot
Adds or changes business bot that is connected to the current user account Returns Ok
SetBusinessGreetingMessageSettings
Changes the business greeting message settings of the current user. Requires Telegram Business subscription Returns Ok
SetBusinessLocation
Changes the business location of the current user. Requires Telegram Business subscription Returns Ok
SetBusinessMessageIsPinned
Pins or unpins a message sent on behalf of a business account; for bots only Returns Ok
SetBusinessOpeningHours
Changes the business opening hours of the current user. Requires Telegram Business subscription Returns Ok
SetBusinessStartPage
Changes the business start page of the current user. Requires Telegram Business subscription Returns Ok
SetChatAccentColor
Changes accent color and background custom emoji of a channel chat. Requires can_change_info administrator right Returns Ok
SetChatActiveStoriesList
Changes story list in which stories from the chat are shown Returns Ok
SetChatAffiliateProgram
Changes affiliate program for a bot Returns Ok
SetChatAvailableReactions
Changes reactions, available in a chat. Available for basic groups, supergroups, and channels. Requires can_change_info member right Returns Ok
SetChatBackground
Sets the background in a specific chat. Supported only in private and secret chats with non-deleted users, and in chats with sufficient boost level and can_change_info administrator right Returns Ok
SetChatClientData
Changes application-specific data associated with a chat Returns Ok
SetChatDescription
Changes information about a chat. Available for basic groups, supergroups, and channels. Requires can_change_info member right Returns Ok
SetChatDirectMessagesGroup
Changes direct messages group settings for a channel chat; requires owner privileges in the chat Returns Ok
SetChatDiscussionGroup
Changes the discussion group of a channel chat; requires can_change_info administrator right in the channel if it is specified Returns Ok
SetChatDraftMessage
Changes the draft message in a chat or a topic Returns Ok
SetChatEmojiStatus
Changes the emoji status of a chat. Use chatBoostLevelFeatures.can_set_emoji_status to check whether an emoji status can be set. Requires can_change_info administrator right Returns Ok
SetChatLocation
Changes the location of a chat. Available only for some location-based supergroups, use supergroupFullInfo.can_set_location to check whether the method is allowed to use Returns Ok
SetChatMemberStatus
Changes the status of a chat member; requires can_invite_users member right to add a chat member, can_promote_members administrator right to change administrator rights of the member, and can_restrict_members administrator right to change restrictions of a user. This function is currently not suitable for transferring chat ownership; use transferChatOwnership instead. Use addChatMember or banChatMember if some additional parameters need to be passed Returns Ok
SetChatMemberTag
Changes the tag or custom title of a chat member; requires can_manage_tags administrator right to change tag of other users; for basic groups and supergroups only Returns Ok
SetChatMessageAutoDeleteTime
Changes the message auto-delete or self-destruct (for secret chats) time in a chat. Requires change_info administrator right in basic groups, supergroups and channels. Message auto-delete time can't be changed in a chat with the current user (Saved Messages) and the chat 777000 (Telegram). Returns Ok
SetChatMessageSender
Selects a message sender to send messages in a chat Returns Ok
SetChatNotificationSettings
Changes the notification settings of a chat. Notification settings of a chat with the current user (Saved Messages) can't be changed Returns Ok
SetChatPaidMessageStarCount
Changes the Telegram Star amount that must be paid to send a message to a supergroup chat; requires can_restrict_members administrator right and supergroupFullInfo.can_enable_paid_messages Returns Ok
SetChatPermissions
Changes the chat members permissions. Supported only for basic groups and supergroups. Requires can_restrict_members administrator right Returns Ok
SetChatPhoto
Changes the photo of a chat. Supported only for basic groups, supergroups and channels. Requires can_change_info member right Returns Ok
SetChatPinnedStories
Changes the list of pinned stories on a chat page; requires can_edit_stories administrator right in the chat Returns Ok
SetChatProfileAccentColor
Changes accent color and background custom emoji for profile of a supergroup or channel chat. Requires can_change_info administrator right Returns Ok
SetChatSlowModeDelay
Changes the slow mode delay of a chat. Available only for supergroups; requires can_restrict_members administrator right Returns Ok
SetChatTheme
Changes the chat theme. Supported only in private and secret chats Returns Ok
SetChatTitle
Changes the chat title. Supported only for basic groups, supergroups and channels. Requires can_change_info member right Returns Ok
SetCloseFriends
Changes the list of close friends of the current user Returns Ok
SetCommands
Sets the list of commands supported by the bot for the given user scope and language; for bots only Returns Ok
SetCustomEmojiStickerSetThumbnail
Sets a custom emoji sticker set thumbnail Returns Ok
SetCustomLanguagePack
Adds or changes a custom local language pack to the current localization target Returns Ok
SetCustomLanguagePackString
Adds, edits or deletes a string in a custom local language pack. Can be called before authorization Returns Ok
SetDatabaseEncryptionKey
Changes the database encryption key. Usually the encryption key is never changed and is stored in some OS keychain Returns Ok
SetDefaultBackground
Sets default background for chats; adds the background to the list of installed backgrounds Returns Background
SetDefaultChannelAdministratorRights
Sets default administrator rights for adding the bot to channel chats; for bots only Returns Ok
SetDefaultGroupAdministratorRights
Sets default administrator rights for adding the bot to basic group and supergroup chats; for bots only Returns Ok
SetDefaultMessageAutoDeleteTime
Changes the default message auto-delete time for new chats Returns Ok
SetDefaultReactionType
Changes type of default reaction for the current user Returns Ok
SetDirectMessagesChatTopicIsMarkedAsUnread
Changes the marked as unread state of the topic in a channel direct messages chat administered by the current user Returns Ok
SetEmojiStatus
Changes the emoji status of the current user; for Telegram Premium users only Returns Ok
SetFileGenerationProgress
Informs TDLib on a file generation progress Returns Ok
SetForumTopicNotificationSettings
Changes the notification settings of a forum topic in a forum supergroup chat or a chat with a bot with topics Returns Ok
SetGameScore
Updates the game score of the specified user in the game; for bots only Returns Message
SetGiftCollectionName
Changes name of a gift collection. If the collection is owned by a channel chat, then requires can_post_messages administrator right in the channel chat. Returns the changed collection Returns GiftCollection
SetGiftResalePrice
Changes resale price of a unique gift owned by the current user Returns Ok
SetGiftSettings
Changes settings for gift receiving for the current user Returns Ok
SetGroupCallPaidMessageStarCount
Changes the minimum number of Telegram Stars that must be paid by general participant for each sent message to a live story call. Requires groupCall.can_be_managed right Returns Ok
SetGroupCallParticipantIsSpeaking
Informs TDLib that speaking state of a participant of an active group call has changed. Returns identifier of the participant if it is found Returns MessageSender
SetGroupCallParticipantVolumeLevel
Changes volume level of a participant of an active group call; not supported for live stories. If the current user can manage the group call or is the owner of the group call, then the participant's volume level will be changed for all users with the default volume level Returns Ok
SetInactiveSessionTtl
Changes the period of inactivity after which sessions will automatically be terminated Returns Ok
SetInlineGameScore
Updates the game score of the specified user in a game; for bots only Returns Ok
SetLiveStoryMessageSender
Selects a message sender to send messages in a live story call Returns Ok
SetLoginEmailAddress
Changes the login email address of the user. The email address can be changed only if the current user already has login email and passwordState.login_email_address_pattern is non-empty, or the user received suggestedActionSetLoginEmailAddress and isLoginEmailAddressRequired succeeds. The change will not be applied until the new login email address is confirmed with checkLoginEmailAddressCode. To use Apple ID/Google ID instead of an email address, call checkLoginEmailAddressCode directly Returns EmailAddressAuthenticationCodeInfo
SetLogStream
Sets new log stream for internal logging of TDLib. Can be called synchronously Returns Ok
SetLogTagVerbosityLevel
Sets the verbosity level for a specified TDLib internal log tag. Can be called synchronously Returns Ok
SetLogVerbosityLevel
Sets the verbosity level of the internal logging of TDLib. Can be called synchronously Returns Ok
SetMainProfileTab
Changes the main profile tab of the current user Returns Ok
SetManagedBotAccessSettings
Sets access settings of a managed bot; for bots only Returns Ok
SetMenuButton
Sets menu button for the given user or for all users; for bots only Returns Ok
SetMessageFactCheck
Changes the fact-check of a message. Can be only used if messageProperties.can_set_fact_check == true Returns Ok
SetMessageReactions
Sets reactions on a message; for bots only Returns Ok
SetMessageSenderBlockList
Changes the block list of a message sender. Currently, only users and supergroup chats can be blocked Returns Ok
SetMessageSenderBotVerification
Changes the verification status of a user or a chat by an owned bot Returns Ok
SetName
Changes the first and last name of the current user Returns Ok
SetNetworkType
Sets the current network type. Can be called before authorization. Calling this method forces all network connections to reopen, mitigating the delay in switching between different networks, so it must be called whenever the network is changed, even if the network type remains the same. Network type is used to check whether the library can use the network at all and also for collecting detailed network data usage statistics Returns Ok
SetNewChatPrivacySettings
Changes privacy settings for new chat creation; can be used only if getOption("can_set_new_chat_privacy_settings") Returns Ok
SetOption
Sets the value of an option. (Check the list of available options on https://core.telegram.org/tdlib/options.) Only writable options can be set. Can be called before authorization Returns Ok
SetPaidMessageReactionType
Changes type of paid message reaction of the current user on a message. The message must have paid reaction added by the current user Returns Ok
SetPassportElement
Adds an element to the user's Telegram Passport. May return an error with a message "PHONE_VERIFICATION_NEEDED" or "EMAIL_VERIFICATION_NEEDED" if the chosen phone number or the chosen email address must be verified first Returns PassportElement
SetPassportElementErrors
Informs the user that some of the elements in their Telegram Passport contain errors; for bots only. The user will not be able to resend the elements, until the errors are fixed Returns Ok
SetPassword
Changes the 2-step verification password for the current user. If a new recovery email address is specified, then the change will not be applied until the new recovery email address is confirmed Returns PasswordState
SetPersonalChat
Changes the personal chat of the current user Returns Ok
SetPinnedChats
Changes the order of pinned chats Returns Ok
SetPinnedForumTopics
Changes the order of pinned topics in a forum supergroup chat or a chat with a bot with topics; requires can_manage_topics administrator right in the supergroup Returns Ok
SetPinnedGifts
Changes the list of pinned gifts on the current user's or the channel's profile page; requires can_post_messages administrator right in the channel chat Returns Ok
SetPinnedSavedMessagesTopics
Changes the order of pinned Saved Messages topics Returns Ok
SetPollAnswer
Changes the user answer to a poll Returns Ok
SetProfileAccentColor
Changes accent color and background custom emoji for profile of the current user; for Telegram Premium users only Returns Ok
SetProfileAudioPosition
Changes position of an audio file in the profile audio files of the current user Returns Ok
SetProfilePhoto
Changes a profile photo for the current user Returns Ok
SetQuickReplyShortcutName
Changes name of a quick reply shortcut Returns Ok
SetReactionNotificationSettings
Changes notification settings for reactions Returns Ok
SetReadDatePrivacySettings
Changes privacy settings for message read date Returns Ok
SetRecoveryEmailAddress
Changes the 2-step verification recovery email address of the user. If a new recovery email address is specified, then the change will not be applied until the new recovery email address is confirmed. If new_recovery_email_address is the same as the email address that is currently set up, this call succeeds immediately and aborts all other requests waiting for an email confirmation Returns PasswordState
SetSavedMessagesTagLabel
Changes label of a Saved Messages tag; for Telegram Premium users only Returns Ok
SetScopeNotificationSettings
Changes notification settings for chats of a given type Returns Ok
SetStickerEmojis
Changes the list of emojis corresponding to a sticker. The sticker must belong to a regular or custom emoji sticker set that is owned by the current user Returns Ok
SetStickerKeywords
Changes the list of keywords of a sticker. The sticker must belong to a regular or custom emoji sticker set that is owned by the current user Returns Ok
SetStickerMaskPosition
Changes the mask position of a mask sticker. The sticker must belong to a mask sticker set that is owned by the current user Returns Ok
SetStickerPositionInSet
Changes the position of a sticker in the set to which it belongs. The sticker set must be owned by the current user Returns Ok
SetStickerSetThumbnail
Sets a sticker set thumbnail Returns Ok
SetStickerSetTitle
Sets a sticker set title Returns Ok
SetStoryAlbumName
Changes name of an album of stories. If the album is owned by a supergroup or a channel chat, then requires can_edit_stories administrator right in the chat. Returns the changed album Returns StoryAlbum
SetStoryPrivacySettings
Changes privacy settings of a story. The method can be called only for stories posted on behalf of the current user and if story.can_set_privacy_settings == true Returns Ok
SetStoryReaction
Changes chosen reaction on a story that has already been sent; not supported for live stories Returns Ok
SetSupergroupCustomEmojiStickerSet
Changes the custom emoji sticker set of a supergroup; requires can_change_info administrator right. The chat must have at least chatBoostFeatures.min_custom_emoji_sticker_set_boost_level boost level to pass the corresponding color Returns Ok
SetSupergroupMainProfileTab
Changes the main profile tab of the channel; requires can_change_info administrator right Returns Ok
SetSupergroupStickerSet
Changes the sticker set of a supergroup; requires can_change_info administrator right Returns Ok
SetSupergroupUnrestrictBoostCount
Changes the number of times the supergroup must be boosted by a user to ignore slow mode and chat permission restrictions; requires can_restrict_members administrator right Returns Ok
SetSupergroupUsername
Changes the editable username of a supergroup or channel, requires owner privileges in the supergroup or channel Returns Ok
SetTdlibParameters
Sets the parameters for TDLib initialization. Works only when the current authorization state is authorizationStateWaitTdlibParameters Returns Ok
SettingsSection
Describes a section of the application settings
SettingsSectionAppearance
The appearance section
SettingsSectionAskQuestion
The "Ask a question" section
SettingsSectionBusiness
The "Telegram Business" section
SettingsSectionChatFolders
The chat folder settings section
SettingsSectionDataAndStorage
The data and storage settings section
SettingsSectionDevices
The Devices section
SettingsSectionEditProfile
The profile edit section
SettingsSectionFaq
The FAQ section
SettingsSectionFeatures
The "Telegram Features" section
SettingsSectionInAppBrowser
The in-app browser settings section
SettingsSectionLanguage
The application language section
SettingsSectionMyGrams
The TON Gram balance and transaction section
SettingsSectionMyStars
The Telegram Star balance and transaction section
SettingsSectionNotifications
The notification settings section
SettingsSectionPowerSaving
The power saving settings section
SettingsSectionPremium
The "Telegram Premium" section
SettingsSectionPrivacyAndSecurity
The privacy and security section
SettingsSectionPrivacyPolicy
The "Privacy Policy" section
SettingsSectionQrCode
The current user's QR code section
SettingsSectionSearch
Search in Settings
SettingsSectionSendGift
The "Send a gift" section
SetUpgradedGiftColors
Changes color scheme for the current user based on an owned or a hosted upgraded gift; for Telegram Premium users only Returns Ok
SetUserEmojiStatus
Changes the emoji status of a user; for bots only Returns Ok
SetUsername
Changes the editable username of the current user Returns Ok
SetUserNote
Changes a note of a contact user Returns Ok
SetUserPersonalProfilePhoto
Changes a personal profile photo of a contact user Returns Ok
SetUserPrivacySettingRules
Changes user privacy settings Returns Ok
SetUserSupportInfo
Sets support information for the given user; for Telegram support only Returns UserSupportInfo
SetVideoChatDefaultParticipant
Changes default participant identifier, on whose behalf a video chat in the chat will be joined Returns Ok
SetVideoChatTitle
Sets title of a video chat; requires groupCall.can_be_managed right Returns Ok
ShareChatWithBot
Shares a chat after pressing a keyboardButtonTypeRequestChat button with the bot Returns Ok
SharedChat
Contains information about a chat shared with a bot
SharedUser
Contains information about a user shared with a bot
SharePhoneNumber
Shares the phone number of the current user with a mutual contact. Supposed to be called when the user clicks on chatActionBarSharePhoneNumber Returns Ok
ShareUsersWithBot
Shares users after pressing a keyboardButtonTypeRequestUsers button with the bot Returns Ok
ShippingOption
One shipping option
SpeechRecognitionResult
Describes result of speech recognition in a voice note
SpeechRecognitionResultError
The speech recognition failed
SpeechRecognitionResultPending
The speech recognition is ongoing
SpeechRecognitionResultText
The speech recognition successfully finished
SponsoredChat
Describes a sponsored chat
SponsoredChats
Contains a list of sponsored chats
SponsoredMessage
Describes a sponsored message
SponsoredMessages
Contains a list of sponsored messages
StakeDiceState
Describes state of the stake dice
StarAmount
Describes a possibly non-integer Telegram Star amount
StarCount
Contains a number of Telegram Stars
StarGiveawayPaymentOption
Describes an option for creating of Telegram Star giveaway. Use telegramPaymentPurposeStarGiveaway for out-of-store payments
StarGiveawayPaymentOptions
Contains a list of options for creating of Telegram Star giveaway
StarGiveawayWinnerOption
Describes an option for the number of winners of a Telegram Star giveaway
StarPaymentOption
Describes an option for buying Telegram Stars. Use telegramPaymentPurposeStars for out-of-store payments
StarPaymentOptions
Contains a list of options for buying Telegram Stars
StarRevenueStatistics
A detailed statistics about Telegram Stars earned by a user or a chat
StarRevenueStatus
Contains information about Telegram Stars earned by a user or a chat
StarSubscription
Contains information about subscription to a channel chat, a bot, or a business account that was paid in Telegram Stars
StarSubscriptionPricing
Describes subscription plan paid in Telegram Stars
StarSubscriptions
Represents a list of Telegram Star subscriptions
StarSubscriptionType
Describes type of subscription paid in Telegram Stars
StarSubscriptionTypeBot
Describes a subscription in a bot or a business account
StarSubscriptionTypeChannel
Describes a subscription to a channel chat
StartGroupCallRecording
Starts recording of an active group call; for video chats only. Requires groupCall.can_be_managed right Returns Ok
StartGroupCallScreenSharing
Starts screen sharing in a joined group call; not supported in live stories. Returns join response payload for tgcalls Returns Text
StartLiveStory
Starts a new live story on behalf of a chat; requires can_post_stories administrator right for channel chats Returns StartLiveStoryResult
StartLiveStoryResult
Represents result of starting a live story
StartLiveStoryResultFail
The live story failed to post with an error to be handled
StartLiveStoryResultOk
The live story was successfully posted
StarTransaction
Represents a transaction changing the amount of owned Telegram Stars
StarTransactions
Represents a list of Telegram Star transactions
StarTransactionType
Describes type of transaction with Telegram Stars
StarTransactionTypeAffiliateProgramCommission
The transaction is a receiving of a commission from an affiliate program; relevant for regular users, bots and channel chats only
StarTransactionTypeAppStoreDeposit
The transaction is a deposit of Telegram Stars from App Store; relevant for regular users only
StarTransactionTypeBotInvoicePurchase
The transaction is a purchase of a product from a bot or a business account by the current user; relevant for regular users only
StarTransactionTypeBotInvoiceSale
The transaction is a sale of a product by the bot; relevant for bots only
StarTransactionTypeBotPaidMediaPurchase
The transaction is a purchase of paid media from a bot or a business account by the current user; relevant for regular users only
StarTransactionTypeBotPaidMediaSale
The transaction is a sale of paid media by the bot or a business account managed by the bot; relevant for bots only
StarTransactionTypeBotSubscriptionPurchase
The transaction is a purchase of a subscription from a bot or a business account by the current user; relevant for regular users only
StarTransactionTypeBotSubscriptionSale
The transaction is a sale of a subscription by the bot; relevant for bots only
StarTransactionTypeBusinessBotTransferReceive
The transaction is a transfer of Telegram Stars from a business account; relevant for bots only
StarTransactionTypeBusinessBotTransferSend
The transaction is a transfer of Telegram Stars to a business bot; relevant for regular users only
StarTransactionTypeChannelPaidMediaPurchase
The transaction is a purchase of paid media from a channel by the current user; relevant for regular users only
StarTransactionTypeChannelPaidMediaSale
The transaction is a sale of paid media by the channel chat; relevant for channel chats only
StarTransactionTypeChannelPaidReactionReceive
The transaction is a receiving of a paid reaction to a message by the channel chat; relevant for channel chats only
StarTransactionTypeChannelPaidReactionSend
The transaction is a sending of a paid reaction to a message in a channel chat by the current user; relevant for regular users only
StarTransactionTypeChannelSubscriptionPurchase
The transaction is a purchase of a subscription to a channel chat by the current user; relevant for regular users only
StarTransactionTypeChannelSubscriptionSale
The transaction is a sale of a subscription by the channel chat; relevant for channel chats only
StarTransactionTypeFragmentDeposit
The transaction is a deposit of Telegram Stars from Fragment; relevant for regular users and bots only
StarTransactionTypeFragmentWithdrawal
The transaction is a withdrawal of earned Telegram Stars to Fragment; relevant for regular users, bots, supergroup and channel chats only
StarTransactionTypeGiftAuctionBid
The transaction is a bid on a gift auction; relevant for regular users only
StarTransactionTypeGiftOriginalDetailsDrop
The transaction is a drop of original details of an upgraded gift; relevant for regular users only
StarTransactionTypeGiftPurchase
The transaction is a purchase of a regular gift; relevant for regular users and bots only
StarTransactionTypeGiftPurchaseOffer
The transaction is an offer of gift purchase; relevant for regular users only
StarTransactionTypeGiftSale
The transaction is a sale of a received gift; relevant for regular users and channel chats only
StarTransactionTypeGiftTransfer
The transaction is a transfer of an upgraded gift; relevant for regular users only
StarTransactionTypeGiftUpgrade
The transaction is an upgrade of a gift; relevant for regular users only
StarTransactionTypeGiftUpgradePurchase
The transaction is a purchase of an upgrade of a gift owned by another user or channel; relevant for regular users only
StarTransactionTypeGiveawayDeposit
The transaction is a deposit of Telegram Stars from a giveaway; relevant for regular users only
StarTransactionTypeGooglePlayDeposit
The transaction is a deposit of Telegram Stars from Google Play; relevant for regular users only
StarTransactionTypePaidGroupCallMessageReceive
The transaction is a receiving of a paid group call message; relevant for regular users and channel chats only
StarTransactionTypePaidGroupCallMessageSend
The transaction is a sending of a paid group call message; relevant for regular users only
StarTransactionTypePaidGroupCallReactionReceive
The transaction is a receiving of a paid group call reaction; relevant for regular users and channel chats only
StarTransactionTypePaidGroupCallReactionSend
The transaction is a sending of a paid group reaction; relevant for regular users only
StarTransactionTypePaidMessageReceive
The transaction is a receiving of a paid message; relevant for regular users, supergroup and channel chats only
StarTransactionTypePaidMessageSend
The transaction is a sending of a paid message; relevant for regular users only
StarTransactionTypePremiumBotDeposit
The transaction is a deposit of Telegram Stars from the Premium bot; relevant for regular users only
StarTransactionTypePremiumPurchase
The transaction is a purchase of Telegram Premium subscription; relevant for regular users and bots only
StarTransactionTypePublicPostSearch
The transaction is a payment for search of posts in public Telegram channels; relevant for regular users only
StarTransactionTypeSuggestedPostPaymentReceive
The transaction is a receiving of a payment for a suggested post by the channel chat; relevant for channel chats only
StarTransactionTypeSuggestedPostPaymentSend
The transaction is a payment for a suggested post; relevant for regular users only
StarTransactionTypeTelegramAdsWithdrawal
The transaction is a withdrawal of earned Telegram Stars to Telegram Ad platform; relevant for bots and channel chats only
StarTransactionTypeTelegramApiUsage
The transaction is a payment for Telegram API usage; relevant for bots only
StarTransactionTypeUnsupported
The transaction is a transaction of an unsupported type
StarTransactionTypeUpgradedGiftPurchase
The transaction is a purchase of an upgraded gift for some user or channel; relevant for regular users only
StarTransactionTypeUpgradedGiftSale
The transaction is a sale of an upgraded gift; relevant for regular users only
StarTransactionTypeUserDeposit
The transaction is a deposit of Telegram Stars by another user; relevant for regular users only
StartScheduledVideoChat
Starts a scheduled video chat Returns Ok
StatisticalGraph
Describes a statistical graph
StatisticalGraphAsync
The graph data to be asynchronously loaded through getStatisticalGraph
StatisticalGraphData
A graph data
StatisticalGraphError
An error message to be shown to the user instead of the graph
StatisticalValue
A value with information about its recent changes
Sticker
Describes a sticker
StickerFormat
Describes format of a sticker
StickerFormatTgs
The sticker is an animation in TGS format
StickerFormatWebm
The sticker is a video in WEBM format
StickerFormatWebp
The sticker is an image in WEBP format
StickerFullType
Contains full information about sticker type
StickerFullTypeCustomEmoji
The sticker is a custom emoji to be used inside message text and caption. Currently, only Telegram Premium users can use custom emoji
StickerFullTypeMask
The sticker is a mask in WEBP format to be placed on photos or videos
StickerFullTypeRegular
The sticker is a regular sticker
Stickers
Represents a list of stickers
StickerSet
Represents a sticker set
StickerSetInfo
Represents short information about a sticker set
StickerSets
Represents a list of sticker sets
StickerType
Describes type of sticker
StickerTypeCustomEmoji
The sticker is a custom emoji to be used inside message text and caption
StickerTypeMask
The sticker is a mask in WEBP format to be placed on photos or videos
StickerTypeRegular
The sticker is a regular sticker
StopBusinessPoll
Stops a poll sent on behalf of a business account; for bots only Returns BusinessMessage
StopPoll
Stops a poll Returns Ok
StorageStatistics
Contains the exact storage usage statistics split by chats and file type
StorageStatisticsByChat
Contains the storage usage statistics for a specific chat
StorageStatisticsByFileType
Contains the storage usage statistics for a specific file type
StorageStatisticsFast
Contains approximate storage usage statistics, excluding files of unknown file type
StorePaymentPurpose
Describes a purpose of an in-store payment
StorePaymentPurposeGiftedStars
The user buying Telegram Stars for other users
StorePaymentPurposePremiumGift
The user gifting Telegram Premium to another user
StorePaymentPurposePremiumGiftCodes
The user boosting a chat by creating Telegram Premium gift codes for other users
StorePaymentPurposePremiumGiveaway
The user creating a Telegram Premium giveaway
StorePaymentPurposePremiumSubscription
The user subscribing to Telegram Premium
StorePaymentPurposeStarGiveaway
The user creating a Telegram Star giveaway
StorePaymentPurposeStars
The user buying Telegram Stars
StoreTransaction
Describes an in-store transaction
StoreTransactionAppStore
A purchase through App Store
StoreTransactionGooglePlay
A purchase through Google Play
Stories
Represents a list of stories
Story
Represents a story
StoryAlbum
Describes album of stories
StoryAlbums
Represents a list of story albums
StoryArea
Describes a clickable rectangle area on a story media
StoryAreaPosition
Describes position of a clickable rectangle area on a story media
StoryAreaType
Describes type of clickable area on a story media
An area pointing to a HTTP or tg:// link
StoryAreaTypeLocation
An area pointing to a location
StoryAreaTypeMessage
An area pointing to a message
StoryAreaTypeSuggestedReaction
An area pointing to a suggested reaction. App needs to show a clickable reaction on the area and call setStoryReaction when the area is clicked
StoryAreaTypeUpgradedGift
An area with an upgraded gift
StoryAreaTypeVenue
An area pointing to a venue
StoryAreaTypeWeather
An area with information about weather
StoryContent
Contains the content of a story
StoryContentLive
A live story
StoryContentPhoto
A photo story
StoryContentType
Contains the type of the content of a story
StoryContentTypeLive
A live story
StoryContentTypePhoto
A photo story
StoryContentTypeUnsupported
A story of unknown content type
StoryContentTypeVideo
A video story
StoryContentUnsupported
A story content that is not supported in the current TDLib version
StoryContentVideo
A video story
StoryFullId
Contains identifier of a story along with identifier of the chat that posted it
StoryInfo
Contains basic information about a story
StoryInteraction
Represents interaction with a story
StoryInteractionInfo
Contains information about interactions with a story
StoryInteractions
Represents a list of interactions with a story
StoryInteractionType
Describes type of interaction with a story
StoryInteractionTypeForward
A forward of the story as a message
StoryInteractionTypeRepost
A repost of the story as a story
StoryInteractionTypeView
A view of the story
StoryList
Describes a list of stories
StoryListArchive
The list of stories, shown in the Archive chat list
StoryListMain
The list of stories, shown in the main chat list and folder chat lists
StoryOrigin
Contains information about the origin of a story that was reposted
StoryOriginHiddenUser
The original story was posted by an unknown user
StoryOriginPublicStory
The original story was a public story that was posted by a known chat
StoryPrivacySettings
Describes privacy settings of a story
StoryPrivacySettingsCloseFriends
The story can be viewed by all close friends
StoryPrivacySettingsContacts
The story can be viewed by all contacts except chosen users
StoryPrivacySettingsEveryone
The story can be viewed by everyone
StoryPrivacySettingsSelectedUsers
The story can be viewed by certain specified users
StoryRepostInfo
Contains information about original story that was reposted
StoryStatistics
A detailed statistics about a story
StoryVideo
Describes a video file posted as a story
SuggestedAction
Describes an action suggested to the current user
SuggestedActionAddLoginPasskey
Suggests the user to add a passkey for login using addLoginPasskey
SuggestedActionCheckPassword
Suggests the user to check whether they still remember their 2-step verification password
SuggestedActionCheckPhoneNumber
Suggests the user to check whether authorization phone number is correct and change the phone number if it is inaccessible
SuggestedActionConvertToBroadcastGroup
Suggests the user to convert specified supergroup to a broadcast group
SuggestedActionCustom
A custom suggestion to be shown at the top of the chat list
SuggestedActionEnableArchiveAndMuteNewChats
Suggests the user to enable archive_and_mute_new_chats_from_unknown_users setting in archiveChatListSettings
SuggestedActionExtendPremium
Suggests the user to extend their expiring Telegram Premium subscription
SuggestedActionExtendStarSubscriptions
Suggests the user to extend their expiring Telegram Star subscriptions. Call getStarSubscriptions with only_expiring == true to get the number of expiring subscriptions and the number of required to buy Telegram Stars
SuggestedActionGiftPremiumForChristmas
Suggests the user to gift Telegram Premium to friends for Christmas
SuggestedActionRestorePremium
Suggests the user to restore a recently expired Premium subscription
SuggestedActionSetBirthdate
Suggests the user to set birthdate
SuggestedActionSetLoginEmailAddress
Suggests the user to add login email address. Call isLoginEmailAddressRequired, and then setLoginEmailAddress or checkLoginEmailAddressCode to change the login email address
SuggestedActionSetPassword
Suggests the user to set a 2-step verification password to be able to log in again
SuggestedActionSetProfilePhoto
Suggests the user to set profile photo
SuggestedActionSubscribeToAnnualPremium
Suggests the user to subscribe to the Premium subscription with annual payments
SuggestedActionUpgradePremium
Suggests the user to upgrade the Premium subscription from monthly payments to annual payments
SuggestedActionViewChecksHint
Suggests the user to view a hint about the meaning of one and two check marks on sent messages
SuggestedPostInfo
Contains information about a suggested post. If the post can be approved or declined, then changes to the post can be also suggested. Use sendMessage with reply to the message and suggested post information to suggest message changes. Use addOffer to suggest price or time changes
SuggestedPostPrice
Describes price of a suggested post
SuggestedPostPriceGram
Describes price of a suggested post in TON Grams
SuggestedPostPriceStar
Describes price of a suggested post in Telegram Stars
SuggestedPostRefundReason
Describes reason for refund of the payment for a suggested post
SuggestedPostRefundReasonPaymentRefunded
The post was refunded, because the payment for the post was refunded
SuggestedPostRefundReasonPostDeleted
The post was refunded, because it was deleted by channel administrators in less than getOption("suggested_post_lifetime_min") seconds
SuggestedPostState
Describes state of a suggested post
SuggestedPostStateApproved
The post was approved
SuggestedPostStateDeclined
The post was declined
SuggestedPostStatePending
The post must be approved or declined
SuggestUserBirthdate
Suggests a birthdate to another regular user with common messages and allowing non-paid messages Returns Ok
SuggestUserProfilePhoto
Suggests a profile photo to another regular user with common messages and allowing non-paid messages Returns Ok
SummarizeMessage
Summarizes content of the message with non-empty summary_language_code Returns FormattedText
Supergroup
Represents a supergroup or channel with zero or more members (subscribers in the case of channels)
SupergroupFullInfo
Contains full information about a supergroup or channel
SupergroupMembersFilter
Specifies the kind of chat members to return in getSupergroupMembers
SupergroupMembersFilterAdministrators
Returns the owner and administrators
SupergroupMembersFilterBanned
Returns users banned from the supergroup or channel; can be used only by administrators
SupergroupMembersFilterBots
Returns bot members of the supergroup or channel
SupergroupMembersFilterContacts
Returns contacts of the user, which are members of the supergroup or channel
SupergroupMembersFilterMention
Returns users which can be mentioned in the supergroup
SupergroupMembersFilterRecent
Returns recently active users in reverse chronological order
SupergroupMembersFilterRestricted
Returns restricted supergroup members; can be used only by administrators
SupergroupMembersFilterSearch
Used to search for supergroup or channel members via a (string) query
SynchronizeLanguagePack
Fetches the latest versions of all strings from a language pack in the current localization target from the server. This method doesn't need to be called explicitly for the current used/base language packs. Can be called before authorization Returns Ok
TargetChat
Describes the target chat to be opened
TargetChatChosen
The chat needs to be chosen by the user among chats of the specified types
TargetChatCurrent
The currently opened chat and forum topic must be kept
The chat needs to be open with the provided internal link
TargetChatTypes
Describes allowed types for the target chat
TdError
An object of this type can be returned on every function call, in case of an error
TdFunction
TdObject
TelegramPaymentPurpose
Describes a purpose of a payment toward Telegram
TelegramPaymentPurposeGiftedStars
The user buying Telegram Stars for other users
TelegramPaymentPurposeJoinChat
The user joins a chat and subscribes to regular payments in Telegram Stars
TelegramPaymentPurposePremiumGift
The user gifting Telegram Premium to another user
TelegramPaymentPurposePremiumGiftCodes
The user boosting a chat by creating Telegram Premium gift codes for other users
TelegramPaymentPurposePremiumGiveaway
The user creating a Telegram Premium giveaway
TelegramPaymentPurposeStarGiveaway
The user creating a Telegram Star giveaway
TelegramPaymentPurposeStars
The user buying Telegram Stars
TemporaryPasswordState
Returns information about the availability of a temporary password, which can be used for payments
TerminateAllOtherSessions
Terminates all other sessions of the current user. Additionally, the user must be suggested to delete the connected business bot using deleteBusinessConnectedBot if there is any Returns Ok
TerminateSession
Terminates a session of the current user Returns Ok
TermsOfService
Contains Telegram terms of service
TestBytes
A simple object containing a sequence of bytes; for testing only
TestCallBytes
Returns the received bytes; for testing only. This is an offline method. Can be called before authorization Returns TestBytes
TestCallEmpty
Does nothing; for testing only. This is an offline method. Can be called before authorization Returns Ok
TestCallString
Returns the received string; for testing only. This is an offline method. Can be called before authorization Returns TestString
TestCallVectorInt
Returns the received vector of numbers; for testing only. This is an offline method. Can be called before authorization Returns TestVectorInt
TestCallVectorIntObject
Returns the received vector of objects containing a number; for testing only. This is an offline method. Can be called before authorization Returns TestVectorIntObject
TestCallVectorString
Returns the received vector of strings; for testing only. This is an offline method. Can be called before authorization Returns TestVectorString
TestCallVectorStringObject
Returns the received vector of objects containing a string; for testing only. This is an offline method. Can be called before authorization Returns TestVectorStringObject
TestGetDifference
Forces an updates.getDifference call to the Telegram servers; for testing only Returns Ok
TestInt
A simple object containing a number; for testing only
TestNetwork
Sends a simple network request to the Telegram servers; for testing only. Can be called before authorization Returns Ok
TestProxy
Sends a simple network request to the Telegram servers via proxy; for testing only. Can be called before authorization Returns Ok
TestReturnError
Returns the specified error and ensures that the Error object is used; for testing only. Can be called synchronously Returns Error
TestSquareInt
Returns the squared received number; for testing only. This is an offline method. Can be called before authorization Returns TestInt
TestString
A simple object containing a string; for testing only
TestUseUpdate
Does nothing and ensures that the Update object is used; for testing only. This is an offline method. Can be called before authorization Returns Update
TestVectorInt
A simple object containing a vector of numbers; for testing only
TestVectorIntObject
A simple object containing a vector of objects that hold a number; for testing only
TestVectorString
A simple object containing a vector of strings; for testing only
TestVectorStringObject
A simple object containing a vector of objects that hold a string; for testing only
Text
Contains some text
TextCompositionStyle
Describes a style that can be used to compose a text
TextCompositionStyleExample
Contains an example of text composition style usage
TextEntities
Contains a list of text entities
TextEntity
Represents a part of the text that needs to be formatted in some unusual way
TextEntityType
Represents a part of the text which must be formatted differently
TextEntityTypeBankCardNumber
A bank card number. The getBankCardInfo method can be used to get information about the bank card
TextEntityTypeBlockQuote
Text that must be formatted as if inside a blockquote HTML tag; not supported in secret chats
TextEntityTypeBold
A bold text
TextEntityTypeBotCommand
A bot command, beginning with "/"
TextEntityTypeCashtag
A cashtag text, beginning with "$", consisting of capital English letters (e.g., "$USD"), and optionally containing a chat username at the end
TextEntityTypeCode
Text that must be formatted as if inside a code HTML tag
TextEntityTypeCustomEmoji
A custom emoji. The text behind a custom emoji must be an emoji. Only premium users can use premium custom emoji
TextEntityTypeDateTime
A date and time
TextEntityTypeEmailAddress
An email address
TextEntityTypeExpandableBlockQuote
Text that must be formatted as if inside a blockquote HTML tag and collapsed by default to 3 lines with the ability to show full text; not supported in secret chats
TextEntityTypeHashtag
A hashtag text, beginning with "#" and optionally containing a chat username at the end
TextEntityTypeItalic
An italic text
TextEntityTypeMediaTimestamp
A media timestamp
TextEntityTypeMention
A mention of a user, a supergroup, or a channel by their username
TextEntityTypeMentionName
A text shows instead of a raw mention of the user (e.g., when the user has no username)
TextEntityTypePhoneNumber
A phone number
TextEntityTypePre
Text that must be formatted as if inside a pre HTML tag
TextEntityTypePreCode
Text that must be formatted as if inside pre, and code HTML tags
TextEntityTypeSpoiler
A spoiler text
TextEntityTypeStrikethrough
A strikethrough text
TextEntityTypeTextUrl
A text description shown instead of a raw URL
TextEntityTypeUnderline
An underlined text
TextEntityTypeUrl
An HTTP URL
TextParseMode
Describes the way the text needs to be parsed for text entities
TextParseModeHTML
The text uses HTML-style formatting. The same as Telegram Bot API "HTML" parse mode
TextParseModeMarkdown
The text uses Markdown-style formatting
TextQuote
Describes manually or automatically chosen quote from another message
ThemeParameters
Contains parameters of the application theme
ThemeSettings
Describes theme settings
Thumbnail
Represents a thumbnail
ThumbnailFormat
Describes format of a thumbnail
ThumbnailFormatGif
The thumbnail is in static GIF format. It will be used only for some bot inline query results
ThumbnailFormatJpeg
The thumbnail is in JPEG format
ThumbnailFormatMpeg4
The thumbnail is in MPEG4 format. It will be used only for some animations and videos
ThumbnailFormatPng
The thumbnail is in PNG format. It will be used only for background patterns
ThumbnailFormatTgs
The thumbnail is in TGS format. It will be used only for sticker sets
ThumbnailFormatWebm
The thumbnail is in WEBM format. It will be used only for sticker sets
ThumbnailFormatWebp
The thumbnail is in WEBP format. It will be used only for some stickers and sticker sets
TimeZone
Describes a time zone
TimeZones
Contains a list of time zones
TMeUrl
Represents a URL linking to an internal Telegram entity
TMeUrls
Contains a list of t.me URLs
TMeUrlType
Describes the type of URL linking to an internal Telegram entity
TMeUrlTypeChatInvite
A chat invite link
TMeUrlTypeStickerSet
A URL linking to a sticker set
TMeUrlTypeSupergroup
A URL linking to a public supergroup or channel
TMeUrlTypeUser
A URL linking to a user
ToggleAllDownloadsArePaused
Changes pause state of all files in the file download list Returns Ok
ToggleBotCanManageEmojiStatus
Toggles whether the bot can manage emoji status of the current user Returns Ok
ToggleBotIsAddedToAttachmentMenu
Adds or removes a bot to attachment and side menu. Bot can be added to the menu, only if userTypeBot.can_be_added_to_attachment_menu == true Returns Ok
ToggleBotUsernameIsActive
Changes active state for a username of a bot. The editable username can be disabled only if there are other active usernames. May return an error with a message "USERNAMES_ACTIVE_TOO_MUCH" if the maximum number of active usernames has been reached. Can be called only if userTypeBot.can_be_edited == true Returns Ok
ToggleBusinessConnectedBotChatIsPaused
Pauses or resumes the connected business bot in a specific chat Returns Ok
ToggleChatDefaultDisableNotification
Changes the value of the default disable_notification parameter, used when a message is sent to a chat Returns Ok
ToggleChatFolderTags
Toggles whether chat folder tags are enabled Returns Ok
ToggleChatGiftNotifications
Toggles whether notifications for new gifts received by a channel chat are sent to the current user; requires can_post_messages administrator right in the chat Returns Ok
ToggleChatHasProtectedContent
Changes the ability of users to save, forward, or copy chat content. Requires owner privileges in basic groups, supergroups and channels. Requires Telegram Premium to enable protected content in private chats. Not available in Saved Messages and private chats with bots or support accounts Returns Ok
ToggleChatIsMarkedAsUnread
Changes the marked as unread state of a chat Returns Ok
ToggleChatIsPinned
Changes the pinned state of a chat. There can be up to getOption("pinned_chat_count_max")/getOption("pinned_archived_chat_count_max") pinned non-secret chats and the same number of secret chats in the main/archive chat list. The limit can be increased with Telegram Premium Returns Ok
ToggleChatIsTranslatable
Changes the translatable state of a chat Returns Ok
ToggleChatViewAsTopics
Changes the view_as_topics setting of a forum chat or Saved Messages Returns Ok
ToggleDirectMessagesChatTopicCanSendUnpaidMessages
Allows to send unpaid messages to the given topic of the channel direct messages chat administered by the current user Returns Ok
ToggleDownloadIsPaused
Changes pause state of a file in the file download list Returns Ok
ToggleForumTopicIsClosed
Toggles whether a topic is closed in a forum supergroup chat; requires can_manage_topics administrator right in the supergroup unless the user is creator of the topic Returns Ok
ToggleForumTopicIsPinned
Changes the pinned state of a topic in a forum supergroup chat or a chat with a bot with topics; requires can_manage_topics administrator right in the supergroup. There can be up to getOption("pinned_forum_topic_count_max") pinned forum topics Returns Ok
ToggleGeneralForumTopicIsHidden
Toggles whether a General topic is hidden in a forum supergroup chat; requires can_manage_topics administrator right in the supergroup Returns Ok
ToggleGiftIsSaved
Toggles whether a gift is shown on the current user's or the channel's profile page; requires can_post_messages administrator right in the channel chat Returns Ok
ToggleGroupCallAreMessagesAllowed
Toggles whether participants of a group call can send messages there. Requires groupCall.can_toggle_are_messages_allowed right Returns Ok
ToggleGroupCallIsMyVideoEnabled
Toggles whether current user's video is enabled Returns Ok
ToggleGroupCallIsMyVideoPaused
Toggles whether current user's video is paused Returns Ok
ToggleGroupCallParticipantIsHandRaised
Toggles whether a group call participant hand is rased; for video chats only Returns Ok
ToggleGroupCallParticipantIsMuted
Toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves; not supported for live stories Returns Ok
ToggleGroupCallScreenSharingIsPaused
Pauses or unpauses screen sharing in a joined group call; not supported in live stories Returns Ok
ToggleHasSponsoredMessagesEnabled
Toggles whether the current user has sponsored messages enabled. The setting has no effect for users without Telegram Premium for which sponsored messages are always enabled Returns Ok
ToggleSavedMessagesTopicIsPinned
Changes the pinned state of a Saved Messages topic. There can be up to getOption("pinned_saved_messages_topic_count_max") pinned topics. The limit can be increased with Telegram Premium Returns Ok
ToggleSessionCanAcceptCalls
Toggles whether a session can accept incoming calls Returns Ok
ToggleSessionCanAcceptSecretChats
Toggles whether a session can accept incoming secret chats Returns Ok
ToggleStoryIsPostedToChatPage
Toggles whether a story is accessible after expiration. Can be called only if story.can_toggle_is_posted_to_chat_page == true Returns Ok
ToggleSupergroupCanHaveSponsoredMessages
Toggles whether sponsored messages are shown in the channel chat; requires owner privileges in the channel. The chat must have at least chatBoostFeatures.min_sponsored_message_disable_boost_level boost level to disable sponsored messages Returns Ok
ToggleSupergroupHasAggressiveAntiSpamEnabled
Toggles whether aggressive anti-spam checks are enabled in the supergroup. Can be called only if supergroupFullInfo.can_toggle_aggressive_anti_spam == true Returns Ok
ToggleSupergroupHasAutomaticTranslation
Toggles whether messages are automatically translated in the channel chat; requires can_change_info administrator right in the channel. The chat must have at least chatBoostFeatures.min_automatic_translation_boost_level boost level to enable automatic translation Returns Ok
ToggleSupergroupHasHiddenMembers
Toggles whether non-administrators can receive only administrators and bots using getSupergroupMembers or searchChatMembers. Can be called only if supergroupFullInfo.can_hide_members == true Returns Ok
ToggleSupergroupIsAllHistoryAvailable
Toggles whether the message history of a supergroup is available to new members; requires can_change_info member right Returns Ok
ToggleSupergroupIsBroadcastGroup
Upgrades supergroup to a broadcast group; requires owner privileges in the supergroup Returns Ok
ToggleSupergroupIsForum
Toggles whether the supergroup is a forum; requires owner privileges in the supergroup. Discussion supergroups can't be converted to forums Returns Ok
ToggleSupergroupJoinByRequest
Toggles whether all users directly joining the supergroup need to be approved by supergroup administrators; requires can_restrict_members administrator right Returns Ok
ToggleSupergroupJoinToSendMessages
Toggles whether joining is mandatory to send messages to a discussion supergroup; requires can_restrict_members administrator right Returns Ok
ToggleSupergroupSignMessages
Toggles whether sender signature or link to the account is added to sent messages in a channel; requires can_change_info member right Returns Ok
ToggleSupergroupUsernameIsActive
Changes active state for a username of a supergroup or channel, requires owner privileges in the supergroup or channel. The editable username can't be disabled. May return an error with a message "USERNAMES_ACTIVE_TOO_MUCH" if the maximum number of active usernames has been reached Returns Ok
ToggleUsernameIsActive
Changes active state for a username of the current user. The editable username can't be disabled. May return an error with a message "USERNAMES_ACTIVE_TOO_MUCH" if the maximum number of active usernames has been reached Returns Ok
ToggleVideoChatEnabledStartNotification
Toggles whether the current user will receive a notification when the video chat starts; for scheduled video chats only Returns Ok
ToggleVideoChatMuteNewParticipants
Toggles whether new participants of a video chat can be unmuted only by administrators of the video chat. Requires groupCall.can_toggle_mute_new_participants right Returns Ok
TonTransaction
Represents a transaction changing the amount of owned TON Grams
TonTransactions
Represents a list of TON Gram transactions
TonTransactionType
Describes type of transaction with TON Grams
TonTransactionTypeFragmentDeposit
The transaction is a deposit of Grams from Fragment
TonTransactionTypeFragmentWithdrawal
The transaction is a withdrawal of earned Grams to Fragment
TonTransactionTypeGiftPurchaseOffer
The transaction is an offer of gift purchase
TonTransactionTypeStakeDicePayout
The transaction is a payment for successful stake dice throw
TonTransactionTypeStakeDiceStake
The transaction is a payment for stake dice throw
TonTransactionTypeSuggestedPostPayment
The transaction is a payment for a suggested post
TonTransactionTypeUnsupported
The transaction is a transaction of an unsupported type
TonTransactionTypeUpgradedGiftPurchase
The transaction is a purchase of an upgraded gift for some user or channel
TonTransactionTypeUpgradedGiftSale
The transaction is a sale of an upgraded gift
TopChatCategory
Represents the categories of chats for which a list of frequently used chats can be retrieved
TopChatCategoryBots
A category containing frequently used private chats with bot users
TopChatCategoryCalls
A category containing frequently used chats used for calls
TopChatCategoryChannels
A category containing frequently used channels
TopChatCategoryForwardChats
A category containing frequently used chats used to forward messages
TopChatCategoryGroups
A category containing frequently used basic groups and supergroups
TopChatCategoryGuestBots
A category containing frequently used chats with bots, which were used as guest bots
TopChatCategoryInlineBots
A category containing frequently used chats with inline bots sorted by their usage in inline mode
TopChatCategoryUsers
A category containing frequently used private chats with non-bot users
TopChatCategoryWebAppBots
A category containing frequently used chats with bots, which Web Apps were opened
TransactionDirection
Describes direction of transactions in a transaction list
TransactionDirectionIncoming
The transaction is incoming and increases the amount of owned currency
TransactionDirectionOutgoing
The transaction is outgoing and decreases the amount of owned currency
TransferBusinessAccountStars
Transfers Telegram Stars from the business account to the business bot; for bots only Returns Ok
TransferChatOwnership
Changes the owner of a chat; for basic groups, supergroups and channel chats only; requires owner privileges in the chat. Use the method canTransferOwnership to check whether the ownership can be transferred from the current session Returns Ok
TransferGift
Sends an upgraded gift to another user or channel chat Returns Ok
TranslateMessageRichMessage
Extracts rich message of the given message and translates it to the given language Returns RichMessage
TranslateMessageText
Extracts text or caption of the given message and translates it to the given language; must not be used in secret chats. If the current user is a Telegram Premium user, then text formatting is preserved Returns FormattedText
TranslateRichMessage
Translates a rich message to the given language Returns RichMessage
TranslateText
Translates a text to the given language; must not be used in secret chats. If the current user is a Telegram Premium user, then text formatting is preserved Returns FormattedText
TrendingStickerSets
Represents a list of trending sticker sets
UnconfirmedSession
Contains information about an unconfirmed session
UnpinAllChatMessages
Removes all pinned messages from a chat; requires can_pin_messages member right if the chat is a basic group or supergroup, or can_edit_messages administrator right if the chat is a channel Returns Ok
UnpinAllDirectMessagesChatTopicMessages
Removes all pinned messages from the topic in a channel direct messages chat administered by the current user Returns Ok
UnpinAllForumTopicMessages
Removes all pinned messages from a topic in a forum supergroup chat or a chat with a bot with topics; requires can_pin_messages member right in the supergroup Returns Ok
UnpinChatMessage
Removes a pinned message from a chat; requires can_pin_messages member right if the chat is a basic group or supergroup, or can_edit_messages administrator right if the chat is a channel Returns Ok
UnreadReaction
Contains information about an unread reaction to a message
Update
Contains notifications about data changes
UpdateAccentColors
The list of supported accent colors has changed
UpdateActiveEmojiReactions
The list of active emoji reactions has changed
UpdateActiveGiftAuctions
The list of auctions in which the current user participates has changed
UpdateActiveLiveLocationMessages
The list of messages with active live location that need to be updated by the application has changed. The list is persistent across application restarts only if the message database is used
UpdateActiveNotifications
Contains active notifications that were shown on previous application launches. This update is sent only if the message database is used. In that case it comes once before any updateNotification and updateNotificationGroup update
UpdateAgeVerificationParameters
The parameters for age verification of the current user's account have changed
UpdateAnimatedEmojiMessageClicked
Some animated emoji message was clicked and a big animated sticker must be played if the message is visible on the screen. chatActionWatchingAnimations with the text of the message needs to be sent if the sticker is played
UpdateAnimationSearchParameters
The parameters of animation search through getOption("animation_search_bot_username") bot have changed
UpdateApplicationRecaptchaVerificationRequired
A request can't be completed unless reCAPTCHA verification is performed; for official mobile applications only. The method setApplicationVerificationToken must be called once the verification is completed or failed
UpdateApplicationVerificationRequired
A request can't be completed unless application verification is performed; for official mobile applications only. The method setApplicationVerificationToken must be called once the verification is completed or failed
UpdateAttachmentMenuBots
The list of bots added to attachment or side menu has changed
UpdateAuthorizationState
The user authorization state has changed
UpdateAutosaveSettings
Autosave settings for some type of chats were updated
UpdateAvailableMessageEffects
The list of available message effects has changed
UpdateBasicGroup
Some data of a basic group has changed. This update is guaranteed to come before the basic group identifier is returned to the application
UpdateBasicGroupFullInfo
Some data in basicGroupFullInfo has been changed
UpdateBusinessConnection
A business connection has changed; for bots only
UpdateBusinessMessageEdited
A message in a business account was edited; for bots only
UpdateBusinessMessagesDeleted
Messages in a business account were deleted; for bots only
UpdateCall
New call was created or information about a call was updated
UpdateChatAccentColors
Chat accent colors have changed
UpdateChatAction
A message sender activity in the chat has changed
UpdateChatActionBar
The chat action bar was changed
UpdateChatActiveStories
The list of active stories posted by a specific chat has changed
UpdateChatAddedToList
A chat was added to a chat list
UpdateChatAvailableReactions
The chat available reactions were changed
UpdateChatBackground
The chat background was changed
UpdateChatBlockList
A chat was blocked or unblocked
UpdateChatBoost
A chat boost has changed; for bots only
UpdateChatBusinessBotManageBar
The bar for managing business bot was changed in a chat
UpdateChatDefaultDisableNotification
The value of the default disable_notification parameter, used when a message is sent to the chat, was changed
UpdateChatDraftMessage
A chat draft has changed. Be aware that the update may come in the currently opened chat but with old content of the draft. If the user has changed the content of the draft, this update mustn't be applied
UpdateChatEmojiStatus
Chat emoji status has changed
UpdateChatFolders
The list of chat folders or a chat folder has changed
UpdateChatHasProtectedContent
A chat content was allowed or restricted for saving
UpdateChatHasScheduledMessages
A chat's has_scheduled_messages field has changed
UpdateChatIsMarkedAsUnread
A chat was marked as unread or was read
UpdateChatIsTranslatable
Translation of chat messages was enabled or disabled
UpdateChatJoinResult
A join request from the user was completed
UpdateChatLastMessage
The last message of a chat was changed
UpdateChatMember
User rights changed in a chat; for bots only
UpdateChatMessageAutoDeleteTime
The message auto-delete or self-destruct timer setting for a chat was changed
UpdateChatMessageSender
The message sender that is selected to send messages in a chat has changed
UpdateChatNotificationSettings
Notification settings for a chat were changed
UpdateChatOnlineMemberCount
The number of online group members has changed. This update with non-zero number of online group members is sent only for currently opened chats. There is no guarantee that it is sent just after the number of online users has changed
UpdateChatPendingJoinRequests
The chat pending join requests were changed
UpdateChatPermissions
Chat permissions were changed
UpdateChatPhoto
A chat photo was changed
UpdateChatPosition
The position of a chat in a chat list has changed. An updateChatLastMessage or updateChatDraftMessage update might be sent instead of the update
UpdateChatReadInbox
Incoming messages were read or the number of unread messages has been changed
UpdateChatReadOutbox
Outgoing messages were read
UpdateChatRemovedFromList
A chat was removed from a chat list
UpdateChatReplyMarkup
The chat reply markup was changed
UpdateChatRevenueAmount
The revenue earned from sponsored messages in a chat has changed. If chat revenue screen is opened, then getChatRevenueTransactions may be called to fetch new transactions
UpdateChatTheme
The chat theme was changed
UpdateChatTitle
The title of a chat was changed
UpdateChatUnreadMentionCount
The chat unread_mention_count has changed
UpdateChatUnreadPollVoteCount
The chat unread_poll_vote_count has changed
UpdateChatUnreadReactionCount
The chat unread_reaction_count has changed
UpdateChatVideoChat
A chat video chat state has changed
UpdateChatViewAsTopics
A chat default appearance has changed
UpdateCommunity
Some data of a community has changed. This update is guaranteed to come before the community identifier is returned to the application
UpdateConnectionState
The connection state has changed. This update must be used only to show a human-readable description of the connection state
UpdateContactCloseBirthdays
The list of contacts that had birthdays recently or will have birthday soon has changed
UpdateDefaultBackground
The default background has changed
UpdateDefaultPaidReactionType
The type of default paid reaction has changed
UpdateDefaultReactionType
The type of default reaction has changed
UpdateDeleteMessages
Some messages were deleted
UpdateDiceEmojis
The list of supported dice emojis has changed
UpdateDirectMessagesChatTopic
Basic information about a topic in a channel direct messages chat administered by the current user has changed. This update is guaranteed to come before the topic identifier is returned to the application
UpdateEmojiChatThemes
The list of available emoji chat themes has changed
UpdateFavoriteStickers
The list of favorite stickers was updated
UpdateFile
Information about a file was updated
UpdateFileAddedToDownloads
A file was added to the file download list. This update is sent only after file download list is loaded for the first time
UpdateFileDownload
A file download was changed. This update is sent only after file download list is loaded for the first time
UpdateFileDownloads
The state of the file download list has changed
UpdateFileGenerationStart
The file generation process needs to be started by the application. Use setFileGenerationProgress and finishFileGeneration to generate the file
UpdateFileGenerationStop
File generation is no longer needed
UpdateFileRemovedFromDownloads
A file was removed from the file download list. This update is sent only after file download list is loaded for the first time
UpdateForumTopic
Information about a topic in a forum chat was changed
UpdateForumTopicInfo
Basic information about a topic in a forum chat was changed
UpdateFreezeState
The freeze state of the current user's account has changed
UpdateGiftAuctionState
State of a gift auction was updated
UpdateGramRevenueStatus
The TON Gram revenue earned by the current user has changed. If Gram transaction screen of the chat is opened, then getTonTransactions may be called to fetch new transactions
UpdateGroupCall
Information about a group call was updated
UpdateGroupCallMessageLevels
The levels of live story group call messages have changed
UpdateGroupCallMessagesDeleted
Some group call messages were deleted
UpdateGroupCallMessageSendFailed
A group call message failed to send
UpdateGroupCallParticipant
Information about a group call participant was changed. The updates are sent only after the group call is received through getGroupCall and only if the call is joined or being joined
UpdateGroupCallParticipants
The list of group call participants that can send and receive encrypted call data has changed; for group calls not bound to a chat only
UpdateGroupCallVerificationState
The verification state of an encrypted group call has changed; for group calls not bound to a chat only
UpdateHavePendingNotifications
Describes whether there are some pending notification updates. Can be used to prevent application from killing, while there are some pending notifications
UpdateInstalledStickerSets
The list of installed sticker sets was updated
UpdateLanguagePackStrings
Some language pack strings have been updated
UpdateLiveStoryTopDonors
The list of top donors in live story group call has changed
UpdateManagedBot
A bot that can be managed by the current bot was created or updated; for bots only
UpdateMessageContainsUnreadPollVotes
Unread votes were added or removed from a poll message
UpdateMessageContent
The message content has changed
UpdateMessageContentOpened
The message content was opened. Updates voice note messages to "listened", video note messages to "viewed" and starts the self-destruct timer
UpdateMessageEdited
A message was edited. Changes in the message content will come in a separate updateMessageContent
UpdateMessageFactCheck
A fact-check added to a message was changed
UpdateMessageInteractionInfo
The information about interactions with a message has changed
UpdateMessageIsPinned
The message pinned state was changed
UpdateMessageLiveLocationViewed
A message with a live location was viewed. When the update is received, the application is expected to update the live location
UpdateMessageMentionRead
A message with an unread mention was read
UpdateMessageReaction
User changed its reactions on a message with public reactions; for bots only
UpdateMessageReactions
Reactions added to a message with anonymous reactions have changed; for bots only
UpdateMessageSendAcknowledged
A request to send a message has reached the Telegram server. This doesn't mean that the message will be sent successfully. This update is sent only if the option "use_quick_ack" is set to true. This update may be sent multiple times for the same message
UpdateMessageSendFailed
A message failed to send. Be aware that some messages being sent can be irrecoverably deleted, in which case updateDeleteMessages will be received instead of this update
UpdateMessageSendSucceeded
A message has been successfully sent
UpdateMessageSuggestedPostInfo
Information about suggested post of a message was changed
UpdateMessageUnreadReactions
The list of unread reactions added to a message was changed
UpdateNewBusinessCallbackQuery
A new incoming callback query from a business message; for bots only
UpdateNewBusinessMessage
A new message was added to a business account; for bots only
UpdateNewCallbackQuery
A new incoming callback query; for bots only
UpdateNewCallSignalingData
New call signaling data arrived
UpdateNewChat
A new chat has been loaded/created. This update is guaranteed to come before the chat identifier is returned to the application. The chat field changes will be reported through separate updates
UpdateNewChatJoinRequest
A user sent a join request to a chat; for bots only
UpdateNewChosenInlineResult
The user has chosen a result of an inline query; for bots only
UpdateNewCustomEvent
A new incoming event; for bots only
UpdateNewCustomQuery
A new incoming query; for bots only
UpdateNewGroupCallMessage
A new message was received in a group call
UpdateNewGroupCallPaidReaction
A new paid reaction was received in a live story group call
UpdateNewGuestQuery
A new incoming guest query; for bots only
UpdateNewInlineCallbackQuery
A new incoming callback query from a message sent via a bot; for bots only
UpdateNewInlineQuery
A new incoming inline query; for bots only
UpdateNewMessage
A new message was received; can also be an outgoing message
UpdateNewOauthRequest
An OAuth authorization request was received
UpdateNewPreCheckoutQuery
A new incoming pre-checkout query; for bots only. Contains full information about a checkout
UpdateNewShippingQuery
A new incoming shipping query; for bots only. Only for invoices with flexible price
UpdateNotification
A notification was changed
UpdateNotificationGroup
A list of active notifications in a notification group has changed
UpdateOption
An option changed its value
UpdateOwnedGramCount
The number of TON Grams owned by the current user has changed
UpdateOwnedStarCount
The number of Telegram Stars owned by the current user has changed
UpdatePaidMediaPurchased
Paid media were purchased by a user; for bots only
UpdatePendingMessage
A new pending text or rich message was received in a chat with a bot. The message must be shown in the chat for at most getOption("pending_text_message_period") seconds, replace any other pending message with the same draft_id, and be deleted whenever any incoming message from the bot in the message thread is received
UpdatePoll
A poll was updated; for bots only
UpdatePollAnswer
A user changed the answer to a poll; for bots only
UpdateProfileAccentColors
The list of supported accent colors for user profiles has changed
UpdateQuickReplyShortcut
Basic information about a quick reply shortcut has changed. This update is guaranteed to come before the quick shortcut name is returned to the application
UpdateQuickReplyShortcutDeleted
A quick reply shortcut and all its messages were deleted
UpdateQuickReplyShortcutMessages
The list of quick reply shortcut messages has changed
UpdateQuickReplyShortcuts
The list of quick reply shortcuts has changed
UpdateReactionNotificationSettings
Notification settings for reactions were updated
UpdateRecentStickers
The list of recently used stickers was updated
Updates
Contains a list of updates
UpdateSavedAnimations
The list of saved animations was updated
UpdateSavedMessagesTags
Tags used in Saved Messages or a Saved Messages topic have changed
UpdateSavedMessagesTopic
Basic information about a Saved Messages topic has changed. This update is guaranteed to come before the topic identifier is returned to the application
UpdateSavedMessagesTopicCount
Number of Saved Messages topics has changed
UpdateSavedNotificationSounds
The list of saved notification sounds was updated. This update may not be sent until information about a notification sound was requested for the first time
UpdateScopeNotificationSettings
Notification settings for some type of chats were updated
UpdateSecretChat
Some data of a secret chat has changed. This update is guaranteed to come before the secret chat identifier is returned to the application
UpdateServiceNotification
A service notification from the server was received. Upon receiving this the application must show a popup with the content of the notification
UpdateSpeechRecognitionTrial
The parameters of speech recognition without Telegram Premium subscription have changed
UpdateSpeedLimitNotification
Download or upload file speed for the user was limited, but it can be restored by subscription to Telegram Premium. The notification can be postponed until a file being downloaded or uploaded is visible to the user. Use getOption("premium_download_speedup") or getOption("premium_upload_speedup") to get expected speedup after subscription to Telegram Premium
UpdateStakeDiceState
The stake dice state has changed
UpdateStarRevenueStatus
The Telegram Star revenue earned by a user or a chat has changed. If Telegram Star transaction screen of the chat is opened, then getStarTransactions may be called to fetch new transactions
UpdateStickerSet
A sticker set has changed
UpdateStory
A story was changed
UpdateStoryDeleted
A story became inaccessible
UpdateStoryListChatCount
Number of chats in a story list has changed
UpdateStoryPostFailed
A story failed to post. If the story posting is canceled, then updateStoryDeleted will be received instead of this update
UpdateStoryPostSucceeded
A story has been successfully posted
UpdateStoryStealthMode
Story stealth mode settings have changed
UpdateSuggestedActions
The list of suggested to the user actions has changed
UpdateSupergroup
Some data of a supergroup or a channel has changed. This update is guaranteed to come before the supergroup identifier is returned to the application
UpdateSupergroupFullInfo
Some data in supergroupFullInfo has been changed
UpdateTermsOfService
New terms of service must be accepted by the user. If the terms of service are declined, then the deleteAccount method must be called with the reason "Decline ToS update"
UpdateTextCompositionStyles
The styles supported for text composition have changed
UpdateTopicMessageCount
Number of messages in a topic has changed; for Saved Messages and channel direct messages chat topics only
UpdateTrendingStickerSets
The list of trending sticker sets was updated or some of them were viewed
UpdateTrustedMiniAppBots
Lists of bots which Mini Apps must be allowed to read text from clipboard and must be opened without a warning
UpdateUnconfirmedSession
The first unconfirmed session has changed
UpdateUnreadChatCount
Number of unread chats, i.e. with unread messages or marked as unread, has changed. This update is sent only if the message database is used
UpdateUnreadMessageCount
Number of unread messages in a chat list has changed. This update is sent only if the message database is used
UpdateUser
Some data of a user has changed. This update is guaranteed to come before the user identifier is returned to the application
UpdateUserFullInfo
Some data in userFullInfo has been changed
UpdateUserPrivacySettingRules
Some privacy setting rules have been changed
UpdateUserStatus
The user went online or offline
UpdateUserSubscription
Subscription of a user to the bot was changed; for bots only
UpdateVideoPublished
An automatically scheduled message with video has been successfully sent after conversion
UpdateWebAppMessageSent
A message was sent by an opened Web App, so the Web App needs to be closed
UpdateWebBrowserSettings
Web browser settings have been updated
UpgradeBasicGroupChatToSupergroupChat
Creates a new supergroup from an existing basic group and sends a corresponding messageChatUpgradeTo and messageChatUpgradeFrom; requires owner privileges. Deactivates the original basic group Returns Chat
UpgradedGift
Describes an upgraded gift that can be transferred to another owner or transferred to the TON blockchain as an NFT
UpgradedGiftAttributeId
Contains identifier of an upgraded gift attribute to search for
UpgradedGiftAttributeIdBackdrop
Identifier of a gift backdrop
UpgradedGiftAttributeIdModel
Identifier of a gift model
UpgradedGiftAttributeIdSymbol
Identifier of a gift symbol
UpgradedGiftAttributeRarity
Describes rarity of an upgraded gift attribute
UpgradedGiftAttributeRarityEpic
The attribute is epic
UpgradedGiftAttributeRarityLegendary
The attribute is legendary
UpgradedGiftAttributeRarityPerMille
The rarity is represented as the numeric frequency of the model
UpgradedGiftAttributeRarityRare
The attribute is rare
UpgradedGiftAttributeRarityUncommon
The attribute is uncommon
UpgradedGiftBackdrop
Describes a backdrop of an upgraded gift
UpgradedGiftBackdropColors
Describes colors of a backdrop of an upgraded gift
UpgradedGiftBackdropCount
Describes a backdrop of an upgraded gift
UpgradedGiftColors
Contains information about color scheme for user's name, background of empty chat photo, replies to messages and link previews
UpgradedGiftModel
Describes a model of an upgraded gift
UpgradedGiftModelCount
Describes a model of an upgraded gift with the number of gifts found
UpgradedGiftOrigin
Describes origin from which the upgraded gift was obtained
UpgradedGiftOriginalDetails
Describes the original details about the gift
UpgradedGiftOriginBlockchain
The gift was assigned from blockchain and isn't owned by the current user. The gift can't be transferred, resold or withdrawn to blockchain
UpgradedGiftOriginCraft
The gift was crafted from other gifts
UpgradedGiftOriginOffer
The gift was bought through an offer
UpgradedGiftOriginPrepaidUpgrade
The sender or receiver of the message has paid for upgrade of the gift, which has been completed
UpgradedGiftOriginResale
The gift was bought from another user
UpgradedGiftOriginTransfer
The gift was transferred from another owner
UpgradedGiftOriginUpgrade
The gift was obtained by upgrading of a previously received gift
UpgradedGiftSymbol
Describes a symbol shown on the pattern of an upgraded gift
UpgradedGiftSymbolCount
Describes a symbol shown on the pattern of an upgraded gift
UpgradedGiftValueInfo
Contains information about value of an upgraded gift
UpgradeGift
Upgrades a regular gift Returns UpgradeGiftResult
UpgradeGiftResult
Contains result of gift upgrading
UploadStickerFile
Uploads a file with a sticker; returns the uploaded file Returns File
User
Represents a user
UserAuctionBid
Describes a bid of the current user in an auction
UserFullInfo
Contains full information about a user
Contains an HTTPS URL, which can be used to get information about a user
Usernames
Describes usernames assigned to a user, a supergroup, or a channel
UserPrivacySetting
Describes available user privacy settings
UserPrivacySettingAllowCalls
A privacy setting for managing whether the user can be called
UserPrivacySettingAllowChatInvites
A privacy setting for managing whether the user can be invited to chats
UserPrivacySettingAllowFindingByPhoneNumber
A privacy setting for managing whether the user can be found by their phone number. Checked only if the phone number is not known to the other user. Can be set only to "Allow contacts" or "Allow all"
UserPrivacySettingAllowPeerToPeerCalls
A privacy setting for managing whether peer-to-peer connections can be used for calls
UserPrivacySettingAllowPrivateVoiceAndVideoNoteMessages
A privacy setting for managing whether the user can receive voice and video messages in private chats; for Telegram Premium users only
UserPrivacySettingAllowUnpaidMessages
A privacy setting for managing whether the user can receive messages without additional payment
UserPrivacySettingAutosaveGifts
A privacy setting for managing whether received gifts are automatically shown on the user's profile page
UserPrivacySettingRule
Represents a single rule for managing user privacy settings
UserPrivacySettingRuleAllowAll
A rule to allow all users to do something
UserPrivacySettingRuleAllowBots
A rule to allow all bots to do something
UserPrivacySettingRuleAllowChatMembers
A rule to allow all members of certain specified basic groups and supergroups to doing something
UserPrivacySettingRuleAllowContacts
A rule to allow all contacts of the user to do something
UserPrivacySettingRuleAllowPremiumUsers
A rule to allow all Premium Users to do something; currently, allowed only for userPrivacySettingAllowChatInvites
UserPrivacySettingRuleAllowUsers
A rule to allow certain specified users to do something
UserPrivacySettingRuleRestrictAll
A rule to restrict all users from doing something
UserPrivacySettingRuleRestrictBots
A rule to restrict all bots from doing something
UserPrivacySettingRuleRestrictChatMembers
A rule to restrict all members of specified basic groups and supergroups from doing something
UserPrivacySettingRuleRestrictContacts
A rule to restrict all contacts of the user from doing something
UserPrivacySettingRuleRestrictUsers
A rule to restrict all specified users from doing something
UserPrivacySettingRules
A list of privacy rules. Rules are matched in the specified order. The first matched rule defines the privacy setting for a given user. If no rule matches, the action is not allowed
UserPrivacySettingShowBio
A privacy setting for managing whether the user's bio is visible
UserPrivacySettingShowBirthdate
A privacy setting for managing whether the user's birthdate is visible
UserPrivacySettingShowLinkInForwardedMessages
A privacy setting for managing whether a link to the user's account is included in forwarded messages
UserPrivacySettingShowPhoneNumber
A privacy setting for managing whether the user's phone number is visible
UserPrivacySettingShowProfileAudio
A privacy setting for managing whether the user's profile audio files are visible
UserPrivacySettingShowProfilePhoto
A privacy setting for managing whether the user's profile photo is visible
UserPrivacySettingShowStatus
A privacy setting for managing whether the user's online status is visible
UserRating
Contains description of user rating
Users
Represents a list of users
UserStatus
Describes the last time the user was online
UserStatusEmpty
The user's status has never been changed
UserStatusLastMonth
The user is offline, but was online last month
UserStatusLastWeek
The user is offline, but was online last week
UserStatusOffline
The user is offline
UserStatusOnline
The user is online
UserStatusRecently
The user was online recently
UserSupportInfo
Contains custom information about the user
UserType
Represents the type of user. The following types are possible: regular users, deleted users and bots
UserTypeBot
A bot (see https://core.telegram.org/bots)
UserTypeDeleted
A deleted user or deleted bot. No information on the user besides the user identifier is available. It is not possible to perform any active actions on this type of user
UserTypeRegular
A regular user
UserTypeUnknown
No information on the user besides the user identifier is available, yet this user has not been deleted. This object is extremely rare and must be handled like a deleted user. It is not possible to perform any actions on users of this type
ValidatedOrderInfo
Contains a temporary identifier of validated order information, which is stored for one hour, and the available shipping options
ValidateOrderInfo
Validates the order information provided by a user and returns the available shipping options for a flexible invoice Returns ValidatedOrderInfo
VectorPathCommand
Represents a vector path command
VectorPathCommandCubicBezierCurve
A cubic B
VectorPathCommandLine
A straight line to a given point
Venue
Describes a venue
VerificationStatus
Contains information about verification status of a chat or a user
Video
Describes a video file
VideoChat
Describes a video chat, i.e. a group call bound to a chat
VideoMessageAdvertisement
Describes an advertisement to be shown while a video from a message is watched
VideoMessageAdvertisements
Contains a list of advertisements to be shown while a video from a message is watched
VideoNote
Describes a video note. The video must be equal in width and height, cropped to a circle, and stored in MPEG4 format
VideoStoryboard
Describes a storyboard for a video
ViewMessages
Informs TDLib that messages are being viewed by the user. Sponsored messages must be marked as viewed only when the entire text of the message is shown on the screen (excluding the button). Many useful activities depend on whether the messages are currently being viewed or not (e.g., marking messages as read, incrementing a view counter, updating a view counter, removing deleted messages in supergroups and channels) Returns Ok
ViewPremiumFeature
Informs TDLib that the user viewed detailed information about a Premium feature on the Premium features screen Returns Ok
ViewSponsoredChat
Informs TDLib that the user fully viewed a sponsored chat Returns Ok
ViewTrendingStickerSets
Informs the server that some trending sticker sets have been viewed by the user Returns Ok
ViewVideoMessageAdvertisement
Informs TDLib that the user viewed a video message advertisement Returns Ok
VoiceNote
Describes a voice note
WebApp
Describes a Web App. Use getInternalLink with internalLinkTypeWebApp to share the Web App
WebAppInfo
Contains information about a Web App
WebAppOpenMode
Describes mode in which a Web App is opened
WebAppOpenModeCompact
The Web App is opened in the compact mode
WebAppOpenModeFullScreen
The Web App is opened in the full-screen mode
WebAppOpenModeFullSize
The Web App is opened in the full-size mode
WebAppOpenParameters
Options to be used when a Web App is opened
WebAppUrl
Contains information about a Web App URL
WebBrowserSettings
Describes web browser settings
WebBrowserType
Describes the type of web browser
WebBrowserTypeExternal
An external web browser
WebBrowserTypeInApp
The in-app browser
WebDomainException
Describes an exception for built-in browser usage
WebPageInstantView
Describes an instant view page for a web page
WriteGeneratedFilePart
Writes a part of a generated file. This method is intended to be used only if the application has no direct access to TDLib's file system, because it is usually slower than a direct write to the destination file Returns Ok

Extensions

AccentColorExtensions on AccentColor
AcceptCallExtensions on AcceptCall
AcceptedGiftTypesExtensions on AcceptedGiftTypes
AcceptOauthRequestExtensions on AcceptOauthRequest
AcceptTermsOfServiceExtensions on AcceptTermsOfService
AccountInfoExtensions on AccountInfo
AccountTtlExtensions on AccountTtl
ActiveStoryStateExtensions on ActiveStoryState
ActiveStoryStateLiveExtensions on ActiveStoryStateLive
AddBotMediaPreviewExtensions on AddBotMediaPreview
AddChatFolderByInviteLinkExtensions on AddChatFolderByInviteLink
AddChatMemberExtensions on AddChatMember
AddChatMembersExtensions on AddChatMembers
AddChatToListExtensions on AddChatToList
AddChecklistTasksExtensions on AddChecklistTasks
AddContactExtensions on AddContact
AddCustomServerLanguagePackExtensions on AddCustomServerLanguagePack
AddedProxiesExtensions on AddedProxies
AddedProxyExtensions on AddedProxy
AddedReactionExtensions on AddedReaction
AddedReactionsExtensions on AddedReactions
AddFavoriteStickerExtensions on AddFavoriteSticker
AddFileToDownloadsExtensions on AddFileToDownloads
AddGiftCollectionGiftsExtensions on AddGiftCollectionGifts
AddLocalMessageExtensions on AddLocalMessage
AddLoginPasskeyExtensions on AddLoginPasskey
AddLogMessageExtensions on AddLogMessage
AddMessageReactionExtensions on AddMessageReaction
AddNetworkStatisticsExtensions on AddNetworkStatistics
AddOfferExtensions on AddOffer
AddPendingLiveStoryReactionExtensions on AddPendingLiveStoryReaction
AddPendingPaidMessageReactionExtensions on AddPendingPaidMessageReaction
AddPollOptionExtensions on AddPollOption
AddProfileAudioExtensions on AddProfileAudio
AddProxyExtensions on AddProxy
AddQuickReplyShortcutInlineQueryResultMessageExtensions on AddQuickReplyShortcutInlineQueryResultMessage
AddQuickReplyShortcutMessageAlbumExtensions on AddQuickReplyShortcutMessageAlbum
AddQuickReplyShortcutMessageExtensions on AddQuickReplyShortcutMessage
AddRecentlyFoundChatExtensions on AddRecentlyFoundChat
AddRecentStickerExtensions on AddRecentSticker
AddressExtensions on Address
AddSavedAnimationExtensions on AddSavedAnimation
AddSavedNotificationSoundExtensions on AddSavedNotificationSound
AddStickerToSetExtensions on AddStickerToSet
AddStoryAlbumStoriesExtensions on AddStoryAlbumStories
AddTextCompositionStyleExtensions on AddTextCompositionStyle
AddWebBrowserSettingsExceptionExtensions on AddWebBrowserSettingsException
AdvertisementSponsorExtensions on AdvertisementSponsor
AffiliateInfoExtensions on AffiliateInfo
AffiliateProgramInfoExtensions on AffiliateProgramInfo
AffiliateProgramParametersExtensions on AffiliateProgramParameters
AffiliateProgramSortOrderExtensions on AffiliateProgramSortOrder
AffiliateTypeBotExtensions on AffiliateTypeBot
AffiliateTypeChannelExtensions on AffiliateTypeChannel
AffiliateTypeExtensions on AffiliateType
AgeVerificationParametersExtensions on AgeVerificationParameters
AllowBotToSendMessagesExtensions on AllowBotToSendMessages
AllowUnpaidMessagesFromUserExtensions on AllowUnpaidMessagesFromUser
AlternativeVideoExtensions on AlternativeVideo
AnimatedChatPhotoExtensions on AnimatedChatPhoto
AnimatedEmojiExtensions on AnimatedEmoji
AnimationExtensions on Animation
AnimationsExtensions on Animations
AnswerCallbackQueryExtensions on AnswerCallbackQuery
AnswerChatJoinRequestQueryExtensions on AnswerChatJoinRequestQuery
AnswerCustomQueryExtensions on AnswerCustomQuery
AnswerGuestQueryExtensions on AnswerGuestQuery
AnswerInlineQueryExtensions on AnswerInlineQuery
AnswerPreCheckoutQueryExtensions on AnswerPreCheckoutQuery
AnswerShippingQueryExtensions on AnswerShippingQuery
AnswerWebAppQueryExtensions on AnswerWebAppQuery
ApplyPremiumGiftCodeExtensions on ApplyPremiumGiftCode
ApproveSuggestedPostExtensions on ApproveSuggestedPost
ArchiveChatListSettingsExtensions on ArchiveChatListSettings
AssignStoreTransactionExtensions on AssignStoreTransaction
AttachmentMenuBotColorExtensions on AttachmentMenuBotColor
AttachmentMenuBotExtensions on AttachmentMenuBot
AttributeCraftPersistenceProbabilityExtensions on AttributeCraftPersistenceProbability
AuctionBidExtensions on AuctionBid
AuctionRoundExtensions on AuctionRound
AuctionStateActiveExtensions on AuctionStateActive
AuctionStateExtensions on AuctionState
AuctionStateFinishedExtensions on AuctionStateFinished
AudioExtensions on Audio
AudiosExtensions on Audios
AuthenticationCodeInfoExtensions on AuthenticationCodeInfo
AuthenticationCodeTypeCallExtensions on AuthenticationCodeTypeCall
AuthenticationCodeTypeExtensions on AuthenticationCodeType
AuthenticationCodeTypeFirebaseAndroidExtensions on AuthenticationCodeTypeFirebaseAndroid
AuthenticationCodeTypeFirebaseIosExtensions on AuthenticationCodeTypeFirebaseIos
AuthenticationCodeTypeFlashCallExtensions on AuthenticationCodeTypeFlashCall
AuthenticationCodeTypeFragmentExtensions on AuthenticationCodeTypeFragment
AuthenticationCodeTypeMissedCallExtensions on AuthenticationCodeTypeMissedCall
AuthenticationCodeTypeSmsExtensions on AuthenticationCodeTypeSms
AuthenticationCodeTypeSmsPhraseExtensions on AuthenticationCodeTypeSmsPhrase
AuthenticationCodeTypeSmsWordExtensions on AuthenticationCodeTypeSmsWord
AuthenticationCodeTypeTelegramMessageExtensions on AuthenticationCodeTypeTelegramMessage
AuthorizationStateExtensions on AuthorizationState
AuthorizationStateWaitCodeExtensions on AuthorizationStateWaitCode
AuthorizationStateWaitEmailAddressExtensions on AuthorizationStateWaitEmailAddress
AuthorizationStateWaitEmailCodeExtensions on AuthorizationStateWaitEmailCode
AuthorizationStateWaitOtherDeviceConfirmationExtensions on AuthorizationStateWaitOtherDeviceConfirmation
AuthorizationStateWaitPasswordExtensions on AuthorizationStateWaitPassword
AuthorizationStateWaitPremiumPurchaseExtensions on AuthorizationStateWaitPremiumPurchase
AuthorizationStateWaitRegistrationExtensions on AuthorizationStateWaitRegistration
AutoDownloadSettingsExtensions on AutoDownloadSettings
AutoDownloadSettingsPresetsExtensions on AutoDownloadSettingsPresets
AutosaveSettingsExceptionExtensions on AutosaveSettingsException
AutosaveSettingsExtensions on AutosaveSettings
AutosaveSettingsScopeChatExtensions on AutosaveSettingsScopeChat
AutosaveSettingsScopeExtensions on AutosaveSettingsScope
AvailableGiftExtensions on AvailableGift
AvailableGiftsExtensions on AvailableGifts
AvailableReactionExtensions on AvailableReaction
AvailableReactionsExtensions on AvailableReactions
BackgroundExtensions on Background
BackgroundFillExtensions on BackgroundFill
BackgroundFillFreeformGradientExtensions on BackgroundFillFreeformGradient
BackgroundFillGradientExtensions on BackgroundFillGradient
BackgroundFillSolidExtensions on BackgroundFillSolid
BackgroundsExtensions on Backgrounds
BackgroundTypeChatThemeExtensions on BackgroundTypeChatTheme
BackgroundTypeExtensions on BackgroundType
BackgroundTypeFillExtensions on BackgroundTypeFill
BackgroundTypePatternExtensions on BackgroundTypePattern
BackgroundTypeWallpaperExtensions on BackgroundTypeWallpaper
BanChatMemberExtensions on BanChatMember
BanGroupCallParticipantsExtensions on BanGroupCallParticipants
BankCardActionOpenUrlExtensions on BankCardActionOpenUrl
BankCardInfoExtensions on BankCardInfo
BasicGroupExtensions on BasicGroup
BasicGroupFullInfoExtensions on BasicGroupFullInfo
BirthdateExtensions on Birthdate
BlockListExtensions on BlockList
BlockMessageSenderFromRepliesExtensions on BlockMessageSenderFromReplies
BoostChatExtensions on BoostChat
BotAccessSettingsExtensions on BotAccessSettings
BotCommandExtensions on BotCommand
BotCommandScopeChatAdministratorsExtensions on BotCommandScopeChatAdministrators
BotCommandScopeChatExtensions on BotCommandScopeChat
BotCommandScopeChatMemberExtensions on BotCommandScopeChatMember
BotCommandScopeExtensions on BotCommandScope
BotCommandsExtensions on BotCommands
BotInfoExtensions on BotInfo
BotMediaPreviewExtensions on BotMediaPreview
BotMediaPreviewInfoExtensions on BotMediaPreviewInfo
BotMediaPreviewsExtensions on BotMediaPreviews
BotMenuButtonExtensions on BotMenuButton
BotVerificationExtensions on BotVerification
BotVerificationParametersExtensions on BotVerificationParameters
BotWriteAccessAllowReasonConnectedWebsiteExtensions on BotWriteAccessAllowReasonConnectedWebsite
BotWriteAccessAllowReasonExtensions on BotWriteAccessAllowReason
BotWriteAccessAllowReasonLaunchedWebAppExtensions on BotWriteAccessAllowReasonLaunchedWebApp
BuiltInThemeExtensions on BuiltInTheme
BusinessAwayMessageScheduleCustomExtensions on BusinessAwayMessageScheduleCustom
BusinessAwayMessageScheduleExtensions on BusinessAwayMessageSchedule
BusinessAwayMessageSettingsExtensions on BusinessAwayMessageSettings
BusinessBotManageBarExtensions on BusinessBotManageBar
BusinessBotRightsExtensions on BusinessBotRights
BusinessChatLinkExtensions on BusinessChatLink
BusinessChatLinkInfoExtensions on BusinessChatLinkInfo
BusinessChatLinksExtensions on BusinessChatLinks
BusinessConnectedBotExtensions on BusinessConnectedBot
BusinessConnectedBotInfoExtensions on BusinessConnectedBotInfo
BusinessConnectionExtensions on BusinessConnection
BusinessFeatureExtensions on BusinessFeature
BusinessFeaturePromotionAnimationExtensions on BusinessFeaturePromotionAnimation
BusinessFeaturesExtensions on BusinessFeatures
BusinessGreetingMessageSettingsExtensions on BusinessGreetingMessageSettings
BusinessInfoExtensions on BusinessInfo
BusinessLocationExtensions on BusinessLocation
BusinessMessageExtensions on BusinessMessage
BusinessMessagesExtensions on BusinessMessages
BusinessOpeningHoursExtensions on BusinessOpeningHours
BusinessOpeningHoursIntervalExtensions on BusinessOpeningHoursInterval
BusinessRecipientsExtensions on BusinessRecipients
BusinessStartPageExtensions on BusinessStartPage
ButtonStyleExtensions on ButtonStyle
BuyGiftUpgradeExtensions on BuyGiftUpgrade
CallbackQueryAnswerExtensions on CallbackQueryAnswer
CallbackQueryPayloadDataExtensions on CallbackQueryPayloadData
CallbackQueryPayloadDataWithPasswordExtensions on CallbackQueryPayloadDataWithPassword
CallbackQueryPayloadExtensions on CallbackQueryPayload
CallbackQueryPayloadGameExtensions on CallbackQueryPayloadGame
CallDiscardReasonExtensions on CallDiscardReason
CallDiscardReasonUpgradeToGroupCallExtensions on CallDiscardReasonUpgradeToGroupCall
CallExtensions on Call
CallIdExtensions on CallId
CallProblemExtensions on CallProblem
CallProtocolExtensions on CallProtocol
CallServerExtensions on CallServer
CallServerTypeExtensions on CallServerType
CallServerTypeTelegramReflectorExtensions on CallServerTypeTelegramReflector
CallServerTypeWebrtcExtensions on CallServerTypeWebrtc
CallStateDiscardedExtensions on CallStateDiscarded
CallStateErrorExtensions on CallStateError
CallStateExtensions on CallState
CallStatePendingExtensions on CallStatePending
CallStateReadyExtensions on CallStateReady
CanBotSendMessagesExtensions on CanBotSendMessages
CancelDownloadFileExtensions on CancelDownloadFile
CancelPreliminaryUploadFileExtensions on CancelPreliminaryUploadFile
CanPostStoryExtensions on CanPostStory
CanPostStoryResultExtensions on CanPostStoryResult
CanPostStoryResultLiveStoryIsActiveExtensions on CanPostStoryResultLiveStoryIsActive
CanPostStoryResultMonthlyLimitExceededExtensions on CanPostStoryResultMonthlyLimitExceeded
CanPostStoryResultOkExtensions on CanPostStoryResultOk
CanPostStoryResultWeeklyLimitExceededExtensions on CanPostStoryResultWeeklyLimitExceeded
CanPurchaseFromStoreExtensions on CanPurchaseFromStore
CanSendGiftExtensions on CanSendGift
CanSendGiftResultExtensions on CanSendGiftResult
CanSendGiftResultFailExtensions on CanSendGiftResultFail
CanSendMessageToUserExtensions on CanSendMessageToUser
CanSendMessageToUserResultExtensions on CanSendMessageToUserResult
CanSendMessageToUserResultUserHasPaidMessagesExtensions on CanSendMessageToUserResultUserHasPaidMessages
CanTransferOwnershipResultExtensions on CanTransferOwnershipResult
CanTransferOwnershipResultPasswordTooFreshExtensions on CanTransferOwnershipResultPasswordTooFresh
CanTransferOwnershipResultSessionTooFreshExtensions on CanTransferOwnershipResultSessionTooFresh
ChangeImportedContactsExtensions on ChangeImportedContacts
ChangeStickerSetExtensions on ChangeStickerSet
ChangeWebBrowserSettingsExtensions on ChangeWebBrowserSettings
ChatActionBarExtensions on ChatActionBar
ChatActionBarJoinRequestExtensions on ChatActionBarJoinRequest
ChatActionBarReportAddBlockExtensions on ChatActionBarReportAddBlock
ChatActionBarReportSpamExtensions on ChatActionBarReportSpam
ChatActionExtensions on ChatAction
ChatActionUploadingDocumentExtensions on ChatActionUploadingDocument
ChatActionUploadingPhotoExtensions on ChatActionUploadingPhoto
ChatActionUploadingVideoExtensions on ChatActionUploadingVideo
ChatActionUploadingVideoNoteExtensions on ChatActionUploadingVideoNote
ChatActionUploadingVoiceNoteExtensions on ChatActionUploadingVoiceNote
ChatActionWatchingAnimationsExtensions on ChatActionWatchingAnimations
ChatActiveStoriesExtensions on ChatActiveStories
ChatAdministratorExtensions on ChatAdministrator
ChatAdministratorRightsExtensions on ChatAdministratorRights
ChatAdministratorsExtensions on ChatAdministrators
ChatAvailableReactionsAllExtensions on ChatAvailableReactionsAll
ChatAvailableReactionsExtensions on ChatAvailableReactions
ChatAvailableReactionsSomeExtensions on ChatAvailableReactionsSome
ChatBackgroundExtensions on ChatBackground
ChatBoostExtensions on ChatBoost
ChatBoostFeaturesExtensions on ChatBoostFeatures
ChatBoostLevelFeaturesExtensions on ChatBoostLevelFeatures
ChatBoostLinkExtensions on ChatBoostLink
ChatBoostLinkInfoExtensions on ChatBoostLinkInfo
ChatBoostSlotExtensions on ChatBoostSlot
ChatBoostSlotsExtensions on ChatBoostSlots
ChatBoostSourceExtensions on ChatBoostSource
ChatBoostSourceGiftCodeExtensions on ChatBoostSourceGiftCode
ChatBoostSourceGiveawayExtensions on ChatBoostSourceGiveaway
ChatBoostSourcePremiumExtensions on ChatBoostSourcePremium
ChatBoostStatusExtensions on ChatBoostStatus
ChatEventAccentColorChangedExtensions on ChatEventAccentColorChanged
ChatEventActionExtensions on ChatEventAction
ChatEventActiveUsernamesChangedExtensions on ChatEventActiveUsernamesChanged
ChatEventAutomaticTranslationToggledExtensions on ChatEventAutomaticTranslationToggled
ChatEventAvailableReactionsChangedExtensions on ChatEventAvailableReactionsChanged
ChatEventBackgroundChangedExtensions on ChatEventBackgroundChanged
ChatEventCustomEmojiStickerSetChangedExtensions on ChatEventCustomEmojiStickerSetChanged
ChatEventDescriptionChangedExtensions on ChatEventDescriptionChanged
ChatEventEmojiStatusChangedExtensions on ChatEventEmojiStatusChanged
ChatEventExtensions on ChatEvent
ChatEventForumTopicCreatedExtensions on ChatEventForumTopicCreated
ChatEventForumTopicDeletedExtensions on ChatEventForumTopicDeleted
ChatEventForumTopicEditedExtensions on ChatEventForumTopicEdited
ChatEventForumTopicPinnedExtensions on ChatEventForumTopicPinned
ChatEventForumTopicToggleIsClosedExtensions on ChatEventForumTopicToggleIsClosed
ChatEventForumTopicToggleIsHiddenExtensions on ChatEventForumTopicToggleIsHidden
ChatEventHasAggressiveAntiSpamEnabledToggledExtensions on ChatEventHasAggressiveAntiSpamEnabledToggled
ChatEventHasProtectedContentToggledExtensions on ChatEventHasProtectedContentToggled
ChatEventInviteLinkDeletedExtensions on ChatEventInviteLinkDeleted
ChatEventInviteLinkEditedExtensions on ChatEventInviteLinkEdited
ChatEventInviteLinkRevokedExtensions on ChatEventInviteLinkRevoked
ChatEventInvitesToggledExtensions on ChatEventInvitesToggled
ChatEventIsAllHistoryAvailableToggledExtensions on ChatEventIsAllHistoryAvailableToggled
ChatEventIsForumToggledExtensions on ChatEventIsForumToggled
ChatEventLinkedChatChangedExtensions on ChatEventLinkedChatChanged
ChatEventLocationChangedExtensions on ChatEventLocationChanged
ChatEventLogFiltersExtensions on ChatEventLogFilters
ChatEventMemberInvitedExtensions on ChatEventMemberInvited
ChatEventMemberJoinedByInviteLinkExtensions on ChatEventMemberJoinedByInviteLink
ChatEventMemberJoinedByRequestExtensions on ChatEventMemberJoinedByRequest
ChatEventMemberPromotedExtensions on ChatEventMemberPromoted
ChatEventMemberRestrictedExtensions on ChatEventMemberRestricted
ChatEventMemberSubscriptionExtendedExtensions on ChatEventMemberSubscriptionExtended
ChatEventMemberTagChangedExtensions on ChatEventMemberTagChanged
ChatEventMessageAutoDeleteTimeChangedExtensions on ChatEventMessageAutoDeleteTimeChanged
ChatEventMessageDeletedExtensions on ChatEventMessageDeleted
ChatEventMessageEditedExtensions on ChatEventMessageEdited
ChatEventMessagePinnedExtensions on ChatEventMessagePinned
ChatEventMessageUnpinnedExtensions on ChatEventMessageUnpinned
ChatEventPermissionsChangedExtensions on ChatEventPermissionsChanged
ChatEventPhotoChangedExtensions on ChatEventPhotoChanged
ChatEventPollStoppedExtensions on ChatEventPollStopped
ChatEventProfileAccentColorChangedExtensions on ChatEventProfileAccentColorChanged
ChatEventsExtensions on ChatEvents
ChatEventShowMessageSenderToggledExtensions on ChatEventShowMessageSenderToggled
ChatEventSignMessagesToggledExtensions on ChatEventSignMessagesToggled
ChatEventSlowModeDelayChangedExtensions on ChatEventSlowModeDelayChanged
ChatEventStickerSetChangedExtensions on ChatEventStickerSetChanged
ChatEventTitleChangedExtensions on ChatEventTitleChanged
ChatEventUsernameChangedExtensions on ChatEventUsernameChanged
ChatEventVideoChatCreatedExtensions on ChatEventVideoChatCreated
ChatEventVideoChatEndedExtensions on ChatEventVideoChatEnded
ChatEventVideoChatMuteNewParticipantsToggledExtensions on ChatEventVideoChatMuteNewParticipantsToggled
ChatEventVideoChatParticipantIsMutedToggledExtensions on ChatEventVideoChatParticipantIsMutedToggled
ChatEventVideoChatParticipantVolumeLevelChangedExtensions on ChatEventVideoChatParticipantVolumeLevelChanged
ChatExtensions on Chat
ChatFolderExtensions on ChatFolder
ChatFolderIconExtensions on ChatFolderIcon
ChatFolderInfoExtensions on ChatFolderInfo
ChatFolderInviteLinkExtensions on ChatFolderInviteLink
ChatFolderInviteLinkInfoExtensions on ChatFolderInviteLinkInfo
ChatFolderInviteLinksExtensions on ChatFolderInviteLinks
ChatFolderNameExtensions on ChatFolderName
ChatInviteLinkCountExtensions on ChatInviteLinkCount
ChatInviteLinkCountsExtensions on ChatInviteLinkCounts
ChatInviteLinkExtensions on ChatInviteLink
ChatInviteLinkInfoExtensions on ChatInviteLinkInfo
ChatInviteLinkMemberExtensions on ChatInviteLinkMember
ChatInviteLinkMembersExtensions on ChatInviteLinkMembers
ChatInviteLinksExtensions on ChatInviteLinks
ChatInviteLinkSubscriptionInfoExtensions on ChatInviteLinkSubscriptionInfo
ChatJoinRequestExtensions on ChatJoinRequest
ChatJoinRequestResultExtensions on ChatJoinRequestResult
ChatJoinRequestsExtensions on ChatJoinRequests
ChatJoinRequestsInfoExtensions on ChatJoinRequestsInfo
ChatJoinResultExtensions on ChatJoinResult
ChatJoinResultGuardBotApprovalRequiredExtensions on ChatJoinResultGuardBotApprovalRequired
ChatJoinResultSuccessExtensions on ChatJoinResultSuccess
ChatListExtensions on ChatList
ChatListFolderExtensions on ChatListFolder
ChatListsExtensions on ChatLists
ChatLocationExtensions on ChatLocation
ChatMemberExtensions on ChatMember
ChatMembersExtensions on ChatMembers
ChatMembersFilterExtensions on ChatMembersFilter
ChatMembersFilterMentionExtensions on ChatMembersFilterMention
ChatMemberStatusAdministratorExtensions on ChatMemberStatusAdministrator
ChatMemberStatusBannedExtensions on ChatMemberStatusBanned
ChatMemberStatusCreatorExtensions on ChatMemberStatusCreator
ChatMemberStatusExtensions on ChatMemberStatus
ChatMemberStatusMemberExtensions on ChatMemberStatusMember
ChatMemberStatusRestrictedExtensions on ChatMemberStatusRestricted
ChatMessageSenderExtensions on ChatMessageSender
ChatMessageSendersExtensions on ChatMessageSenders
ChatNotificationSettingsExtensions on ChatNotificationSettings
ChatPermissionsExtensions on ChatPermissions
ChatPhotoExtensions on ChatPhoto
ChatPhotoInfoExtensions on ChatPhotoInfo
ChatPhotosExtensions on ChatPhotos
ChatPhotoStickerExtensions on ChatPhotoSticker
ChatPhotoStickerTypeCustomEmojiExtensions on ChatPhotoStickerTypeCustomEmoji
ChatPhotoStickerTypeExtensions on ChatPhotoStickerType
ChatPhotoStickerTypeRegularOrMaskExtensions on ChatPhotoStickerTypeRegularOrMask
ChatPositionExtensions on ChatPosition
ChatRevenueAmountExtensions on ChatRevenueAmount
ChatRevenueStatisticsExtensions on ChatRevenueStatistics
ChatRevenueTransactionExtensions on ChatRevenueTransaction
ChatRevenueTransactionsExtensions on ChatRevenueTransactions
ChatRevenueTransactionTypeExtensions on ChatRevenueTransactionType
ChatRevenueTransactionTypeFragmentRefundExtensions on ChatRevenueTransactionTypeFragmentRefund
ChatRevenueTransactionTypeFragmentWithdrawalExtensions on ChatRevenueTransactionTypeFragmentWithdrawal
ChatRevenueTransactionTypeSponsoredMessageEarningsExtensions on ChatRevenueTransactionTypeSponsoredMessageEarnings
ChatRevenueTransactionTypeSuggestedPostEarningsExtensions on ChatRevenueTransactionTypeSuggestedPostEarnings
ChatsExtensions on Chats
ChatSourceExtensions on ChatSource
ChatSourcePublicServiceAnnouncementExtensions on ChatSourcePublicServiceAnnouncement
ChatStatisticsAdministratorActionsInfoExtensions on ChatStatisticsAdministratorActionsInfo
ChatStatisticsChannelExtensions on ChatStatisticsChannel
ChatStatisticsExtensions on ChatStatistics
ChatStatisticsInteractionInfoExtensions on ChatStatisticsInteractionInfo
ChatStatisticsInviterInfoExtensions on ChatStatisticsInviterInfo
ChatStatisticsMessageSenderInfoExtensions on ChatStatisticsMessageSenderInfo
ChatStatisticsObjectTypeExtensions on ChatStatisticsObjectType
ChatStatisticsObjectTypeMessageExtensions on ChatStatisticsObjectTypeMessage
ChatStatisticsObjectTypeStoryExtensions on ChatStatisticsObjectTypeStory
ChatStatisticsSupergroupExtensions on ChatStatisticsSupergroup
ChatThemeEmojiExtensions on ChatThemeEmoji
ChatThemeExtensions on ChatTheme
ChatThemeGiftExtensions on ChatThemeGift
ChatTypeBasicGroupExtensions on ChatTypeBasicGroup
ChatTypeExtensions on ChatType
ChatTypePrivateExtensions on ChatTypePrivate
ChatTypeSecretExtensions on ChatTypeSecret
ChatTypeSupergroupExtensions on ChatTypeSupergroup
CheckAuthenticationBotTokenExtensions on CheckAuthenticationBotToken
CheckAuthenticationCodeExtensions on CheckAuthenticationCode
CheckAuthenticationEmailCodeExtensions on CheckAuthenticationEmailCode
CheckAuthenticationPasskeyExtensions on CheckAuthenticationPasskey
CheckAuthenticationPasswordExtensions on CheckAuthenticationPassword
CheckAuthenticationPasswordRecoveryCodeExtensions on CheckAuthenticationPasswordRecoveryCode
CheckAuthenticationPremiumPurchaseExtensions on CheckAuthenticationPremiumPurchase
CheckAuthenticationWebTokenExtensions on CheckAuthenticationWebToken
CheckBotUsernameExtensions on CheckBotUsername
CheckChatFolderInviteLinkExtensions on CheckChatFolderInviteLink
CheckChatInviteLinkExtensions on CheckChatInviteLink
CheckChatUsernameExtensions on CheckChatUsername
CheckChatUsernameResultExtensions on CheckChatUsernameResult
CheckCreatedPublicChatsLimitExtensions on CheckCreatedPublicChatsLimit
CheckEmailAddressVerificationCodeExtensions on CheckEmailAddressVerificationCode
ChecklistExtensions on Checklist
ChecklistTaskExtensions on ChecklistTask
CheckLoginEmailAddressCodeExtensions on CheckLoginEmailAddressCode
CheckOauthRequestMatchCodeExtensions on CheckOauthRequestMatchCode
CheckPasswordRecoveryCodeExtensions on CheckPasswordRecoveryCode
CheckPhoneNumberCodeExtensions on CheckPhoneNumberCode
CheckPremiumGiftCodeExtensions on CheckPremiumGiftCode
CheckQuickReplyShortcutNameExtensions on CheckQuickReplyShortcutName
CheckRecoveryEmailAddressCodeExtensions on CheckRecoveryEmailAddressCode
CheckStickerSetNameExtensions on CheckStickerSetName
CheckStickerSetNameResultExtensions on CheckStickerSetNameResult
CheckWebAppFileDownloadExtensions on CheckWebAppFileDownload
CleanFileNameExtensions on CleanFileName
ClearAllDraftMessagesExtensions on ClearAllDraftMessages
ClearRecentStickersExtensions on ClearRecentStickers
ClearSearchedForTagsExtensions on ClearSearchedForTags
ClickAnimatedEmojiMessageExtensions on ClickAnimatedEmojiMessage
ClickChatSponsoredMessageExtensions on ClickChatSponsoredMessage
ClickVideoMessageAdvertisementExtensions on ClickVideoMessageAdvertisement
CloseBirthdayUserExtensions on CloseBirthdayUser
CloseChatExtensions on CloseChat
ClosedVectorPathExtensions on ClosedVectorPath
CloseGiftAuctionExtensions on CloseGiftAuction
CloseSecretChatExtensions on CloseSecretChat
CloseStoryExtensions on CloseStory
CloseWebAppExtensions on CloseWebApp
CollectibleItemInfoExtensions on CollectibleItemInfo
CollectibleItemTypeExtensions on CollectibleItemType
CollectibleItemTypePhoneNumberExtensions on CollectibleItemTypePhoneNumber
CollectibleItemTypeUsernameExtensions on CollectibleItemTypeUsername
CommitPendingLiveStoryReactionsExtensions on CommitPendingLiveStoryReactions
CommitPendingPaidMessageReactionsExtensions on CommitPendingPaidMessageReactions
CommunityAdministratorRightsExtensions on CommunityAdministratorRights
CommunityExtensions on Community
CommunityMemberStatusAdministratorExtensions on CommunityMemberStatusAdministrator
CommunityMemberStatusExtensions on CommunityMemberStatus
CommunityPermissionsExtensions on CommunityPermissions
ComposeRichMessageWithAiExtensions on ComposeRichMessageWithAi
ComposeTextWithAiExtensions on ComposeTextWithAi
ConfirmBusinessConnectedBotExtensions on ConfirmBusinessConnectedBot
ConfirmQrCodeAuthenticationExtensions on ConfirmQrCodeAuthentication
ConfirmSessionExtensions on ConfirmSession
ConnectAffiliateProgramExtensions on ConnectAffiliateProgram
ConnectedAffiliateProgramExtensions on ConnectedAffiliateProgram
ConnectedAffiliateProgramsExtensions on ConnectedAffiliatePrograms
ConnectedWebsiteExtensions on ConnectedWebsite
ConnectedWebsitesExtensions on ConnectedWebsites
ConnectionStateExtensions on ConnectionState
ContactExtensions on Contact
ConvertExtensions on Map<String, dynamic>
CountExtensions on Count
CountriesExtensions on Countries
CountryInfoExtensions on CountryInfo
CraftGiftExtensions on CraftGift
CraftGiftResultExtensions on CraftGiftResult
CraftGiftResultSuccessExtensions on CraftGiftResultSuccess
CraftGiftResultTooEarlyExtensions on CraftGiftResultTooEarly
CreateBasicGroupChatExtensions on CreateBasicGroupChat
CreateBotExtensions on CreateBot
CreateBusinessChatLinkExtensions on CreateBusinessChatLink
CreateCallExtensions on CreateCall
CreateChatFolderExtensions on CreateChatFolder
CreateChatFolderInviteLinkExtensions on CreateChatFolderInviteLink
CreateChatInviteLinkExtensions on CreateChatInviteLink
CreateChatSubscriptionInviteLinkExtensions on CreateChatSubscriptionInviteLink
CreatedBasicGroupChatExtensions on CreatedBasicGroupChat
CreateForumTopicExtensions on CreateForumTopic
CreateGiftCollectionExtensions on CreateGiftCollection
CreateGroupCallExtensions on CreateGroupCall
CreateInvoiceLinkExtensions on CreateInvoiceLink
CreateNewBasicGroupChatExtensions on CreateNewBasicGroupChat
CreateNewSecretChatExtensions on CreateNewSecretChat
CreateNewStickerSetExtensions on CreateNewStickerSet
CreateNewSupergroupChatExtensions on CreateNewSupergroupChat
CreatePrivateChatExtensions on CreatePrivateChat
CreateRichMessageWithAiExtensions on CreateRichMessageWithAi
CreateSecretChatExtensions on CreateSecretChat
CreateStoryAlbumExtensions on CreateStoryAlbum
CreateSupergroupChatExtensions on CreateSupergroupChat
CreateTemporaryPasswordExtensions on CreateTemporaryPassword
CreateTextCompositionStyleExtensions on CreateTextCompositionStyle
CreateVideoChatExtensions on CreateVideoChat
CurrentWeatherExtensions on CurrentWeather
CustomRequestResultExtensions on CustomRequestResult
DatabaseStatisticsExtensions on DatabaseStatistics
DataExtensions on Data
DatedFileExtensions on DatedFile
DateExtensions on Date
DateRangeExtensions on DateRange
DateTimeFormattingTypeAbsoluteExtensions on DateTimeFormattingTypeAbsolute
DateTimeFormattingTypeExtensions on DateTimeFormattingType
DateTimePartPrecisionExtensions on DateTimePartPrecision
DeclineGroupCallInvitationExtensions on DeclineGroupCallInvitation
DeclineOauthRequestExtensions on DeclineOauthRequest
DeclineSuggestedPostExtensions on DeclineSuggestedPost
DecryptGroupCallDataExtensions on DecryptGroupCallData
DeepLinkInfoExtensions on DeepLinkInfo
DeleteAccountExtensions on DeleteAccount
DeleteAllCallMessagesExtensions on DeleteAllCallMessages
DeleteAllRecentMessageReactionsFromSenderExtensions on DeleteAllRecentMessageReactionsFromSender
DeleteAllRevokedChatInviteLinksExtensions on DeleteAllRevokedChatInviteLinks
DeleteBotMediaPreviewsExtensions on DeleteBotMediaPreviews
DeleteBusinessChatLinkExtensions on DeleteBusinessChatLink
DeleteBusinessConnectedBotExtensions on DeleteBusinessConnectedBot
DeleteBusinessMessagesExtensions on DeleteBusinessMessages
DeleteBusinessStoryExtensions on DeleteBusinessStory
DeleteChatBackgroundExtensions on DeleteChatBackground
DeleteChatExtensions on DeleteChat
DeleteChatFolderExtensions on DeleteChatFolder
DeleteChatFolderInviteLinkExtensions on DeleteChatFolderInviteLink
DeleteChatHistoryExtensions on DeleteChatHistory
DeleteChatMessagesByDateExtensions on DeleteChatMessagesByDate
DeleteChatMessagesBySenderExtensions on DeleteChatMessagesBySender
DeleteChatReplyMarkupExtensions on DeleteChatReplyMarkup
DeleteCommandsExtensions on DeleteCommands
DeleteDefaultBackgroundExtensions on DeleteDefaultBackground
DeleteDirectMessagesChatTopicHistoryExtensions on DeleteDirectMessagesChatTopicHistory
DeleteDirectMessagesChatTopicMessagesByDateExtensions on DeleteDirectMessagesChatTopicMessagesByDate
DeleteEphemeralMessageExtensions on DeleteEphemeralMessage
DeleteFileExtensions on DeleteFile
DeleteForumTopicExtensions on DeleteForumTopic
DeleteGiftCollectionExtensions on DeleteGiftCollection
DeleteGroupCallMessagesBySenderExtensions on DeleteGroupCallMessagesBySender
DeleteGroupCallMessagesExtensions on DeleteGroupCallMessages
DeleteLanguagePackExtensions on DeleteLanguagePack
DeleteMessageReactionsFromSenderExtensions on DeleteMessageReactionsFromSender
DeleteMessagesExtensions on DeleteMessages
DeletePassportElementExtensions on DeletePassportElement
DeletePollOptionExtensions on DeletePollOption
DeleteProfilePhotoExtensions on DeleteProfilePhoto
DeleteQuickReplyShortcutExtensions on DeleteQuickReplyShortcut
DeleteQuickReplyShortcutMessagesExtensions on DeleteQuickReplyShortcutMessages
DeleteRevokedChatInviteLinkExtensions on DeleteRevokedChatInviteLink
DeleteSavedMessagesTopicHistoryExtensions on DeleteSavedMessagesTopicHistory
DeleteSavedMessagesTopicMessagesByDateExtensions on DeleteSavedMessagesTopicMessagesByDate
DeleteStickerSetExtensions on DeleteStickerSet
DeleteStoryAlbumExtensions on DeleteStoryAlbum
DeleteStoryExtensions on DeleteStory
DeleteTextCompositionStyleExtensions on DeleteTextCompositionStyle
DeviceTokenApplePushExtensions on DeviceTokenApplePush
DeviceTokenApplePushVoIPExtensions on DeviceTokenApplePushVoIP
DeviceTokenBlackBerryPushExtensions on DeviceTokenBlackBerryPush
DeviceTokenExtensions on DeviceToken
DeviceTokenFirebaseCloudMessagingExtensions on DeviceTokenFirebaseCloudMessaging
DeviceTokenHuaweiPushExtensions on DeviceTokenHuaweiPush
DeviceTokenMicrosoftPushExtensions on DeviceTokenMicrosoftPush
DeviceTokenMicrosoftPushVoIPExtensions on DeviceTokenMicrosoftPushVoIP
DeviceTokenSimplePushExtensions on DeviceTokenSimplePush
DeviceTokenTizenPushExtensions on DeviceTokenTizenPush
DeviceTokenUbuntuPushExtensions on DeviceTokenUbuntuPush
DeviceTokenWebPushExtensions on DeviceTokenWebPush
DeviceTokenWindowsPushExtensions on DeviceTokenWindowsPush
DiceStickersExtensions on DiceStickers
DiceStickersRegularExtensions on DiceStickersRegular
DiceStickersSlotMachineExtensions on DiceStickersSlotMachine
DiffEntityExtensions on DiffEntity
DiffEntityTypeExtensions on DiffEntityType
DiffEntityTypeReplaceExtensions on DiffEntityTypeReplace
DiffTextExtensions on DiffText
DirectMessagesChatTopicExtensions on DirectMessagesChatTopic
DisableAllSupergroupUsernamesExtensions on DisableAllSupergroupUsernames
DiscardCallExtensions on DiscardCall
DisconnectAffiliateProgramExtensions on DisconnectAffiliateProgram
DisconnectWebsiteExtensions on DisconnectWebsite
DocumentExtensions on Document
DownloadedFileCountsExtensions on DownloadedFileCounts
DownloadFileExtensions on DownloadFile
DraftMessageContentExtensions on DraftMessageContent
DraftMessageContentRichMessageExtensions on DraftMessageContentRichMessage
DraftMessageContentTextExtensions on DraftMessageContentText
DraftMessageContentVideoNoteExtensions on DraftMessageContentVideoNote
DraftMessageContentVoiceNoteExtensions on DraftMessageContentVoiceNote
DraftMessageExtensions on DraftMessage
DropGiftOriginalDetailsExtensions on DropGiftOriginalDetails
EditBotMediaPreviewExtensions on EditBotMediaPreview
EditBusinessChatLinkExtensions on EditBusinessChatLink
EditBusinessMessageCaptionExtensions on EditBusinessMessageCaption
EditBusinessMessageChecklistExtensions on EditBusinessMessageChecklist
EditBusinessMessageLiveLocationExtensions on EditBusinessMessageLiveLocation
EditBusinessMessageMediaExtensions on EditBusinessMessageMedia
EditBusinessMessageReplyMarkupExtensions on EditBusinessMessageReplyMarkup
EditBusinessMessageTextExtensions on EditBusinessMessageText
EditBusinessStoryExtensions on EditBusinessStory
EditChatFolderExtensions on EditChatFolder
EditChatFolderInviteLinkExtensions on EditChatFolderInviteLink
EditChatInviteLinkExtensions on EditChatInviteLink
EditChatSubscriptionInviteLinkExtensions on EditChatSubscriptionInviteLink
EditCustomLanguagePackInfoExtensions on EditCustomLanguagePackInfo
EditEphemeralMessageExtensions on EditEphemeralMessage
EditForumTopicExtensions on EditForumTopic
EditInlineMessageCaptionExtensions on EditInlineMessageCaption
EditInlineMessageLiveLocationExtensions on EditInlineMessageLiveLocation
EditInlineMessageMediaExtensions on EditInlineMessageMedia
EditInlineMessageReplyMarkupExtensions on EditInlineMessageReplyMarkup
EditInlineMessageTextExtensions on EditInlineMessageText
EditMessageCaptionExtensions on EditMessageCaption
EditMessageChecklistExtensions on EditMessageChecklist
EditMessageLiveLocationExtensions on EditMessageLiveLocation
EditMessageMediaExtensions on EditMessageMedia
EditMessageReplyMarkupExtensions on EditMessageReplyMarkup
EditMessageSchedulingStateExtensions on EditMessageSchedulingState
EditMessageTextExtensions on EditMessageText
EditProxyExtensions on EditProxy
EditQuickReplyMessageExtensions on EditQuickReplyMessage
EditStarSubscriptionExtensions on EditStarSubscription
EditStoryCoverExtensions on EditStoryCover
EditStoryExtensions on EditStory
EditTextCompositionStyleExtensions on EditTextCompositionStyle
EditUserStarSubscriptionExtensions on EditUserStarSubscription
EmailAddressAuthenticationAppleIdExtensions on EmailAddressAuthenticationAppleId
EmailAddressAuthenticationCodeExtensions on EmailAddressAuthenticationCode
EmailAddressAuthenticationCodeInfoExtensions on EmailAddressAuthenticationCodeInfo
EmailAddressAuthenticationExtensions on EmailAddressAuthentication
EmailAddressAuthenticationGoogleIdExtensions on EmailAddressAuthenticationGoogleId
EmailAddressResetStateAvailableExtensions on EmailAddressResetStateAvailable
EmailAddressResetStateExtensions on EmailAddressResetState
EmailAddressResetStatePendingExtensions on EmailAddressResetStatePending
EmojiCategoriesExtensions on EmojiCategories
EmojiCategoryExtensions on EmojiCategory
EmojiCategorySourceExtensions on EmojiCategorySource
EmojiCategorySourceSearchExtensions on EmojiCategorySourceSearch
EmojiCategoryTypeExtensions on EmojiCategoryType
EmojiChatThemeExtensions on EmojiChatTheme
EmojiKeywordExtensions on EmojiKeyword
EmojiKeywordsExtensions on EmojiKeywords
EmojiReactionExtensions on EmojiReaction
EmojisExtensions on Emojis
EmojiStatusCustomEmojisExtensions on EmojiStatusCustomEmojis
EmojiStatusesExtensions on EmojiStatuses
EmojiStatusExtensions on EmojiStatus
EmojiStatusTypeCustomEmojiExtensions on EmojiStatusTypeCustomEmoji
EmojiStatusTypeExtensions on EmojiStatusType
EmojiStatusTypeUpgradedGiftExtensions on EmojiStatusTypeUpgradedGift
EnableProxyExtensions on EnableProxy
EncryptedCredentialsExtensions on EncryptedCredentials
EncryptedPassportElementExtensions on EncryptedPassportElement
EncryptGroupCallDataExtensions on EncryptGroupCallData
EndGroupCallExtensions on EndGroupCall
EndGroupCallRecordingExtensions on EndGroupCallRecording
EndGroupCallScreenSharingExtensions on EndGroupCallScreenSharing
FactCheckExtensions on FactCheck
FailedToAddMemberExtensions on FailedToAddMember
FailedToAddMembersExtensions on FailedToAddMembers
FileDownloadedPrefixSizeExtensions on FileDownloadedPrefixSize
FileDownloadExtensions on FileDownload
FileExtensions on File
FileTypeExtensions on FileType
FinishFileGenerationExtensions on FinishFileGeneration
FirebaseAuthenticationSettingsExtensions on FirebaseAuthenticationSettings
FirebaseAuthenticationSettingsIosExtensions on FirebaseAuthenticationSettingsIos
FirebaseDeviceVerificationParametersExtensions on FirebaseDeviceVerificationParameters
FirebaseDeviceVerificationParametersPlayIntegrityExtensions on FirebaseDeviceVerificationParametersPlayIntegrity
FirebaseDeviceVerificationParametersSafetyNetExtensions on FirebaseDeviceVerificationParametersSafetyNet
FixedTextExtensions on FixedText
FixRichMessageWithAiExtensions on FixRichMessageWithAi
FixTextWithAiExtensions on FixTextWithAi
FormattedTextExtensions on FormattedText
ForumTopicExtensions on ForumTopic
ForumTopicIconExtensions on ForumTopicIcon
ForumTopicInfoExtensions on ForumTopicInfo
ForumTopicsExtensions on ForumTopics
ForwardMessagesExtensions on ForwardMessages
ForwardSourceExtensions on ForwardSource
FoundAffiliateProgramExtensions on FoundAffiliateProgram
FoundAffiliateProgramsExtensions on FoundAffiliatePrograms
FoundChatBoostsExtensions on FoundChatBoosts
FoundChatMessagesExtensions on FoundChatMessages
FoundFileDownloadsExtensions on FoundFileDownloads
FoundMessagesExtensions on FoundMessages
FoundPositionExtensions on FoundPosition
FoundPositionsExtensions on FoundPositions
FoundPublicPostsExtensions on FoundPublicPosts
FoundStoriesExtensions on FoundStories
FoundUsersExtensions on FoundUsers
FoundWebAppExtensions on FoundWebApp
GameExtensions on Game
GameHighScoreExtensions on GameHighScore
GameHighScoresExtensions on GameHighScores
GetAllPassportElementsExtensions on GetAllPassportElements
GetAllStickerEmojisExtensions on GetAllStickerEmojis
GetAnimatedEmojiExtensions on GetAnimatedEmoji
GetArchivedStickerSetsExtensions on GetArchivedStickerSets
GetAttachedStickerSetsExtensions on GetAttachedStickerSets
GetAttachmentMenuBotExtensions on GetAttachmentMenuBot
GetBackgroundUrlExtensions on GetBackgroundUrl
GetBankCardInfoExtensions on GetBankCardInfo
GetBasicGroupExtensions on GetBasicGroup
GetBasicGroupFullInfoExtensions on GetBasicGroupFullInfo
GetBlockedMessageSendersExtensions on GetBlockedMessageSenders
GetBotInfoDescriptionExtensions on GetBotInfoDescription
GetBotInfoShortDescriptionExtensions on GetBotInfoShortDescription
GetBotMediaPreviewInfoExtensions on GetBotMediaPreviewInfo
GetBotMediaPreviewsExtensions on GetBotMediaPreviews
GetBotNameExtensions on GetBotName
GetBotSimilarBotCountExtensions on GetBotSimilarBotCount
GetBotSimilarBotsExtensions on GetBotSimilarBots
GetBusinessAccountStarAmountExtensions on GetBusinessAccountStarAmount
GetBusinessChatLinkInfoExtensions on GetBusinessChatLinkInfo
GetBusinessConnectionExtensions on GetBusinessConnection
GetBusinessFeaturesExtensions on GetBusinessFeatures
GetCallbackQueryAnswerExtensions on GetCallbackQueryAnswer
GetCallbackQueryMessageExtensions on GetCallbackQueryMessage
GetChatActiveStoriesExtensions on GetChatActiveStories
GetChatAdministratorsExtensions on GetChatAdministrators
GetChatArchivedStoriesExtensions on GetChatArchivedStories
GetChatAvailableMessageSendersExtensions on GetChatAvailableMessageSenders
GetChatAvailablePaidMessageReactionSendersExtensions on GetChatAvailablePaidMessageReactionSenders
GetChatBoostFeaturesExtensions on GetChatBoostFeatures
GetChatBoostLevelFeaturesExtensions on GetChatBoostLevelFeatures
GetChatBoostLinkExtensions on GetChatBoostLink
GetChatBoostLinkInfoExtensions on GetChatBoostLinkInfo
GetChatBoostsExtensions on GetChatBoosts
GetChatBoostStatusExtensions on GetChatBoostStatus
GetChatEventLogExtensions on GetChatEventLog
GetChatExtensions on GetChat
GetChatFolderChatCountExtensions on GetChatFolderChatCount
GetChatFolderChatsToLeaveExtensions on GetChatFolderChatsToLeave
GetChatFolderDefaultIconNameExtensions on GetChatFolderDefaultIconName
GetChatFolderExtensions on GetChatFolder
GetChatFolderInviteLinksExtensions on GetChatFolderInviteLinks
GetChatFolderNewChatsExtensions on GetChatFolderNewChats
GetChatHistoryExtensions on GetChatHistory
GetChatInviteLinkCountsExtensions on GetChatInviteLinkCounts
GetChatInviteLinkExtensions on GetChatInviteLink
GetChatInviteLinkMembersExtensions on GetChatInviteLinkMembers
GetChatInviteLinksExtensions on GetChatInviteLinks
GetChatJoinRequestsExtensions on GetChatJoinRequests
GetChatListsToAddChatExtensions on GetChatListsToAddChat
GetChatMemberExtensions on GetChatMember
GetChatMessageByDateExtensions on GetChatMessageByDate
GetChatMessageCalendarExtensions on GetChatMessageCalendar
GetChatMessageCountExtensions on GetChatMessageCount
GetChatMessagePositionExtensions on GetChatMessagePosition
GetChatNotificationSettingsExceptionsExtensions on GetChatNotificationSettingsExceptions
GetChatOwnerAfterLeavingExtensions on GetChatOwnerAfterLeaving
GetChatPinnedMessageExtensions on GetChatPinnedMessage
GetChatPostedToChatPageStoriesExtensions on GetChatPostedToChatPageStories
GetChatRevenueStatisticsExtensions on GetChatRevenueStatistics
GetChatRevenueTransactionsExtensions on GetChatRevenueTransactions
GetChatRevenueWithdrawalUrlExtensions on GetChatRevenueWithdrawalUrl
GetChatScheduledMessagesExtensions on GetChatScheduledMessages
GetChatsExtensions on GetChats
GetChatsForChatFolderInviteLinkExtensions on GetChatsForChatFolderInviteLink
GetChatSimilarChatCountExtensions on GetChatSimilarChatCount
GetChatSimilarChatsExtensions on GetChatSimilarChats
GetChatSparseMessagePositionsExtensions on GetChatSparseMessagePositions
GetChatSponsoredMessagesExtensions on GetChatSponsoredMessages
GetChatStatisticsExtensions on GetChatStatistics
GetChatStoryAlbumsExtensions on GetChatStoryAlbums
GetChatStoryInteractionsExtensions on GetChatStoryInteractions
GetCollectibleItemInfoExtensions on GetCollectibleItemInfo
GetCommandsExtensions on GetCommands
GetConnectedAffiliateProgramExtensions on GetConnectedAffiliateProgram
GetConnectedAffiliateProgramsExtensions on GetConnectedAffiliatePrograms
GetCountryExtensions on GetCountry
GetCountryFlagEmojiExtensions on GetCountryFlagEmoji
GetCreatedPublicChatsExtensions on GetCreatedPublicChats
GetCurrentWeatherExtensions on GetCurrentWeather
GetCustomEmojiStickersExtensions on GetCustomEmojiStickers
GetDeepLinkInfoExtensions on GetDeepLinkInfo
GetDirectMessagesChatTopicExtensions on GetDirectMessagesChatTopic
GetDirectMessagesChatTopicHistoryExtensions on GetDirectMessagesChatTopicHistory
GetDirectMessagesChatTopicMessageByDateExtensions on GetDirectMessagesChatTopicMessageByDate
GetDirectMessagesChatTopicRevenueExtensions on GetDirectMessagesChatTopicRevenue
GetEmojiCategoriesExtensions on GetEmojiCategories
GetEmojiReactionExtensions on GetEmojiReaction
GetEmojiSuggestionsUrlExtensions on GetEmojiSuggestionsUrl
GetExternalLinkExtensions on GetExternalLink
GetExternalLinkInfoExtensions on GetExternalLinkInfo
GetFileDownloadedPrefixSizeExtensions on GetFileDownloadedPrefixSize
GetFileExtensionExtensions on GetFileExtension
GetFileExtensions on GetFile
GetFileMimeTypeExtensions on GetFileMimeType
GetForumTopicExtensions on GetForumTopic
GetForumTopicHistoryExtensions on GetForumTopicHistory
GetForumTopicLinkExtensions on GetForumTopicLink
GetForumTopicsExtensions on GetForumTopics
GetFullRichMessageExtensions on GetFullRichMessage
GetGameHighScoresExtensions on GetGameHighScores
GetGiftAuctionAcquiredGiftsExtensions on GetGiftAuctionAcquiredGifts
GetGiftAuctionStateExtensions on GetGiftAuctionState
GetGiftChatThemesExtensions on GetGiftChatThemes
GetGiftCollectionsExtensions on GetGiftCollections
GetGiftsForCraftingExtensions on GetGiftsForCrafting
GetGiftUpgradePreviewExtensions on GetGiftUpgradePreview
GetGiveawayInfoExtensions on GetGiveawayInfo
GetGramRevenueStatisticsExtensions on GetGramRevenueStatistics
GetGramWithdrawalUrlExtensions on GetGramWithdrawalUrl
GetGrossingWebAppBotsExtensions on GetGrossingWebAppBots
GetGroupCallExtensions on GetGroupCall
GetGroupCallParticipantsExtensions on GetGroupCallParticipants
GetGroupCallStreamSegmentExtensions on GetGroupCallStreamSegment
GetGroupCallStreamsExtensions on GetGroupCallStreams
GetGroupsInCommonExtensions on GetGroupsInCommon
GetGuardBotWebAppUrlExtensions on GetGuardBotWebAppUrl
GetInlineGameHighScoresExtensions on GetInlineGameHighScores
GetInlineQueryResultsExtensions on GetInlineQueryResults
GetInstalledBackgroundsExtensions on GetInstalledBackgrounds
GetInstalledStickerSetsExtensions on GetInstalledStickerSets
GetInternalLinkExtensions on GetInternalLink
GetInternalLinkTypeExtensions on GetInternalLinkType
GetJsonStringExtensions on GetJsonString
GetJsonValueExtensions on GetJsonValue
GetKeywordEmojisExtensions on GetKeywordEmojis
GetLanguagePackInfoExtensions on GetLanguagePackInfo
GetLanguagePackStringExtensions on GetLanguagePackString
GetLanguagePackStringsExtensions on GetLanguagePackStrings
GetLinkPreviewExtensions on GetLinkPreview
GetLinkWebBrowserTypeExtensions on GetLinkWebBrowserType
GetLiveStoryAvailableMessageSendersExtensions on GetLiveStoryAvailableMessageSenders
GetLiveStoryRtmpUrlExtensions on GetLiveStoryRtmpUrl
GetLiveStoryStreamerExtensions on GetLiveStoryStreamer
GetLiveStoryTopDonorsExtensions on GetLiveStoryTopDonors
GetLocalizationTargetInfoExtensions on GetLocalizationTargetInfo
GetLoginUrlExtensions on GetLoginUrl
GetLoginUrlInfoExtensions on GetLoginUrlInfo
GetLogTagVerbosityLevelExtensions on GetLogTagVerbosityLevel
GetMainWebAppExtensions on GetMainWebApp
GetManagedBotAccessSettingsExtensions on GetManagedBotAccessSettings
GetManagedBotTokenExtensions on GetManagedBotToken
GetMapThumbnailFileExtensions on GetMapThumbnailFile
GetMarkdownTextExtensions on GetMarkdownText
GetMenuButtonExtensions on GetMenuButton
GetMessageAddedReactionsExtensions on GetMessageAddedReactions
GetMessageAuthorExtensions on GetMessageAuthor
GetMessageAvailableReactionsExtensions on GetMessageAvailableReactions
GetMessageEffectExtensions on GetMessageEffect
GetMessageEmbeddingCodeExtensions on GetMessageEmbeddingCode
GetMessageExtensions on GetMessage
GetMessageFileTypeExtensions on GetMessageFileType
GetMessageImportConfirmationTextExtensions on GetMessageImportConfirmationText
GetMessageLinkExtensions on GetMessageLink
GetMessageLinkInfoExtensions on GetMessageLinkInfo
GetMessageLocallyExtensions on GetMessageLocally
GetMessagePropertiesExtensions on GetMessageProperties
GetMessagePublicForwardsExtensions on GetMessagePublicForwards
GetMessageReadDateExtensions on GetMessageReadDate
GetMessagesExtensions on GetMessages
GetMessageStatisticsExtensions on GetMessageStatistics
GetMessageThreadExtensions on GetMessageThread
GetMessageThreadHistoryExtensions on GetMessageThreadHistory
GetMessageViewersExtensions on GetMessageViewers
GetNetworkStatisticsExtensions on GetNetworkStatistics
GetOauthLinkInfoExtensions on GetOauthLinkInfo
GetOptionExtensions on GetOption
GetOwnedStickerSetsExtensions on GetOwnedStickerSets
GetPaidMessageRevenueExtensions on GetPaidMessageRevenue
GetPassportAuthorizationFormAvailableElementsExtensions on GetPassportAuthorizationFormAvailableElements
GetPassportAuthorizationFormExtensions on GetPassportAuthorizationForm
GetPassportElementExtensions on GetPassportElement
GetPaymentFormExtensions on GetPaymentForm
GetPaymentReceiptExtensions on GetPaymentReceipt
GetPersonalChatHistoryExtensions on GetPersonalChatHistory
GetPhoneNumberInfoExtensions on GetPhoneNumberInfo
GetPhoneNumberInfoSyncExtensions on GetPhoneNumberInfoSync
GetPollOptionPropertiesExtensions on GetPollOptionProperties
GetPollVotersExtensions on GetPollVoters
GetPollVoteStatisticsExtensions on GetPollVoteStatistics
GetPreferredCountryLanguageExtensions on GetPreferredCountryLanguage
GetPremiumFeaturesExtensions on GetPremiumFeatures
GetPremiumGiveawayPaymentOptionsExtensions on GetPremiumGiveawayPaymentOptions
GetPremiumInfoStickerExtensions on GetPremiumInfoSticker
GetPremiumLimitExtensions on GetPremiumLimit
GetPremiumStickersExtensions on GetPremiumStickers
GetPreparedInlineMessageExtensions on GetPreparedInlineMessage
GetPreparedKeyboardButtonExtensions on GetPreparedKeyboardButton
GetPublicPostSearchLimitsExtensions on GetPublicPostSearchLimits
GetPushReceiverIdExtensions on GetPushReceiverId
GetReceivedGiftExtensions on GetReceivedGift
GetReceivedGiftsExtensions on GetReceivedGifts
GetRecentlyOpenedChatsExtensions on GetRecentlyOpenedChats
GetRecentlyVisitedTMeUrlsExtensions on GetRecentlyVisitedTMeUrls
GetRecentStickersExtensions on GetRecentStickers
GetRecoveryEmailAddressExtensions on GetRecoveryEmailAddress
GetRemoteFileExtensions on GetRemoteFile
GetRepliedMessageExtensions on GetRepliedMessage
GetSavedMessagesTagsExtensions on GetSavedMessagesTags
GetSavedMessagesTopicHistoryExtensions on GetSavedMessagesTopicHistory
GetSavedMessagesTopicMessageByDateExtensions on GetSavedMessagesTopicMessageByDate
GetSavedNotificationSoundExtensions on GetSavedNotificationSound
GetScopeNotificationSettingsExtensions on GetScopeNotificationSettings
GetSearchedForTagsExtensions on GetSearchedForTags
GetSearchSponsoredChatsExtensions on GetSearchSponsoredChats
GetSecretChatExtensions on GetSecretChat
GetStarAdAccountUrlExtensions on GetStarAdAccountUrl
GetStarGiftPaymentOptionsExtensions on GetStarGiftPaymentOptions
GetStarRevenueStatisticsExtensions on GetStarRevenueStatistics
GetStarSubscriptionsExtensions on GetStarSubscriptions
GetStarTransactionsExtensions on GetStarTransactions
GetStarWithdrawalUrlExtensions on GetStarWithdrawalUrl
GetStatisticalGraphExtensions on GetStatisticalGraph
GetStickerEmojisExtensions on GetStickerEmojis
GetStickerOutlineExtensions on GetStickerOutline
GetStickerOutlineSvgPathExtensions on GetStickerOutlineSvgPath
GetStickerSetExtensions on GetStickerSet
GetStickerSetNameExtensions on GetStickerSetName
GetStickersExtensions on GetStickers
GetStorageStatisticsExtensions on GetStorageStatistics
GetStoryAlbumStoriesExtensions on GetStoryAlbumStories
GetStoryAvailableReactionsExtensions on GetStoryAvailableReactions
GetStoryExtensions on GetStory
GetStoryInteractionsExtensions on GetStoryInteractions
GetStoryPublicForwardsExtensions on GetStoryPublicForwards
GetStoryStatisticsExtensions on GetStoryStatistics
GetSuggestedFileNameExtensions on GetSuggestedFileName
GetSuggestedStickerSetNameExtensions on GetSuggestedStickerSetName
GetSupergroupExtensions on GetSupergroup
GetSupergroupFullInfoExtensions on GetSupergroupFullInfo
GetSupergroupMembersExtensions on GetSupergroupMembers
GetTextCompositionStyleExampleExtensions on GetTextCompositionStyleExample
GetTextEntitiesExtensions on GetTextEntities
GetThemeParametersJsonStringExtensions on GetThemeParametersJsonString
GetTonTransactionsExtensions on GetTonTransactions
GetTopChatsExtensions on GetTopChats
GetTrendingStickerSetsExtensions on GetTrendingStickerSets
GetUpgradedGiftExtensions on GetUpgradedGift
GetUpgradedGiftValueInfoExtensions on GetUpgradedGiftValueInfo
GetUpgradedGiftVariantsExtensions on GetUpgradedGiftVariants
GetUpgradedGiftWithdrawalUrlExtensions on GetUpgradedGiftWithdrawalUrl
GetUserChatBoostsExtensions on GetUserChatBoosts
GetUserExtensions on GetUser
GetUserFullInfoExtensions on GetUserFullInfo
GetUserPrivacySettingRulesExtensions on GetUserPrivacySettingRules
GetUserProfileAudiosExtensions on GetUserProfileAudios
GetUserProfilePhotosExtensions on GetUserProfilePhotos
GetUserSupportInfoExtensions on GetUserSupportInfo
GetVideoChatAvailableParticipantsExtensions on GetVideoChatAvailableParticipants
GetVideoChatInviteLinkExtensions on GetVideoChatInviteLink
GetVideoChatRtmpUrlExtensions on GetVideoChatRtmpUrl
GetVideoMessageAdvertisementsExtensions on GetVideoMessageAdvertisements
GetWebAppLinkUrlExtensions on GetWebAppLinkUrl
GetWebAppPlaceholderExtensions on GetWebAppPlaceholder
GetWebAppUrlExtensions on GetWebAppUrl
GetWebPageInstantViewExtensions on GetWebPageInstantView
GiftAuctionAcquiredGiftExtensions on GiftAuctionAcquiredGift
GiftAuctionAcquiredGiftsExtensions on GiftAuctionAcquiredGifts
GiftAuctionExtensions on GiftAuction
GiftAuctionStateExtensions on GiftAuctionState
GiftBackgroundExtensions on GiftBackground
GiftChatThemeExtensions on GiftChatTheme
GiftChatThemesExtensions on GiftChatThemes
GiftCollectionExtensions on GiftCollection
GiftCollectionsExtensions on GiftCollections
GiftExtensions on Gift
GiftForResaleExtensions on GiftForResale
GiftForResaleOrderExtensions on GiftForResaleOrder
GiftPremiumWithStarsExtensions on GiftPremiumWithStars
GiftPurchaseLimitsExtensions on GiftPurchaseLimits
GiftPurchaseOfferStateExtensions on GiftPurchaseOfferState
GiftResaleParametersExtensions on GiftResaleParameters
GiftResalePriceExtensions on GiftResalePrice
GiftResalePriceGramExtensions on GiftResalePriceGram
GiftResalePriceStarExtensions on GiftResalePriceStar
GiftResaleResultExtensions on GiftResaleResult
GiftResaleResultOkExtensions on GiftResaleResultOk
GiftResaleResultPriceIncreasedExtensions on GiftResaleResultPriceIncreased
GiftSettingsExtensions on GiftSettings
GiftsForCraftingExtensions on GiftsForCrafting
GiftsForResaleExtensions on GiftsForResale
GiftUpgradePreviewExtensions on GiftUpgradePreview
GiftUpgradePriceExtensions on GiftUpgradePrice
GiftUpgradeVariantsExtensions on GiftUpgradeVariants
GiveawayInfoCompletedExtensions on GiveawayInfoCompleted
GiveawayInfoExtensions on GiveawayInfo
GiveawayInfoOngoingExtensions on GiveawayInfoOngoing
GiveawayParametersExtensions on GiveawayParameters
GiveawayParticipantStatusAdministratorExtensions on GiveawayParticipantStatusAdministrator
GiveawayParticipantStatusAlreadyWasMemberExtensions on GiveawayParticipantStatusAlreadyWasMember
GiveawayParticipantStatusDisallowedCountryExtensions on GiveawayParticipantStatusDisallowedCountry
GiveawayParticipantStatusExtensions on GiveawayParticipantStatus
GiveawayPrizeExtensions on GiveawayPrize
GiveawayPrizePremiumExtensions on GiveawayPrizePremium
GiveawayPrizeStarsExtensions on GiveawayPrizeStars
GramRevenueStatisticsExtensions on GramRevenueStatistics
GramRevenueStatusExtensions on GramRevenueStatus
GroupCallDataChannelExtensions on GroupCallDataChannel
GroupCallExtensions on GroupCall
GroupCallIdExtensions on GroupCallId
GroupCallInfoExtensions on GroupCallInfo
GroupCallJoinParametersExtensions on GroupCallJoinParameters
GroupCallMessageExtensions on GroupCallMessage
GroupCallMessageLevelExtensions on GroupCallMessageLevel
GroupCallParticipantExtensions on GroupCallParticipant
GroupCallParticipantsExtensions on GroupCallParticipants
GroupCallParticipantVideoInfoExtensions on GroupCallParticipantVideoInfo
GroupCallRecentSpeakerExtensions on GroupCallRecentSpeaker
GroupCallStreamExtensions on GroupCallStream
GroupCallStreamsExtensions on GroupCallStreams
GroupCallVideoQualityExtensions on GroupCallVideoQuality
GroupCallVideoSourceGroupExtensions on GroupCallVideoSourceGroup
HashtagsExtensions on Hashtags
HideSuggestedActionExtensions on HideSuggestedAction
HttpUrlExtensions on HttpUrl
IdentityDocumentExtensions on IdentityDocument
ImportContactsExtensions on ImportContacts
ImportedContactExtensions on ImportedContact
ImportedContactsExtensions on ImportedContacts
ImportMessagesExtensions on ImportMessages
IncreaseGiftAuctionBidExtensions on IncreaseGiftAuctionBid
InlineKeyboardButtonExtensions on InlineKeyboardButton
InlineKeyboardButtonTypeCallbackExtensions on InlineKeyboardButtonTypeCallback
InlineKeyboardButtonTypeCallbackWithPasswordExtensions on InlineKeyboardButtonTypeCallbackWithPassword
InlineKeyboardButtonTypeCopyTextExtensions on InlineKeyboardButtonTypeCopyText
InlineKeyboardButtonTypeExtensions on InlineKeyboardButtonType
InlineKeyboardButtonTypeLoginUrlExtensions on InlineKeyboardButtonTypeLoginUrl
InlineKeyboardButtonTypeSwitchInlineExtensions on InlineKeyboardButtonTypeSwitchInline
InlineKeyboardButtonTypeUrlExtensions on InlineKeyboardButtonTypeUrl
InlineKeyboardButtonTypeUserExtensions on InlineKeyboardButtonTypeUser
InlineKeyboardButtonTypeWebAppExtensions on InlineKeyboardButtonTypeWebApp
InlineMessageIdExtensions on InlineMessageId
InlineQueryResultAnimationExtensions on InlineQueryResultAnimation
InlineQueryResultArticleExtensions on InlineQueryResultArticle
InlineQueryResultAudioExtensions on InlineQueryResultAudio
InlineQueryResultContactExtensions on InlineQueryResultContact
InlineQueryResultDocumentExtensions on InlineQueryResultDocument
InlineQueryResultExtensions on InlineQueryResult
InlineQueryResultGameExtensions on InlineQueryResultGame
InlineQueryResultLocationExtensions on InlineQueryResultLocation
InlineQueryResultPhotoExtensions on InlineQueryResultPhoto
InlineQueryResultsButtonExtensions on InlineQueryResultsButton
InlineQueryResultsButtonTypeExtensions on InlineQueryResultsButtonType
InlineQueryResultsButtonTypeStartBotExtensions on InlineQueryResultsButtonTypeStartBot
InlineQueryResultsButtonTypeWebAppExtensions on InlineQueryResultsButtonTypeWebApp
InlineQueryResultsExtensions on InlineQueryResults
InlineQueryResultStickerExtensions on InlineQueryResultSticker
InlineQueryResultVenueExtensions on InlineQueryResultVenue
InlineQueryResultVideoExtensions on InlineQueryResultVideo
InlineQueryResultVoiceNoteExtensions on InlineQueryResultVoiceNote
InputAnimationExtensions on InputAnimation
InputAudioExtensions on InputAudio
InputBackgroundExtensions on InputBackground
InputBackgroundLocalExtensions on InputBackgroundLocal
InputBackgroundPreviousExtensions on InputBackgroundPrevious
InputBackgroundRemoteExtensions on InputBackgroundRemote
InputBusinessChatLinkExtensions on InputBusinessChatLink
InputBusinessStartPageExtensions on InputBusinessStartPage
InputCallDiscardedExtensions on InputCallDiscarded
InputCallExtensions on InputCall
InputCallFromMessageExtensions on InputCallFromMessage
InputChatPhotoAnimationExtensions on InputChatPhotoAnimation
InputChatPhotoExtensions on InputChatPhoto
InputChatPhotoPreviousExtensions on InputChatPhotoPrevious
InputChatPhotoStaticExtensions on InputChatPhotoStatic
InputChatPhotoStickerExtensions on InputChatPhotoSticker
InputChatThemeEmojiExtensions on InputChatThemeEmoji
InputChatThemeExtensions on InputChatTheme
InputChatThemeGiftExtensions on InputChatThemeGift
InputChecklistExtensions on InputChecklist
InputChecklistTaskExtensions on InputChecklistTask
InputCredentialsApplePayExtensions on InputCredentialsApplePay
InputCredentialsExtensions on InputCredentials
InputCredentialsGooglePayExtensions on InputCredentialsGooglePay
InputCredentialsNewExtensions on InputCredentialsNew
InputCredentialsSavedExtensions on InputCredentialsSaved
InputDocumentExtensions on InputDocument
InputFileExtensions on InputFile
InputFileGeneratedExtensions on InputFileGenerated
InputFileIdExtensions on InputFileId
InputFileLocalExtensions on InputFileLocal
InputFileRemoteExtensions on InputFileRemote
InputGroupCallExtensions on InputGroupCall
InputGroupCallLinkExtensions on InputGroupCallLink
InputGroupCallMessageExtensions on InputGroupCallMessage
InputIdentityDocumentExtensions on InputIdentityDocument
InputInlineQueryResultAnimationExtensions on InputInlineQueryResultAnimation
InputInlineQueryResultArticleExtensions on InputInlineQueryResultArticle
InputInlineQueryResultAudioExtensions on InputInlineQueryResultAudio
InputInlineQueryResultContactExtensions on InputInlineQueryResultContact
InputInlineQueryResultDocumentExtensions on InputInlineQueryResultDocument
InputInlineQueryResultExtensions on InputInlineQueryResult
InputInlineQueryResultGameExtensions on InputInlineQueryResultGame
InputInlineQueryResultLocationExtensions on InputInlineQueryResultLocation
InputInlineQueryResultPhotoExtensions on InputInlineQueryResultPhoto
InputInlineQueryResultStickerExtensions on InputInlineQueryResultSticker
InputInlineQueryResultVenueExtensions on InputInlineQueryResultVenue
InputInlineQueryResultVideoExtensions on InputInlineQueryResultVideo
InputInlineQueryResultVoiceNoteExtensions on InputInlineQueryResultVoiceNote
InputInvoiceExtensions on InputInvoice
InputInvoiceMessageExtensions on InputInvoiceMessage
InputInvoiceNameExtensions on InputInvoiceName
InputInvoiceTelegramExtensions on InputInvoiceTelegram
InputMessageAnimationExtensions on InputMessageAnimation
InputMessageAudioExtensions on InputMessageAudio
InputMessageChecklistExtensions on InputMessageChecklist
InputMessageContactExtensions on InputMessageContact
InputMessageContentExtensions on InputMessageContent
InputMessageDiceExtensions on InputMessageDice
InputMessageDocumentExtensions on InputMessageDocument
InputMessageForwardedExtensions on InputMessageForwarded
InputMessageGameExtensions on InputMessageGame
InputMessageInvoiceExtensions on InputMessageInvoice
InputMessageLiveLocationExtensions on InputMessageLiveLocation
InputMessageLocationExtensions on InputMessageLocation
InputMessagePaidMediaExtensions on InputMessagePaidMedia
InputMessagePhotoExtensions on InputMessagePhoto
InputMessagePollExtensions on InputMessagePoll
InputMessageReplyToEphemeralMessageExtensions on InputMessageReplyToEphemeralMessage
InputMessageReplyToExtensions on InputMessageReplyTo
InputMessageReplyToExternalMessageExtensions on InputMessageReplyToExternalMessage
InputMessageReplyToMessageExtensions on InputMessageReplyToMessage
InputMessageReplyToStoryExtensions on InputMessageReplyToStory
InputMessageRichMessageExtensions on InputMessageRichMessage
InputMessageStakeDiceExtensions on InputMessageStakeDice
InputMessageStickerExtensions on InputMessageSticker
InputMessageStoryExtensions on InputMessageStory
InputMessageTextExtensions on InputMessageText
InputMessageVenueExtensions on InputMessageVenue
InputMessageVideoExtensions on InputMessageVideo
InputMessageVideoNoteExtensions on InputMessageVideoNote
InputMessageVoiceNoteExtensions on InputMessageVoiceNote
InputPageBlockAnchorExtensions on InputPageBlockAnchor
InputPageBlockAnimationExtensions on InputPageBlockAnimation
InputPageBlockAudioExtensions on InputPageBlockAudio
InputPageBlockBlockQuoteExtensions on InputPageBlockBlockQuote
InputPageBlockCollageExtensions on InputPageBlockCollage
InputPageBlockDetailsExtensions on InputPageBlockDetails
InputPageBlockExtensions on InputPageBlock
InputPageBlockFooterExtensions on InputPageBlockFooter
InputPageBlockListExtensions on InputPageBlockList
InputPageBlockListItemExtensions on InputPageBlockListItem
InputPageBlockMapExtensions on InputPageBlockMap
InputPageBlockMathematicalExpressionExtensions on InputPageBlockMathematicalExpression
InputPageBlockParagraphExtensions on InputPageBlockParagraph
InputPageBlockPhotoExtensions on InputPageBlockPhoto
InputPageBlockPreformattedExtensions on InputPageBlockPreformatted
InputPageBlockPullQuoteExtensions on InputPageBlockPullQuote
InputPageBlockSectionHeadingExtensions on InputPageBlockSectionHeading
InputPageBlockSlideshowExtensions on InputPageBlockSlideshow
InputPageBlockTableExtensions on InputPageBlockTable
InputPageBlockThinkingExtensions on InputPageBlockThinking
InputPageBlockVideoExtensions on InputPageBlockVideo
InputPageBlockVoiceNoteExtensions on InputPageBlockVoiceNote
InputPaidMediaExtensions on InputPaidMedia
InputPaidMediaTypeExtensions on InputPaidMediaType
InputPaidMediaTypePhotoExtensions on InputPaidMediaTypePhoto
InputPaidMediaTypeVideoExtensions on InputPaidMediaTypeVideo
InputPassportElementAddressExtensions on InputPassportElementAddress
InputPassportElementBankStatementExtensions on InputPassportElementBankStatement
InputPassportElementDriverLicenseExtensions on InputPassportElementDriverLicense
InputPassportElementEmailAddressExtensions on InputPassportElementEmailAddress
InputPassportElementErrorExtensions on InputPassportElementError
InputPassportElementErrorSourceDataFieldExtensions on InputPassportElementErrorSourceDataField
InputPassportElementErrorSourceExtensions on InputPassportElementErrorSource
InputPassportElementErrorSourceFileExtensions on InputPassportElementErrorSourceFile
InputPassportElementErrorSourceFilesExtensions on InputPassportElementErrorSourceFiles
InputPassportElementErrorSourceFrontSideExtensions on InputPassportElementErrorSourceFrontSide
InputPassportElementErrorSourceReverseSideExtensions on InputPassportElementErrorSourceReverseSide
InputPassportElementErrorSourceSelfieExtensions on InputPassportElementErrorSourceSelfie
InputPassportElementErrorSourceTranslationFileExtensions on InputPassportElementErrorSourceTranslationFile
InputPassportElementErrorSourceTranslationFilesExtensions on InputPassportElementErrorSourceTranslationFiles
InputPassportElementErrorSourceUnspecifiedExtensions on InputPassportElementErrorSourceUnspecified
InputPassportElementExtensions on InputPassportElement
InputPassportElementIdentityCardExtensions on InputPassportElementIdentityCard
InputPassportElementInternalPassportExtensions on InputPassportElementInternalPassport
InputPassportElementPassportExtensions on InputPassportElementPassport
InputPassportElementPassportRegistrationExtensions on InputPassportElementPassportRegistration
InputPassportElementPersonalDetailsExtensions on InputPassportElementPersonalDetails
InputPassportElementPhoneNumberExtensions on InputPassportElementPhoneNumber
InputPassportElementRentalAgreementExtensions on InputPassportElementRentalAgreement
InputPassportElementTemporaryRegistrationExtensions on InputPassportElementTemporaryRegistration
InputPassportElementUtilityBillExtensions on InputPassportElementUtilityBill
InputPersonalDocumentExtensions on InputPersonalDocument
InputPhotoExtensions on InputPhoto
InputPollMediaAnimationExtensions on InputPollMediaAnimation
InputPollMediaAudioExtensions on InputPollMediaAudio
InputPollMediaDocumentExtensions on InputPollMediaDocument
InputPollMediaExtensions on InputPollMedia
InputPollMediaLinkExtensions on InputPollMediaLink
InputPollMediaLocationExtensions on InputPollMediaLocation
InputPollMediaPhotoExtensions on InputPollMediaPhoto
InputPollMediaStickerExtensions on InputPollMediaSticker
InputPollMediaVenueExtensions on InputPollMediaVenue
InputPollMediaVideoExtensions on InputPollMediaVideo
InputPollOptionExtensions on InputPollOption
InputPollTypeExtensions on InputPollType
InputPollTypeQuizExtensions on InputPollTypeQuiz
InputPollTypeRegularExtensions on InputPollTypeRegular
InputRichMessageExtensions on InputRichMessage
InputRichMessageMediaExtensions on InputRichMessageMedia
InputStickerExtensions on InputSticker
InputStoryAreaExtensions on InputStoryArea
InputStoryAreasExtensions on InputStoryAreas
InputStoryAreaTypeExtensions on InputStoryAreaType
InputStoryAreaTypeFoundVenueExtensions on InputStoryAreaTypeFoundVenue
InputStoryAreaTypeLinkExtensions on InputStoryAreaTypeLink
InputStoryAreaTypeLocationExtensions on InputStoryAreaTypeLocation
InputStoryAreaTypeMessageExtensions on InputStoryAreaTypeMessage
InputStoryAreaTypePreviousVenueExtensions on InputStoryAreaTypePreviousVenue
InputStoryAreaTypeSuggestedReactionExtensions on InputStoryAreaTypeSuggestedReaction
InputStoryAreaTypeUpgradedGiftExtensions on InputStoryAreaTypeUpgradedGift
InputStoryAreaTypeWeatherExtensions on InputStoryAreaTypeWeather
InputStoryContentExtensions on InputStoryContent
InputStoryContentPhotoExtensions on InputStoryContentPhoto
InputStoryContentVideoExtensions on InputStoryContentVideo
InputSuggestedPostInfoExtensions on InputSuggestedPostInfo
InputTextQuoteExtensions on InputTextQuote
InputThumbnailExtensions on InputThumbnail
InputVideoExtensions on InputVideo
InputVideoNoteExtensions on InputVideoNote
InputVoiceNoteExtensions on InputVoiceNote
InternalLinkTypeAttachmentMenuBotExtensions on InternalLinkTypeAttachmentMenuBot
InternalLinkTypeAuthenticationCodeExtensions on InternalLinkTypeAuthenticationCode
InternalLinkTypeBackgroundExtensions on InternalLinkTypeBackground
InternalLinkTypeBotAddToChannelExtensions on InternalLinkTypeBotAddToChannel
InternalLinkTypeBotStartExtensions on InternalLinkTypeBotStart
InternalLinkTypeBotStartInGroupExtensions on InternalLinkTypeBotStartInGroup
InternalLinkTypeBusinessChatExtensions on InternalLinkTypeBusinessChat
InternalLinkTypeCallsPageExtensions on InternalLinkTypeCallsPage
InternalLinkTypeChatAffiliateProgramExtensions on InternalLinkTypeChatAffiliateProgram
InternalLinkTypeChatBoostExtensions on InternalLinkTypeChatBoost
InternalLinkTypeChatFolderInviteExtensions on InternalLinkTypeChatFolderInvite
InternalLinkTypeChatInviteExtensions on InternalLinkTypeChatInvite
InternalLinkTypeContactsPageExtensions on InternalLinkTypeContactsPage
InternalLinkTypeDirectMessagesChatExtensions on InternalLinkTypeDirectMessagesChat
InternalLinkTypeExtensions on InternalLinkType
InternalLinkTypeGameExtensions on InternalLinkTypeGame
InternalLinkTypeGiftAuctionExtensions on InternalLinkTypeGiftAuction
InternalLinkTypeGiftCollectionExtensions on InternalLinkTypeGiftCollection
InternalLinkTypeGroupCallExtensions on InternalLinkTypeGroupCall
InternalLinkTypeInstantViewExtensions on InternalLinkTypeInstantView
InternalLinkTypeInvoiceExtensions on InternalLinkTypeInvoice
InternalLinkTypeLanguagePackExtensions on InternalLinkTypeLanguagePack
InternalLinkTypeLiveStoryExtensions on InternalLinkTypeLiveStory
InternalLinkTypeMainWebAppExtensions on InternalLinkTypeMainWebApp
InternalLinkTypeMessageDraftExtensions on InternalLinkTypeMessageDraft
InternalLinkTypeMessageExtensions on InternalLinkTypeMessage
InternalLinkTypeMyProfilePageExtensions on InternalLinkTypeMyProfilePage
InternalLinkTypeNewStoryExtensions on InternalLinkTypeNewStory
InternalLinkTypeOauthExtensions on InternalLinkTypeOauth
InternalLinkTypePassportDataRequestExtensions on InternalLinkTypePassportDataRequest
InternalLinkTypePhoneNumberConfirmationExtensions on InternalLinkTypePhoneNumberConfirmation
InternalLinkTypePremiumFeaturesPageExtensions on InternalLinkTypePremiumFeaturesPage
InternalLinkTypePremiumGiftCodeExtensions on InternalLinkTypePremiumGiftCode
InternalLinkTypePremiumGiftPurchaseExtensions on InternalLinkTypePremiumGiftPurchase
InternalLinkTypeProxyExtensions on InternalLinkTypeProxy
InternalLinkTypePublicChatExtensions on InternalLinkTypePublicChat
InternalLinkTypeRequestManagedBotExtensions on InternalLinkTypeRequestManagedBot
InternalLinkTypeSettingsExtensions on InternalLinkTypeSettings
InternalLinkTypeStarPurchaseExtensions on InternalLinkTypeStarPurchase
InternalLinkTypeStickerSetExtensions on InternalLinkTypeStickerSet
InternalLinkTypeStoryAlbumExtensions on InternalLinkTypeStoryAlbum
InternalLinkTypeStoryExtensions on InternalLinkTypeStory
InternalLinkTypeTextCompositionStyleExtensions on InternalLinkTypeTextCompositionStyle
InternalLinkTypeThemeExtensions on InternalLinkTypeTheme
InternalLinkTypeUnknownDeepLinkExtensions on InternalLinkTypeUnknownDeepLink
InternalLinkTypeUpgradedGiftExtensions on InternalLinkTypeUpgradedGift
InternalLinkTypeUserPhoneNumberExtensions on InternalLinkTypeUserPhoneNumber
InternalLinkTypeUserTokenExtensions on InternalLinkTypeUserToken
InternalLinkTypeVideoChatExtensions on InternalLinkTypeVideoChat
InternalLinkTypeWebAppExtensions on InternalLinkTypeWebApp
InviteGroupCallParticipantExtensions on InviteGroupCallParticipant
InviteGroupCallParticipantResultExtensions on InviteGroupCallParticipantResult
InviteGroupCallParticipantResultSuccessExtensions on InviteGroupCallParticipantResultSuccess
InviteLinkChatTypeExtensions on InviteLinkChatType
InviteVideoChatParticipantsExtensions on InviteVideoChatParticipants
InvoiceExtensions on Invoice
IsProfileAudioExtensions on IsProfileAudio
JoinChatByInviteLinkExtensions on JoinChatByInviteLink
JoinChatExtensions on JoinChat
JoinGroupCallExtensions on JoinGroupCall
JoinLiveStoryExtensions on JoinLiveStory
JoinVideoChatExtensions on JoinVideoChat
JsonObjectMemberExtensions on JsonObjectMember
JsonValueArrayExtensions on JsonValueArray
JsonValueBooleanExtensions on JsonValueBoolean
JsonValueExtensions on JsonValue
JsonValueNumberExtensions on JsonValueNumber
JsonValueObjectExtensions on JsonValueObject
JsonValueStringExtensions on JsonValueString
KeyboardButtonExtensions on KeyboardButton
KeyboardButtonSourceExtensions on KeyboardButtonSource
KeyboardButtonSourceMessageExtensions on KeyboardButtonSourceMessage
KeyboardButtonSourceWebAppExtensions on KeyboardButtonSourceWebApp
KeyboardButtonTypeExtensions on KeyboardButtonType
KeyboardButtonTypeRequestChatExtensions on KeyboardButtonTypeRequestChat
KeyboardButtonTypeRequestManagedBotExtensions on KeyboardButtonTypeRequestManagedBot
KeyboardButtonTypeRequestPollExtensions on KeyboardButtonTypeRequestPoll
KeyboardButtonTypeRequestUsersExtensions on KeyboardButtonTypeRequestUsers
KeyboardButtonTypeWebAppExtensions on KeyboardButtonTypeWebApp
LabeledPricePartExtensions on LabeledPricePart
LanguagePackInfoExtensions on LanguagePackInfo
LanguagePackStringExtensions on LanguagePackString
LanguagePackStringsExtensions on LanguagePackStrings
LanguagePackStringValueExtensions on LanguagePackStringValue
LanguagePackStringValueOrdinaryExtensions on LanguagePackStringValueOrdinary
LanguagePackStringValuePluralizedExtensions on LanguagePackStringValuePluralized
LaunchPrepaidGiveawayExtensions on LaunchPrepaidGiveaway
LeaveChatExtensions on LeaveChat
LeaveGroupCallExtensions on LeaveGroupCall
LinkPreviewAlbumMediaExtensions on LinkPreviewAlbumMedia
LinkPreviewAlbumMediaPhotoExtensions on LinkPreviewAlbumMediaPhoto
LinkPreviewAlbumMediaVideoExtensions on LinkPreviewAlbumMediaVideo
LinkPreviewExtensions on LinkPreview
LinkPreviewOptionsExtensions on LinkPreviewOptions
LinkPreviewTypeAlbumExtensions on LinkPreviewTypeAlbum
LinkPreviewTypeAnimationExtensions on LinkPreviewTypeAnimation
LinkPreviewTypeAppExtensions on LinkPreviewTypeApp
LinkPreviewTypeArticleExtensions on LinkPreviewTypeArticle
LinkPreviewTypeAudioExtensions on LinkPreviewTypeAudio
LinkPreviewTypeBackgroundExtensions on LinkPreviewTypeBackground
LinkPreviewTypeChannelBoostExtensions on LinkPreviewTypeChannelBoost
LinkPreviewTypeChatExtensions on LinkPreviewTypeChat
LinkPreviewTypeDirectMessagesChatExtensions on LinkPreviewTypeDirectMessagesChat
LinkPreviewTypeDocumentExtensions on LinkPreviewTypeDocument
LinkPreviewTypeEmbeddedAnimationPlayerExtensions on LinkPreviewTypeEmbeddedAnimationPlayer
LinkPreviewTypeEmbeddedAudioPlayerExtensions on LinkPreviewTypeEmbeddedAudioPlayer
LinkPreviewTypeEmbeddedVideoPlayerExtensions on LinkPreviewTypeEmbeddedVideoPlayer
LinkPreviewTypeExtensions on LinkPreviewType
LinkPreviewTypeExternalAudioExtensions on LinkPreviewTypeExternalAudio
LinkPreviewTypeExternalVideoExtensions on LinkPreviewTypeExternalVideo
LinkPreviewTypeGiftAuctionExtensions on LinkPreviewTypeGiftAuction
LinkPreviewTypeGiftCollectionExtensions on LinkPreviewTypeGiftCollection
LinkPreviewTypeLiveStoryExtensions on LinkPreviewTypeLiveStory
LinkPreviewTypePhotoExtensions on LinkPreviewTypePhoto
LinkPreviewTypeStickerExtensions on LinkPreviewTypeSticker
LinkPreviewTypeStickerSetExtensions on LinkPreviewTypeStickerSet
LinkPreviewTypeStoryAlbumExtensions on LinkPreviewTypeStoryAlbum
LinkPreviewTypeStoryExtensions on LinkPreviewTypeStory
LinkPreviewTypeSupergroupBoostExtensions on LinkPreviewTypeSupergroupBoost
LinkPreviewTypeTextCompositionStyleExtensions on LinkPreviewTypeTextCompositionStyle
LinkPreviewTypeThemeExtensions on LinkPreviewTypeTheme
LinkPreviewTypeUpgradedGiftExtensions on LinkPreviewTypeUpgradedGift
LinkPreviewTypeUserExtensions on LinkPreviewTypeUser
LinkPreviewTypeVideoChatExtensions on LinkPreviewTypeVideoChat
LinkPreviewTypeVideoExtensions on LinkPreviewTypeVideo
LinkPreviewTypeVideoNoteExtensions on LinkPreviewTypeVideoNote
LinkPreviewTypeVoiceNoteExtensions on LinkPreviewTypeVoiceNote
LinkPreviewTypeWebAppExtensions on LinkPreviewTypeWebApp
ListenToAudioExtensions on ListenToAudio
LiveLocationExtensions on LiveLocation
LiveStoryDonorsExtensions on LiveStoryDonors
LoadActiveStoriesExtensions on LoadActiveStories
LoadChatsExtensions on LoadChats
LoadDirectMessagesChatTopicsExtensions on LoadDirectMessagesChatTopics
LoadGroupCallParticipantsExtensions on LoadGroupCallParticipants
LoadQuickReplyShortcutMessagesExtensions on LoadQuickReplyShortcutMessages
LoadSavedMessagesTopicsExtensions on LoadSavedMessagesTopics
LocalFileExtensions on LocalFile
LocalizationTargetInfoExtensions on LocalizationTargetInfo
LocationAddressExtensions on LocationAddress
LocationExtensions on Location
LoginUrlInfoExtensions on LoginUrlInfo
LoginUrlInfoOpenExtensions on LoginUrlInfoOpen
LoginUrlInfoRequestConfirmationExtensions on LoginUrlInfoRequestConfirmation
LogStreamExtensions on LogStream
LogStreamFileExtensions on LogStreamFile
LogTagsExtensions on LogTags
LogVerbosityLevelExtensions on LogVerbosityLevel
MainWebAppExtensions on MainWebApp
MarkChecklistTasksAsDoneExtensions on MarkChecklistTasksAsDone
MaskPointExtensions on MaskPoint
MaskPositionExtensions on MaskPosition
MessageAnimatedEmojiExtensions on MessageAnimatedEmoji
MessageAnimationExtensions on MessageAnimation
MessageAudioExtensions on MessageAudio
MessageAutoDeleteTimeExtensions on MessageAutoDeleteTime
MessageBasicGroupChatCreateExtensions on MessageBasicGroupChatCreate
MessageBotWriteAccessAllowedExtensions on MessageBotWriteAccessAllowed
MessageCalendarDayExtensions on MessageCalendarDay
MessageCalendarExtensions on MessageCalendar
MessageCallExtensions on MessageCall
MessageChatAddedToCommunityExtensions on MessageChatAddedToCommunity
MessageChatAddMembersExtensions on MessageChatAddMembers
MessageChatBoostExtensions on MessageChatBoost
MessageChatChangePhotoExtensions on MessageChatChangePhoto
MessageChatChangeTitleExtensions on MessageChatChangeTitle
MessageChatDeleteMemberExtensions on MessageChatDeleteMember
MessageChatHasProtectedContentDisableRequestedExtensions on MessageChatHasProtectedContentDisableRequested
MessageChatHasProtectedContentToggledExtensions on MessageChatHasProtectedContentToggled
MessageChatOwnerChangedExtensions on MessageChatOwnerChanged
MessageChatOwnerLeftExtensions on MessageChatOwnerLeft
MessageChatSetBackgroundExtensions on MessageChatSetBackground
MessageChatSetMessageAutoDeleteTimeExtensions on MessageChatSetMessageAutoDeleteTime
MessageChatSetThemeExtensions on MessageChatSetTheme
MessageChatSharedExtensions on MessageChatShared
MessageChatUpgradeFromExtensions on MessageChatUpgradeFrom
MessageChatUpgradeToExtensions on MessageChatUpgradeTo
MessageChecklistExtensions on MessageChecklist
MessageChecklistTasksAddedExtensions on MessageChecklistTasksAdded
MessageChecklistTasksDoneExtensions on MessageChecklistTasksDone
MessageContactExtensions on MessageContact
MessageContentExtensions on MessageContent
MessageCopyOptionsExtensions on MessageCopyOptions
MessageCustomServiceActionExtensions on MessageCustomServiceAction
MessageDiceExtensions on MessageDice
MessageDirectMessagePriceChangedExtensions on MessageDirectMessagePriceChanged
MessageDocumentExtensions on MessageDocument
MessageEffectExtensions on MessageEffect
MessageEffectTypeEmojiReactionExtensions on MessageEffectTypeEmojiReaction
MessageEffectTypeExtensions on MessageEffectType
MessageEffectTypePremiumStickerExtensions on MessageEffectTypePremiumSticker
MessageExtensions on Message
MessageFileTypeExtensions on MessageFileType
MessageFileTypeGroupExtensions on MessageFileTypeGroup
MessageFileTypePrivateExtensions on MessageFileTypePrivate
MessageForumTopicCreatedExtensions on MessageForumTopicCreated
MessageForumTopicEditedExtensions on MessageForumTopicEdited
MessageForumTopicIsClosedToggledExtensions on MessageForumTopicIsClosedToggled
MessageForumTopicIsHiddenToggledExtensions on MessageForumTopicIsHiddenToggled
MessageForwardInfoExtensions on MessageForwardInfo
MessageGameExtensions on MessageGame
MessageGameScoreExtensions on MessageGameScore
MessageGiftedPremiumExtensions on MessageGiftedPremium
MessageGiftedStarsExtensions on MessageGiftedStars
MessageGiftedTonExtensions on MessageGiftedTon
MessageGiftExtensions on MessageGift
MessageGiveawayCompletedExtensions on MessageGiveawayCompleted
MessageGiveawayCreatedExtensions on MessageGiveawayCreated
MessageGiveawayExtensions on MessageGiveaway
MessageGiveawayPrizeStarsExtensions on MessageGiveawayPrizeStars
MessageGiveawayWinnersExtensions on MessageGiveawayWinners
MessageGroupCallExtensions on MessageGroupCall
MessageImportInfoExtensions on MessageImportInfo
MessageInteractionInfoExtensions on MessageInteractionInfo
MessageInviteVideoChatParticipantsExtensions on MessageInviteVideoChatParticipants
MessageInvoiceExtensions on MessageInvoice
MessageLinkExtensions on MessageLink
MessageLinkInfoExtensions on MessageLinkInfo
MessageLiveLocationExtensions on MessageLiveLocation
MessageLocationExtensions on MessageLocation
MessageManagedBotCreatedExtensions on MessageManagedBotCreated
MessageOriginChannelExtensions on MessageOriginChannel
MessageOriginChatExtensions on MessageOriginChat
MessageOriginExtensions on MessageOrigin
MessageOriginHiddenUserExtensions on MessageOriginHiddenUser
MessageOriginUserExtensions on MessageOriginUser
MessagePaidMediaExtensions on MessagePaidMedia
MessagePaidMessagePriceChangedExtensions on MessagePaidMessagePriceChanged
MessagePaidMessagesRefundedExtensions on MessagePaidMessagesRefunded
MessagePassportDataReceivedExtensions on MessagePassportDataReceived
MessagePassportDataSentExtensions on MessagePassportDataSent
MessagePaymentRefundedExtensions on MessagePaymentRefunded
MessagePaymentSuccessfulBotExtensions on MessagePaymentSuccessfulBot
MessagePaymentSuccessfulExtensions on MessagePaymentSuccessful
MessagePhotoExtensions on MessagePhoto
MessagePinMessageExtensions on MessagePinMessage
MessagePollExtensions on MessagePoll
MessagePollOptionAddedExtensions on MessagePollOptionAdded
MessagePollOptionDeletedExtensions on MessagePollOptionDeleted
MessagePositionExtensions on MessagePosition
MessagePositionsExtensions on MessagePositions
MessagePremiumGiftCodeExtensions on MessagePremiumGiftCode
MessagePropertiesExtensions on MessageProperties
MessageProximityAlertTriggeredExtensions on MessageProximityAlertTriggered
MessageReactionExtensions on MessageReaction
MessageReactionsExtensions on MessageReactions
MessageReadDateExtensions on MessageReadDate
MessageReadDateReadExtensions on MessageReadDateRead
MessageRefundedUpgradedGiftExtensions on MessageRefundedUpgradedGift
MessageReplyInfoExtensions on MessageReplyInfo
MessageReplyToExtensions on MessageReplyTo
MessageReplyToMessageExtensions on MessageReplyToMessage
MessageReplyToStoryExtensions on MessageReplyToStory
MessageRichMessageExtensions on MessageRichMessage
MessageSchedulingStateExtensions on MessageSchedulingState
MessageSchedulingStateSendAtDateExtensions on MessageSchedulingStateSendAtDate
MessageSchedulingStateSendWhenVideoProcessedExtensions on MessageSchedulingStateSendWhenVideoProcessed
MessageSelfDestructTypeExtensions on MessageSelfDestructType
MessageSelfDestructTypeTimerExtensions on MessageSelfDestructTypeTimer
MessageSenderChatExtensions on MessageSenderChat
MessageSenderExtensions on MessageSender
MessageSendersExtensions on MessageSenders
MessageSenderUserExtensions on MessageSenderUser
MessageSendingStateExtensions on MessageSendingState
MessageSendingStateFailedExtensions on MessageSendingStateFailed
MessageSendingStatePendingExtensions on MessageSendingStatePending
MessageSendOptionsExtensions on MessageSendOptions
MessagesExtensions on Messages
MessageSourceExtensions on MessageSource
MessageStakeDiceExtensions on MessageStakeDice
MessageStatisticsExtensions on MessageStatistics
MessageStickerExtensions on MessageSticker
MessageStoryExtensions on MessageStory
MessageSuggestBirthdateExtensions on MessageSuggestBirthdate
MessageSuggestedPostApprovalFailedExtensions on MessageSuggestedPostApprovalFailed
MessageSuggestedPostApprovedExtensions on MessageSuggestedPostApproved
MessageSuggestedPostDeclinedExtensions on MessageSuggestedPostDeclined
MessageSuggestedPostPaidExtensions on MessageSuggestedPostPaid
MessageSuggestedPostRefundedExtensions on MessageSuggestedPostRefunded
MessageSuggestProfilePhotoExtensions on MessageSuggestProfilePhoto
MessageSupergroupChatCreateExtensions on MessageSupergroupChatCreate
MessageTextExtensions on MessageText
MessageThreadInfoExtensions on MessageThreadInfo
MessageTopicDirectMessagesExtensions on MessageTopicDirectMessages
MessageTopicExtensions on MessageTopic
MessageTopicForumExtensions on MessageTopicForum
MessageTopicSavedMessagesExtensions on MessageTopicSavedMessages
MessageTopicThreadExtensions on MessageTopicThread
MessageUpgradedGiftExtensions on MessageUpgradedGift
MessageUpgradedGiftPurchaseOfferExtensions on MessageUpgradedGiftPurchaseOffer
MessageUpgradedGiftPurchaseOfferRejectedExtensions on MessageUpgradedGiftPurchaseOfferRejected
MessageUsersSharedExtensions on MessageUsersShared
MessageVenueExtensions on MessageVenue
MessageVideoChatEndedExtensions on MessageVideoChatEnded
MessageVideoChatScheduledExtensions on MessageVideoChatScheduled
MessageVideoChatStartedExtensions on MessageVideoChatStarted
MessageVideoExtensions on MessageVideo
MessageVideoNoteExtensions on MessageVideoNote
MessageViewerExtensions on MessageViewer
MessageViewersExtensions on MessageViewers
MessageVoiceNoteExtensions on MessageVoiceNote
MessageWebAppDataReceivedExtensions on MessageWebAppDataReceived
MessageWebAppDataSentExtensions on MessageWebAppDataSent
MinithumbnailExtensions on Minithumbnail
NetworkStatisticsEntryCallExtensions on NetworkStatisticsEntryCall
NetworkStatisticsEntryExtensions on NetworkStatisticsEntry
NetworkStatisticsEntryFileExtensions on NetworkStatisticsEntryFile
NetworkStatisticsExtensions on NetworkStatistics
NetworkTypeExtensions on NetworkType
NewChatPrivacySettingsExtensions on NewChatPrivacySettings
NewStickerExtensions on NewSticker
NotificationExtensions on Notification
NotificationGroupExtensions on NotificationGroup
NotificationGroupTypeExtensions on NotificationGroupType
NotificationSettingsScopeExtensions on NotificationSettingsScope
NotificationSoundExtensions on NotificationSound
NotificationSoundsExtensions on NotificationSounds
NotificationTypeExtensions on NotificationType
NotificationTypeNewCallExtensions on NotificationTypeNewCall
NotificationTypeNewMessageExtensions on NotificationTypeNewMessage
NotificationTypeNewPushMessageExtensions on NotificationTypeNewPushMessage
OauthLinkInfoExtensions on OauthLinkInfo
OpenBotSimilarBotExtensions on OpenBotSimilarBot
OpenChatExtensions on OpenChat
OpenChatSimilarChatExtensions on OpenChatSimilarChat
OpenGiftAuctionExtensions on OpenGiftAuction
OpenMessageContentExtensions on OpenMessageContent
OpenSponsoredChatExtensions on OpenSponsoredChat
OpenStoryExtensions on OpenStory
OpenWebAppExtensions on OpenWebApp
OptimizeStorageExtensions on OptimizeStorage
OptionValueBooleanExtensions on OptionValueBoolean
OptionValueExtensions on OptionValue
OptionValueIntegerExtensions on OptionValueInteger
OptionValueStringExtensions on OptionValueString
OrderInfoExtensions on OrderInfo
OutlineExtensions on Outline
PageBlockAnchorExtensions on PageBlockAnchor
PageBlockAnimationExtensions on PageBlockAnimation
PageBlockAudioExtensions on PageBlockAudio
PageBlockAuthorDateExtensions on PageBlockAuthorDate
PageBlockBlockQuoteExtensions on PageBlockBlockQuote
PageBlockCaptionExtensions on PageBlockCaption
PageBlockChatLinkExtensions on PageBlockChatLink
PageBlockCollageExtensions on PageBlockCollage
PageBlockCoverExtensions on PageBlockCover
PageBlockDetailsExtensions on PageBlockDetails
PageBlockEmbeddedExtensions on PageBlockEmbedded
PageBlockEmbeddedPostExtensions on PageBlockEmbeddedPost
PageBlockExtensions on PageBlock
PageBlockFooterExtensions on PageBlockFooter
PageBlockHeaderExtensions on PageBlockHeader
PageBlockHorizontalAlignmentExtensions on PageBlockHorizontalAlignment
PageBlockKickerExtensions on PageBlockKicker
PageBlockListExtensions on PageBlockList
PageBlockListItemExtensions on PageBlockListItem
PageBlockMapExtensions on PageBlockMap
PageBlockMathematicalExpressionExtensions on PageBlockMathematicalExpression
PageBlockParagraphExtensions on PageBlockParagraph
PageBlockPhotoExtensions on PageBlockPhoto
PageBlockPreformattedExtensions on PageBlockPreformatted
PageBlockPullQuoteExtensions on PageBlockPullQuote
PageBlockRelatedArticleExtensions on PageBlockRelatedArticle
PageBlockRelatedArticlesExtensions on PageBlockRelatedArticles
PageBlockSectionHeadingExtensions on PageBlockSectionHeading
PageBlockSlideshowExtensions on PageBlockSlideshow
PageBlockSubheaderExtensions on PageBlockSubheader
PageBlockSubtitleExtensions on PageBlockSubtitle
PageBlockTableCellExtensions on PageBlockTableCell
PageBlockTableExtensions on PageBlockTable
PageBlockThinkingExtensions on PageBlockThinking
PageBlockTitleExtensions on PageBlockTitle
PageBlockVerticalAlignmentExtensions on PageBlockVerticalAlignment
PageBlockVideoExtensions on PageBlockVideo
PageBlockVoiceNoteExtensions on PageBlockVoiceNote
PaidMediaExtensions on PaidMedia
PaidMediaPhotoExtensions on PaidMediaPhoto
PaidMediaPreviewExtensions on PaidMediaPreview
PaidMediaVideoExtensions on PaidMediaVideo
PaidReactionTypeChatExtensions on PaidReactionTypeChat
PaidReactionTypeExtensions on PaidReactionType
PaidReactorExtensions on PaidReactor
ParseMarkdownExtensions on ParseMarkdown
ParseTextEntitiesExtensions on ParseTextEntities
PasskeyExtensions on Passkey
PasskeysExtensions on Passkeys
PassportAuthorizationFormExtensions on PassportAuthorizationForm
PassportElementAddressExtensions on PassportElementAddress
PassportElementBankStatementExtensions on PassportElementBankStatement
PassportElementDriverLicenseExtensions on PassportElementDriverLicense
PassportElementEmailAddressExtensions on PassportElementEmailAddress
PassportElementErrorExtensions on PassportElementError
PassportElementErrorSourceDataFieldExtensions on PassportElementErrorSourceDataField
PassportElementErrorSourceExtensions on PassportElementErrorSource
PassportElementErrorSourceFileExtensions on PassportElementErrorSourceFile
PassportElementErrorSourceTranslationFileExtensions on PassportElementErrorSourceTranslationFile
PassportElementExtensions on PassportElement
PassportElementIdentityCardExtensions on PassportElementIdentityCard
PassportElementInternalPassportExtensions on PassportElementInternalPassport
PassportElementPassportExtensions on PassportElementPassport
PassportElementPassportRegistrationExtensions on PassportElementPassportRegistration
PassportElementPersonalDetailsExtensions on PassportElementPersonalDetails
PassportElementPhoneNumberExtensions on PassportElementPhoneNumber
PassportElementRentalAgreementExtensions on PassportElementRentalAgreement
PassportElementsExtensions on PassportElements
PassportElementsWithErrorsExtensions on PassportElementsWithErrors
PassportElementTemporaryRegistrationExtensions on PassportElementTemporaryRegistration
PassportElementTypeExtensions on PassportElementType
PassportElementUtilityBillExtensions on PassportElementUtilityBill
PassportRequiredElementExtensions on PassportRequiredElement
PassportSuitableElementExtensions on PassportSuitableElement
PasswordStateExtensions on PasswordState
PaymentFormExtensions on PaymentForm
PaymentFormTypeExtensions on PaymentFormType
PaymentFormTypeRegularExtensions on PaymentFormTypeRegular
PaymentFormTypeStarsExtensions on PaymentFormTypeStars
PaymentFormTypeStarSubscriptionExtensions on PaymentFormTypeStarSubscription
PaymentOptionExtensions on PaymentOption
PaymentProviderExtensions on PaymentProvider
PaymentProviderOtherExtensions on PaymentProviderOther
PaymentProviderSmartGlocalExtensions on PaymentProviderSmartGlocal
PaymentProviderStripeExtensions on PaymentProviderStripe
PaymentReceiptExtensions on PaymentReceipt
PaymentReceiptTypeExtensions on PaymentReceiptType
PaymentReceiptTypeRegularExtensions on PaymentReceiptTypeRegular
PaymentReceiptTypeStarsExtensions on PaymentReceiptTypeStars
PaymentResultExtensions on PaymentResult
PersonalDetailsExtensions on PersonalDetails
PersonalDocumentExtensions on PersonalDocument
PhoneNumberAuthenticationSettingsExtensions on PhoneNumberAuthenticationSettings
PhoneNumberCodeTypeConfirmOwnershipExtensions on PhoneNumberCodeTypeConfirmOwnership
PhoneNumberCodeTypeExtensions on PhoneNumberCodeType
PhoneNumberInfoExtensions on PhoneNumberInfo
PhotoExtensions on Photo
PhotoSizeExtensions on PhotoSize
PinChatMessageExtensions on PinChatMessage
PingProxyExtensions on PingProxy
PlaceGiftAuctionBidExtensions on PlaceGiftAuctionBid
PointExtensions on Point
PollExtensions on Poll
PollMediaAnimationExtensions on PollMediaAnimation
PollMediaAudioExtensions on PollMediaAudio
PollMediaDocumentExtensions on PollMediaDocument
PollMediaExtensions on PollMedia
PollMediaLinkExtensions on PollMediaLink
PollMediaLocationExtensions on PollMediaLocation
PollMediaPhotoExtensions on PollMediaPhoto
PollMediaStickerExtensions on PollMediaSticker
PollMediaVenueExtensions on PollMediaVenue
PollMediaVideoExtensions on PollMediaVideo
PollOptionExtensions on PollOption
PollOptionPropertiesExtensions on PollOptionProperties
PollTypeExtensions on PollType
PollTypeQuizExtensions on PollTypeQuiz
PollVoteRestrictionReasonCountryRestrictedExtensions on PollVoteRestrictionReasonCountryRestricted
PollVoteRestrictionReasonExtensions on PollVoteRestrictionReason
PollVoteRestrictionReasonMembershipRequiredExtensions on PollVoteRestrictionReasonMembershipRequired
PollVoterExtensions on PollVoter
PollVotersExtensions on PollVoters
PollVoteStatisticsExtensions on PollVoteStatistics
PostStoryExtensions on PostStory
PreliminaryUploadFileExtensions on PreliminaryUploadFile
PremiumFeatureExtensions on PremiumFeature
PremiumFeaturePromotionAnimationExtensions on PremiumFeaturePromotionAnimation
PremiumFeaturesExtensions on PremiumFeatures
PremiumGiftCodeInfoExtensions on PremiumGiftCodeInfo
PremiumGiftPaymentOptionExtensions on PremiumGiftPaymentOption
PremiumGiftPaymentOptionsExtensions on PremiumGiftPaymentOptions
PremiumGiveawayPaymentOptionExtensions on PremiumGiveawayPaymentOption
PremiumGiveawayPaymentOptionsExtensions on PremiumGiveawayPaymentOptions
PremiumLimitExtensions on PremiumLimit
PremiumLimitTypeExtensions on PremiumLimitType
PremiumPaymentOptionExtensions on PremiumPaymentOption
PremiumSourceBusinessFeatureExtensions on PremiumSourceBusinessFeature
PremiumSourceExtensions on PremiumSource
PremiumSourceFeatureExtensions on PremiumSourceFeature
PremiumSourceLimitExceededExtensions on PremiumSourceLimitExceeded
PremiumSourceLinkExtensions on PremiumSourceLink
PremiumSourceStoryFeatureExtensions on PremiumSourceStoryFeature
PremiumStateExtensions on PremiumState
PremiumStatePaymentOptionExtensions on PremiumStatePaymentOption
PremiumStoryFeatureExtensions on PremiumStoryFeature
PrepaidGiveawayExtensions on PrepaidGiveaway
PreparedInlineMessageExtensions on PreparedInlineMessage
PreparedInlineMessageIdExtensions on PreparedInlineMessageId
ProcessChatFolderNewChatsExtensions on ProcessChatFolderNewChats
ProcessChatHasProtectedContentDisableRequestExtensions on ProcessChatHasProtectedContentDisableRequest
ProcessChatJoinRequestExtensions on ProcessChatJoinRequest
ProcessChatJoinRequestsExtensions on ProcessChatJoinRequests
ProcessGiftPurchaseOfferExtensions on ProcessGiftPurchaseOffer
ProcessPushNotificationExtensions on ProcessPushNotification
ProductInfoExtensions on ProductInfo
ProfileAccentColorExtensions on ProfileAccentColor
ProfileAccentColorsExtensions on ProfileAccentColors
ProfilePhotoExtensions on ProfilePhoto
ProfileTabExtensions on ProfileTab
ProxyExtensions on Proxy
ProxyTypeExtensions on ProxyType
ProxyTypeHttpExtensions on ProxyTypeHttp
ProxyTypeMtprotoExtensions on ProxyTypeMtproto
ProxyTypeSocks5Extensions on ProxyTypeSocks5
PublicChatTypeExtensions on PublicChatType
PublicForwardExtensions on PublicForward
PublicForwardMessageExtensions on PublicForwardMessage
PublicForwardsExtensions on PublicForwards
PublicForwardStoryExtensions on PublicForwardStory
PublicPostSearchLimitsExtensions on PublicPostSearchLimits
PushMessageContentAnimationExtensions on PushMessageContentAnimation
PushMessageContentAudioExtensions on PushMessageContentAudio
PushMessageContentChatAddMembersExtensions on PushMessageContentChatAddMembers
PushMessageContentChatChangeTitleExtensions on PushMessageContentChatChangeTitle
PushMessageContentChatDeleteMemberExtensions on PushMessageContentChatDeleteMember
PushMessageContentChatSetBackgroundExtensions on PushMessageContentChatSetBackground
PushMessageContentChatSetThemeExtensions on PushMessageContentChatSetTheme
PushMessageContentChecklistExtensions on PushMessageContentChecklist
PushMessageContentChecklistTasksAddedExtensions on PushMessageContentChecklistTasksAdded
PushMessageContentChecklistTasksDoneExtensions on PushMessageContentChecklistTasksDone
PushMessageContentContactExtensions on PushMessageContentContact
PushMessageContentContactRegisteredExtensions on PushMessageContentContactRegistered
PushMessageContentDocumentExtensions on PushMessageContentDocument
PushMessageContentExtensions on PushMessageContent
PushMessageContentGameExtensions on PushMessageContentGame
PushMessageContentGameScoreExtensions on PushMessageContentGameScore
PushMessageContentGiftExtensions on PushMessageContentGift
PushMessageContentGiveawayExtensions on PushMessageContentGiveaway
PushMessageContentHiddenExtensions on PushMessageContentHidden
PushMessageContentInviteVideoChatParticipantsExtensions on PushMessageContentInviteVideoChatParticipants
PushMessageContentInvoiceExtensions on PushMessageContentInvoice
PushMessageContentLocationExtensions on PushMessageContentLocation
PushMessageContentMediaAlbumExtensions on PushMessageContentMediaAlbum
PushMessageContentMessageForwardsExtensions on PushMessageContentMessageForwards
PushMessageContentPaidMediaExtensions on PushMessageContentPaidMedia
PushMessageContentPhotoExtensions on PushMessageContentPhoto
PushMessageContentPollExtensions on PushMessageContentPoll
PushMessageContentPollOptionAddedExtensions on PushMessageContentPollOptionAdded
PushMessageContentPremiumGiftCodeExtensions on PushMessageContentPremiumGiftCode
PushMessageContentProximityAlertTriggeredExtensions on PushMessageContentProximityAlertTriggered
PushMessageContentRecurringPaymentExtensions on PushMessageContentRecurringPayment
PushMessageContentStickerExtensions on PushMessageContentSticker
PushMessageContentStoryExtensions on PushMessageContentStory
PushMessageContentTextExtensions on PushMessageContentText
PushMessageContentUpgradedGiftExtensions on PushMessageContentUpgradedGift
PushMessageContentVideoExtensions on PushMessageContentVideo
PushMessageContentVideoNoteExtensions on PushMessageContentVideoNote
PushMessageContentVoiceNoteExtensions on PushMessageContentVoiceNote
PushReceiverIdExtensions on PushReceiverId
QuickReplyMessageExtensions on QuickReplyMessage
QuickReplyMessagesExtensions on QuickReplyMessages
QuickReplyShortcutExtensions on QuickReplyShortcut
RateSpeechRecognitionExtensions on RateSpeechRecognition
ReactionNotificationSettingsExtensions on ReactionNotificationSettings
ReactionNotificationSourceExtensions on ReactionNotificationSource
ReactionTypeCustomEmojiExtensions on ReactionTypeCustomEmoji
ReactionTypeEmojiExtensions on ReactionTypeEmoji
ReactionTypeExtensions on ReactionType
ReactionUnavailabilityReasonExtensions on ReactionUnavailabilityReason
ReadAllChatMentionsExtensions on ReadAllChatMentions
ReadAllChatPollVotesExtensions on ReadAllChatPollVotes
ReadAllChatReactionsExtensions on ReadAllChatReactions
ReadAllDirectMessagesChatTopicReactionsExtensions on ReadAllDirectMessagesChatTopicReactions
ReadAllForumTopicMentionsExtensions on ReadAllForumTopicMentions
ReadAllForumTopicPollVotesExtensions on ReadAllForumTopicPollVotes
ReadAllForumTopicReactionsExtensions on ReadAllForumTopicReactions
ReadBusinessMessageExtensions on ReadBusinessMessage
ReadChatListExtensions on ReadChatList
ReadDatePrivacySettingsExtensions on ReadDatePrivacySettings
ReaddQuickReplyShortcutMessagesExtensions on ReaddQuickReplyShortcutMessages
ReadFilePartExtensions on ReadFilePart
ReceivedGiftExtensions on ReceivedGift
ReceivedGiftsExtensions on ReceivedGifts
RecognizeSpeechExtensions on RecognizeSpeech
RecommendedChatFolderExtensions on RecommendedChatFolder
RecommendedChatFoldersExtensions on RecommendedChatFolders
RecoverAuthenticationPasswordExtensions on RecoverAuthenticationPassword
RecoverPasswordExtensions on RecoverPassword
RecoveryEmailAddressExtensions on RecoveryEmailAddress
RefundStarPaymentExtensions on RefundStarPayment
RegisterDeviceExtensions on RegisterDevice
RegisterUserExtensions on RegisterUser
RemoteFileExtensions on RemoteFile
RemoveAllFilesFromDownloadsExtensions on RemoveAllFilesFromDownloads
RemoveBusinessConnectedBotFromChatExtensions on RemoveBusinessConnectedBotFromChat
RemoveChatActionBarExtensions on RemoveChatActionBar
RemoveContactsExtensions on RemoveContacts
RemoveFavoriteStickerExtensions on RemoveFavoriteSticker
RemoveFileFromDownloadsExtensions on RemoveFileFromDownloads
RemoveGiftCollectionGiftsExtensions on RemoveGiftCollectionGifts
RemoveInstalledBackgroundExtensions on RemoveInstalledBackground
RemoveLoginPasskeyExtensions on RemoveLoginPasskey
RemoveMessageReactionExtensions on RemoveMessageReaction
RemoveMessageSenderBotVerificationExtensions on RemoveMessageSenderBotVerification
RemoveNotificationExtensions on RemoveNotification
RemoveNotificationGroupExtensions on RemoveNotificationGroup
RemovePendingLiveStoryReactionsExtensions on RemovePendingLiveStoryReactions
RemovePendingPaidMessageReactionsExtensions on RemovePendingPaidMessageReactions
RemoveProfileAudioExtensions on RemoveProfileAudio
RemoveProxyExtensions on RemoveProxy
RemoveRecentHashtagExtensions on RemoveRecentHashtag
RemoveRecentlyFoundChatExtensions on RemoveRecentlyFoundChat
RemoveRecentStickerExtensions on RemoveRecentSticker
RemoveSavedAnimationExtensions on RemoveSavedAnimation
RemoveSavedNotificationSoundExtensions on RemoveSavedNotificationSound
RemoveSearchedForTagExtensions on RemoveSearchedForTag
RemoveStickerFromSetExtensions on RemoveStickerFromSet
RemoveStoryAlbumStoriesExtensions on RemoveStoryAlbumStories
RemoveTextCompositionStyleExtensions on RemoveTextCompositionStyle
RemoveTopChatExtensions on RemoveTopChat
RemoveWebBrowserSettingsExceptionExtensions on RemoveWebBrowserSettingsException
ReorderActiveUsernamesExtensions on ReorderActiveUsernames
ReorderBotActiveUsernamesExtensions on ReorderBotActiveUsernames
ReorderBotMediaPreviewsExtensions on ReorderBotMediaPreviews
ReorderChatFoldersExtensions on ReorderChatFolders
ReorderGiftCollectionGiftsExtensions on ReorderGiftCollectionGifts
ReorderGiftCollectionsExtensions on ReorderGiftCollections
ReorderInstalledStickerSetsExtensions on ReorderInstalledStickerSets
ReorderQuickReplyShortcutsExtensions on ReorderQuickReplyShortcuts
ReorderStoryAlbumsExtensions on ReorderStoryAlbums
ReorderStoryAlbumStoriesExtensions on ReorderStoryAlbumStories
ReorderSupergroupActiveUsernamesExtensions on ReorderSupergroupActiveUsernames
ReplaceLiveStoryRtmpUrlExtensions on ReplaceLiveStoryRtmpUrl
ReplacePrimaryChatInviteLinkExtensions on ReplacePrimaryChatInviteLink
ReplaceStickerInSetExtensions on ReplaceStickerInSet
ReplaceVideoChatRtmpUrlExtensions on ReplaceVideoChatRtmpUrl
ReplyMarkupExtensions on ReplyMarkup
ReplyMarkupForceReplyExtensions on ReplyMarkupForceReply
ReplyMarkupInlineKeyboardExtensions on ReplyMarkupInlineKeyboard
ReplyMarkupRemoveKeyboardExtensions on ReplyMarkupRemoveKeyboard
ReplyMarkupShowKeyboardExtensions on ReplyMarkupShowKeyboard
ReportAuthenticationCodeMissingExtensions on ReportAuthenticationCodeMissing
ReportChatExtensions on ReportChat
ReportChatPhotoExtensions on ReportChatPhoto
ReportChatResultExtensions on ReportChatResult
ReportChatResultOptionRequiredExtensions on ReportChatResultOptionRequired
ReportChatResultTextRequiredExtensions on ReportChatResultTextRequired
ReportChatSponsoredMessageExtensions on ReportChatSponsoredMessage
ReportMessageReactionsExtensions on ReportMessageReactions
ReportOptionExtensions on ReportOption
ReportPhoneNumberCodeMissingExtensions on ReportPhoneNumberCodeMissing
ReportReasonExtensions on ReportReason
ReportSponsoredChatExtensions on ReportSponsoredChat
ReportSponsoredResultExtensions on ReportSponsoredResult
ReportSponsoredResultOptionRequiredExtensions on ReportSponsoredResultOptionRequired
ReportStoryExtensions on ReportStory
ReportStoryResultExtensions on ReportStoryResult
ReportStoryResultOptionRequiredExtensions on ReportStoryResultOptionRequired
ReportStoryResultTextRequiredExtensions on ReportStoryResultTextRequired
ReportSupergroupAntiSpamFalsePositiveExtensions on ReportSupergroupAntiSpamFalsePositive
ReportSupergroupSpamExtensions on ReportSupergroupSpam
ReportVideoMessageAdvertisementExtensions on ReportVideoMessageAdvertisement
RequestQrCodeAuthenticationExtensions on RequestQrCodeAuthentication
ResendAuthenticationCodeExtensions on ResendAuthenticationCode
ResendCodeReasonExtensions on ResendCodeReason
ResendCodeReasonVerificationFailedExtensions on ResendCodeReasonVerificationFailed
ResendMessagesExtensions on ResendMessages
ResendPhoneNumberCodeExtensions on ResendPhoneNumberCode
ResetPasswordResultDeclinedExtensions on ResetPasswordResultDeclined
ResetPasswordResultExtensions on ResetPasswordResult
ResetPasswordResultPendingExtensions on ResetPasswordResultPending
RestrictionInfoExtensions on RestrictionInfo
ReuseStarSubscriptionExtensions on ReuseStarSubscription
RevenueWithdrawalStateExtensions on RevenueWithdrawalState
RevenueWithdrawalStateSucceededExtensions on RevenueWithdrawalStateSucceeded
RevokeChatInviteLinkExtensions on RevokeChatInviteLink
RevokeGroupCallInviteLinkExtensions on RevokeGroupCallInviteLink
RichMessageExtensions on RichMessage
RichMessageSourceBlocksExtensions on RichMessageSourceBlocks
RichMessageSourceExtensions on RichMessageSource
RichMessageSourceHtmlExtensions on RichMessageSourceHtml
RichMessageSourceMarkdownExtensions on RichMessageSourceMarkdown
RichTextAnchorExtensions on RichTextAnchor
RichTextAnchorLinkExtensions on RichTextAnchorLink
RichTextBankCardNumberExtensions on RichTextBankCardNumber
RichTextBoldExtensions on RichTextBold
RichTextBotCommandExtensions on RichTextBotCommand
RichTextCashtagExtensions on RichTextCashtag
RichTextCustomEmojiExtensions on RichTextCustomEmoji
RichTextDateTimeExtensions on RichTextDateTime
RichTextDiffExtensions on RichTextDiff
RichTextEmailAddressExtensions on RichTextEmailAddress
RichTextExtensions on RichText
RichTextFixedExtensions on RichTextFixed
RichTextHashtagExtensions on RichTextHashtag
RichTextIconExtensions on RichTextIcon
RichTextItalicExtensions on RichTextItalic
RichTextMarkedExtensions on RichTextMarked
RichTextMathematicalExpressionExtensions on RichTextMathematicalExpression
RichTextMentionExtensions on RichTextMention
RichTextMentionNameExtensions on RichTextMentionName
RichTextPhoneNumberExtensions on RichTextPhoneNumber
RichTextPlainExtensions on RichTextPlain
RichTextReferenceExtensions on RichTextReference
RichTextReferenceLinkExtensions on RichTextReferenceLink
RichTextsExtensions on RichTexts
RichTextSpoilerExtensions on RichTextSpoiler
RichTextStrikethroughExtensions on RichTextStrikethrough
RichTextSubscriptExtensions on RichTextSubscript
RichTextSuperscriptExtensions on RichTextSuperscript
RichTextUnderlineExtensions on RichTextUnderline
RichTextUrlExtensions on RichTextUrl
RtmpUrlExtensions on RtmpUrl
SaveApplicationLogEventExtensions on SaveApplicationLogEvent
SavedCredentialsExtensions on SavedCredentials
SavedMessagesTagExtensions on SavedMessagesTag
SavedMessagesTagsExtensions on SavedMessagesTags
SavedMessagesTopicExtensions on SavedMessagesTopic
SavedMessagesTopicTypeExtensions on SavedMessagesTopicType
SavedMessagesTopicTypeSavedFromChatExtensions on SavedMessagesTopicTypeSavedFromChat
SavePreparedInlineMessageExtensions on SavePreparedInlineMessage
SavePreparedKeyboardButtonExtensions on SavePreparedKeyboardButton
ScopeAutosaveSettingsExtensions on ScopeAutosaveSettings
ScopeNotificationSettingsExtensions on ScopeNotificationSettings
SearchAffiliateProgramsExtensions on SearchAffiliatePrograms
SearchBackgroundExtensions on SearchBackground
SearchCallMessagesExtensions on SearchCallMessages
SearchChatAffiliateProgramExtensions on SearchChatAffiliateProgram
SearchChatMembersExtensions on SearchChatMembers
SearchChatMessagesExtensions on SearchChatMessages
SearchChatRecentLocationMessagesExtensions on SearchChatRecentLocationMessages
SearchChatsExtensions on SearchChats
SearchChatsOnServerExtensions on SearchChatsOnServer
SearchChatTypeFilterExtensions on SearchChatTypeFilter
SearchContactsExtensions on SearchContacts
SearchEmojisExtensions on SearchEmojis
SearchFileDownloadsExtensions on SearchFileDownloads
SearchGiftsForResaleExtensions on SearchGiftsForResale
SearchHashtagsExtensions on SearchHashtags
SearchInstalledStickerSetsExtensions on SearchInstalledStickerSets
SearchMessagesChatTypeFilterExtensions on SearchMessagesChatTypeFilter
SearchMessagesExtensions on SearchMessages
SearchMessagesFilterExtensions on SearchMessagesFilter
SearchOutgoingDocumentMessagesExtensions on SearchOutgoingDocumentMessages
SearchPublicChatExtensions on SearchPublicChat
SearchPublicChatsExtensions on SearchPublicChats
SearchPublicMessagesByTagExtensions on SearchPublicMessagesByTag
SearchPublicPostsExtensions on SearchPublicPosts
SearchPublicStoriesByLocationExtensions on SearchPublicStoriesByLocation
SearchPublicStoriesByTagExtensions on SearchPublicStoriesByTag
SearchPublicStoriesByVenueExtensions on SearchPublicStoriesByVenue
SearchQuoteExtensions on SearchQuote
SearchRecentlyFoundChatsExtensions on SearchRecentlyFoundChats
SearchSavedMessagesExtensions on SearchSavedMessages
SearchSecretMessagesExtensions on SearchSecretMessages
SearchStickerSetExtensions on SearchStickerSet
SearchStickerSetsExtensions on SearchStickerSets
SearchStickersExtensions on SearchStickers
SearchStringsByPrefixExtensions on SearchStringsByPrefix
SearchTextCompositionStyleExtensions on SearchTextCompositionStyle
SearchUserByPhoneNumberExtensions on SearchUserByPhoneNumber
SearchUserByTokenExtensions on SearchUserByToken
SearchWebAppExtensions on SearchWebApp
SecondsExtensions on Seconds
SecretChatExtensions on SecretChat
SecretChatStateExtensions on SecretChatState
SellGiftExtensions on SellGift
SendAuthenticationFirebaseSmsExtensions on SendAuthenticationFirebaseSms
SendBotStartMessageExtensions on SendBotStartMessage
SendBusinessMessageAlbumExtensions on SendBusinessMessageAlbum
SendBusinessMessageExtensions on SendBusinessMessage
SendCallDebugInformationExtensions on SendCallDebugInformation
SendCallLogExtensions on SendCallLog
SendCallRatingExtensions on SendCallRating
SendCallSignalingDataExtensions on SendCallSignalingData
SendChatActionExtensions on SendChatAction
SendCustomRequestExtensions on SendCustomRequest
SendEmailAddressVerificationCodeExtensions on SendEmailAddressVerificationCode
SendEphemeralMessageExtensions on SendEphemeralMessage
SendGiftExtensions on SendGift
SendGiftPurchaseOfferExtensions on SendGiftPurchaseOffer
SendGroupCallMessageExtensions on SendGroupCallMessage
SendInlineQueryResultMessageExtensions on SendInlineQueryResultMessage
SendMessageAlbumExtensions on SendMessageAlbum
SendMessageExtensions on SendMessage
SendMessageViewMetricsExtensions on SendMessageViewMetrics
SendPassportAuthorizationFormExtensions on SendPassportAuthorizationForm
SendPaymentFormExtensions on SendPaymentForm
SendPhoneNumberCodeExtensions on SendPhoneNumberCode
SendPhoneNumberFirebaseSmsExtensions on SendPhoneNumberFirebaseSms
SendQuickReplyShortcutMessagesExtensions on SendQuickReplyShortcutMessages
SendResoldGiftExtensions on SendResoldGift
SendRichMessageDraftExtensions on SendRichMessageDraft
SendTextMessageDraftExtensions on SendTextMessageDraft
SendWebAppCustomRequestExtensions on SendWebAppCustomRequest
SendWebAppDataExtensions on SendWebAppData
SentGiftExtensions on SentGift
SentGiftRegularExtensions on SentGiftRegular
SentGiftUpgradedExtensions on SentGiftUpgraded
SessionDeviceTypeExtensions on SessionDeviceType
SessionExtensions on Session
SessionsExtensions on Sessions
SessionTypeConnectedBotExtensions on SessionTypeConnectedBot
SessionTypeDeviceExtensions on SessionTypeDevice
SessionTypeExtensions on SessionType
SetAccentColorExtensions on SetAccentColor
SetAccountTtlExtensions on SetAccountTtl
SetAlarmExtensions on SetAlarm
SetApplicationVerificationTokenExtensions on SetApplicationVerificationToken
SetArchiveChatListSettingsExtensions on SetArchiveChatListSettings
SetAuthenticationEmailAddressExtensions on SetAuthenticationEmailAddress
SetAuthenticationPhoneNumberExtensions on SetAuthenticationPhoneNumber
SetAuthenticationPremiumPurchaseTransactionExtensions on SetAuthenticationPremiumPurchaseTransaction
SetAutoDownloadSettingsExtensions on SetAutoDownloadSettings
SetAutosaveSettingsExtensions on SetAutosaveSettings
SetBioExtensions on SetBio
SetBirthdateExtensions on SetBirthdate
SetBotInfoDescriptionExtensions on SetBotInfoDescription
SetBotInfoShortDescriptionExtensions on SetBotInfoShortDescription
SetBotNameExtensions on SetBotName
SetBotProfilePhotoExtensions on SetBotProfilePhoto
SetBotUpdatesStatusExtensions on SetBotUpdatesStatus
SetBusinessAccountBioExtensions on SetBusinessAccountBio
SetBusinessAccountGiftSettingsExtensions on SetBusinessAccountGiftSettings
SetBusinessAccountNameExtensions on SetBusinessAccountName
SetBusinessAccountProfilePhotoExtensions on SetBusinessAccountProfilePhoto
SetBusinessAccountUsernameExtensions on SetBusinessAccountUsername
SetBusinessAwayMessageSettingsExtensions on SetBusinessAwayMessageSettings
SetBusinessConnectedBotExtensions on SetBusinessConnectedBot
SetBusinessGreetingMessageSettingsExtensions on SetBusinessGreetingMessageSettings
SetBusinessLocationExtensions on SetBusinessLocation
SetBusinessMessageIsPinnedExtensions on SetBusinessMessageIsPinned
SetBusinessOpeningHoursExtensions on SetBusinessOpeningHours
SetBusinessStartPageExtensions on SetBusinessStartPage
SetChatAccentColorExtensions on SetChatAccentColor
SetChatActiveStoriesListExtensions on SetChatActiveStoriesList
SetChatAffiliateProgramExtensions on SetChatAffiliateProgram
SetChatAvailableReactionsExtensions on SetChatAvailableReactions
SetChatBackgroundExtensions on SetChatBackground
SetChatClientDataExtensions on SetChatClientData
SetChatDescriptionExtensions on SetChatDescription
SetChatDirectMessagesGroupExtensions on SetChatDirectMessagesGroup
SetChatDiscussionGroupExtensions on SetChatDiscussionGroup
SetChatDraftMessageExtensions on SetChatDraftMessage
SetChatEmojiStatusExtensions on SetChatEmojiStatus
SetChatLocationExtensions on SetChatLocation
SetChatMemberStatusExtensions on SetChatMemberStatus
SetChatMemberTagExtensions on SetChatMemberTag
SetChatMessageAutoDeleteTimeExtensions on SetChatMessageAutoDeleteTime
SetChatMessageSenderExtensions on SetChatMessageSender
SetChatNotificationSettingsExtensions on SetChatNotificationSettings
SetChatPaidMessageStarCountExtensions on SetChatPaidMessageStarCount
SetChatPermissionsExtensions on SetChatPermissions
SetChatPhotoExtensions on SetChatPhoto
SetChatPinnedStoriesExtensions on SetChatPinnedStories
SetChatProfileAccentColorExtensions on SetChatProfileAccentColor
SetChatSlowModeDelayExtensions on SetChatSlowModeDelay
SetChatThemeExtensions on SetChatTheme
SetChatTitleExtensions on SetChatTitle
SetCloseFriendsExtensions on SetCloseFriends
SetCommandsExtensions on SetCommands
SetCustomEmojiStickerSetThumbnailExtensions on SetCustomEmojiStickerSetThumbnail
SetCustomLanguagePackExtensions on SetCustomLanguagePack
SetCustomLanguagePackStringExtensions on SetCustomLanguagePackString
SetDatabaseEncryptionKeyExtensions on SetDatabaseEncryptionKey
SetDefaultBackgroundExtensions on SetDefaultBackground
SetDefaultChannelAdministratorRightsExtensions on SetDefaultChannelAdministratorRights
SetDefaultGroupAdministratorRightsExtensions on SetDefaultGroupAdministratorRights
SetDefaultMessageAutoDeleteTimeExtensions on SetDefaultMessageAutoDeleteTime
SetDefaultReactionTypeExtensions on SetDefaultReactionType
SetDirectMessagesChatTopicIsMarkedAsUnreadExtensions on SetDirectMessagesChatTopicIsMarkedAsUnread
SetEmojiStatusExtensions on SetEmojiStatus
SetFileGenerationProgressExtensions on SetFileGenerationProgress
SetForumTopicNotificationSettingsExtensions on SetForumTopicNotificationSettings
SetGameScoreExtensions on SetGameScore
SetGiftCollectionNameExtensions on SetGiftCollectionName
SetGiftResalePriceExtensions on SetGiftResalePrice
SetGiftSettingsExtensions on SetGiftSettings
SetGroupCallPaidMessageStarCountExtensions on SetGroupCallPaidMessageStarCount
SetGroupCallParticipantIsSpeakingExtensions on SetGroupCallParticipantIsSpeaking
SetGroupCallParticipantVolumeLevelExtensions on SetGroupCallParticipantVolumeLevel
SetInactiveSessionTtlExtensions on SetInactiveSessionTtl
SetInlineGameScoreExtensions on SetInlineGameScore
SetLiveStoryMessageSenderExtensions on SetLiveStoryMessageSender
SetLoginEmailAddressExtensions on SetLoginEmailAddress
SetLogStreamExtensions on SetLogStream
SetLogTagVerbosityLevelExtensions on SetLogTagVerbosityLevel
SetLogVerbosityLevelExtensions on SetLogVerbosityLevel
SetMainProfileTabExtensions on SetMainProfileTab
SetManagedBotAccessSettingsExtensions on SetManagedBotAccessSettings
SetMenuButtonExtensions on SetMenuButton
SetMessageFactCheckExtensions on SetMessageFactCheck
SetMessageReactionsExtensions on SetMessageReactions
SetMessageSenderBlockListExtensions on SetMessageSenderBlockList
SetMessageSenderBotVerificationExtensions on SetMessageSenderBotVerification
SetNameExtensions on SetName
SetNetworkTypeExtensions on SetNetworkType
SetNewChatPrivacySettingsExtensions on SetNewChatPrivacySettings
SetOptionExtensions on SetOption
SetPaidMessageReactionTypeExtensions on SetPaidMessageReactionType
SetPassportElementErrorsExtensions on SetPassportElementErrors
SetPassportElementExtensions on SetPassportElement
SetPasswordExtensions on SetPassword
SetPersonalChatExtensions on SetPersonalChat
SetPinnedChatsExtensions on SetPinnedChats
SetPinnedForumTopicsExtensions on SetPinnedForumTopics
SetPinnedGiftsExtensions on SetPinnedGifts
SetPinnedSavedMessagesTopicsExtensions on SetPinnedSavedMessagesTopics
SetPollAnswerExtensions on SetPollAnswer
SetProfileAccentColorExtensions on SetProfileAccentColor
SetProfileAudioPositionExtensions on SetProfileAudioPosition
SetProfilePhotoExtensions on SetProfilePhoto
SetQuickReplyShortcutNameExtensions on SetQuickReplyShortcutName
SetReactionNotificationSettingsExtensions on SetReactionNotificationSettings
SetReadDatePrivacySettingsExtensions on SetReadDatePrivacySettings
SetRecoveryEmailAddressExtensions on SetRecoveryEmailAddress
SetSavedMessagesTagLabelExtensions on SetSavedMessagesTagLabel
SetScopeNotificationSettingsExtensions on SetScopeNotificationSettings
SetStickerEmojisExtensions on SetStickerEmojis
SetStickerKeywordsExtensions on SetStickerKeywords
SetStickerMaskPositionExtensions on SetStickerMaskPosition
SetStickerPositionInSetExtensions on SetStickerPositionInSet
SetStickerSetThumbnailExtensions on SetStickerSetThumbnail
SetStickerSetTitleExtensions on SetStickerSetTitle
SetStoryAlbumNameExtensions on SetStoryAlbumName
SetStoryPrivacySettingsExtensions on SetStoryPrivacySettings
SetStoryReactionExtensions on SetStoryReaction
SetSupergroupCustomEmojiStickerSetExtensions on SetSupergroupCustomEmojiStickerSet
SetSupergroupMainProfileTabExtensions on SetSupergroupMainProfileTab
SetSupergroupStickerSetExtensions on SetSupergroupStickerSet
SetSupergroupUnrestrictBoostCountExtensions on SetSupergroupUnrestrictBoostCount
SetSupergroupUsernameExtensions on SetSupergroupUsername
SetTdlibParametersExtensions on SetTdlibParameters
SettingsSectionAppearanceExtensions on SettingsSectionAppearance
SettingsSectionBusinessExtensions on SettingsSectionBusiness
SettingsSectionChatFoldersExtensions on SettingsSectionChatFolders
SettingsSectionDataAndStorageExtensions on SettingsSectionDataAndStorage
SettingsSectionDevicesExtensions on SettingsSectionDevices
SettingsSectionEditProfileExtensions on SettingsSectionEditProfile
SettingsSectionExtensions on SettingsSection
SettingsSectionInAppBrowserExtensions on SettingsSectionInAppBrowser
SettingsSectionLanguageExtensions on SettingsSectionLanguage
SettingsSectionMyStarsExtensions on SettingsSectionMyStars
SettingsSectionNotificationsExtensions on SettingsSectionNotifications
SettingsSectionPowerSavingExtensions on SettingsSectionPowerSaving
SettingsSectionPrivacyAndSecurityExtensions on SettingsSectionPrivacyAndSecurity
SettingsSectionQrCodeExtensions on SettingsSectionQrCode
SettingsSectionSendGiftExtensions on SettingsSectionSendGift
SetUpgradedGiftColorsExtensions on SetUpgradedGiftColors
SetUserEmojiStatusExtensions on SetUserEmojiStatus
SetUsernameExtensions on SetUsername
SetUserNoteExtensions on SetUserNote
SetUserPersonalProfilePhotoExtensions on SetUserPersonalProfilePhoto
SetUserPrivacySettingRulesExtensions on SetUserPrivacySettingRules
SetUserSupportInfoExtensions on SetUserSupportInfo
SetVideoChatDefaultParticipantExtensions on SetVideoChatDefaultParticipant
SetVideoChatTitleExtensions on SetVideoChatTitle
ShareChatWithBotExtensions on ShareChatWithBot
SharedChatExtensions on SharedChat
SharedUserExtensions on SharedUser
SharePhoneNumberExtensions on SharePhoneNumber
ShareUsersWithBotExtensions on ShareUsersWithBot
ShippingOptionExtensions on ShippingOption
SpeechRecognitionResultErrorExtensions on SpeechRecognitionResultError
SpeechRecognitionResultExtensions on SpeechRecognitionResult
SpeechRecognitionResultPendingExtensions on SpeechRecognitionResultPending
SpeechRecognitionResultTextExtensions on SpeechRecognitionResultText
SponsoredChatExtensions on SponsoredChat
SponsoredChatsExtensions on SponsoredChats
SponsoredMessageExtensions on SponsoredMessage
SponsoredMessagesExtensions on SponsoredMessages
StakeDiceStateExtensions on StakeDiceState
StarAmountExtensions on StarAmount
StarCountExtensions on StarCount
StarGiveawayPaymentOptionExtensions on StarGiveawayPaymentOption
StarGiveawayPaymentOptionsExtensions on StarGiveawayPaymentOptions
StarGiveawayWinnerOptionExtensions on StarGiveawayWinnerOption
StarPaymentOptionExtensions on StarPaymentOption
StarPaymentOptionsExtensions on StarPaymentOptions
StarRevenueStatisticsExtensions on StarRevenueStatistics
StarRevenueStatusExtensions on StarRevenueStatus
StarSubscriptionExtensions on StarSubscription
StarSubscriptionPricingExtensions on StarSubscriptionPricing
StarSubscriptionsExtensions on StarSubscriptions
StarSubscriptionTypeBotExtensions on StarSubscriptionTypeBot
StarSubscriptionTypeChannelExtensions on StarSubscriptionTypeChannel
StarSubscriptionTypeExtensions on StarSubscriptionType
StartGroupCallRecordingExtensions on StartGroupCallRecording
StartGroupCallScreenSharingExtensions on StartGroupCallScreenSharing
StartLiveStoryExtensions on StartLiveStory
StartLiveStoryResultExtensions on StartLiveStoryResult
StartLiveStoryResultFailExtensions on StartLiveStoryResultFail
StartLiveStoryResultOkExtensions on StartLiveStoryResultOk
StarTransactionExtensions on StarTransaction
StarTransactionsExtensions on StarTransactions
StarTransactionTypeAffiliateProgramCommissionExtensions on StarTransactionTypeAffiliateProgramCommission
StarTransactionTypeBotInvoicePurchaseExtensions on StarTransactionTypeBotInvoicePurchase
StarTransactionTypeBotInvoiceSaleExtensions on StarTransactionTypeBotInvoiceSale
StarTransactionTypeBotPaidMediaPurchaseExtensions on StarTransactionTypeBotPaidMediaPurchase
StarTransactionTypeBotPaidMediaSaleExtensions on StarTransactionTypeBotPaidMediaSale
StarTransactionTypeBotSubscriptionPurchaseExtensions on StarTransactionTypeBotSubscriptionPurchase
StarTransactionTypeBotSubscriptionSaleExtensions on StarTransactionTypeBotSubscriptionSale
StarTransactionTypeBusinessBotTransferReceiveExtensions on StarTransactionTypeBusinessBotTransferReceive
StarTransactionTypeBusinessBotTransferSendExtensions on StarTransactionTypeBusinessBotTransferSend
StarTransactionTypeChannelPaidMediaPurchaseExtensions on StarTransactionTypeChannelPaidMediaPurchase
StarTransactionTypeChannelPaidMediaSaleExtensions on StarTransactionTypeChannelPaidMediaSale
StarTransactionTypeChannelPaidReactionReceiveExtensions on StarTransactionTypeChannelPaidReactionReceive
StarTransactionTypeChannelPaidReactionSendExtensions on StarTransactionTypeChannelPaidReactionSend
StarTransactionTypeChannelSubscriptionPurchaseExtensions on StarTransactionTypeChannelSubscriptionPurchase
StarTransactionTypeChannelSubscriptionSaleExtensions on StarTransactionTypeChannelSubscriptionSale
StarTransactionTypeExtensions on StarTransactionType
StarTransactionTypeFragmentWithdrawalExtensions on StarTransactionTypeFragmentWithdrawal
StarTransactionTypeGiftAuctionBidExtensions on StarTransactionTypeGiftAuctionBid
StarTransactionTypeGiftOriginalDetailsDropExtensions on StarTransactionTypeGiftOriginalDetailsDrop
StarTransactionTypeGiftPurchaseExtensions on StarTransactionTypeGiftPurchase
StarTransactionTypeGiftPurchaseOfferExtensions on StarTransactionTypeGiftPurchaseOffer
StarTransactionTypeGiftSaleExtensions on StarTransactionTypeGiftSale
StarTransactionTypeGiftTransferExtensions on StarTransactionTypeGiftTransfer
StarTransactionTypeGiftUpgradeExtensions on StarTransactionTypeGiftUpgrade
StarTransactionTypeGiftUpgradePurchaseExtensions on StarTransactionTypeGiftUpgradePurchase
StarTransactionTypeGiveawayDepositExtensions on StarTransactionTypeGiveawayDeposit
StarTransactionTypePaidGroupCallMessageReceiveExtensions on StarTransactionTypePaidGroupCallMessageReceive
StarTransactionTypePaidGroupCallMessageSendExtensions on StarTransactionTypePaidGroupCallMessageSend
StarTransactionTypePaidGroupCallReactionReceiveExtensions on StarTransactionTypePaidGroupCallReactionReceive
StarTransactionTypePaidGroupCallReactionSendExtensions on StarTransactionTypePaidGroupCallReactionSend
StarTransactionTypePaidMessageReceiveExtensions on StarTransactionTypePaidMessageReceive
StarTransactionTypePaidMessageSendExtensions on StarTransactionTypePaidMessageSend
StarTransactionTypePremiumPurchaseExtensions on StarTransactionTypePremiumPurchase
StarTransactionTypeSuggestedPostPaymentReceiveExtensions on StarTransactionTypeSuggestedPostPaymentReceive
StarTransactionTypeSuggestedPostPaymentSendExtensions on StarTransactionTypeSuggestedPostPaymentSend
StarTransactionTypeTelegramApiUsageExtensions on StarTransactionTypeTelegramApiUsage
StarTransactionTypeUpgradedGiftPurchaseExtensions on StarTransactionTypeUpgradedGiftPurchase
StarTransactionTypeUpgradedGiftSaleExtensions on StarTransactionTypeUpgradedGiftSale
StarTransactionTypeUserDepositExtensions on StarTransactionTypeUserDeposit
StartScheduledVideoChatExtensions on StartScheduledVideoChat
StatisticalGraphAsyncExtensions on StatisticalGraphAsync
StatisticalGraphDataExtensions on StatisticalGraphData
StatisticalGraphErrorExtensions on StatisticalGraphError
StatisticalGraphExtensions on StatisticalGraph
StatisticalValueExtensions on StatisticalValue
StickerExtensions on Sticker
StickerFormatExtensions on StickerFormat
StickerFullTypeCustomEmojiExtensions on StickerFullTypeCustomEmoji
StickerFullTypeExtensions on StickerFullType
StickerFullTypeMaskExtensions on StickerFullTypeMask
StickerFullTypeRegularExtensions on StickerFullTypeRegular
StickerSetExtensions on StickerSet
StickerSetInfoExtensions on StickerSetInfo
StickerSetsExtensions on StickerSets
StickersExtensions on Stickers
StickerTypeExtensions on StickerType
StopBusinessPollExtensions on StopBusinessPoll
StopPollExtensions on StopPoll
StorageStatisticsByChatExtensions on StorageStatisticsByChat
StorageStatisticsByFileTypeExtensions on StorageStatisticsByFileType
StorageStatisticsExtensions on StorageStatistics
StorageStatisticsFastExtensions on StorageStatisticsFast
StorePaymentPurposeExtensions on StorePaymentPurpose
StorePaymentPurposeGiftedStarsExtensions on StorePaymentPurposeGiftedStars
StorePaymentPurposePremiumGiftCodesExtensions on StorePaymentPurposePremiumGiftCodes
StorePaymentPurposePremiumGiftExtensions on StorePaymentPurposePremiumGift
StorePaymentPurposePremiumGiveawayExtensions on StorePaymentPurposePremiumGiveaway
StorePaymentPurposePremiumSubscriptionExtensions on StorePaymentPurposePremiumSubscription
StorePaymentPurposeStarGiveawayExtensions on StorePaymentPurposeStarGiveaway
StorePaymentPurposeStarsExtensions on StorePaymentPurposeStars
StoreTransactionAppStoreExtensions on StoreTransactionAppStore
StoreTransactionExtensions on StoreTransaction
StoreTransactionGooglePlayExtensions on StoreTransactionGooglePlay
StoriesExtensions on Stories
StoryAlbumExtensions on StoryAlbum
StoryAlbumsExtensions on StoryAlbums
StoryAreaExtensions on StoryArea
StoryAreaPositionExtensions on StoryAreaPosition
StoryAreaTypeExtensions on StoryAreaType
StoryAreaTypeLinkExtensions on StoryAreaTypeLink
StoryAreaTypeLocationExtensions on StoryAreaTypeLocation
StoryAreaTypeMessageExtensions on StoryAreaTypeMessage
StoryAreaTypeSuggestedReactionExtensions on StoryAreaTypeSuggestedReaction
StoryAreaTypeUpgradedGiftExtensions on StoryAreaTypeUpgradedGift
StoryAreaTypeVenueExtensions on StoryAreaTypeVenue
StoryAreaTypeWeatherExtensions on StoryAreaTypeWeather
StoryContentExtensions on StoryContent
StoryContentLiveExtensions on StoryContentLive
StoryContentPhotoExtensions on StoryContentPhoto
StoryContentTypeExtensions on StoryContentType
StoryContentVideoExtensions on StoryContentVideo
StoryExtensions on Story
StoryFullIdExtensions on StoryFullId
StoryInfoExtensions on StoryInfo
StoryInteractionExtensions on StoryInteraction
StoryInteractionInfoExtensions on StoryInteractionInfo
StoryInteractionsExtensions on StoryInteractions
StoryInteractionTypeExtensions on StoryInteractionType
StoryInteractionTypeForwardExtensions on StoryInteractionTypeForward
StoryInteractionTypeRepostExtensions on StoryInteractionTypeRepost
StoryInteractionTypeViewExtensions on StoryInteractionTypeView
StoryListExtensions on StoryList
StoryOriginExtensions on StoryOrigin
StoryOriginHiddenUserExtensions on StoryOriginHiddenUser
StoryOriginPublicStoryExtensions on StoryOriginPublicStory
StoryPrivacySettingsContactsExtensions on StoryPrivacySettingsContacts
StoryPrivacySettingsEveryoneExtensions on StoryPrivacySettingsEveryone
StoryPrivacySettingsExtensions on StoryPrivacySettings
StoryPrivacySettingsSelectedUsersExtensions on StoryPrivacySettingsSelectedUsers
StoryRepostInfoExtensions on StoryRepostInfo
StoryStatisticsExtensions on StoryStatistics
StoryVideoExtensions on StoryVideo
SuggestedActionConvertToBroadcastGroupExtensions on SuggestedActionConvertToBroadcastGroup
SuggestedActionCustomExtensions on SuggestedActionCustom
SuggestedActionExtendPremiumExtensions on SuggestedActionExtendPremium
SuggestedActionExtensions on SuggestedAction
SuggestedActionSetLoginEmailAddressExtensions on SuggestedActionSetLoginEmailAddress
SuggestedActionSetPasswordExtensions on SuggestedActionSetPassword
SuggestedPostInfoExtensions on SuggestedPostInfo
SuggestedPostPriceExtensions on SuggestedPostPrice
SuggestedPostPriceGramExtensions on SuggestedPostPriceGram
SuggestedPostPriceStarExtensions on SuggestedPostPriceStar
SuggestedPostRefundReasonExtensions on SuggestedPostRefundReason
SuggestedPostStateExtensions on SuggestedPostState
SuggestUserBirthdateExtensions on SuggestUserBirthdate
SuggestUserProfilePhotoExtensions on SuggestUserProfilePhoto
SummarizeMessageExtensions on SummarizeMessage
SupergroupExtensions on Supergroup
SupergroupFullInfoExtensions on SupergroupFullInfo
SupergroupMembersFilterBannedExtensions on SupergroupMembersFilterBanned
SupergroupMembersFilterContactsExtensions on SupergroupMembersFilterContacts
SupergroupMembersFilterExtensions on SupergroupMembersFilter
SupergroupMembersFilterMentionExtensions on SupergroupMembersFilterMention
SupergroupMembersFilterRestrictedExtensions on SupergroupMembersFilterRestricted
SupergroupMembersFilterSearchExtensions on SupergroupMembersFilterSearch
SynchronizeLanguagePackExtensions on SynchronizeLanguagePack
TargetChatChosenExtensions on TargetChatChosen
TargetChatExtensions on TargetChat
TargetChatInternalLinkExtensions on TargetChatInternalLink
TargetChatTypesExtensions on TargetChatTypes
TdErrorExtensions on TdError
TelegramPaymentPurposeExtensions on TelegramPaymentPurpose
TelegramPaymentPurposeGiftedStarsExtensions on TelegramPaymentPurposeGiftedStars
TelegramPaymentPurposeJoinChatExtensions on TelegramPaymentPurposeJoinChat
TelegramPaymentPurposePremiumGiftCodesExtensions on TelegramPaymentPurposePremiumGiftCodes
TelegramPaymentPurposePremiumGiftExtensions on TelegramPaymentPurposePremiumGift
TelegramPaymentPurposePremiumGiveawayExtensions on TelegramPaymentPurposePremiumGiveaway
TelegramPaymentPurposeStarGiveawayExtensions on TelegramPaymentPurposeStarGiveaway
TelegramPaymentPurposeStarsExtensions on TelegramPaymentPurposeStars
TemporaryPasswordStateExtensions on TemporaryPasswordState
TerminateSessionExtensions on TerminateSession
TermsOfServiceExtensions on TermsOfService
TestBytesExtensions on TestBytes
TestCallBytesExtensions on TestCallBytes
TestCallStringExtensions on TestCallString
TestCallVectorIntExtensions on TestCallVectorInt
TestCallVectorIntObjectExtensions on TestCallVectorIntObject
TestCallVectorStringExtensions on TestCallVectorString
TestCallVectorStringObjectExtensions on TestCallVectorStringObject
TestIntExtensions on TestInt
TestProxyExtensions on TestProxy
TestReturnErrorExtensions on TestReturnError
TestSquareIntExtensions on TestSquareInt
TestStringExtensions on TestString
TestVectorIntExtensions on TestVectorInt
TestVectorIntObjectExtensions on TestVectorIntObject
TestVectorStringExtensions on TestVectorString
TestVectorStringObjectExtensions on TestVectorStringObject
TextCompositionStyleExampleExtensions on TextCompositionStyleExample
TextCompositionStyleExtensions on TextCompositionStyle
TextEntitiesExtensions on TextEntities
TextEntityExtensions on TextEntity
TextEntityTypeCustomEmojiExtensions on TextEntityTypeCustomEmoji
TextEntityTypeDateTimeExtensions on TextEntityTypeDateTime
TextEntityTypeExtensions on TextEntityType
TextEntityTypeMediaTimestampExtensions on TextEntityTypeMediaTimestamp
TextEntityTypeMentionNameExtensions on TextEntityTypeMentionName
TextEntityTypePreCodeExtensions on TextEntityTypePreCode
TextEntityTypeTextUrlExtensions on TextEntityTypeTextUrl
TextExtensions on Text
TextParseModeExtensions on TextParseMode
TextParseModeMarkdownExtensions on TextParseModeMarkdown
TextQuoteExtensions on TextQuote
ThemeParametersExtensions on ThemeParameters
ThemeSettingsExtensions on ThemeSettings
ThumbnailExtensions on Thumbnail
ThumbnailFormatExtensions on ThumbnailFormat
TimeZoneExtensions on TimeZone
TimeZonesExtensions on TimeZones
TMeUrlExtensions on TMeUrl
TMeUrlsExtensions on TMeUrls
TMeUrlTypeChatInviteExtensions on TMeUrlTypeChatInvite
TMeUrlTypeExtensions on TMeUrlType
TMeUrlTypeStickerSetExtensions on TMeUrlTypeStickerSet
TMeUrlTypeSupergroupExtensions on TMeUrlTypeSupergroup
TMeUrlTypeUserExtensions on TMeUrlTypeUser
ToggleAllDownloadsArePausedExtensions on ToggleAllDownloadsArePaused
ToggleBotCanManageEmojiStatusExtensions on ToggleBotCanManageEmojiStatus
ToggleBotIsAddedToAttachmentMenuExtensions on ToggleBotIsAddedToAttachmentMenu
ToggleBotUsernameIsActiveExtensions on ToggleBotUsernameIsActive
ToggleBusinessConnectedBotChatIsPausedExtensions on ToggleBusinessConnectedBotChatIsPaused
ToggleChatDefaultDisableNotificationExtensions on ToggleChatDefaultDisableNotification
ToggleChatFolderTagsExtensions on ToggleChatFolderTags
ToggleChatGiftNotificationsExtensions on ToggleChatGiftNotifications
ToggleChatHasProtectedContentExtensions on ToggleChatHasProtectedContent
ToggleChatIsMarkedAsUnreadExtensions on ToggleChatIsMarkedAsUnread
ToggleChatIsPinnedExtensions on ToggleChatIsPinned
ToggleChatIsTranslatableExtensions on ToggleChatIsTranslatable
ToggleChatViewAsTopicsExtensions on ToggleChatViewAsTopics
ToggleDirectMessagesChatTopicCanSendUnpaidMessagesExtensions on ToggleDirectMessagesChatTopicCanSendUnpaidMessages
ToggleDownloadIsPausedExtensions on ToggleDownloadIsPaused
ToggleForumTopicIsClosedExtensions on ToggleForumTopicIsClosed
ToggleForumTopicIsPinnedExtensions on ToggleForumTopicIsPinned
ToggleGeneralForumTopicIsHiddenExtensions on ToggleGeneralForumTopicIsHidden
ToggleGiftIsSavedExtensions on ToggleGiftIsSaved
ToggleGroupCallAreMessagesAllowedExtensions on ToggleGroupCallAreMessagesAllowed
ToggleGroupCallIsMyVideoEnabledExtensions on ToggleGroupCallIsMyVideoEnabled
ToggleGroupCallIsMyVideoPausedExtensions on ToggleGroupCallIsMyVideoPaused
ToggleGroupCallParticipantIsHandRaisedExtensions on ToggleGroupCallParticipantIsHandRaised
ToggleGroupCallParticipantIsMutedExtensions on ToggleGroupCallParticipantIsMuted
ToggleGroupCallScreenSharingIsPausedExtensions on ToggleGroupCallScreenSharingIsPaused
ToggleHasSponsoredMessagesEnabledExtensions on ToggleHasSponsoredMessagesEnabled
ToggleSavedMessagesTopicIsPinnedExtensions on ToggleSavedMessagesTopicIsPinned
ToggleSessionCanAcceptCallsExtensions on ToggleSessionCanAcceptCalls
ToggleSessionCanAcceptSecretChatsExtensions on ToggleSessionCanAcceptSecretChats
ToggleStoryIsPostedToChatPageExtensions on ToggleStoryIsPostedToChatPage
ToggleSupergroupCanHaveSponsoredMessagesExtensions on ToggleSupergroupCanHaveSponsoredMessages
ToggleSupergroupHasAggressiveAntiSpamEnabledExtensions on ToggleSupergroupHasAggressiveAntiSpamEnabled
ToggleSupergroupHasAutomaticTranslationExtensions on ToggleSupergroupHasAutomaticTranslation
ToggleSupergroupHasHiddenMembersExtensions on ToggleSupergroupHasHiddenMembers
ToggleSupergroupIsAllHistoryAvailableExtensions on ToggleSupergroupIsAllHistoryAvailable
ToggleSupergroupIsBroadcastGroupExtensions on ToggleSupergroupIsBroadcastGroup
ToggleSupergroupIsForumExtensions on ToggleSupergroupIsForum
ToggleSupergroupJoinByRequestExtensions on ToggleSupergroupJoinByRequest
ToggleSupergroupJoinToSendMessagesExtensions on ToggleSupergroupJoinToSendMessages
ToggleSupergroupSignMessagesExtensions on ToggleSupergroupSignMessages
ToggleSupergroupUsernameIsActiveExtensions on ToggleSupergroupUsernameIsActive
ToggleUsernameIsActiveExtensions on ToggleUsernameIsActive
ToggleVideoChatEnabledStartNotificationExtensions on ToggleVideoChatEnabledStartNotification
ToggleVideoChatMuteNewParticipantsExtensions on ToggleVideoChatMuteNewParticipants
TonTransactionExtensions on TonTransaction
TonTransactionsExtensions on TonTransactions
TonTransactionTypeExtensions on TonTransactionType
TonTransactionTypeFragmentDepositExtensions on TonTransactionTypeFragmentDeposit
TonTransactionTypeFragmentWithdrawalExtensions on TonTransactionTypeFragmentWithdrawal
TonTransactionTypeGiftPurchaseOfferExtensions on TonTransactionTypeGiftPurchaseOffer
TonTransactionTypeSuggestedPostPaymentExtensions on TonTransactionTypeSuggestedPostPayment
TonTransactionTypeUpgradedGiftPurchaseExtensions on TonTransactionTypeUpgradedGiftPurchase
TonTransactionTypeUpgradedGiftSaleExtensions on TonTransactionTypeUpgradedGiftSale
TopChatCategoryExtensions on TopChatCategory
TransactionDirectionExtensions on TransactionDirection
TransferBusinessAccountStarsExtensions on TransferBusinessAccountStars
TransferChatOwnershipExtensions on TransferChatOwnership
TransferGiftExtensions on TransferGift
TranslateMessageRichMessageExtensions on TranslateMessageRichMessage
TranslateMessageTextExtensions on TranslateMessageText
TranslateRichMessageExtensions on TranslateRichMessage
TranslateTextExtensions on TranslateText
TrendingStickerSetsExtensions on TrendingStickerSets
UnconfirmedSessionExtensions on UnconfirmedSession
UnpinAllChatMessagesExtensions on UnpinAllChatMessages
UnpinAllDirectMessagesChatTopicMessagesExtensions on UnpinAllDirectMessagesChatTopicMessages
UnpinAllForumTopicMessagesExtensions on UnpinAllForumTopicMessages
UnpinChatMessageExtensions on UnpinChatMessage
UnreadReactionExtensions on UnreadReaction
UpdateAccentColorsExtensions on UpdateAccentColors
UpdateActiveEmojiReactionsExtensions on UpdateActiveEmojiReactions
UpdateActiveGiftAuctionsExtensions on UpdateActiveGiftAuctions
UpdateActiveLiveLocationMessagesExtensions on UpdateActiveLiveLocationMessages
UpdateActiveNotificationsExtensions on UpdateActiveNotifications
UpdateAgeVerificationParametersExtensions on UpdateAgeVerificationParameters
UpdateAnimatedEmojiMessageClickedExtensions on UpdateAnimatedEmojiMessageClicked
UpdateAnimationSearchParametersExtensions on UpdateAnimationSearchParameters
UpdateApplicationRecaptchaVerificationRequiredExtensions on UpdateApplicationRecaptchaVerificationRequired
UpdateApplicationVerificationRequiredExtensions on UpdateApplicationVerificationRequired
UpdateAttachmentMenuBotsExtensions on UpdateAttachmentMenuBots
UpdateAuthorizationStateExtensions on UpdateAuthorizationState
UpdateAutosaveSettingsExtensions on UpdateAutosaveSettings
UpdateAvailableMessageEffectsExtensions on UpdateAvailableMessageEffects
UpdateBasicGroupExtensions on UpdateBasicGroup
UpdateBasicGroupFullInfoExtensions on UpdateBasicGroupFullInfo
UpdateBusinessConnectionExtensions on UpdateBusinessConnection
UpdateBusinessMessageEditedExtensions on UpdateBusinessMessageEdited
UpdateBusinessMessagesDeletedExtensions on UpdateBusinessMessagesDeleted
UpdateCallExtensions on UpdateCall
UpdateChatAccentColorsExtensions on UpdateChatAccentColors
UpdateChatActionBarExtensions on UpdateChatActionBar
UpdateChatActionExtensions on UpdateChatAction
UpdateChatActiveStoriesExtensions on UpdateChatActiveStories
UpdateChatAddedToListExtensions on UpdateChatAddedToList
UpdateChatAvailableReactionsExtensions on UpdateChatAvailableReactions
UpdateChatBackgroundExtensions on UpdateChatBackground
UpdateChatBlockListExtensions on UpdateChatBlockList
UpdateChatBoostExtensions on UpdateChatBoost
UpdateChatBusinessBotManageBarExtensions on UpdateChatBusinessBotManageBar
UpdateChatDefaultDisableNotificationExtensions on UpdateChatDefaultDisableNotification
UpdateChatDraftMessageExtensions on UpdateChatDraftMessage
UpdateChatEmojiStatusExtensions on UpdateChatEmojiStatus
UpdateChatFoldersExtensions on UpdateChatFolders
UpdateChatHasProtectedContentExtensions on UpdateChatHasProtectedContent
UpdateChatHasScheduledMessagesExtensions on UpdateChatHasScheduledMessages
UpdateChatIsMarkedAsUnreadExtensions on UpdateChatIsMarkedAsUnread
UpdateChatIsTranslatableExtensions on UpdateChatIsTranslatable
UpdateChatJoinResultExtensions on UpdateChatJoinResult
UpdateChatLastMessageExtensions on UpdateChatLastMessage
UpdateChatMemberExtensions on UpdateChatMember
UpdateChatMessageAutoDeleteTimeExtensions on UpdateChatMessageAutoDeleteTime
UpdateChatMessageSenderExtensions on UpdateChatMessageSender
UpdateChatNotificationSettingsExtensions on UpdateChatNotificationSettings
UpdateChatOnlineMemberCountExtensions on UpdateChatOnlineMemberCount
UpdateChatPendingJoinRequestsExtensions on UpdateChatPendingJoinRequests
UpdateChatPermissionsExtensions on UpdateChatPermissions
UpdateChatPhotoExtensions on UpdateChatPhoto
UpdateChatPositionExtensions on UpdateChatPosition
UpdateChatReadInboxExtensions on UpdateChatReadInbox
UpdateChatReadOutboxExtensions on UpdateChatReadOutbox
UpdateChatRemovedFromListExtensions on UpdateChatRemovedFromList
UpdateChatReplyMarkupExtensions on UpdateChatReplyMarkup
UpdateChatRevenueAmountExtensions on UpdateChatRevenueAmount
UpdateChatThemeExtensions on UpdateChatTheme
UpdateChatTitleExtensions on UpdateChatTitle
UpdateChatUnreadMentionCountExtensions on UpdateChatUnreadMentionCount
UpdateChatUnreadPollVoteCountExtensions on UpdateChatUnreadPollVoteCount
UpdateChatUnreadReactionCountExtensions on UpdateChatUnreadReactionCount
UpdateChatVideoChatExtensions on UpdateChatVideoChat
UpdateChatViewAsTopicsExtensions on UpdateChatViewAsTopics
UpdateCommunityExtensions on UpdateCommunity
UpdateConnectionStateExtensions on UpdateConnectionState
UpdateContactCloseBirthdaysExtensions on UpdateContactCloseBirthdays
UpdateDefaultBackgroundExtensions on UpdateDefaultBackground
UpdateDefaultPaidReactionTypeExtensions on UpdateDefaultPaidReactionType
UpdateDefaultReactionTypeExtensions on UpdateDefaultReactionType
UpdateDeleteMessagesExtensions on UpdateDeleteMessages
UpdateDiceEmojisExtensions on UpdateDiceEmojis
UpdateDirectMessagesChatTopicExtensions on UpdateDirectMessagesChatTopic
UpdateEmojiChatThemesExtensions on UpdateEmojiChatThemes
UpdateExtensions on Update
UpdateFavoriteStickersExtensions on UpdateFavoriteStickers
UpdateFileAddedToDownloadsExtensions on UpdateFileAddedToDownloads
UpdateFileDownloadExtensions on UpdateFileDownload
UpdateFileDownloadsExtensions on UpdateFileDownloads
UpdateFileExtensions on UpdateFile
UpdateFileGenerationStartExtensions on UpdateFileGenerationStart
UpdateFileGenerationStopExtensions on UpdateFileGenerationStop
UpdateFileRemovedFromDownloadsExtensions on UpdateFileRemovedFromDownloads
UpdateForumTopicExtensions on UpdateForumTopic
UpdateForumTopicInfoExtensions on UpdateForumTopicInfo
UpdateFreezeStateExtensions on UpdateFreezeState
UpdateGiftAuctionStateExtensions on UpdateGiftAuctionState
UpdateGramRevenueStatusExtensions on UpdateGramRevenueStatus
UpdateGroupCallExtensions on UpdateGroupCall
UpdateGroupCallMessageLevelsExtensions on UpdateGroupCallMessageLevels
UpdateGroupCallMessagesDeletedExtensions on UpdateGroupCallMessagesDeleted
UpdateGroupCallMessageSendFailedExtensions on UpdateGroupCallMessageSendFailed
UpdateGroupCallParticipantExtensions on UpdateGroupCallParticipant
UpdateGroupCallParticipantsExtensions on UpdateGroupCallParticipants
UpdateGroupCallVerificationStateExtensions on UpdateGroupCallVerificationState
UpdateHavePendingNotificationsExtensions on UpdateHavePendingNotifications
UpdateInstalledStickerSetsExtensions on UpdateInstalledStickerSets
UpdateLanguagePackStringsExtensions on UpdateLanguagePackStrings
UpdateLiveStoryTopDonorsExtensions on UpdateLiveStoryTopDonors
UpdateManagedBotExtensions on UpdateManagedBot
UpdateMessageContainsUnreadPollVotesExtensions on UpdateMessageContainsUnreadPollVotes
UpdateMessageContentExtensions on UpdateMessageContent
UpdateMessageContentOpenedExtensions on UpdateMessageContentOpened
UpdateMessageEditedExtensions on UpdateMessageEdited
UpdateMessageFactCheckExtensions on UpdateMessageFactCheck
UpdateMessageInteractionInfoExtensions on UpdateMessageInteractionInfo
UpdateMessageIsPinnedExtensions on UpdateMessageIsPinned
UpdateMessageLiveLocationViewedExtensions on UpdateMessageLiveLocationViewed
UpdateMessageMentionReadExtensions on UpdateMessageMentionRead
UpdateMessageReactionExtensions on UpdateMessageReaction
UpdateMessageReactionsExtensions on UpdateMessageReactions
UpdateMessageSendAcknowledgedExtensions on UpdateMessageSendAcknowledged
UpdateMessageSendFailedExtensions on UpdateMessageSendFailed
UpdateMessageSendSucceededExtensions on UpdateMessageSendSucceeded
UpdateMessageSuggestedPostInfoExtensions on UpdateMessageSuggestedPostInfo
UpdateMessageUnreadReactionsExtensions on UpdateMessageUnreadReactions
UpdateNewBusinessCallbackQueryExtensions on UpdateNewBusinessCallbackQuery
UpdateNewBusinessMessageExtensions on UpdateNewBusinessMessage
UpdateNewCallbackQueryExtensions on UpdateNewCallbackQuery
UpdateNewCallSignalingDataExtensions on UpdateNewCallSignalingData
UpdateNewChatExtensions on UpdateNewChat
UpdateNewChatJoinRequestExtensions on UpdateNewChatJoinRequest
UpdateNewChosenInlineResultExtensions on UpdateNewChosenInlineResult
UpdateNewCustomEventExtensions on UpdateNewCustomEvent
UpdateNewCustomQueryExtensions on UpdateNewCustomQuery
UpdateNewGroupCallMessageExtensions on UpdateNewGroupCallMessage
UpdateNewGroupCallPaidReactionExtensions on UpdateNewGroupCallPaidReaction
UpdateNewGuestQueryExtensions on UpdateNewGuestQuery
UpdateNewInlineCallbackQueryExtensions on UpdateNewInlineCallbackQuery
UpdateNewInlineQueryExtensions on UpdateNewInlineQuery
UpdateNewMessageExtensions on UpdateNewMessage
UpdateNewOauthRequestExtensions on UpdateNewOauthRequest
UpdateNewPreCheckoutQueryExtensions on UpdateNewPreCheckoutQuery
UpdateNewShippingQueryExtensions on UpdateNewShippingQuery
UpdateNotificationExtensions on UpdateNotification
UpdateNotificationGroupExtensions on UpdateNotificationGroup
UpdateOptionExtensions on UpdateOption
UpdateOwnedGramCountExtensions on UpdateOwnedGramCount
UpdateOwnedStarCountExtensions on UpdateOwnedStarCount
UpdatePaidMediaPurchasedExtensions on UpdatePaidMediaPurchased
UpdatePendingMessageExtensions on UpdatePendingMessage
UpdatePollAnswerExtensions on UpdatePollAnswer
UpdatePollExtensions on UpdatePoll
UpdateProfileAccentColorsExtensions on UpdateProfileAccentColors
UpdateQuickReplyShortcutDeletedExtensions on UpdateQuickReplyShortcutDeleted
UpdateQuickReplyShortcutExtensions on UpdateQuickReplyShortcut
UpdateQuickReplyShortcutMessagesExtensions on UpdateQuickReplyShortcutMessages
UpdateQuickReplyShortcutsExtensions on UpdateQuickReplyShortcuts
UpdateReactionNotificationSettingsExtensions on UpdateReactionNotificationSettings
UpdateRecentStickersExtensions on UpdateRecentStickers
UpdateSavedAnimationsExtensions on UpdateSavedAnimations
UpdateSavedMessagesTagsExtensions on UpdateSavedMessagesTags
UpdateSavedMessagesTopicCountExtensions on UpdateSavedMessagesTopicCount
UpdateSavedMessagesTopicExtensions on UpdateSavedMessagesTopic
UpdateSavedNotificationSoundsExtensions on UpdateSavedNotificationSounds
UpdateScopeNotificationSettingsExtensions on UpdateScopeNotificationSettings
UpdateSecretChatExtensions on UpdateSecretChat
UpdateServiceNotificationExtensions on UpdateServiceNotification
UpdatesExtensions on Updates
UpdateSpeechRecognitionTrialExtensions on UpdateSpeechRecognitionTrial
UpdateSpeedLimitNotificationExtensions on UpdateSpeedLimitNotification
UpdateStakeDiceStateExtensions on UpdateStakeDiceState
UpdateStarRevenueStatusExtensions on UpdateStarRevenueStatus
UpdateStickerSetExtensions on UpdateStickerSet
UpdateStoryDeletedExtensions on UpdateStoryDeleted
UpdateStoryExtensions on UpdateStory
UpdateStoryListChatCountExtensions on UpdateStoryListChatCount
UpdateStoryPostFailedExtensions on UpdateStoryPostFailed
UpdateStoryPostSucceededExtensions on UpdateStoryPostSucceeded
UpdateStoryStealthModeExtensions on UpdateStoryStealthMode
UpdateSuggestedActionsExtensions on UpdateSuggestedActions
UpdateSupergroupExtensions on UpdateSupergroup
UpdateSupergroupFullInfoExtensions on UpdateSupergroupFullInfo
UpdateTermsOfServiceExtensions on UpdateTermsOfService
UpdateTextCompositionStylesExtensions on UpdateTextCompositionStyles
UpdateTopicMessageCountExtensions on UpdateTopicMessageCount
UpdateTrendingStickerSetsExtensions on UpdateTrendingStickerSets
UpdateTrustedMiniAppBotsExtensions on UpdateTrustedMiniAppBots
UpdateUnconfirmedSessionExtensions on UpdateUnconfirmedSession
UpdateUnreadChatCountExtensions on UpdateUnreadChatCount
UpdateUnreadMessageCountExtensions on UpdateUnreadMessageCount
UpdateUserExtensions on UpdateUser
UpdateUserFullInfoExtensions on UpdateUserFullInfo
UpdateUserPrivacySettingRulesExtensions on UpdateUserPrivacySettingRules
UpdateUserStatusExtensions on UpdateUserStatus
UpdateUserSubscriptionExtensions on UpdateUserSubscription
UpdateVideoPublishedExtensions on UpdateVideoPublished
UpdateWebAppMessageSentExtensions on UpdateWebAppMessageSent
UpdateWebBrowserSettingsExtensions on UpdateWebBrowserSettings
UpgradeBasicGroupChatToSupergroupChatExtensions on UpgradeBasicGroupChatToSupergroupChat
UpgradedGiftAttributeIdBackdropExtensions on UpgradedGiftAttributeIdBackdrop
UpgradedGiftAttributeIdExtensions on UpgradedGiftAttributeId
UpgradedGiftAttributeIdModelExtensions on UpgradedGiftAttributeIdModel
UpgradedGiftAttributeIdSymbolExtensions on UpgradedGiftAttributeIdSymbol
UpgradedGiftAttributeRarityExtensions on UpgradedGiftAttributeRarity
UpgradedGiftAttributeRarityPerMilleExtensions on UpgradedGiftAttributeRarityPerMille
UpgradedGiftBackdropColorsExtensions on UpgradedGiftBackdropColors
UpgradedGiftBackdropCountExtensions on UpgradedGiftBackdropCount
UpgradedGiftBackdropExtensions on UpgradedGiftBackdrop
UpgradedGiftColorsExtensions on UpgradedGiftColors
UpgradedGiftExtensions on UpgradedGift
UpgradedGiftModelCountExtensions on UpgradedGiftModelCount
UpgradedGiftModelExtensions on UpgradedGiftModel
UpgradedGiftOriginalDetailsExtensions on UpgradedGiftOriginalDetails
UpgradedGiftOriginExtensions on UpgradedGiftOrigin
UpgradedGiftOriginOfferExtensions on UpgradedGiftOriginOffer
UpgradedGiftOriginResaleExtensions on UpgradedGiftOriginResale
UpgradedGiftOriginUpgradeExtensions on UpgradedGiftOriginUpgrade
UpgradedGiftSymbolCountExtensions on UpgradedGiftSymbolCount
UpgradedGiftSymbolExtensions on UpgradedGiftSymbol
UpgradedGiftValueInfoExtensions on UpgradedGiftValueInfo
UpgradeGiftExtensions on UpgradeGift
UpgradeGiftResultExtensions on UpgradeGiftResult
UploadStickerFileExtensions on UploadStickerFile
UserAuctionBidExtensions on UserAuctionBid
UserExtensions on User
UserFullInfoExtensions on UserFullInfo
UserLinkExtensions on UserLink
UsernamesExtensions on Usernames
UserPrivacySettingExtensions on UserPrivacySetting
UserPrivacySettingRuleAllowChatMembersExtensions on UserPrivacySettingRuleAllowChatMembers
UserPrivacySettingRuleAllowUsersExtensions on UserPrivacySettingRuleAllowUsers
UserPrivacySettingRuleExtensions on UserPrivacySettingRule
UserPrivacySettingRuleRestrictChatMembersExtensions on UserPrivacySettingRuleRestrictChatMembers
UserPrivacySettingRuleRestrictUsersExtensions on UserPrivacySettingRuleRestrictUsers
UserPrivacySettingRulesExtensions on UserPrivacySettingRules
UserRatingExtensions on UserRating
UsersExtensions on Users
UserStatusExtensions on UserStatus
UserStatusLastMonthExtensions on UserStatusLastMonth
UserStatusLastWeekExtensions on UserStatusLastWeek
UserStatusOfflineExtensions on UserStatusOffline
UserStatusOnlineExtensions on UserStatusOnline
UserStatusRecentlyExtensions on UserStatusRecently
UserSupportInfoExtensions on UserSupportInfo
UserTypeBotExtensions on UserTypeBot
UserTypeExtensions on UserType
ValidatedOrderInfoExtensions on ValidatedOrderInfo
ValidateOrderInfoExtensions on ValidateOrderInfo
VectorPathCommandCubicBezierCurveExtensions on VectorPathCommandCubicBezierCurve
VectorPathCommandExtensions on VectorPathCommand
VectorPathCommandLineExtensions on VectorPathCommandLine
VenueExtensions on Venue
VerificationStatusExtensions on VerificationStatus
VideoChatExtensions on VideoChat
VideoExtensions on Video
VideoMessageAdvertisementExtensions on VideoMessageAdvertisement
VideoMessageAdvertisementsExtensions on VideoMessageAdvertisements
VideoNoteExtensions on VideoNote
VideoStoryboardExtensions on VideoStoryboard
ViewMessagesExtensions on ViewMessages
ViewPremiumFeatureExtensions on ViewPremiumFeature
ViewSponsoredChatExtensions on ViewSponsoredChat
ViewTrendingStickerSetsExtensions on ViewTrendingStickerSets
ViewVideoMessageAdvertisementExtensions on ViewVideoMessageAdvertisement
VoiceNoteExtensions on VoiceNote
WebAppExtensions on WebApp
WebAppInfoExtensions on WebAppInfo
WebAppOpenModeExtensions on WebAppOpenMode
WebAppOpenParametersExtensions on WebAppOpenParameters
WebAppUrlExtensions on WebAppUrl
WebBrowserSettingsExtensions on WebBrowserSettings
WebBrowserTypeExtensions on WebBrowserType
WebDomainExceptionExtensions on WebDomainException
WebPageInstantViewExtensions on WebPageInstantView
WriteGeneratedFilePartExtensions on WriteGeneratedFilePart