Expand description
Module provides all TDlib types. For types details you can see TDlib API Scheme
Structs§
- Accept
Call - Accepts an incoming call
- Accept
Terms OfService - Accepts Telegram terms of services
- Account
Ttl - Contains information about the period of inactivity after which the current user’s account will automatically be deleted
- AddChat
Member - Adds a new member to a chat. Members can’t be added to private or secret chats
- AddChat
Members - Adds multiple new members to a chat. Currently, this method is only available for 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
- AddChat
ToList - 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
- AddContact
- Adds a user to the contact list or edits an existing contact by their user identifier
- AddCustom
Server Language Pack - Adds a custom server language pack to the list of installed language packs in current localization target. Can be called before authorization
- AddFavorite
Sticker - 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 can be added to this list
- AddLocal
Message - 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
- AddLog
Message - Adds a message to TDLib internal log. Can be called synchronously
- AddNetwork
Statistics - Adds the specified data to data usage statistics. Can be called before authorization
- AddProxy
- Adds a proxy server for network requests. Can be called before authorization
- AddRecent
Sticker - 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 can be added to this list
- AddRecently
Found Chat - 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
- AddSaved
Animation - 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
- AddSticker
ToSet - Adds a new sticker to a set; for bots only. Returns the sticker set
- Address
- Describes an address
- Animated
Chat Photo - Animated variant of a chat photo in MPEG4 format
- Animated
Emoji - Describes an animated 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
- Answer
Callback Query - Sets the result of a callback query; for bots only
- Answer
Custom Query - Answers a custom query; for bots only
- Answer
Inline Query - Sets the result of an inline query; for bots only
- Answer
PreCheckout Query - Sets the result of a pre-checkout query; for bots only
- Answer
Shipping Query - Sets the result of a shipping query; for bots only
- Audio
- Describes an audio file. Audio is usually in MP3 or M4A format
- Authentication
Code Info - Information about the authentication code that was sent
- Authentication
Code Type Call - An authentication code is delivered via a phone call to the specified phone number
- Authentication
Code Type Flash Call - 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
- Authentication
Code Type Missed Call - 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
- Authentication
Code Type Sms - An authentication code is delivered via an SMS message to the specified phone number
- Authentication
Code Type Telegram Message - An authentication code is delivered via a private Telegram message, which can be viewed from another active session
- Authorization
State Closed - 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
- Authorization
State Closing - 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
- Authorization
State Logging Out - The user is currently logging out
- Authorization
State Ready - The user has been successfully authorized. TDLib is now ready to answer queries
- Authorization
State Wait Code - TDLib needs the user’s authentication code to authorize
- Authorization
State Wait Encryption Key - TDLib needs an encryption key to decrypt the local database
- Authorization
State Wait Other Device Confirmation - The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link
- Authorization
State Wait Password - The user has been authorized, but needs to enter a password to start using the application
- Authorization
State Wait Phone Number - TDLib needs the user’s phone number to authorize. Call
setAuthenticationPhoneNumber
to provide the phone number, or userequestQrCodeAuthentication
, orcheckAuthenticationBotToken
for other authentication options - Authorization
State Wait Registration - The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration
- Authorization
State Wait Tdlib Parameters - TDLib needs TdlibParameters for initialization
- Auto
Download Settings - Contains auto-download settings
- Auto
Download Settings Presets - Contains auto-download settings presets for the current user
- Background
- Describes a chat background
- Background
Fill Freeform Gradient - Describes a freeform gradient fill of a background
- Background
Fill Gradient - Describes a gradient fill of a background
- Background
Fill Solid - Describes a solid fill of a background
- Background
Type Fill - A filled background
- Background
Type Pattern - 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
- Background
Type Wallpaper - A wallpaper in JPEG format
- Backgrounds
- Contains a list of backgrounds
- BanChat
Member - Bans a member in a chat. 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
- Bank
Card Action Open Url - Describes an action associated with a bank card number
- Bank
Card Info - Information about a bank card
- Basic
Group - Represents a basic group of 0-200 users (must be upgraded to a supergroup to accommodate more than 200 users)
- Basic
Group Full Info - Contains full information about a basic group
- Block
Message Sender From Replies - Blocks an original sender of a message in the Replies chat
- BotCommand
- Represents a command supported by a bot
- BotCommand
Scope AllChat Administrators - A scope covering all group and supergroup chat administrators
- BotCommand
Scope AllGroup Chats - A scope covering all group and supergroup chats
- BotCommand
Scope AllPrivate Chats - A scope covering all private chats
- BotCommand
Scope Chat - A scope covering all members of a chat
- BotCommand
Scope Chat Administrators - A scope covering all administrators of a chat
- BotCommand
Scope Chat Member - A scope covering a member of a chat
- BotCommand
Scope Default - A scope covering all users
- BotCommands
- Contains a list of bot commands
- Call
- Describes a call
- Call
Discard Reason Declined - The call was ended before the conversation started. It was declined by the other party
- Call
Discard Reason Disconnected - The call was ended during the conversation because the users were disconnected
- Call
Discard Reason Empty - The call wasn’t discarded, or the reason is unknown
- Call
Discard Reason Hung Up - The call was ended because one of the parties hung up
- Call
Discard Reason Missed - The call was ended before the conversation started. It was canceled by the caller or missed by the other party
- CallId
- Contains the call identifier
- Call
Problem Distorted Speech - The speech was distorted
- Call
Problem Distorted Video - The video was distorted
- Call
Problem Dropped - The call ended unexpectedly
- Call
Problem Echo - The user heard their own voice
- Call
Problem Interruptions - The other side kept disappearing
- Call
Problem Noise - The user heard background noise
- Call
Problem Pixelated Video - The video was pixelated
- Call
Problem Silent Local - The user couldn’t hear the other side
- Call
Problem Silent Remote - The other side couldn’t hear the user
- Call
Protocol - Specifies the supported call protocols
- Call
Server - Describes a server for relaying call data
- Call
Server Type Telegram Reflector - A Telegram call reflector
- Call
Server Type Webrtc - A WebRTC server
- Call
State Discarded - The call has ended successfully
- Call
State Error - The call has ended with an error
- Call
State Exchanging Keys - The call has been answered and encryption keys are being exchanged
- Call
State Hanging Up - The call is hanging up after discardCall has been called
- Call
State Pending - The call is pending, waiting to be accepted by a user
- Call
State Ready - The call is ready to use
- Callback
Query Answer - Contains a bot’s answer to a callback query
- Callback
Query Payload Data - The payload for a general callback button
- Callback
Query Payload Data With Password - The payload for a callback button requiring password
- Callback
Query Payload Game - The payload for a game callback button
- CanTransfer
Ownership - Checks whether the current session can be used to transfer a chat ownership to another user
- CanTransfer
Ownership Result Ok - The session can be used
- CanTransfer
Ownership Result Password Needed - The 2-step verification needs to be enabled first
- CanTransfer
Ownership Result Password TooFresh - The 2-step verification was enabled recently, user needs to wait
- CanTransfer
Ownership Result Session TooFresh - The session was created recently, user needs to wait
- Cancel
Download File - Stops the downloading of a file. If a file has already been downloaded, does nothing
- Cancel
Password Reset - Cancels reset of 2-step verification password. The method can be called if passwordState.pending_reset_date > 0
- Cancel
Upload File - Stops the uploading of a file. Supported only for files uploaded by using uploadFile. For other files the behavior is undefined
- Change
Imported Contacts - 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
- Change
Phone Number - Changes the phone number of the user and sends an authentication code to the user’s new phone number. On success, returns information about the sent code
- Change
Sticker Set - Installs/uninstalls or activates/archives a sticker set
- Chat
- A chat. (Can be a private chat, basic group, supergroup, or secret chat)
- Chat
Action BarAdd Contact - The chat is a private or secret chat and the other user can be added to the contact list using the method addContact
- Chat
Action BarInvite Members - The chat is a recently created group chat to which new members can be invited
- Chat
Action BarJoin Request - The chat is a private chat with an administrator of a chat to which the user sent join request
- Chat
Action BarReport AddBlock - 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 toggleMessageSenderIsBlocked, or the other user can be added to the contact list using the method addContact
- Chat
Action BarReport Spam - The chat can be reported as spam using the method reportChat with the reason chatReportReasonSpam
- Chat
Action BarReport Unrelated Location - The chat is a location-based supergroup, which can be reported as having unrelated location using the method reportChat with the reason chatReportReasonUnrelatedLocation
- Chat
Action BarShare Phone Number - 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
- Chat
Action Cancel - The user has canceled the previous action
- Chat
Action Choosing Contact - The user is picking a contact to send
- Chat
Action Choosing Location - The user is picking a location or venue to send
- Chat
Action Choosing Sticker - The user is picking a sticker to send
- Chat
Action Recording Video - The user is recording a video
- Chat
Action Recording Video Note - The user is recording a video note
- Chat
Action Recording Voice Note - The user is recording a voice note
- Chat
Action Start Playing Game - The user has started to play a game
- Chat
Action Typing - The user is typing a message
- Chat
Action Uploading Document - The user is uploading a document
- Chat
Action Uploading Photo - The user is uploading a photo
- Chat
Action Uploading Video - The user is uploading a video
- Chat
Action Uploading Video Note - The user is uploading a video note
- Chat
Action Uploading Voice Note - The user is uploading a voice note
- Chat
Action Watching Animations - The user is watching animations sent by the other party by clicking on an animated emoji
- Chat
Administrator - Contains information about a chat administrator
- Chat
Administrators - Represents a list of chat administrators
- Chat
Event - Represents a chat event
- Chat
Event Description Changed - The chat description was changed
- Chat
Event HasProtected Content Toggled - The has_protected_content setting of a channel was toggled
- Chat
Event Invite Link Deleted - A revoked chat invite link was deleted
- Chat
Event Invite Link Edited - A chat invite link was edited
- Chat
Event Invite Link Revoked - A chat invite link was revoked
- Chat
Event Invites Toggled - The can_invite_users permission of a supergroup chat was toggled
- Chat
Event IsAll History Available Toggled - The is_all_history_available setting of a supergroup was toggled
- Chat
Event Linked Chat Changed - The linked chat of a supergroup was changed
- Chat
Event Location Changed - The supergroup location was changed
- Chat
Event LogFilters - Represents a set of filters used to obtain a chat event log
- Chat
Event Member Invited - A new chat member was invited
- Chat
Event Member Joined - A new member joined the chat
- Chat
Event Member Joined ByInvite Link - A new member joined the chat via an invite link
- Chat
Event Member Joined ByRequest - A new member was accepted to the chat by an administrator
- Chat
Event Member Left - A member left the chat
- Chat
Event Member Promoted - A chat member has gained/lost administrator status, or the list of their administrator privileges has changed
- Chat
Event Member Restricted - A chat member was restricted/unrestricted or banned/unbanned, or the list of their restrictions has changed
- Chat
Event Message Deleted - A message was deleted
- Chat
Event Message Edited - A message was edited
- Chat
Event Message Pinned - A message was pinned
- Chat
Event Message TtlChanged - The message TTL was changed
- Chat
Event Message Unpinned - A message was unpinned
- Chat
Event Permissions Changed - The chat permissions was changed
- Chat
Event Photo Changed - The chat photo was changed
- Chat
Event Poll Stopped - A poll in a message was stopped
- Chat
Event Sign Messages Toggled - The sign_messages setting of a channel was toggled
- Chat
Event Slow Mode Delay Changed - The slow_mode_delay setting of a supergroup was changed
- Chat
Event Sticker SetChanged - The supergroup sticker set was changed
- Chat
Event Title Changed - The chat title was changed
- Chat
Event Username Changed - The chat username was changed
- Chat
Event Video Chat Created - A video chat was created
- Chat
Event Video Chat Ended - A video chat was ended
- Chat
Event Video Chat Mute NewParticipants Toggled - The mute_new_participants setting of a video chat was toggled
- Chat
Event Video Chat Participant IsMuted Toggled - A video chat participant was muted or unmuted
- Chat
Event Video Chat Participant Volume Level Changed - A video chat participant volume level was changed
- Chat
Events - Contains a list of chat events
- Chat
Filter - Represents a filter of user chats
- Chat
Filter Info - Contains basic information about a chat filter
- Chat
Invite Link - Contains a chat invite link
- Chat
Invite Link Count - Describes a chat administrator with a number of active and revoked chat invite links
- Chat
Invite Link Counts - Contains a list of chat invite link counts
- Chat
Invite Link Info - Contains information about a chat invite link
- Chat
Invite Link Member - Describes a chat member joined a chat via an invite link
- Chat
Invite Link Members - Contains a list of chat members joined a chat via an invite link
- Chat
Invite Links - Contains a list of chat invite links
- Chat
Join Request - Describes a user that sent a join request and waits for administrator approval
- Chat
Join Requests - Contains a list of requests to join a chat
- Chat
Join Requests Info - Contains information about pending join requests for a chat
- Chat
List Archive - 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
- Chat
List Filter - A list of chats belonging to a chat filter
- Chat
List Main - A main list of chats
- Chat
Lists - Contains a list of chat lists
- Chat
Location - Represents a location to which a chat is connected
- Chat
Member - Describes a user or a chat as a member of another chat
- Chat
Member Status Administrator - The user is a member of the chat and has some additional privileges. In basic groups, administrators can edit and delete messages sent by others, add new members, ban unprivileged members, and manage video chats. In supergroups and channels, there are more detailed options for administrator privileges
- Chat
Member Status Banned - 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
- Chat
Member Status Creator - The user is the owner of the chat and has all the administrator privileges
- Chat
Member Status Left - The user or the chat is not a chat member
- Chat
Member Status Member - The user is a member of the chat, without any additional privileges or restrictions
- Chat
Member Status Restricted - The user is under certain restrictions in the chat. Not supported in basic groups and channels
- Chat
Members - Contains a list of chat members
- Chat
Members Filter Administrators - Returns the owner and administrators
- Chat
Members Filter Banned - Returns users banned from the chat; can be used only by administrators in a supergroup or in a channel
- Chat
Members Filter Bots - Returns bot members of the chat
- Chat
Members Filter Contacts - Returns contacts of the user
- Chat
Members Filter Members - Returns all chat members, including restricted chat members
- Chat
Members Filter Mention - Returns users which can be mentioned in the chat
- Chat
Members Filter Restricted - Returns users under certain restrictions in the chat; can be used only by administrators in a supergroup
- Chat
Nearby - Describes a chat located nearby
- Chat
Notification Settings - Contains information about notification settings for a chat
- Chat
Permissions - Describes actions that a user is allowed to take in a chat
- Chat
Photo - Describes a chat or user profile photo
- Chat
Photo Info - Contains basic information about the photo of a chat
- Chat
Photos - Contains a list of chat or user profile photos
- Chat
Position - Describes a position of a chat in a chat list
- Chat
Report Reason Child Abuse - The chat has child abuse related content
- Chat
Report Reason Copyright - The chat contains copyrighted content
- Chat
Report Reason Custom - A custom reason provided by the user
- Chat
Report Reason Fake - The chat represents a fake account
- Chat
Report Reason Pornography - The chat contains pornographic messages
- Chat
Report Reason Spam - The chat contains spam messages
- Chat
Report Reason Unrelated Location - The location-based chat is unrelated to its stated location
- Chat
Report Reason Violence - The chat promotes violence
- Chat
Source Mtproto Proxy - The chat is sponsored by the user’s MTProxy server
- Chat
Source Public Service Announcement - The chat contains a public service announcement
- Chat
Statistics Administrator Actions Info - Contains statistics about administrator actions done by a user
- Chat
Statistics Channel - A detailed statistics about a channel chat
- Chat
Statistics Inviter Info - Contains statistics about number of new members invited by a user
- Chat
Statistics Message Interaction Info - Contains statistics about interactions with a message
- Chat
Statistics Message Sender Info - Contains statistics about messages sent by a user
- Chat
Statistics Supergroup - A detailed statistics about a supergroup chat
- Chat
Theme - Describes a chat theme
- Chat
Type Basic Group - A basic group (a chat with 0-200 other users)
- Chat
Type Private - An ordinary chat with a user
- Chat
Type Secret - A secret chat with a user
- Chat
Type Supergroup - A supergroup or channel (with unlimited members)
- Chats
- Represents a list of chats
- Chats
Nearby - Represents a list of chats located nearby
- Check
Authentication BotToken - 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
- Check
Authentication Code - Checks the authentication code. Works only when the current authorization state is authorizationStateWaitCode
- Check
Authentication Password - Checks the authentication password for correctness. Works only when the current authorization state is authorizationStateWaitPassword
- Check
Authentication Password Recovery Code - Checks whether a password recovery code sent to an email address is valid. Works only when the current authorization state is authorizationStateWaitPassword
- Check
Change Phone Number Code - Checks the authentication code sent to confirm a new phone number of the user
- Check
Chat Invite Link - Checks the validity of an invite link for a chat and returns information about the corresponding chat
- Check
Chat Username - Checks whether a username can be set for a chat
- Check
Chat Username Result Ok - The username can be set
- Check
Chat Username Result Public Chats TooMuch - The user has too much chats with username, one of them must be made private first
- Check
Chat Username Result Public Groups Unavailable - The user can’t be a member of a public supergroup
- Check
Chat Username Result Username Invalid - The username is invalid
- Check
Chat Username Result Username Occupied - The username is occupied
- Check
Created Public Chats Limit - Checks whether the maximum number of owned public chats has been reached. Returns corresponding error if the limit was reached
- Check
Database Encryption Key - Checks the database encryption key for correctness. Works only when the current authorization state is authorizationStateWaitEncryptionKey
- Check
Email Address Verification Code - Checks the email address verification code for Telegram Passport
- Check
Password Recovery Code - Checks whether a 2-step verification password recovery code sent to an email address is valid
- Check
Phone Number Confirmation Code - Checks phone number confirmation code
- Check
Phone Number Verification Code - Checks the phone number verification code for Telegram Passport
- Check
Recovery Email Address Code - Checks the 2-step verification recovery email address verification code
- Check
Sticker SetName - Checks whether a name can be used for a new sticker set
- Check
Sticker SetName Result Name Invalid - The name is invalid
- Check
Sticker SetName Result Name Occupied - The name is occupied
- Check
Sticker SetName Result Ok - The name can be set
- Clean
File Name - Removes potentially dangerous characters from the name of a file. The encoding of the file name is supposed to be UTF-8. Returns an empty string on failure. Can be called synchronously
- Clear
AllDraft Messages - Clears draft messages in all chats
- Clear
Imported Contacts - Clears all imported contacts, contact list remains unchanged
- Clear
Recent Stickers - Clears the list of recently used stickers
- Clear
Recently Found Chats - Clears the list of recently found chats
- Click
Animated Emoji Message - 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
- 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
- Close
Chat - Informs TDLib that the chat is closed by the user. Many useful activities depend on the chat being opened or closed
- Close
Secret Chat - Closes a secret chat, effectively transferring its state to secretChatStateClosed
- Closed
Vector Path - Represents a closed vector path. The path begins at the end point of the last command
- Confirm
QrCode Authentication - Confirms QR code authentication on another device. Returns created session on success
- Connected
Website - Contains information about one website the current user is logged in with Telegram
- Connected
Websites - Contains a list of websites the current user is logged in with Telegram
- Connection
State Connecting - Currently establishing a connection to the Telegram servers
- Connection
State Connecting ToProxy - Currently establishing a connection with a proxy server
- Connection
State Ready - There is a working connection to the Telegram servers
- Connection
State Updating - Downloading data received while the application was offline
- Connection
State Waiting ForNetwork - Currently waiting for the network to become available. Use setNetworkType to change the available network type
- Contact
- Describes a user contact
- Count
- Contains a counter
- Countries
- Contains information about countries
- Country
Info - Contains information about a country
- Create
Basic Group Chat - Returns an existing chat corresponding to a known basic group
- Create
Call - Creates a new call
- Create
Chat Filter - Creates new chat filter. Returns information about the created chat filter
- Create
Chat Invite Link - 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
- Create
NewBasic Group Chat - Creates a new basic group and sends a corresponding messageBasicGroupChatCreate. Returns the newly created chat
- Create
NewSecret Chat - Creates a new secret chat. Returns the newly created chat
- Create
NewSticker Set - Creates a new sticker set. Returns the newly created sticker set
- Create
NewSupergroup Chat - Creates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate. Returns the newly created chat
- Create
Private Chat - Returns an existing chat corresponding to a given user
- Create
Secret Chat - Returns an existing chat corresponding to a known secret chat
- Create
Supergroup Chat - Returns an existing chat corresponding to a known supergroup or channel
- Create
Temporary Password - Creates a new temporary password for processing payments
- Create
Video Chat - Creates a video chat (a group call bound to a chat). Available only for basic groups, supergroups and channels; requires can_manage_video_chats rights
- Custom
Request Result - Contains the result of a custom request
- Database
Statistics - Contains database statistics
- Date
- Represents a date according to the Gregorian calendar
- Date
Range - Represents a date range
- Dated
File - File with the date it was uploaded
- Deep
Link Info - Contains information about a tg: deep link
- Delete
Account - 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
- Delete
AllCall Messages - Deletes all call messages
- Delete
AllRevoked Chat Invite Links - 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
- Delete
Chat - Deletes a chat along with all messages in the corresponding chat for all chat members; requires owner privileges. For group chats this will release the username and remove all members. Chats with more than 1000 members can’t be deleted using this method
- Delete
Chat Filter - Deletes existing chat filter
- Delete
Chat History - 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
- Delete
Chat Messages ByDate - 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
- Delete
Chat Messages BySender - Deletes all messages sent by the specified message sender in a chat. Supported only for supergroups; requires can_delete_messages administrator privileges
- Delete
Chat Reply Markup - Deletes the default reply markup from a chat. Must be called after a one-time keyboard or a ForceReply reply markup has been used. UpdateChatReplyMarkup will be sent if the reply markup is changed
- Delete
Commands - Deletes commands supported by the bot for the given user scope and language; for bots only
- Delete
File - Deletes a file from the TDLib file cache
- Delete
Language Pack - 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
- Delete
Messages - Deletes messages
- Delete
Passport Element - Deletes a Telegram Passport element
- Delete
Profile Photo - Deletes a profile photo
- Delete
Revoked Chat Invite Link - 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
- Delete
Saved Credentials - Deletes saved credentials for all payment provider bots
- Delete
Saved Order Info - Deletes saved order info
- 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
- Device
Token Apple Push - A token for Apple Push Notification service
- Device
Token Apple Push VoIP - A token for Apple Push Notification service VoIP notifications
- Device
Token Black Berry Push - A token for BlackBerry Push Service
- Device
Token Firebase Cloud Messaging - A token for Firebase Cloud Messaging
- Device
Token Microsoft Push - A token for Microsoft Push Notification Service
- Device
Token Microsoft Push VoIP - A token for Microsoft Push Notification Service VoIP channel
- Device
Token Simple Push - A token for Simple Push API for Firefox OS
- Device
Token Tizen Push - A token for Tizen Push Service
- Device
Token Ubuntu Push - A token for Ubuntu Push Client service
- Device
Token WebPush - A token for web Push API
- Device
Token Windows Push - A token for Windows Push Notification Services
- Dice
Stickers Regular - A regular animated sticker
- Dice
Stickers Slot Machine - Animated stickers to be combined into a slot machine
- Disable
Proxy - Disables the currently enabled proxy. Can be called before authorization
- Discard
Call - Discards a call
- Disconnect
AllWebsites - Disconnects all websites from the current user’s Telegram account
- Disconnect
Website - Disconnects website from the current user’s Telegram account
- Document
- Describes a document of any type
- Download
File - Downloads a file from the cloud. Download progress and completion of the download will be notified through updateFile updates
- Draft
Message - Contains information about a message draft
- Edit
Chat Filter - Edits existing chat filter. Returns information about the edited chat filter
- Edit
Chat Invite Link - Edits a non-primary invite link for a chat. Available for 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
- Edit
Custom Language Pack Info - Edits information about a custom local language pack in the current localization target. Can be called before authorization
- Edit
Inline Message Caption - Edits the caption of an inline message sent via a bot; for bots only
- Edit
Inline Message Live Location - Edits the content of a live location in an inline message sent via a bot; for bots only
- Edit
Inline Message Media - Edits the content of a message with an animation, an audio, a document, a photo or a video in an inline message sent via a bot; for bots only
- Edit
Inline Message Reply Markup - Edits the reply markup of an inline message sent via a bot; for bots only
- Edit
Inline Message Text - Edits the text of an inline text or game message sent via a bot; for bots only
- Edit
Message Caption - Edits the message content caption. Returns the edited message after the edit is completed on the server side
- Edit
Message Live Location - 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
- Edit
Message Media - Edits the content of a message with an animation, an audio, a document, a photo or a video, including message caption. If only the caption needs to be edited, use editMessageCaption instead. The media can’t be edited if the message was set to self-destruct or to a self-destructing media. 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
- Edit
Message Reply Markup - Edits the message reply markup; for bots only. Returns the edited message after the edit is completed on the server side
- Edit
Message Scheduling State - 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
- Edit
Message Text - 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
- Edit
Proxy - Edits an existing proxy server for network requests. Can be called before authorization
- Email
Address Authentication Code Info - Information about the email address authentication code that was sent
- Emojis
- Represents a list of emoji
- Enable
Proxy - Enables a proxy. Only one proxy can be enabled at a time. Can be called before authorization
- Encrypted
Credentials - Contains encrypted Telegram Passport data credentials
- Encrypted
Passport Element - Contains information about an encrypted Telegram Passport element; for bots only
- EndGroup
Call - Ends a group call. Requires groupCall.can_be_managed
- EndGroup
Call Recording - Ends recording of an active group call. Requires groupCall.can_be_managed group call flag
- EndGroup
Call Screen Sharing - Ends screen sharing in a joined group call
- Error
- An object of this type can be returned on every function call, in case of an error
- File
- Represents a file
- File
Part - Contains a part of a file
- File
Type Animation - The file is an animation
- File
Type Audio - The file is an audio file
- File
Type Document - The file is a document
- File
Type None - The data is not a file
- File
Type Photo - The file is a photo
- File
Type Profile Photo - The file is a profile photo
- File
Type Secret - The file was sent to a secret chat (the file type is not known to the server)
- File
Type Secret Thumbnail - The file is a thumbnail of a file from a secret chat
- File
Type Secure - The file is a file from Secure storage used for storing Telegram Passport files
- File
Type Sticker - The file is a sticker
- File
Type Thumbnail - The file is a thumbnail of another file
- File
Type Unknown - The file type is not yet known
- File
Type Video - The file is a video
- File
Type Video Note - The file is a video note
- File
Type Voice Note - The file is a voice note
- File
Type Wallpaper - The file is a wallpaper or a background pattern
- Finish
File Generation - Finishes the file generation
- Formatted
Text - A text with some entities
- Forward
Messages - 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
- Found
Messages - Contains a list of messages found by a search
- Game
- Describes a game
- Game
High Score - Contains one row of the game high score table
- Game
High Scores - Contains a list of game high scores
- GetAccount
Ttl - Returns the period of inactivity after which the account of the current user will automatically be deleted
- GetActive
Live Location Messages - Returns all active live locations that need to be updated by the application. The list is persistent across application restarts only if the message database is used
- GetActive
Sessions - Returns all active sessions of the current user
- GetAll
Passport Elements - Returns all available Telegram Passport elements
- GetAnimated
Emoji - Returns an animated emoji corresponding to a given emoji. Returns a 404 error if the emoji has no animated emoji
- GetApplication
Config - Returns application config, provided by the server. Can be called before authorization
- GetApplication
Download Link - Returns the link for downloading official Telegram application to be used when the current user invites friends to Telegram
- GetArchived
Sticker Sets - Returns a list of archived sticker sets
- GetAttached
Sticker Sets - Returns a list of sticker sets attached to a file. Currently, only photos and videos can have attached sticker sets
- GetAuthorization
State - Returns the current authorization state; this is an offline request. For informational purposes only. Use updateAuthorizationState instead to maintain the current authorization state. Can be called before initialization
- GetAuto
Download Settings Presets - Returns auto-download settings presets for the current user
- GetBackground
Url - Constructs a persistent HTTP URL for a background
- GetBackgrounds
- Returns backgrounds installed by the user
- GetBank
Card Info - Returns information about a bank card
- GetBasic
Group - Returns information about a basic group by its identifier. This is an offline request if the current user is not a bot
- GetBasic
Group Full Info - Returns full information about a basic group by its identifier
- GetBlocked
Message Senders - Returns users and chats that were blocked by the current user
- GetCallback
Query Answer - 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
- GetCallback
Query Message - Returns information about a message with the callback button that originated a callback query; for bots only
- GetChat
- Returns information about a chat by its identifier, this is an offline request if the current user is not a bot
- GetChat
Administrators - Returns a list of administrators of the chat with their custom titles
- GetChat
Available Message Senders - Returns list of message sender identifiers, which can be used to send messages in a chat
- GetChat
Event Log - Returns a list of service actions taken by chat members and administrators in the last 48 hours. Available only for supergroups and channels. Requires administrator rights. Returns results in reverse chronological order (i. e., in order of decreasing event_id)
- GetChat
Filter - Returns information about a chat filter by its identifier
- GetChat
Filter Default Icon Name - Returns default icon name for a filter. Can be called synchronously
- GetChat
History - Returns messages in a chat. The messages are returned in a 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 request if only_local is true
- GetChat
Invite Link - 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
- GetChat
Invite Link Counts - Returns list of chat administrators with number of their invite links. Requires owner privileges in the chat
- GetChat
Invite Link Members - 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
- GetChat
Invite Links - 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
- GetChat
Join Requests - Returns pending join requests in a chat
- GetChat
Lists ToAdd Chat - Returns chat lists to which the chat can be added. This is an offline request
- GetChat
Member - Returns information about a single member of a chat
- GetChat
Message ByDate - Returns the last message sent in a chat no later than the specified date
- GetChat
Message Calendar - 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”
- GetChat
Message Count - Returns approximate number of messages of the specified type in the chat
- GetChat
Notification Settings Exceptions - Returns list of chats with non-default notification settings
- GetChat
Pinned Message - Returns information about a newest pinned message in the chat
- GetChat
Scheduled Messages - Returns all scheduled messages in a chat. The messages are returned in a reverse chronological order (i.e., in order of decreasing message_id)
- GetChat
Sparse Message Positions - 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
- GetChat
Sponsored Message - Returns sponsored message to be shown in a chat; for channel chats only. Returns a 404 error if there is no sponsored message in the chat
- GetChat
Statistics - 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
- 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
- GetCommands
- Returns the list of commands supported by the bot for the given user scope and language; for bots only
- GetConnected
Websites - Returns all website where the current user used Telegram to log in
- GetContacts
- Returns all user contacts
- GetCountries
- Returns information about existing countries. Can be called before authorization
- GetCountry
Code - 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
- GetCreated
Public Chats - Returns a list of public chats of the specified type, owned by the user
- GetCurrent
State - 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
- GetDatabase
Statistics - Returns database statistics
- GetDeep
Link Info - 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
- GetEmoji
Suggestions Url - 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
- GetExternal
Link - 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
- GetExternal
Link Info - 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 web page preview is disabled in secret chats
- GetFavorite
Stickers - Returns favorite stickers
- GetFile
- Returns information about a file; this is an offline request
- GetFile
Downloaded Prefix Size - Returns file downloaded prefix size from a given offset, in bytes
- GetFile
Extension - Returns the extension of a file, guessed by its MIME type. Returns an empty string on failure. Can be called synchronously
- GetFile
Mime Type - Returns the MIME type of a file, guessed by its extension. Returns an empty string on failure. Can be called synchronously
- GetGame
High Scores - 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
- GetGroup
Call - Returns information about a group call
- GetGroup
Call Invite Link - Returns invite link to a video chat in a public chat
- GetGroup
Call Stream Segment - Returns a file with a segment of a group call stream in a modified OGG format for audio or MPEG-4 format for video
- GetGroups
InCommon - Returns a list of common group chats with a given user. Chats are sorted by their type and creation date
- GetImported
Contact Count - Returns the total number of imported contacts
- GetInactive
Supergroup Chats - 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 CHANNELS_TOO_MUCH error
- GetInline
Game High Scores - Returns game high scores and some part of the high score table in the range of the specified user; for bots only
- GetInline
Query Results - 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
- GetInstalled
Sticker Sets - Returns a list of installed sticker sets
- GetInternal
Link Type - Returns information about the type of an internal link. Returns a 404 error if the link is not internal. Can be called before authorization
- GetJson
String - Converts a JsonValue object to corresponding JSON-serialized string. Can be called synchronously
- GetJson
Value - Converts a JSON-serialized string to corresponding JsonValue object. Can be called synchronously
- GetLanguage
Pack Info - Returns information about a language pack. Returned language pack identifier may be different from a provided one. Can be called before authorization
- GetLanguage
Pack String - 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
- GetLanguage
Pack Strings - Returns strings from a language pack in the current localization target by their keys. Can be called before authorization
- GetLocalization
Target Info - Returns information about the current localization target. This is an offline request if only_local is true. Can be called before authorization
- GetLog
Stream - Returns information about currently used log stream for internal logging of TDLib. Can be called synchronously
- GetLog
TagVerbosity Level - Returns current verbosity level for a specified TDLib internal log tag. Can be called synchronously
- GetLog
Tags - Returns list of available TDLib internal log tags, for example, [“actor”, “binlog”, “connections”, “notifications”, “proxy”]. Can be called synchronously
- GetLog
Verbosity Level - Returns current verbosity level of the internal logging of TDLib. Can be called synchronously
- GetLogin
Url - 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
- GetLogin
UrlInfo - Returns information about a button of type inlineKeyboardButtonTypeLoginUrl. The method needs to be called when the user presses the button
- GetMap
Thumbnail File - Returns information about a file with a map thumbnail in PNG format. Only map thumbnail files with size less than 1MB can be downloaded
- GetMarkdown
Text - 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
- GetMe
- Returns the current user
- GetMessage
- Returns information about a message
- GetMessage
Embedding Code - Returns an HTML code for embedding the message. Available only for messages in supergroups and channels with a username
- GetMessage
File Type - Returns information about a file with messages exported from another app
- GetMessage
Import Confirmation Text - Returns a confirmation text to be shown to the user before starting message import
- GetMessage
Link - Returns an HTTPS link to a message in a chat. Available only for already sent messages in supergroups and channels, or if message.can_get_media_timestamp_links and a media timestamp link is generated. This is an offline request
- GetMessage
Link Info - Returns information about a public or private message link. Can be called for any internal link of the type internalLinkTypeMessage
- GetMessage
Locally - Returns information about a message, if it is available locally without sending network request. This is an offline request
- GetMessage
Public Forwards - Returns forwarded copies of a channel message to different public channels. For optimal performance, the number of returned messages is chosen by TDLib
- GetMessage
Statistics - Returns detailed statistics about a message. Can be used only if message.can_get_statistics == true
- GetMessage
Thread - Returns information about a message thread. Can be used only if message.can_get_message_thread == true
- GetMessage
Thread History - Returns messages in a message thread of a message. Can be used only if message.can_get_message_thread == true. Message thread of a channel message is in the channel’s linked supergroup. The messages are returned in a reverse chronological order (i.e., in order of decreasing message_id). For optimal performance, the number of returned messages is chosen by TDLib
- GetMessage
Viewers - 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 message.can_get_viewers == true
- GetMessages
- Returns information about messages. If a message is not found, returns null on the corresponding position of the result
- GetNetwork
Statistics - Returns network data usage statistics. Can be called before authorization
- 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
- GetPassport
Authorization Form - Returns a Telegram Passport authorization form for sharing data with a service
- GetPassport
Authorization Form Available Elements - Returns already available Telegram Passport elements suitable for completing a Telegram Passport authorization form. Result can be received only once for each authorization form
- GetPassport
Element - Returns one of the available Telegram Passport elements
- GetPassword
State - Returns the current state of 2-step verification
- GetPayment
Form - Returns an invoice payment form. This method must be called when the user presses inlineKeyboardButtonBuy
- GetPayment
Receipt - Returns information about a successful payment
- GetPhone
Number Info - Returns information about a phone number by its prefix. Can be called before authorization
- GetPhone
Number Info Sync - 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
- GetPoll
Voters - Returns users voted for the specified option in a non-anonymous polls. For optimal performance, the number of returned users is chosen by TDLib
- GetPreferred
Country Language - 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
- GetProxies
- Returns list of proxies that are currently set up. Can be called before authorization
- GetProxy
Link - Returns an HTTPS link, which can be used to add a proxy. Available only for SOCKS5 and MTProto proxies. Can be called before authorization
- GetPush
Receiver Id - Returns a globally unique push notification subscription identifier for identification of an account, which has received a push notification. Can be called synchronously
- GetRecent
Inline Bots - Returns up to 20 recently used inline bots in the order of their last usage
- GetRecent
Stickers - Returns a list of recently used stickers
- GetRecently
Opened Chats - Returns recently opened chats, this is an offline request. Returns chats in the order of last opening
- GetRecently
VisitedT MeUrls - Returns t.me URLs recently visited by a newly registered user
- GetRecommended
Chat Filters - Returns recommended chat filters for the current user
- GetRecovery
Email Address - 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
- GetRemote
File - Returns information about a file by its remote ID; this is an offline request. Can be used to register a URL as a file for further uploading, or sending as a message. Even 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
- GetReplied
Message - Returns information about a message that is replied by a given message. Also returns the pinned message, the game message, and the invoice message for messages of the types messagePinMessage, messageGameScore, and messagePaymentSuccessful respectively
- GetSaved
Animations - Returns saved animations
- GetSaved
Order Info - Returns saved order info, if any
- GetScope
Notification Settings - Returns the notification settings for chats of a given type
- GetSecret
Chat - Returns information about a secret chat by its identifier. This is an offline request
- GetStatistical
Graph - Loads an asynchronous or a zoomed in statistical graph
- GetSticker
Emojis - 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
- GetSticker
Set - Returns information about a sticker set by its identifier
- GetStickers
- Returns stickers from the installed sticker sets that correspond to a given emoji. If the emoji is non-empty, favorite and recently used stickers may also be returned
- GetStorage
Statistics - Returns storage usage statistics. Can be called before authorization
- GetStorage
Statistics Fast - Quickly returns approximate storage usage statistics. Can be called before authorization
- GetSuggested
File Name - Returns suggested name for saving a file in a given directory
- GetSuggested
Sticker SetName - Returns a suggested name for a new sticker set with a given title
- GetSuitable
Discussion Chats - 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
- GetSupergroup
- Returns information about a supergroup or a channel by its identifier. This is an offline request if the current user is not a bot
- GetSupergroup
Full Info - Returns full information about a supergroup or a channel by its identifier, cached for up to 1 minute
- GetSupergroup
Members - 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
- GetSupport
User - Returns a user that can be contacted to get support
- GetTemporary
Password State - Returns information about the current temporary password
- GetText
Entities - Returns all entities (mentions, hashtags, cashtags, bot commands, bank card numbers, URLs, and email addresses) contained in the text. Can be called synchronously
- GetTop
Chats - Returns a list of frequently used chats. Supported only if the chat info database is enabled
- GetTrending
Sticker Sets - Returns a list of trending sticker sets. For optimal performance, the number of returned sticker sets is chosen by TDLib
- GetUser
- Returns information about a user by their identifier. This is an offline request if the current user is not a bot
- GetUser
Full Info - Returns full information about a user by their identifier
- GetUser
Privacy Setting Rules - Returns the current privacy settings
- GetUser
Profile Photos - Returns the profile photos of a user. The result of this query may be outdated: some photos might have been deleted already
- GetVideo
Chat Available Participants - Returns list of participant identifiers, on whose behalf a video chat in the chat can be joined
- GetWeb
Page Instant View - Returns an instant view version of a web page if available. Returns a 404 error if the web page has no instant view page
- GetWeb
Page Preview - Returns a web page preview by the text of the message. Do not call this function too often. Returns a 404 error if the web page has no preview
- Group
Call - Describes a group call
- Group
Call Id - Contains the group call identifier
- Group
Call Participant - Represents a group call participant
- Group
Call Participant Video Info - Contains information about a group call participant’s video channel
- Group
Call Recent Speaker - Describes a recently speaking participant in a group call
- Group
Call Video Quality Full - The best available video quality
- Group
Call Video Quality Medium - The medium video quality
- Group
Call Video Quality Thumbnail - The worst available video quality
- Group
Call Video Source Group - Describes a group of video synchronization source identifiers
- Hashtags
- Contains a list of hashtags
- Hide
Suggested Action - Hides a suggested action
- HttpUrl
- Contains an HTTP URL
- Identity
Document - An identity document
- Import
Contacts - Adds new contacts or edits existing contacts by their phone numbers; contacts’ user identifiers are ignored
- Import
Messages - Imports messages exported from another app
- Imported
Contacts - Represents the result of an ImportContacts request
- Inline
Keyboard Button - Represents a single button in an inline keyboard
- Inline
Keyboard Button Type Buy - 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
- Inline
Keyboard Button Type Callback - A button that sends a callback query to a bot
- Inline
Keyboard Button Type Callback Game - 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
- Inline
Keyboard Button Type Callback With Password - A button that asks for password of the current user and then sends a callback query to a bot
- Inline
Keyboard Button Type Login Url - A button that opens a specified URL and automatically authorize the current user if allowed to do so
- Inline
Keyboard Button Type Switch Inline - A button that forces an inline query to the bot to be inserted in the input field
- Inline
Keyboard Button Type Url - A button that opens a specified URL
- Inline
Keyboard Button Type User - A button with a user reference to be handled in the same way as textEntityTypeMentionName entities
- Inline
Query Result Animation - Represents an animation file
- Inline
Query Result Article - Represents a link to an article or web page
- Inline
Query Result Audio - Represents an audio file
- Inline
Query Result Contact - Represents a user contact
- Inline
Query Result Document - Represents a document
- Inline
Query Result Game - Represents information about a game
- Inline
Query Result Location - Represents a point on the map
- Inline
Query Result Photo - Represents a photo
- Inline
Query Result Sticker - Represents a sticker
- Inline
Query Result Venue - Represents information about a venue
- Inline
Query Result Video - Represents a video
- Inline
Query Result Voice Note - Represents a voice note
- Inline
Query Results - Represents the results of the inline query. Use sendInlineQueryResultMessage to send the result of the query
- Input
Background Local - A background from a local file
- Input
Background Remote - A background from the server
- Input
Chat Photo Animation - An animation in MPEG4 format; must be square, at most 10 seconds long, have width between 160 and 800 and be at most 2MB in size
- Input
Chat Photo Previous - A previously used profile photo of the current user
- Input
Chat Photo Static - A static photo in JPEG format
- Input
Credentials Apple Pay - Applies if a user enters new credentials using Apple Pay
- Input
Credentials Google Pay - Applies if a user enters new credentials using Google Pay
- Input
Credentials New - Applies if a user enters new credentials on a payment provider website
- Input
Credentials Saved - Applies if a user chooses some previously saved payment credentials. To use their previously saved credentials, the user must have a valid temporary password
- Input
File Generated - A file generated by the application
- Input
File Id - A file defined by its unique ID
- Input
File Local - A file defined by a local path
- Input
File Remote - A file defined by its remote ID. The remote ID 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
- Input
Identity Document - An identity document to be saved to Telegram Passport
- Input
Inline Query Result Animation - Represents a link to an animated GIF or an animated (i.e., without sound) H.264/MPEG-4 AVC video
- Input
Inline Query Result Article - Represents a link to an article or web page
- Input
Inline Query Result Audio - Represents a link to an MP3 audio file
- Input
Inline Query Result Contact - Represents a user contact
- Input
Inline Query Result Document - Represents a link to a file
- Input
Inline Query Result Game - Represents a game
- Input
Inline Query Result Location - Represents a point on the map
- Input
Inline Query Result Photo - Represents link to a JPEG image
- Input
Inline Query Result Sticker - Represents a link to a WEBP or TGS sticker
- Input
Inline Query Result Venue - Represents information about a venue
- Input
Inline Query Result Video - Represents a link to a page containing an embedded video player or a video file
- Input
Inline Query Result Voice Note - Represents a link to an opus-encoded audio file within an OGG container, single channel audio
- Input
Message Animation - An animation message (GIF-style).
- Input
Message Audio - An audio message
- Input
Message Contact - A message containing a user contact
- Input
Message Dice - A dice message
- Input
Message Document - A document message (general file)
- Input
Message Forwarded - A forwarded message
- Input
Message Game - A message with a game; not supported for channels or secret chats
- Input
Message Invoice - A message with an invoice; can be used only by bots
- Input
Message Location - A message with a location
- Input
Message Photo - A photo message
- Input
Message Poll - A message with a poll. Polls can’t be sent to secret chats. Polls can be sent only to a private chat with a bot
- Input
Message Sticker - A sticker message
- Input
Message Text - A text message
- Input
Message Venue - A message with information about a venue
- Input
Message Video - A video message
- Input
Message Video Note - A video note message
- Input
Message Voice Note - A voice note message
- Input
Passport Element Address - A Telegram Passport element to be saved containing the user’s address
- Input
Passport Element Bank Statement - A Telegram Passport element to be saved containing the user’s bank statement
- Input
Passport Element Driver License - A Telegram Passport element to be saved containing the user’s driver license
- Input
Passport Element Email Address - A Telegram Passport element to be saved containing the user’s email address
- Input
Passport Element Error - Contains the description of an error in a Telegram Passport element; for bots only
- Input
Passport Element Error Source Data Field - A data field contains an error. The error is considered resolved when the field’s value changes
- Input
Passport Element Error Source File - The file contains an error. The error is considered resolved when the file changes
- Input
Passport Element Error Source Files - The list of attached files contains an error. The error is considered resolved when the file list changes
- Input
Passport Element Error Source Front Side - 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
- Input
Passport Element Error Source Reverse Side - 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
- Input
Passport Element Error Source Selfie - The selfie contains an error. The error is considered resolved when the file with the selfie changes
- Input
Passport Element Error Source Translation File - 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
- Input
Passport Element Error Source Translation Files - The translation of the document contains an error. The error is considered resolved when the list of files changes
- Input
Passport Element Error Source Unspecified - The element contains an error in an unspecified place. The error will be considered resolved when new data is added
- Input
Passport Element Identity Card - A Telegram Passport element to be saved containing the user’s identity card
- Input
Passport Element Internal Passport - A Telegram Passport element to be saved containing the user’s internal passport
- Input
Passport Element Passport - A Telegram Passport element to be saved containing the user’s passport
- Input
Passport Element Passport Registration - A Telegram Passport element to be saved containing the user’s passport registration
- Input
Passport Element Personal Details - A Telegram Passport element to be saved containing the user’s personal details
- Input
Passport Element Phone Number - A Telegram Passport element to be saved containing the user’s phone number
- Input
Passport Element Rental Agreement - A Telegram Passport element to be saved containing the user’s rental agreement
- Input
Passport Element Temporary Registration - A Telegram Passport element to be saved containing the user’s temporary registration
- Input
Passport Element Utility Bill - A Telegram Passport element to be saved containing the user’s utility bill
- Input
Personal Document - A personal document to be saved to Telegram Passport
- Input
Sticker Animated - An animated sticker in TGS format
- Input
Sticker Static - A static sticker in PNG format, which will be converted to WEBP server-side
- Input
Thumbnail - 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
- Internal
Link Type Active Sessions - The link is a link to the active sessions section of the app. Use getActiveSessions to handle the link
- Internal
Link Type Authentication Code - The link contains an authentication code. Call checkAuthenticationCode with the code if the current authorization state is authorizationStateWaitCode
- Internal
Link Type Background - The link is a link to a background. Call searchBackground with the given background name to process the link
- Internal
Link Type BotStart - 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
- Internal
Link Type BotStart InGroup - The link is a link to a Telegram bot, which is supposed 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 group to add the bot to, and then call sendBotStartMessage with the given start parameter and the chosen group chat. Bots can be added to a public group only by administrators of the group
- Internal
Link Type Change Phone Number - The link is a link to the change phone number section of the app
- Internal
Link Type Chat Invite - The link is a chat invite link. Call checkChatInviteLink with the given invite link to process the link
- Internal
Link Type Filter Settings - The link is a link to the filter settings section of the app
- Internal
Link Type Game - 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
- Internal
Link Type Language Pack - The link is a link to a language pack. Call getLanguagePackInfo with the given language pack identifier to process the link
- Internal
Link Type Message - The link is a link to a Telegram message. Call getMessageLinkInfo with the given URL to process the link
- Internal
Link Type Message Draft - 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
- Internal
Link Type Passport Data Request - 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 app, otherwise ignore it
- Internal
Link Type Phone Number Confirmation - The link can be used to confirm ownership of a phone number to prevent account deletion. Call sendPhoneNumberConfirmationCode with the given hash and phone number to process the link
- Internal
Link Type Proxy - The link is a link to a proxy. Call addProxy with the given parameters to process the link and add the proxy
- Internal
Link Type Public Chat - The link is a link to a chat by its username. Call searchPublicChat with the given chat username to process the link
- Internal
Link Type QrCode Authentication - 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 > Devices > Scan QR and scan the code” needs to be shown
- Internal
Link Type Settings - The link is a link to app settings
- Internal
Link Type Sticker Set - 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
- Internal
Link Type Theme - The link is a link to a theme. TDLib has no theme support yet
- Internal
Link Type Theme Settings - The link is a link to the theme settings section of the app
- Internal
Link Type Unknown Deep Link - The link is an unknown tg: link. Call getDeepLinkInfo to process the link
- Internal
Link Type Unsupported Proxy - The link is a link to an unsupported proxy. An alert can be shown to the user
- Internal
Link Type Video Chat - The link is a link to a video chat. Call searchPublicChat with the given chat username, and then joinGoupCall with the given invite hash to process the link
- Invite
Group Call Participants - Invites users to an active group call. Sends a service message of type messageInviteToGroupCall for video chats
- Invoice
- Product invoice
- Join
Chat - Adds the current user as a new member to a chat. Private and secret chats can’t be joined using this method
- Join
Chat ByInvite Link - Uses an invite link to add the current user to the chat if possible
- Join
Group Call - Joins an active group call. Returns join response payload for tgcalls
- Json
Object Member - Represents one member of a JSON object
- Json
Value Array - Represents a JSON array
- Json
Value Boolean - Represents a boolean JSON value
- Json
Value Null - Represents a null JSON value
- Json
Value Number - Represents a numeric JSON value
- Json
Value Object - Represents a JSON object
- Json
Value String - Represents a string JSON value
- Keyboard
Button - Represents a single button in a bot keyboard
- Keyboard
Button Type Request Location - A button that sends the user’s location when pressed; available only in private chats
- Keyboard
Button Type Request Phone Number - A button that sends the user’s phone number when pressed; available only in private chats
- Keyboard
Button Type Request Poll - A button that allows the user to create and send a poll when pressed; available only in private chats
- Keyboard
Button Type Text - A simple button, with text that must be sent when the button is pressed
- Labeled
Price Part - Portion of the price of a product (e.g., “delivery cost”, “tax amount”)
- Language
Pack Info - Contains information about a language pack
- Language
Pack String - Represents one language pack string
- Language
Pack String Value Deleted - A deleted language pack string, the value must be taken from the built-in English language pack
- Language
Pack String Value Ordinary - An ordinary language pack string
- Language
Pack String Value Pluralized - 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 info
- Language
Pack Strings - Contains a list of language pack strings
- Leave
Chat - Removes the current user from chat members. Private and secret chats can’t be left using this method
- Leave
Group Call - Leaves a group call
- Load
Chats - 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
- Load
Group Call Participants - Loads more participants of a group call. The loaded participants will be received through updates. Use the field groupCall.loaded_all_participants to check whether all participants have already been loaded
- Local
File - Represents a local file
- Localization
Target Info - Contains information about the current localization target
- Location
- Describes a location on planet Earth
- 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
- LogStream
Default - The log is written to stderr or an OS specific log
- LogStream
Empty - The log is written nowhere
- LogStream
File - The log is written to a file
- LogTags
- Contains a list of available TDLib internal log tags
- LogVerbosity
Level - Contains a TDLib internal log verbosity level
- Login
UrlInfo Open - An HTTP url needs to be open
- Login
UrlInfo Request Confirmation - An authorization confirmation dialog needs to be shown to the user
- Mask
Point Chin - The mask is placed relatively to the chin
- Mask
Point Eyes - The mask is placed relatively to the eyes
- Mask
Point Forehead - The mask is placed relatively to the forehead
- Mask
Point Mouth - The mask is placed relatively to the mouth
- Mask
Position - Position on a photo where a mask is placed
- Message
- Describes a message
- Message
Animated Emoji - A message with an animated emoji
- Message
Animation - An animation message (GIF-style).
- Message
Audio - An audio message
- Message
Basic Group Chat Create - A newly created basic group
- Message
Calendar - Contains information about found messages, split by days according to the option “utc_time_offset”
- Message
Calendar Day - Contains information about found messages sent on a specific day
- Message
Call - A message with information about an ended call
- Message
Chat AddMembers - New chat members were added
- Message
Chat Change Photo - An updated chat photo
- Message
Chat Change Title - An updated chat title
- Message
Chat Delete Member - A chat member was deleted
- Message
Chat Delete Photo - A deleted chat photo
- Message
Chat Join ByLink - A new member joined the chat via an invite link
- Message
Chat Join ByRequest - A new member was accepted to the chat by an administrator
- Message
Chat SetTheme - A theme in the chat has been changed
- Message
Chat SetTtl - The TTL (Time To Live) setting for messages in the chat has been changed
- Message
Chat Upgrade From - A supergroup has been created from a basic group
- Message
Chat Upgrade To - A basic group was upgraded to a supergroup and was deactivated as the result
- Message
Contact - A message with a user contact
- Message
Contact Registered - A contact has registered with Telegram
- Message
Copy Options - Options to be used when a message content is copied without reference to the original sender. Service messages and messageInvoice can’t be copied
- Message
Custom Service Action - A non-standard action has happened in the chat
- Message
Dice - A dice message. The dice value is randomly generated by the server
- Message
Document - A document message (general file)
- Message
Expired Photo - An expired photo message (self-destructed after TTL has elapsed)
- Message
Expired Video - An expired video message (self-destructed after TTL has elapsed)
- Message
File Type Group - The messages was exported from a group chat
- Message
File Type Private - The messages was exported from a private chat
- Message
File Type Unknown - The messages was exported from a chat of unknown type
- Message
Forward Info - Contains information about a forwarded message
- Message
Forward Origin Channel - The message was originally a post in a channel
- Message
Forward Origin Chat - The message was originally sent on behalf of a chat
- Message
Forward Origin Hidden User - The message was originally sent by a user, which is hidden by their privacy settings
- Message
Forward Origin Message Import - The message was imported from an exported message history
- Message
Forward Origin User - The message was originally sent by a known user
- Message
Game - A message with a game
- Message
Game Score - A new high score was achieved in a game
- Message
Interaction Info - Contains information about interactions with a message
- Message
Invite Video Chat Participants - A message with information about an invite to a video chat
- Message
Invoice - A message with an invoice from a bot
- Message
Link - Contains an HTTPS link to a message in a supergroup or channel
- Message
Link Info - Contains information about a link to a message in a chat
- Message
Location - A message with a location
- Message
Passport Data Received - Telegram Passport data has been received; for bots only
- Message
Passport Data Sent - Telegram Passport data has been sent
- Message
Payment Successful - A payment has been completed
- Message
Payment Successful Bot - A payment has been completed; for bots only
- Message
Photo - A photo message
- Message
PinMessage - A message has been pinned
- Message
Poll - A message with a poll
- Message
Position - Contains information about a message in a specific position
- Message
Positions - Contains a list of message positions
- Message
Proximity Alert Triggered - A user in the chat came within proximity alert range
- Message
Reply Info - Contains information about replies to a message
- Message
Scheduling State Send AtDate - The message will be sent at the specified date
- Message
Scheduling State Send When Online - The message will be sent when the peer will be online. Applicable to private chats only and when the exact online status of the peer is known
- Message
Screenshot Taken - A screenshot of a message in the chat has been taken
- Message
Send Options - Options to be used when a message is sent
- Message
Sender Chat - The message was sent on behalf of a chat
- Message
Sender User - The message was sent by a known user
- Message
Senders - Represents a list of message senders
- Message
Sending State Failed - The message failed to be sent
- Message
Sending State Pending - The message is being sent now, but has not yet been delivered to the server
- Message
Statistics - A detailed statistics about a message
- Message
Sticker - A sticker message
- Message
Supergroup Chat Create - A newly created supergroup or channel
- Message
Text - A text message
- Message
Thread Info - Contains information about a message thread
- Message
Unsupported - Message content that is not supported in the current TDLib version
- Message
Venue - A message with information about a venue
- Message
Video - A video message
- Message
Video Chat Ended - A message with information about an ended video chat
- Message
Video Chat Scheduled - A new video chat was scheduled
- Message
Video Chat Started - A newly created video chat
- Message
Video Note - A video note message
- Message
Voice Note - A voice note message
- Message
Website Connected - The current user has connected a website by logging in using Telegram Login Widget on it
- Messages
- Contains a list of messages
- Minithumbnail
- Thumbnail image of a very poor quality and low resolution
- Network
Statistics - A full list of available network statistic entries
- Network
Statistics Entry Call - Contains information about the total amount of data that was used for calls
- Network
Statistics Entry File - Contains information about the total amount of data that was used to send and receive files
- Network
Type Mobile - A mobile network
- Network
Type Mobile Roaming - A mobile roaming network
- Network
Type None - The network is not available
- Network
Type Other - A different network type (e.g., Ethernet network)
- Network
Type WiFi - A Wi-Fi network
- Notification
- Contains information about a notification
- Notification
Group - Describes a group of notifications
- Notification
Group Type Calls - A group containing notifications of type notificationTypeNewCall
- Notification
Group Type Mentions - A group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with unread mentions of the current user, replies to their messages, or a pinned message
- Notification
Group Type Messages - A group containing notifications of type notificationTypeNewMessage and notificationTypeNewPushMessage with ordinary unread messages
- Notification
Group Type Secret Chat - A group containing a notification of type notificationTypeNewSecretChat
- Notification
Settings Scope Channel Chats - Notification settings applied to all channels when the corresponding chat setting has a default value
- Notification
Settings Scope Group Chats - Notification settings applied to all basic groups and supergroups when the corresponding chat setting has a default value
- Notification
Settings Scope Private Chats - Notification settings applied to all private and secret chats when the corresponding chat setting has a default value
- Notification
Type NewCall - New call was received
- Notification
Type NewMessage - New message was received
- Notification
Type NewPush Message - New message was received through a push notification
- Notification
Type NewSecret Chat - New secret chat was created
- Ok
- An object of this type is returned on a successful function call for certain functions
- Open
Chat - 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)
- Open
Message Content - 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
- Optimize
Storage - Optimizes storage usage, i.e. deletes some files and returns new storage usage statistics. Secret thumbnails can’t be deleted
- Option
Value Boolean - Represents a boolean option
- Option
Value Empty - Represents an unknown option or an option which has a default value
- Option
Value Integer - Represents an integer option
- Option
Value String - Represents a string option
- Order
Info - Order information
- Page
Block Anchor - An invisible anchor on a page, which can be used in a URL to open the page from the specified anchor
- Page
Block Animation - An animation
- Page
Block Audio - An audio file
- Page
Block Author Date - The author and publishing date of a page
- Page
Block Block Quote - A block quote
- Page
Block Caption - Contains a caption of an instant view web page block, consisting of a text and a trailing credit
- Page
Block Chat Link - A link to a chat
- Page
Block Collage - A collage
- Page
Block Cover - A page cover
- Page
Block Details - A collapsible block
- Page
Block Divider - An empty block separating a page
- Page
Block Embedded - An embedded web page
- Page
Block Embedded Post - An embedded post
- Page
Block Footer - The footer of a page
- Page
Block Header - A header
- Page
Block Horizontal Alignment Center - The content must be center-aligned
- Page
Block Horizontal Alignment Left - The content must be left-aligned
- Page
Block Horizontal Alignment Right - The content must be right-aligned
- Page
Block Kicker - A kicker
- Page
Block List - A list of data blocks
- Page
Block List Item - Describes an item of a list page block
- Page
Block Map - A map
- Page
Block Paragraph - A text paragraph
- Page
Block Photo - A photo
- Page
Block Preformatted - A preformatted text paragraph
- Page
Block Pull Quote - A pull quote
- Page
Block Related Article - Contains information about a related article
- Page
Block Related Articles - Related articles
- Page
Block Slideshow - A slideshow
- Page
Block Subheader - A subheader
- Page
Block Subtitle - The subtitle of a page
- Page
Block Table - A table
- Page
Block Table Cell - Represents a cell of a table
- Page
Block Title - The title of a page
- Page
Block Vertical Alignment Bottom - The content must be bottom-aligned
- Page
Block Vertical Alignment Middle - The content must be middle-aligned
- Page
Block Vertical Alignment Top - The content must be top-aligned
- Page
Block Video - A video
- Page
Block Voice Note - A voice note
- Parse
Markdown - Parses Markdown entities in a human-friendly format, ignoring markup errors. Can be called synchronously
- Parse
Text Entities - Parses Bold, Italic, Underline, Strikethrough, Code, Pre, PreCode, TextUrl and MentionName entities contained in the text. Can be called synchronously
- Passport
Authorization Form - Contains information about a Telegram Passport authorization form that was requested
- Passport
Element Address - A Telegram Passport element containing the user’s address
- Passport
Element Bank Statement - A Telegram Passport element containing the user’s bank statement
- Passport
Element Driver License - A Telegram Passport element containing the user’s driver license
- Passport
Element Email Address - A Telegram Passport element containing the user’s email address
- Passport
Element Error - Contains the description of an error in a Telegram Passport element
- Passport
Element Error Source Data Field - One of the data fields contains an error. The error will be considered resolved when the value of the field changes
- Passport
Element Error Source File - The file contains an error. The error will be considered resolved when the file changes
- Passport
Element Error Source Files - The list of attached files contains an error. The error will be considered resolved when the list of files changes
- Passport
Element Error Source Front Side - The front side of the document contains an error. The error will be considered resolved when the file with the front side changes
- Passport
Element Error Source Reverse Side - The reverse side of the document contains an error. The error will be considered resolved when the file with the reverse side changes
- Passport
Element Error Source Selfie - The selfie with the document contains an error. The error will be considered resolved when the file with the selfie changes
- Passport
Element Error Source Translation File - One of files with the translation of the document contains an error. The error will be considered resolved when the file changes
- Passport
Element Error Source Translation Files - The translation of the document contains an error. The error will be considered resolved when the list of translation files changes
- Passport
Element Error Source Unspecified - The element contains an error in an unspecified place. The error will be considered resolved when new data is added
- Passport
Element Identity Card - A Telegram Passport element containing the user’s identity card
- Passport
Element Internal Passport - A Telegram Passport element containing the user’s internal passport
- Passport
Element Passport - A Telegram Passport element containing the user’s passport
- Passport
Element Passport Registration - A Telegram Passport element containing the user’s passport registration pages
- Passport
Element Personal Details - A Telegram Passport element containing the user’s personal details
- Passport
Element Phone Number - A Telegram Passport element containing the user’s phone number
- Passport
Element Rental Agreement - A Telegram Passport element containing the user’s rental agreement
- Passport
Element Temporary Registration - A Telegram Passport element containing the user’s temporary registration
- Passport
Element Type Address - A Telegram Passport element containing the user’s address
- Passport
Element Type Bank Statement - A Telegram Passport element containing the user’s bank statement
- Passport
Element Type Driver License - A Telegram Passport element containing the user’s driver license
- Passport
Element Type Email Address - A Telegram Passport element containing the user’s email address
- Passport
Element Type Identity Card - A Telegram Passport element containing the user’s identity card
- Passport
Element Type Internal Passport - A Telegram Passport element containing the user’s internal passport
- Passport
Element Type Passport - A Telegram Passport element containing the user’s passport
- Passport
Element Type Passport Registration - A Telegram Passport element containing the registration page of the user’s passport
- Passport
Element Type Personal Details - A Telegram Passport element containing the user’s personal details
- Passport
Element Type Phone Number - A Telegram Passport element containing the user’s phone number
- Passport
Element Type Rental Agreement - A Telegram Passport element containing the user’s rental agreement
- Passport
Element Type Temporary Registration - A Telegram Passport element containing the user’s temporary registration
- Passport
Element Type Utility Bill - A Telegram Passport element containing the user’s utility bill
- Passport
Element Utility Bill - A Telegram Passport element containing the user’s utility bill
- Passport
Elements - Contains information about saved Telegram Passport elements
- Passport
Elements With Errors - Contains information about a Telegram Passport elements and corresponding errors
- Passport
Required Element - Contains a description of the required Telegram Passport element that was requested by a service
- Passport
Suitable Element - Contains information about a Telegram Passport element that was requested by a service
- Password
State - Represents the current state of 2-step verification
- Payment
Form - Contains information about an invoice payment form
- Payment
Form Theme - Theme colors for a payment form
- Payment
Receipt - Contains information about a successful payment
- Payment
Result - Contains the result of a payment request
- Payments
Provider Stripe - Stripe payment provider
- Personal
Details - Contains the user’s personal details
- Personal
Document - A personal document, containing some information about a user
- Phone
Number Authentication Settings - Contains settings for the authentication of the user’s phone number
- Phone
Number Info - Contains information about a phone number
- Photo
- Describes a photo
- Photo
Size - Describes an image in JPEG format
- PinChat
Message - Pins a message in a chat; requires can_pin_messages rights or can_edit_messages rights in the channel
- Ping
Proxy - Computes time needed to receive a response from a Telegram server through a proxy. Can be called before authorization
- Point
- A point on a Cartesian plane
- Poll
- Describes a poll
- Poll
Option - Describes one answer option of a poll
- Poll
Type Quiz - A poll in quiz mode, which has exactly one correct answer option and can be answered only once
- Poll
Type Regular - A regular poll
- Process
Chat Join Request - Handles a pending join request in a chat
- Process
Chat Join Requests - Handles all pending join requests for a given link in a chat
- Process
Push Notification - 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
- Profile
Photo - Describes a user profile photo
- Proxies
- Represents a list of proxy servers
- Proxy
- Contains information about a proxy server
- Proxy
Type Http - A HTTP transparent proxy server
- Proxy
Type Mtproto - An MTProto proxy server
- Proxy
Type Socks5 - A SOCKS5 proxy server
- Public
Chat Type HasUsername - The chat is public, because it has username
- Public
Chat Type IsLocation Based - The chat is public, because it is a location-based supergroup
- Push
Message Content Animation - An animation message (GIF-style).
- Push
Message Content Audio - An audio message
- Push
Message Content Basic Group Chat Create - A newly created basic group
- Push
Message Content Chat AddMembers - New chat members were invited to a group
- Push
Message Content Chat Change Photo - A chat photo was edited
- Push
Message Content Chat Change Title - A chat title was edited
- Push
Message Content Chat Delete Member - A chat member was deleted
- Push
Message Content Chat Join ByLink - A new member joined the chat via an invite link
- Push
Message Content Chat Join ByRequest - A new member was accepted to the chat by an administrator
- Push
Message Content Chat SetTheme - A chat theme was edited
- Push
Message Content Contact - A message with a user contact
- Push
Message Content Contact Registered - A contact has registered with Telegram
- Push
Message Content Document - A document message (a general file)
- Push
Message Content Game - A message with a game
- Push
Message Content Game Score - A new high score was achieved in a game
- Push
Message Content Hidden - A general message with hidden content
- Push
Message Content Invoice - A message with an invoice from a bot
- Push
Message Content Location - A message with a location
- Push
Message Content Media Album - A media album
- Push
Message Content Message Forwards - A forwarded messages
- Push
Message Content Photo - A photo message
- Push
Message Content Poll - A message with a poll
- Push
Message Content Screenshot Taken - A screenshot of a message in the chat has been taken
- Push
Message Content Sticker - A message with a sticker
- Push
Message Content Text - A text message
- Push
Message Content Video - A video message
- Push
Message Content Video Note - A video note message
- Push
Message Content Voice Note - A voice note message
- Push
Receiver Id - Contains a globally unique push receiver identifier, which can be used to identify which account has received a push notification
- Read
AllChat Mentions - Marks all mentions in a chat as read
- Read
File Part - 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
- Recommended
Chat Filter - Describes a recommended chat filter
- Recommended
Chat Filters - Contains a list of recommended chat filters
- Recover
Authentication Password - Recovers the 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
- Recover
Password - Recovers the 2-step verification password using a recovery code sent to an email address that was previously set up
- Recovery
Email Address - Contains information about the current recovery email address
- Register
Device - Registers the currently used device for receiving push notifications. Returns a globally unique identifier of the push notification subscription
- Register
User - Finishes user registration. Works only when the current authorization state is authorizationStateWaitRegistration
- Remote
File - Represents a remote file
- Remove
Background - Removes background from the list of installed backgrounds
- Remove
Chat Action Bar - Removes a chat action bar without any other action
- Remove
Contacts - Removes users from the contact list
- Remove
Favorite Sticker - Removes a sticker from the list of favorite stickers
- Remove
Notification - Removes an active notification from notification list. Needs to be called only if the notification is removed by the current user
- Remove
Notification Group - Removes a group of active notifications. Needs to be called only if the notification group is removed by the current user
- Remove
Proxy - Removes a proxy server. Can be called before authorization
- Remove
Recent Hashtag - Removes a hashtag from the list of recently used hashtags
- Remove
Recent Sticker - Removes a sticker from the list of recently used stickers
- Remove
Recently Found Chat - Removes a chat from the list of recently found chats
- Remove
Saved Animation - Removes an animation from the list of saved animations
- Remove
Sticker From Set - Removes a sticker from the set to which it belongs; for bots only. The sticker set must have been created by the bot
- Remove
TopChat - Removes a chat from the list of frequently used chats. Supported only if the chat info database is enabled
- Reorder
Chat Filters - Changes the order of chat filters
- Reorder
Installed Sticker Sets - Changes the order of installed sticker sets
- Replace
Primary Chat Invite Link - 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
- Reply
Markup Force Reply - Instructs application to force a reply to this message
- Reply
Markup Inline Keyboard - Contains an inline keyboard layout
- Reply
Markup Remove Keyboard - 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 message_id == 0 will be sent
- Reply
Markup Show Keyboard - Contains a custom keyboard layout to quickly reply to bots
- Report
Chat - Reports a chat to the Telegram moderators. A chat can be reported only from the chat action bar, or if chat.can_be_reported
- Report
Chat Photo - Reports a chat photo to the Telegram moderators. A chat photo can be reported only if chat.can_be_reported
- Report
Supergroup Spam - Reports messages in a supergroup as spam; requires administrator rights in the supergroup
- Request
Authentication Password Recovery - Requests to send a password recovery code to an email address that was previously set up. Works only when the current authorization state is authorizationStateWaitPassword
- Request
Password Recovery - Requests to send a 2-step verification password recovery code to an email address that was previously set up
- Request
QrCode Authentication - 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 authorizationStateWaitCode, authorizationStateWaitRegistration, or authorizationStateWaitPassword
- Resend
Authentication Code - Re-sends 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
- Resend
Change Phone Number Code - Re-sends the authentication code sent to confirm a new phone number for the current user. Works only if the previously received authenticationCodeInfo next_code_type was not null and the server-specified timeout has passed
- Resend
Email Address Verification Code - Re-sends the code to verify an email address to be added to a user’s Telegram Passport
- Resend
Messages - 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
- Resend
Phone Number Confirmation Code - Resends phone number confirmation code
- Resend
Phone Number Verification Code - Re-sends the code to verify a phone number to be added to a user’s Telegram Passport
- Resend
Recovery Email Address Code - Resends the 2-step verification recovery email address verification code
- Reset
AllNotification Settings - Resets all notification settings to their default values. By default, all chats are unmuted, the sound is set to “default” and message previews are shown
- Reset
Backgrounds - Resets list of installed backgrounds to its default value
- Reset
Network Statistics - Resets all network data usage statistics to zero. Can be called before authorization
- Reset
Password - 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
- Reset
Password Result Declined - The password reset request was declined
- Reset
Password Result Ok - The password was reset
- Reset
Password Result Pending - The password reset request is pending
- Revoke
Chat Invite Link - Revokes invite link for a chat. Available for 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
- Revoke
Group Call Invite Link - Revokes invite link for a group call. Requires groupCall.can_be_managed group call flag
- Rich
Text Anchor - An anchor
- Rich
Text Anchor Link - A link to an anchor on the same web page
- Rich
Text Bold - A bold rich text
- Rich
Text Email Address - A rich text email link
- Rich
Text Fixed - A fixed-width rich text
- Rich
Text Icon - A small image inside the text
- Rich
Text Italic - An italicized rich text
- Rich
Text Marked - A marked rich text
- Rich
Text Phone Number - A rich text phone number
- Rich
Text Plain - A plain text
- Rich
Text Reference - A reference to a richTexts object on the same web page
- Rich
Text Strikethrough - A strikethrough rich text
- Rich
Text Subscript - A subscript rich text
- Rich
Text Superscript - A superscript rich text
- Rich
Text Underline - An underlined rich text
- Rich
Text Url - A rich text URL link
- Rich
Texts - A concatenation of rich texts
- Save
Application LogEvent - Saves application log event on the server. Can be called before authorization
- Saved
Credentials - Contains information about saved card credentials
- Scope
Notification Settings - Contains information about notification settings for several chats
- Search
Background - Searches for a background by its name
- Search
Call Messages - Searches for 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
- Search
Chat Members - Searches for a specified query in the first name, last name and username of the members of a specified chat. Requires administrator rights in channels
- Search
Chat Messages - 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
- Search
Chat Recent Location Messages - Returns information about the recent locations of chat members that were sent to the chat. Returns up to 1 location message per user
- Search
Chats - Searches for the specified query in the title and username of already known chats, this is an offline request. Returns chats in the order seen in the main chat list
- Search
Chats Nearby - Returns a list of users and location-based supergroups nearby. The list of users nearby will be updated for 60 seconds after the request by the updates updateUsersNearby. The request must be sent again every 25 seconds with adjusted location to not miss new chats
- Search
Chats OnServer - 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
- Search
Contacts - Searches for the specified query in the first names, last names and usernames of the known user contacts
- Search
Emojis - Searches for emojis by keywords. Supported only if the file database is enabled
- Search
Hashtags - Searches for recently used hashtags by their prefix
- Search
Installed Sticker Sets - Searches for installed sticker sets by looking for specified query in their title and name
- Search
Messages - 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
- Search
Messages Filter Animation - Returns only animation messages
- Search
Messages Filter Audio - Returns only audio messages
- Search
Messages Filter Chat Photo - Returns only messages containing chat photos
- Search
Messages Filter Document - Returns only document messages
- Search
Messages Filter Empty - Returns all found messages, no filter is applied
- Search
Messages Filter Failed ToSend - Returns only failed to send messages. This filter can be used only if the message database is used
- Search
Messages Filter Mention - Returns only messages with mentions of the current user, or messages that are replies to their messages
- Search
Messages Filter Photo - Returns only photo messages
- Search
Messages Filter Photo AndVideo - Returns only photo and video messages
- Search
Messages Filter Pinned - Returns only pinned messages
- Search
Messages Filter Unread Mention - 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, a message thread or by the sending user
- Search
Messages Filter Url - Returns only messages containing URLs
- Search
Messages Filter Video - Returns only video messages
- Search
Messages Filter Video Note - Returns only video note messages
- Search
Messages Filter Voice AndVideo Note - Returns only voice and video note messages
- Search
Messages Filter Voice Note - Returns only voice note messages
- Search
Public Chat - 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
- Search
Public Chats - 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
- Search
Secret Messages - 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
- Search
Sticker Set - Searches for a sticker set by its name
- Search
Sticker Sets - Searches for ordinary sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results
- Search
Stickers - Searches for stickers from public sticker sets that correspond to a given emoji
- Seconds
- Contains a value representing a number of seconds
- Secret
Chat - Represents a secret chat
- Secret
Chat State Closed - The secret chat is closed
- Secret
Chat State Pending - The secret chat is not yet created; waiting for the other user to get online
- Secret
Chat State Ready - The secret chat is ready to use
- Send
BotStart Message - Invites a bot to a chat (if it is not yet a member) and sends it the /start command. 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
- Send
Call Debug Information - Sends debug information for a call
- Send
Call Rating - Sends a call rating
- Send
Call Signaling Data - Sends call signaling data
- Send
Chat Action - Sends a notification about user activity in a chat
- Send
Chat Screenshot Taken Notification - Sends a notification about a screenshot taken in a chat. Supported only in private and secret chats
- Send
Custom Request - Sends a custom request; for bots only
- Send
Email Address Verification Code - Sends a code to verify an email address to be added to a user’s Telegram Passport
- Send
Inline Query Result Message - Sends the result of an inline query as a message. Returns the sent message. Always clears a chat draft message
- Send
Message - Sends a message. Returns the sent message
- Send
Message Album - 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
- Send
Passport Authorization Form - 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
- Send
Payment Form - Sends a filled-out payment form to the bot for final verification
- Send
Phone Number Confirmation Code - Sends phone number confirmation code to handle links of the type internalLinkTypePhoneNumberConfirmation
- Send
Phone Number Verification Code - Sends a code to verify a phone number to be added to a user’s Telegram Passport
- 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
- Sessions
- Contains a list of sessions
- SetAccount
Ttl - Changes the period of inactivity after which the account of the current user will automatically be deleted
- SetAlarm
- Succeeds after a specified amount of time has passed. Can be called before initialization
- SetAuthentication
Phone Number - 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 authorizationStateWaitCode, authorizationStateWaitRegistration, or authorizationStateWaitPassword
- SetAuto
Download Settings - Sets auto-download settings
- SetBackground
- Changes the background selected by the user; adds background to the list of installed backgrounds
- SetBio
- Changes the bio of the current user
- SetBot
Updates Status - Informs the server about the number of pending bot updates if they haven’t been processed for a long time; for bots only
- SetChat
Client Data - Changes application-specific data associated with a chat
- SetChat
Description - Changes information about a chat. Available for basic groups, supergroups, and channels. Requires can_change_info administrator right
- SetChat
Discussion Group - Changes the discussion group of a channel chat; requires can_change_info administrator right in the channel if it is specified
- SetChat
Draft Message - Changes the draft message in a chat
- SetChat
Location - 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
- SetChat
Member Status - Changes the status of a chat member, needs appropriate privileges. This function is currently not suitable for transferring chat ownership; use transferChatOwnership instead. Use addChatMember or banChatMember if some additional parameters needs to be passed
- SetChat
Message Sender - Selects a message sender to send messages in a chat
- SetChat
Message Ttl - Changes the message TTL in a chat. Requires can_delete_messages administrator right in basic groups, supergroups and channels Message TTL can’t be changed in a chat with the current user (Saved Messages) and the chat 777000 (Telegram)
- SetChat
Notification Settings - Changes the notification settings of a chat. Notification settings of a chat with the current user (Saved Messages) can’t be changed
- SetChat
Permissions - Changes the chat members permissions. Supported only for basic groups and supergroups. Requires can_restrict_members administrator right
- SetChat
Photo - Changes the photo of a chat. Supported only for basic groups, supergroups and channels. Requires can_change_info administrator right
- SetChat
Slow Mode Delay - Changes the slow mode delay of a chat. Available only for supergroups; requires can_restrict_members rights
- SetChat
Theme - Changes the chat theme. Supported only in private and secret chats
- SetChat
Title - Changes the chat title. Supported only for basic groups, supergroups and channels. Requires can_change_info administrator right
- SetCommands
- Sets the list of commands supported by the bot for the given user scope and language; for bots only
- SetCustom
Language Pack - Adds or changes a custom local language pack to the current localization target
- SetCustom
Language Pack String - Adds, edits or deletes a string in a custom local language pack. Can be called before authorization
- SetDatabase
Encryption Key - Changes the database encryption key. Usually the encryption key is never changed and is stored in some OS keychain
- SetFile
Generation Progress - Informs TDLib on a file generation progress
- SetGame
Score - Updates the game score of the specified user in the game; for bots only
- SetGroup
Call Participant IsSpeaking - Informs TDLib that speaking state of a participant of an active group has changed
- SetGroup
Call Participant Volume Level - Changes volume level of a participant of an active group call. If the current user can manage the group call, then the participant’s volume level will be changed for all users with the default volume level
- SetGroup
Call Title - Sets group call title. Requires groupCall.can_be_managed group call flag
- SetInactive
Session Ttl - Changes the period of inactivity after which sessions will automatically be terminated
- SetInline
Game Score - Updates the game score of the specified user in a game; for bots only
- SetLocation
- Changes the location of the current user. Needs to be called if GetOption(“is_location_visible”) is true and location changes for more than 1 kilometer
- SetLog
Stream - Sets new log stream for internal logging of TDLib. Can be called synchronously
- SetLog
TagVerbosity Level - Sets the verbosity level for a specified TDLib internal log tag. Can be called synchronously
- SetLog
Verbosity Level - Sets the verbosity level of the internal logging of TDLib. Can be called synchronously
- SetName
- Changes the first and last name of the current user
- SetNetwork
Type - 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
- 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
- SetPassport
Element - 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
- SetPassport
Element Errors - 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
- SetPassword
- Changes the 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
- SetPinned
Chats - Changes the order of pinned chats
- SetPoll
Answer - Changes the user answer to a poll. A poll in quiz mode can be answered only once
- SetProfile
Photo - Changes a profile photo for the current user
- SetRecovery
Email Address - 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
- SetScope
Notification Settings - Changes notification settings for chats of a given type
- SetSticker
Position InSet - Changes the position of a sticker in the set to which it belongs; for bots only. The sticker set must have been created by the bot
- SetSticker
SetThumbnail - Sets a sticker set thumbnail; for bots only. Returns the sticker set
- SetSupergroup
Sticker Set - Changes the sticker set of a supergroup; requires can_change_info administrator right
- SetSupergroup
Username - Changes the username of a supergroup or channel, requires owner privileges in the supergroup or channel
- SetTdlib
Parameters - Sets the parameters for TDLib initialization. Works only when the current authorization state is authorizationStateWaitTdlibParameters
- SetUser
Privacy Setting Rules - Changes user privacy settings
- SetUsername
- Changes the username of the current user
- SetVideo
Chat Default Participant - Changes default participant identifier, on whose behalf a video chat in the chat will be joined
- Share
Phone Number - Shares the phone number of the current user with a mutual contact. Supposed to be called when the user clicks on chatActionBarSharePhoneNumber
- Shipping
Option - One shipping option
- Sponsored
Message - Describes a sponsored message
- Start
Group Call Recording - Starts recording of an active group call. Requires groupCall.can_be_managed group call flag
- Start
Group Call Screen Sharing - Starts screen sharing in a joined group call. Returns join response payload for tgcalls
- Start
Scheduled Group Call - Starts a scheduled group call
- Statistical
Graph Async - The graph data to be asynchronously loaded through getStatisticalGraph
- Statistical
Graph Data - A graph data
- Statistical
Graph Error - An error message to be shown to the user instead of the graph
- Statistical
Value - A value with information about its recent changes
- Sticker
- Describes a sticker
- Sticker
Set - Represents a sticker set
- Sticker
SetInfo - Represents short information about a sticker set
- Sticker
Sets - Represents a list of sticker sets
- Stickers
- Represents a list of stickers
- Stop
Poll - Stops a poll. A poll in a message can be stopped when the message has can_be_edited flag set
- Storage
Statistics - Contains the exact storage usage statistics split by chats and file type
- Storage
Statistics ByChat - Contains the storage usage statistics for a specific chat
- Storage
Statistics ByFile Type - Contains the storage usage statistics for a specific file type
- Storage
Statistics Fast - Contains approximate storage usage statistics, excluding files of unknown file type
- Suggested
Action Check Password - Suggests the user to check whether they still remember their 2-step verification password
- Suggested
Action Check Phone Number - Suggests the user to check whether authorization phone number is correct and change the phone number if it is inaccessible
- Suggested
Action Convert ToBroadcast Group - Suggests the user to convert specified supergroup to a broadcast group
- Suggested
Action Enable Archive AndMute NewChats - Suggests the user to enable “archive_and_mute_new_chats_from_unknown_users” option
- Suggested
Action SetPassword - Suggests the user to set a 2-step verification password to be able to log in again
- Suggested
Action View Checks Hint - Suggests the user to view a hint about the meaning of one and two check marks on sent messages
- Supergroup
- Represents a supergroup or channel with zero or more members (subscribers in the case of channels). From the point of view of the system, a channel is a special kind of a supergroup: only administrators can post and see the list of members, and posts from all administrators use the name and photo of the channel instead of individual names and profile photos. Unlike supergroups, channels can have an unlimited number of subscribers
- Supergroup
Full Info - Contains full information about a supergroup or channel
- Supergroup
Members Filter Administrators - Returns the owner and administrators
- Supergroup
Members Filter Banned - Returns users banned from the supergroup or channel; can be used only by administrators
- Supergroup
Members Filter Bots - Returns bot members of the supergroup or channel
- Supergroup
Members Filter Contacts - Returns contacts of the user, which are members of the supergroup or channel
- Supergroup
Members Filter Mention - Returns users which can be mentioned in the supergroup
- Supergroup
Members Filter Recent - Returns recently active users in reverse chronological order
- Supergroup
Members Filter Restricted - Returns restricted supergroup members; can be used only by administrators
- Supergroup
Members Filter Search - Used to search for supergroup or channel members via a (string) query
- Synchronize
Language Pack - 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
- TMeUrl
- Represents a URL linking to an internal Telegram entity
- TMeUrl
Type Chat Invite - A chat invite link
- TMeUrl
Type Sticker Set - A URL linking to a sticker set
- TMeUrl
Type Supergroup - A URL linking to a public supergroup or channel
- TMeUrl
Type User - A URL linking to a user
- TMeUrls
- Contains a list of t.me URLs
- Tdlib
Parameters - Contains parameters for TDLib initialization
- Temporary
Password State - Returns information about the availability of a temporary password, which can be used for payments
- Terminate
AllOther Sessions - Terminates all other sessions of the current user
- Terminate
Session - Terminates a session of the current user
- Terms
OfService - Contains Telegram terms of service
- Test
Bytes - A simple object containing a sequence of bytes; for testing only
- Test
Call Bytes - Returns the received bytes; for testing only. This is an offline method. Can be called before authorization
- Test
Call Empty - Does nothing; for testing only. This is an offline method. Can be called before authorization
- Test
Call String - Returns the received string; for testing only. This is an offline method. Can be called before authorization
- Test
Call Vector Int - Returns the received vector of numbers; for testing only. This is an offline method. Can be called before authorization
- Test
Call Vector IntObject - Returns the received vector of objects containing a number; for testing only. This is an offline method. Can be called before authorization
- Test
Call Vector String - Returns the received vector of strings; for testing only. This is an offline method. Can be called before authorization
- Test
Call Vector String Object - Returns the received vector of objects containing a string; for testing only. This is an offline method. Can be called before authorization
- Test
GetDifference - Forces an updates.getDifference call to the Telegram servers; for testing only
- TestInt
- A simple object containing a number; for testing only
- Test
Network - Sends a simple network request to the Telegram servers; for testing only. Can be called before authorization
- Test
Proxy - Sends a simple network request to the Telegram servers via proxy; for testing only. Can be called before authorization
- Test
Return Error - Returns the specified error and ensures that the Error object is used; for testing only. Can be called synchronously
- Test
Square Int - Returns the squared received number; for testing only. This is an offline method. Can be called before authorization
- Test
String - A simple object containing a string; for testing only
- Test
UseUpdate - Does nothing and ensures that the Update object is used; for testing only. This is an offline method. Can be called before authorization
- Test
Vector Int - A simple object containing a vector of numbers; for testing only
- Test
Vector IntObject - A simple object containing a vector of objects that hold a number; for testing only
- Test
Vector String - A simple object containing a vector of strings; for testing only
- Test
Vector String Object - A simple object containing a vector of objects that hold a string; for testing only
- Text
- Contains some text
- Text
Entities - Contains a list of text entities
- Text
Entity - Represents a part of the text that needs to be formatted in some unusual way
- Text
Entity Type Bank Card Number - A bank card number. The getBankCardInfo method can be used to get information about the bank card
- Text
Entity Type Bold - A bold text
- Text
Entity Type BotCommand - A bot command, beginning with “/”
- Text
Entity Type Cashtag - A cashtag text, beginning with “$” and consisting of capital English letters (e.g., “$USD”)
- Text
Entity Type Code - Text that must be formatted as if inside a code HTML tag
- Text
Entity Type Email Address - An email address
- Text
Entity Type Hashtag - A hashtag text, beginning with “#”
- Text
Entity Type Italic - An italic text
- Text
Entity Type Media Timestamp - A media timestamp
- Text
Entity Type Mention - A mention of a user by their username
- Text
Entity Type Mention Name - A text shows instead of a raw mention of the user (e.g., when the user has no username)
- Text
Entity Type Phone Number - A phone number
- Text
Entity Type Pre - Text that must be formatted as if inside a pre HTML tag
- Text
Entity Type PreCode - Text that must be formatted as if inside pre, and code HTML tags
- Text
Entity Type Strikethrough - A strikethrough text
- Text
Entity Type Text Url - A text description shown instead of a raw URL
- Text
Entity Type Underline - An underlined text
- Text
Entity Type Url - An HTTP URL
- Text
Parse ModeHTML - The text uses HTML-style formatting. The same as Telegram Bot API “HTML” parse mode
- Text
Parse Mode Markdown - The text uses Markdown-style formatting
- Theme
Settings - Describes theme settings
- Thumbnail
- Represents a thumbnail
- Thumbnail
Format Gif - The thumbnail is in static GIF format. It will be used only for some bot inline results
- Thumbnail
Format Jpeg - The thumbnail is in JPEG format
- Thumbnail
Format Mpeg4 - The thumbnail is in MPEG4 format. It will be used only for some animations and videos
- Thumbnail
Format Png - The thumbnail is in PNG format. It will be used only for background patterns
- Thumbnail
Format Tgs - The thumbnail is in TGS format. It will be used only for animated sticker sets
- Thumbnail
Format Webp - The thumbnail is in WEBP format. It will be used only for some stickers
- Toggle
Chat Default Disable Notification - Changes the value of the default disable_notification parameter, used when a message is sent to a chat
- Toggle
Chat HasProtected Content - Changes the ability of users to save, forward, or copy chat content. Supported only for basic groups, supergroups and channels. Requires owner privileges
- Toggle
Chat IsMarked AsUnread - Changes the marked as unread state of a chat
- Toggle
Chat IsPinned - 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/arhive chat list
- Toggle
Group Call Enabled Start Notification - Toggles whether the current user will receive a notification when the group call will start; scheduled group calls only
- Toggle
Group Call IsMy Video Enabled - Toggles whether current user’s video is enabled
- Toggle
Group Call IsMy Video Paused - Toggles whether current user’s video is paused
- Toggle
Group Call Mute NewParticipants - Toggles whether new participants of a group call can be unmuted only by administrators of the group call. Requires groupCall.can_toggle_mute_new_participants group call flag
- Toggle
Group Call Participant IsHand Raised - Toggles whether a group call participant hand is rased
- Toggle
Group Call Participant IsMuted - Toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves
- Toggle
Group Call Screen Sharing IsPaused - Pauses or unpauses screen sharing in a joined group call
- Toggle
Message Sender IsBlocked - Changes the block state of a message sender. Currently, only users and supergroup chats can be blocked
- Toggle
Session CanAccept Calls - Toggles whether a session can accept incoming calls
- Toggle
Session CanAccept Secret Chats - Toggles whether a session can accept incoming secret chats
- Toggle
Supergroup IsAll History Available - Toggles whether the message history of a supergroup is available to new members; requires can_change_info administrator right
- Toggle
Supergroup IsBroadcast Group - Upgrades supergroup to a broadcast group; requires owner privileges in the supergroup
- Toggle
Supergroup Sign Messages - Toggles whether sender signature is added to sent messages in a channel; requires can_change_info administrator right
- TopChat
Category Bots - A category containing frequently used private chats with bot users
- TopChat
Category Calls - A category containing frequently used chats used for calls
- TopChat
Category Channels - A category containing frequently used channels
- TopChat
Category Forward Chats - A category containing frequently used chats used to forward messages
- TopChat
Category Groups - A category containing frequently used basic groups and supergroups
- TopChat
Category Inline Bots - A category containing frequently used chats with inline bots sorted by their usage in inline mode
- TopChat
Category Users - A category containing frequently used private chats with non-bot users
- Transfer
Chat Ownership - Changes the owner of a chat. The current user must be a current owner of the chat. Use the method canTransferOwnership to check whether the ownership can be transferred from the current session. Available only for supergroups and channel chats
- Unpin
AllChat Messages - Removes all pinned messages from a chat; requires can_pin_messages rights in the group or can_edit_messages rights in the channel
- Unpin
Chat Message - Removes a pinned message from a chat; requires can_pin_messages rights in the group or can_edit_messages rights in the channel
- Update
Active Notifications - Contains active notifications that was 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
- Update
Animated Emoji Message Clicked - 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
- Update
Animation Search Parameters - The parameters of animation search through GetOption(“animation_search_bot_username”) bot has changed
- Update
Authorization State - The user authorization state has changed
- Update
Basic Group - Some data of a basic group has changed. This update is guaranteed to come before the basic group identifier is returned to the application
- Update
Basic Group Full Info - Some data in basicGroupFullInfo has been changed
- Update
Call - New call was created or information about a call was updated
- Update
Chat Action - A message sender activity in the chat has changed
- Update
Chat Action Bar - The chat action bar was changed
- Update
Chat Default Disable Notification - The value of the default disable_notification parameter, used when a message is sent to the chat, was changed
- Update
Chat Draft Message - 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
- Update
Chat Filters - The list of chat filters or a chat filter has changed
- Update
Chat HasProtected Content - A chat content was allowed or restricted for saving
- Update
Chat HasScheduled Messages - A chat’s has_scheduled_messages field has changed
- Update
Chat IsBlocked - A chat was blocked or unblocked
- Update
Chat IsMarked AsUnread - A chat was marked as unread or was read
- Update
Chat Last Message - The last message of a chat was changed. If last_message is null, then the last message in the chat became unknown. Some new unknown messages might be added to the chat in this case
- Update
Chat Member - User rights changed in a chat; for bots only
- Update
Chat Message Sender - The message sender that is selected to send messages in a chat has changed
- Update
Chat Message Ttl - The message Time To Live setting for a chat was changed
- Update
Chat Notification Settings - Notification settings for a chat were changed
- Update
Chat Online Member Count - The number of online group members has changed. This update with non-zero count is sent only for currently opened chats. There is no guarantee that it will be sent just after the count has changed
- Update
Chat Pending Join Requests - The chat pending join requests were changed
- Update
Chat Permissions - Chat permissions was changed
- Update
Chat Photo - A chat photo was changed
- Update
Chat Position - The position of a chat in a chat list has changed. Instead of this update updateChatLastMessage or updateChatDraftMessage might be sent
- Update
Chat Read Inbox - Incoming messages were read or the number of unread messages has been changed
- Update
Chat Read Outbox - Outgoing messages were read
- Update
Chat Reply Markup - The default chat reply markup was changed. Can occur because new messages with reply markup were received or because an old reply markup was hidden by the user
- Update
Chat Theme - The chat theme was changed
- Update
Chat Themes - The list of available chat themes has changed
- Update
Chat Title - The title of a chat was changed
- Update
Chat Unread Mention Count - The chat unread_mention_count has changed
- Update
Chat Video Chat - A chat video chat state has changed
- Update
Connection State - The connection state has changed. This update must be used only to show a human-readable description of the connection state
- Update
Delete Messages - Some messages were deleted
- Update
Dice Emojis - The list of supported dice emojis has changed
- Update
Favorite Stickers - The list of favorite stickers was updated
- Update
File - Information about a file was updated
- Update
File Generation Start - The file generation process needs to be started by the application
- Update
File Generation Stop - File generation is no longer needed
- Update
Group Call - Information about a group call was updated
- Update
Group Call Participant - 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
- Update
Have Pending Notifications - Describes whether there are some pending notification updates. Can be used to prevent application from killing, while there are some pending notifications
- Update
Installed Sticker Sets - The list of installed sticker sets was updated
- Update
Language Pack Strings - Some language pack strings have been updated
- Update
Message Content - The message content has changed
- Update
Message Content Opened - The message content was opened. Updates voice note messages to “listened”, video note messages to “viewed” and starts the TTL timer for self-destructing messages
- Update
Message Edited - A message was edited. Changes in the message content will come in a separate updateMessageContent
- Update
Message Interaction Info - The information about interactions with a message has changed
- Update
Message IsPinned - The message pinned state was changed
- Update
Message Live Location Viewed - A message with a live location was viewed. When the update is received, the application is supposed to update the live location
- Update
Message Mention Read - A message with an unread mention was read
- Update
Message Send Acknowledged - A request to send a message has reached the Telegram server. This doesn’t mean that the message will be sent successfully or even that the send message request will be processed. This update will be sent only if the option “use_quick_ack” is set to true. This update may be sent multiple times for the same message
- Update
Message Send Failed - 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
- Update
Message Send Succeeded - A message has been successfully sent
- Update
NewCall Signaling Data - New call signaling data arrived
- Update
NewCallback Query - A new incoming callback query; for bots only
- Update
NewChat - 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
- Update
NewChat Join Request - A user sent a join request to a chat; for bots only
- Update
NewChosen Inline Result - The user has chosen a result of an inline query; for bots only
- Update
NewCustom Event - A new incoming event; for bots only
- Update
NewCustom Query - A new incoming query; for bots only
- Update
NewInline Callback Query - A new incoming callback query from a message sent via a bot; for bots only
- Update
NewInline Query - A new incoming inline query; for bots only
- Update
NewMessage - A new message was received; can also be an outgoing message
- Update
NewPre Checkout Query - A new incoming pre-checkout query; for bots only. Contains full information about a checkout
- Update
NewShipping Query - A new incoming shipping query; for bots only. Only for invoices with flexible price
- Update
Notification - A notification was changed
- Update
Notification Group - A list of active notifications in a notification group has changed
- Update
Option - An option changed its value
- Update
Poll - A poll was updated; for bots only
- Update
Poll Answer - A user changed the answer to a poll; for bots only
- Update
Recent Stickers - The list of recently used stickers was updated
- Update
Saved Animations - The list of saved animations was updated
- Update
Scope Notification Settings - Notification settings for some type of chats were updated
- Update
Secret Chat - Some data of a secret chat has changed. This update is guaranteed to come before the secret chat identifier is returned to the application
- Update
Selected Background - The selected background has changed
- Update
Service Notification - A service notification from the server was received. Upon receiving this the application must show a popup with the content of the notification
- Update
Sticker Set - A sticker set has changed
- Update
Suggested Actions - The list of suggested to the user actions has changed
- Update
Supergroup - 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
- Update
Supergroup Full Info - Some data in supergroupFullInfo has been changed
- Update
Terms OfService - 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”
- Update
Trending Sticker Sets - The list of trending sticker sets was updated or some of them were viewed
- Update
Unread Chat Count - 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
- Update
Unread Message Count - Number of unread messages in a chat list has changed. This update is sent only if the message database is used
- Update
User - Some data of a user has changed. This update is guaranteed to come before the user identifier is returned to the application
- Update
User Full Info - Some data in userFullInfo has been changed
- Update
User Privacy Setting Rules - Some privacy setting rules have been changed
- Update
User Status - The user went online or offline
- Update
Users Nearby - The list of users nearby has changed. The update is guaranteed to be sent only 60 seconds after a successful searchChatsNearby request
- Updates
- Contains a list of updates
- Upgrade
Basic Group Chat ToSupergroup Chat - Creates a new supergroup from an existing basic group and sends a corresponding messageChatUpgradeTo and messageChatUpgradeFrom; requires creator privileges. Deactivates the original basic group
- Upload
File - Asynchronously uploads a file to the cloud without sending it in a message. updateFile will be used to notify about upload progress and successful completion of the upload. The file will not have a persistent remote identifier until it will be sent in a message
- Upload
Sticker File - Uploads a file with a sticker; returns the uploaded file
- User
- Represents a user
- User
Full Info - Contains full information about a user
- User
Privacy Setting Allow Calls - A privacy setting for managing whether the user can be called
- User
Privacy Setting Allow Chat Invites - A privacy setting for managing whether the user can be invited to chats
- User
Privacy Setting Allow Finding ByPhone Number - 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”
- User
Privacy Setting Allow Peer ToPeer Calls - A privacy setting for managing whether peer-to-peer connections can be used for calls
- User
Privacy Setting Rule Allow All - A rule to allow all users to do something
- User
Privacy Setting Rule Allow Chat Members - A rule to allow all members of certain specified basic groups and supergroups to doing something
- User
Privacy Setting Rule Allow Contacts - A rule to allow all of a user’s contacts to do something
- User
Privacy Setting Rule Allow Users - A rule to allow certain specified users to do something
- User
Privacy Setting Rule Restrict All - A rule to restrict all users from doing something
- User
Privacy Setting Rule Restrict Chat Members - A rule to restrict all members of specified basic groups and supergroups from doing something
- User
Privacy Setting Rule Restrict Contacts - A rule to restrict all contacts of a user from doing something
- User
Privacy Setting Rule Restrict Users - A rule to restrict all specified users from doing something
- User
Privacy Setting Rules - 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
- User
Privacy Setting Show Link InForwarded Messages - A privacy setting for managing whether a link to the user’s account is included in forwarded messages
- User
Privacy Setting Show Phone Number - A privacy setting for managing whether the user’s phone number is visible
- User
Privacy Setting Show Profile Photo - A privacy setting for managing whether the user’s profile photo is visible
- User
Privacy Setting Show Status - A privacy setting for managing whether the user’s online status is visible
- User
Status Empty - The user status was never changed
- User
Status Last Month - The user is offline, but was online last month
- User
Status Last Week - The user is offline, but was online last week
- User
Status Offline - The user is offline
- User
Status Online - The user is online
- User
Status Recently - The user was online recently
- User
Type Bot - A bot (see https://core.telegram.org/bots)
- User
Type Deleted - 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
- User
Type Regular - A regular user
- User
Type Unknown - 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
- Users
- Represents a list of users
- Validate
Order Info - Validates the order information provided by a user and returns the available shipping options for a flexible invoice
- Validated
Order Info - Contains a temporary identifier of validated order information, which is stored for one hour. Also contains the available shipping options
- Vector
Path Command Cubic Bezier Curve - A cubic Bézier curve to a given point
- Vector
Path Command Line - A straight line to a given point
- Venue
- Describes a venue
- Video
- Describes a video file
- Video
Chat - Describes a video chat
- Video
Note - Describes a video note. The video must be equal in width and height, cropped to a circle, and stored in MPEG4 format
- View
Messages - 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)
- View
Trending Sticker Sets - Informs the server that some trending sticker sets have been viewed by the user
- Voice
Note - Describes a voice note. The voice note must be encoded with the Opus codec, and stored inside an OGG container. Voice notes can have only a single audio channel
- WebPage
- Describes a web page preview
- WebPage
Instant View - Describes an instant view page for a web page
- Write
Generated File Part - 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
Enums§
- Authentication
Code Type - Provides information about the method by which an authentication code is delivered to the user
- Authorization
State - Represents the current authorization state of the TDLib client
- Background
Fill - Describes a fill of a background
- Background
Type - Describes the type of a background
- BotCommand
Scope - Represents the scope to which bot commands are relevant
- Call
Discard Reason - Describes the reason why a call was discarded
- Call
Problem - Describes the exact type of a problem with a call
- Call
Server Type - Describes the type of a call server
- Call
State - Describes the current call state
- Callback
Query Payload - Represents a payload of a callback query
- CanTransfer
Ownership Result - Represents result of checking whether the current session can be used to transfer a chat ownership to another user
- Chat
Action - Describes the different types of activity in a chat
- Chat
Action Bar - Describes actions which must be possible to do through a chat action bar
- Chat
Event Action - Represents a chat event
- Chat
List - Describes a list of chats
- Chat
Member Status - Provides information about the status of a member in a chat
- Chat
Members Filter - Specifies the kind of chat members to return in searchChatMembers
- Chat
Report Reason - Describes the reason why a chat is reported
- Chat
Source - Describes a reason why an external chat is shown in a chat list
- Chat
Statistics - Contains a detailed statistics about a chat
- Chat
Type - Describes the type of a chat
- Check
Chat Username Result - Represents result of checking whether a username can be set for a chat
- Check
Sticker SetName Result - Represents result of checking whether a name can be used for a new sticker set
- Connection
State - Describes the current state of the connection to Telegram servers
- Device
Token - Represents a data needed to subscribe for push notifications through registerDevice method. To use specific push notification service, the correct application platform must be specified and a valid server authentication data must be uploaded at https://my.telegram.org
- Dice
Stickers - Contains animated stickers which must be used for dice animation rendering
- File
Type - Represents the type of a file
- Group
Call Video Quality - Describes the quality of a group call video
- Inline
Keyboard Button Type - Describes the type of an inline keyboard button
- Inline
Query Result - Represents a single result of an inline query
- Input
Background - Contains information about background to set
- Input
Chat Photo - Describes a photo to be set as a user profile or chat photo
- Input
Credentials - Contains information about the payment method chosen by the user
- Input
File - Points to a file
- Input
Inline Query Result - Represents a single result of an inline query; for bots only
- Input
Message Content - The content of a message to send
- Input
Passport Element - Contains information about a Telegram Passport element to be saved
- Input
Passport Element Error Source - Contains the description of an error in a Telegram Passport element; for bots only
- Input
Sticker - Describes a sticker that needs to be added to a sticker set
- Internal
Link Type - Describes an internal https://t.me or tg: link, which must be processed by the app in a special way
- Json
Value - Represents a JSON value
- Keyboard
Button Type - Describes a keyboard button type
- Language
Pack String Value - Represents the value of a string in a language pack
- LogStream
- Describes a stream to which TDLib internal log is written
- Login
UrlInfo - Contains information about an inline button of type inlineKeyboardButtonTypeLoginUrl
- Mask
Point - Part of the face, relative to which a mask is placed
- Message
Content - Contains the content of a message
- Message
File Type - Contains information about a file with messages exported from another app
- Message
Forward Origin - Contains information about the origin of a forwarded message
- Message
Scheduling State - Contains information about the time when a scheduled message will be sent
- Message
Sender - Contains information about the sender of a message
- Message
Sending State - Contains information about the sending state of the message
- Network
Statistics Entry - Contains statistics about network usage
- Network
Type - Represents the type of a network
- Notification
Group Type - Describes the type of notifications in a notification group
- Notification
Settings Scope - Describes the types of chats to which notification settings are relevant
- Notification
Type - Contains detailed information about a notification
- Option
Value - Represents the value of an option
- Page
Block - Describes a block of an instant view web page
- Page
Block Horizontal Alignment - Describes a horizontal alignment of a table cell content
- Page
Block Vertical Alignment - Describes a Vertical alignment of a table cell content
- Passport
Element - Contains information about a Telegram Passport element
- Passport
Element Error Source - Contains the description of an error in a Telegram Passport element
- Passport
Element Type - Contains the type of a Telegram Passport element
- Poll
Type - Describes the type of a poll
- Proxy
Type - Describes the type of a proxy server
- Public
Chat Type - Describes a type of public chats
- Push
Message Content - Contains content of a push message notification
- Reply
Markup - Contains a description of a custom keyboard and actions that can be done with it to quickly reply to bots
- Reset
Password Result - Represents result of 2-step verification password reset
- Rich
Text - Describes a text object inside an instant-view web page
- Search
Messages Filter - Represents a filter for message search results
- Secret
Chat State - Describes the current secret chat state
- Statistical
Graph - Describes a statistical graph
- Suggested
Action - Describes an action suggested to the current user
- Supergroup
Members Filter - Specifies the kind of chat members to return in getSupergroupMembers
- TMeUrl
Type - Describes the type of a URL linking to an internal Telegram entity
- Text
Entity Type - Represents a part of the text which must be formatted differently
- Text
Parse Mode - Describes the way the text needs to be parsed for TextEntities
- Thumbnail
Format - Describes format of the thumbnail
- TopChat
Category - Represents the categories of chats for which a list of frequently used chats can be retrieved
- Update
- Contains notifications about data changes
- User
Privacy Setting - Describes available user privacy settings
- User
Privacy Setting Rule - Represents a single rule for managing privacy settings
- User
Status - Describes the last time the user was online
- User
Type - Represents the type of a user. The following types are possible: regular users, deleted users and bots
- Vector
Path Command - Represents a vector path command
Traits§
- TDAuthentication
Code Type - Provides information about the method by which an authentication code is delivered to the user
- TDAuthorization
State - Represents the current authorization state of the TDLib client
- TDBackground
Fill - Describes a fill of a background
- TDBackground
Type - Describes the type of a background
- TDBot
Command Scope - Represents the scope to which bot commands are relevant
- TDCall
Discard Reason - Describes the reason why a call was discarded
- TDCall
Problem - Describes the exact type of a problem with a call
- TDCall
Server Type - Describes the type of a call server
- TDCall
State - Describes the current call state
- TDCallback
Query Payload - Represents a payload of a callback query
- TDCan
Transfer Ownership Result - Represents result of checking whether the current session can be used to transfer a chat ownership to another user
- TDChat
Action - Describes the different types of activity in a chat
- TDChat
Action Bar - Describes actions which must be possible to do through a chat action bar
- TDChat
Event Action - Represents a chat event
- TDChat
List - Describes a list of chats
- TDChat
Member Status - Provides information about the status of a member in a chat
- TDChat
Members Filter - Specifies the kind of chat members to return in searchChatMembers
- TDChat
Report Reason - Describes the reason why a chat is reported
- TDChat
Source - Describes a reason why an external chat is shown in a chat list
- TDChat
Statistics - Contains a detailed statistics about a chat
- TDChat
Type - Describes the type of a chat
- TDCheck
Chat Username Result - Represents result of checking whether a username can be set for a chat
- TDCheck
Sticker SetName Result - Represents result of checking whether a name can be used for a new sticker set
- TDConnection
State - Describes the current state of the connection to Telegram servers
- TDDevice
Token - Represents a data needed to subscribe for push notifications through registerDevice method. To use specific push notification service, the correct application platform must be specified and a valid server authentication data must be uploaded at https://my.telegram.org
- TDDice
Stickers - Contains animated stickers which must be used for dice animation rendering
- TDFile
Type - Represents the type of a file
- TDGroup
Call Video Quality - Describes the quality of a group call video
- TDInline
Keyboard Button Type - Describes the type of an inline keyboard button
- TDInline
Query Result - Represents a single result of an inline query
- TDInput
Background - Contains information about background to set
- TDInput
Chat Photo - Describes a photo to be set as a user profile or chat photo
- TDInput
Credentials - Contains information about the payment method chosen by the user
- TDInput
File - Points to a file
- TDInput
Inline Query Result - Represents a single result of an inline query; for bots only
- TDInput
Message Content - The content of a message to send
- TDInput
Passport Element - Contains information about a Telegram Passport element to be saved
- TDInput
Passport Element Error Source - Contains the description of an error in a Telegram Passport element; for bots only
- TDInput
Sticker - Describes a sticker that needs to be added to a sticker set
- TDInternal
Link Type - Describes an internal https://t.me or tg: link, which must be processed by the app in a special way
- TDJson
Value - Represents a JSON value
- TDKeyboard
Button Type - Describes a keyboard button type
- TDLanguage
Pack String Value - Represents the value of a string in a language pack
- TDLog
Stream - Describes a stream to which TDLib internal log is written
- TDLogin
UrlInfo - Contains information about an inline button of type inlineKeyboardButtonTypeLoginUrl
- TDMask
Point - Part of the face, relative to which a mask is placed
- TDMessage
Content - Contains the content of a message
- TDMessage
File Type - Contains information about a file with messages exported from another app
- TDMessage
Forward Origin - Contains information about the origin of a forwarded message
- TDMessage
Scheduling State - Contains information about the time when a scheduled message will be sent
- TDMessage
Sender - Contains information about the sender of a message
- TDMessage
Sending State - Contains information about the sending state of the message
- TDNetwork
Statistics Entry - Contains statistics about network usage
- TDNetwork
Type - Represents the type of a network
- TDNotification
Group Type - Describes the type of notifications in a notification group
- TDNotification
Settings Scope - Describes the types of chats to which notification settings are relevant
- TDNotification
Type - Contains detailed information about a notification
- TDOption
Value - Represents the value of an option
- TDPage
Block - Describes a block of an instant view web page
- TDPage
Block Horizontal Alignment - Describes a horizontal alignment of a table cell content
- TDPage
Block Vertical Alignment - Describes a Vertical alignment of a table cell content
- TDPassport
Element - Contains information about a Telegram Passport element
- TDPassport
Element Error Source - Contains the description of an error in a Telegram Passport element
- TDPassport
Element Type - Contains the type of a Telegram Passport element
- TDPoll
Type - Describes the type of a poll
- TDProxy
Type - Describes the type of a proxy server
- TDPublic
Chat Type - Describes a type of public chats
- TDPush
Message Content - Contains content of a push message notification
- TDReply
Markup - Contains a description of a custom keyboard and actions that can be done with it to quickly reply to bots
- TDReset
Password Result - Represents result of 2-step verification password reset
- TDRich
Text - Describes a text object inside an instant-view web page
- TDSearch
Messages Filter - Represents a filter for message search results
- TDSecret
Chat State - Describes the current secret chat state
- TDStatistical
Graph - Describes a statistical graph
- TDSuggested
Action - Describes an action suggested to the current user
- TDSupergroup
Members Filter - Specifies the kind of chat members to return in getSupergroupMembers
- TDTMe
UrlType - Describes the type of a URL linking to an internal Telegram entity
- TDText
Entity Type - Represents a part of the text which must be formatted differently
- TDText
Parse Mode - Describes the way the text needs to be parsed for TextEntities
- TDThumbnail
Format - Describes format of the thumbnail
- TDTop
Chat Category - Represents the categories of chats for which a list of frequently used chats can be retrieved
- TDUpdate
- Contains notifications about data changes
- TDUser
Privacy Setting - Describes available user privacy settings
- TDUser
Privacy Setting Rule - Represents a single rule for managing privacy settings
- TDUser
Status - Describes the last time the user was online
- TDUser
Type - Represents the type of a user. The following types are possible: regular users, deleted users and bots
- TDVector
Path Command - Represents a vector path command
Type Aliases§
- RTDAccept
Call Builder Deprecated - RTDAccept
Terms OfService Builder Deprecated - RTDAccount
TtlBuilder Deprecated - RTDAdd
Chat Member Builder Deprecated - RTDAdd
Chat Members Builder Deprecated - RTDAdd
Chat ToList Builder Deprecated - RTDAdd
Contact Builder Deprecated - RTDAdd
Custom Server Language Pack Builder Deprecated - RTDAdd
Favorite Sticker Builder Deprecated - RTDAdd
Local Message Builder Deprecated - RTDAdd
LogMessage Builder Deprecated - RTDAdd
Network Statistics Builder Deprecated - RTDAdd
Proxy Builder Deprecated - RTDAdd
Recent Sticker Builder Deprecated - RTDAdd
Recently Found Chat Builder Deprecated - RTDAdd
Saved Animation Builder Deprecated - RTDAdd
Sticker ToSet Builder Deprecated - RTDAddress
Builder Deprecated - RTDAnimated
Chat Photo Builder Deprecated - RTDAnimated
Emoji Builder Deprecated - RTDAnimation
Builder Deprecated - RTDAnimations
Builder Deprecated - RTDAnswer
Callback Query Builder Deprecated - RTDAnswer
Custom Query Builder Deprecated - RTDAnswer
Inline Query Builder Deprecated - RTDAnswer
PreCheckout Query Builder Deprecated - RTDAnswer
Shipping Query Builder Deprecated - RTDAudio
Builder Deprecated - RTDAuthentication
Code Info Builder Deprecated - RTDAuthentication
Code Type Call Builder Deprecated - RTDAuthentication
Code Type Flash Call Builder Deprecated - RTDAuthentication
Code Type Missed Call Builder Deprecated - RTDAuthentication
Code Type SmsBuilder Deprecated - RTDAuthentication
Code Type Telegram Message Builder Deprecated - RTDAuthorization
State Closed Builder Deprecated - RTDAuthorization
State Closing Builder Deprecated - RTDAuthorization
State Logging OutBuilder Deprecated - RTDAuthorization
State Ready Builder Deprecated - RTDAuthorization
State Wait Code Builder Deprecated - RTDAuthorization
State Wait Encryption KeyBuilder Deprecated - RTDAuthorization
State Wait Other Device Confirmation Builder Deprecated - RTDAuthorization
State Wait Password Builder Deprecated - RTDAuthorization
State Wait Phone Number Builder Deprecated - RTDAuthorization
State Wait Registration Builder Deprecated - RTDAuthorization
State Wait Tdlib Parameters Builder Deprecated - RTDAuto
Download Settings Builder Deprecated - RTDAuto
Download Settings Presets Builder Deprecated - RTDBackground
Builder Deprecated - RTDBackground
Fill Freeform Gradient Builder Deprecated - RTDBackground
Fill Gradient Builder Deprecated - RTDBackground
Fill Solid Builder Deprecated - RTDBackground
Type Fill Builder Deprecated - RTDBackground
Type Pattern Builder Deprecated - RTDBackground
Type Wallpaper Builder Deprecated - RTDBackgrounds
Builder Deprecated - RTDBan
Chat Member Builder Deprecated - RTDBank
Card Action Open UrlBuilder Deprecated - RTDBank
Card Info Builder Deprecated - RTDBasic
Group Builder Deprecated - RTDBasic
Group Full Info Builder Deprecated - RTDBlock
Message Sender From Replies Builder Deprecated - RTDBot
Command Builder Deprecated - RTDBot
Command Scope AllChat Administrators Builder Deprecated - RTDBot
Command Scope AllGroup Chats Builder Deprecated - RTDBot
Command Scope AllPrivate Chats Builder Deprecated - RTDBot
Command Scope Chat Administrators Builder Deprecated - RTDBot
Command Scope Chat Builder Deprecated - RTDBot
Command Scope Chat Member Builder Deprecated - RTDBot
Command Scope Default Builder Deprecated - RTDBot
Commands Builder Deprecated - RTDCall
Builder Deprecated - RTDCall
Discard Reason Declined Builder Deprecated - RTDCall
Discard Reason Disconnected Builder Deprecated - RTDCall
Discard Reason Empty Builder Deprecated - RTDCall
Discard Reason Hung UpBuilder Deprecated - RTDCall
Discard Reason Missed Builder Deprecated - RTDCall
IdBuilder Deprecated - RTDCall
Problem Distorted Speech Builder Deprecated - RTDCall
Problem Distorted Video Builder Deprecated - RTDCall
Problem Dropped Builder Deprecated - RTDCall
Problem Echo Builder Deprecated - RTDCall
Problem Interruptions Builder Deprecated - RTDCall
Problem Noise Builder Deprecated - RTDCall
Problem Pixelated Video Builder Deprecated - RTDCall
Problem Silent Local Builder Deprecated - RTDCall
Problem Silent Remote Builder Deprecated - RTDCall
Protocol Builder Deprecated - RTDCall
Server Builder Deprecated - RTDCall
Server Type Telegram Reflector Builder Deprecated - RTDCall
Server Type Webrtc Builder Deprecated - RTDCall
State Discarded Builder Deprecated - RTDCall
State Error Builder Deprecated - RTDCall
State Exchanging Keys Builder Deprecated - RTDCall
State Hanging UpBuilder Deprecated - RTDCall
State Pending Builder Deprecated - RTDCall
State Ready Builder Deprecated - RTDCallback
Query Answer Builder Deprecated - RTDCallback
Query Payload Data Builder Deprecated - RTDCallback
Query Payload Data With Password Builder Deprecated - RTDCallback
Query Payload Game Builder Deprecated - RTDCan
Transfer Ownership Builder Deprecated - RTDCan
Transfer Ownership Result OkBuilder Deprecated - RTDCan
Transfer Ownership Result Password Needed Builder Deprecated - RTDCan
Transfer Ownership Result Password TooFresh Builder Deprecated - RTDCan
Transfer Ownership Result Session TooFresh Builder Deprecated - RTDCancel
Download File Builder Deprecated - RTDCancel
Password Reset Builder Deprecated - RTDCancel
Upload File Builder Deprecated - RTDChange
Imported Contacts Builder Deprecated - RTDChange
Phone Number Builder Deprecated - RTDChange
Sticker SetBuilder Deprecated - RTDChat
Action BarAdd Contact Builder Deprecated - RTDChat
Action BarInvite Members Builder Deprecated - RTDChat
Action BarJoin Request Builder Deprecated - RTDChat
Action BarReport AddBlock Builder Deprecated - RTDChat
Action BarReport Spam Builder Deprecated - RTDChat
Action BarReport Unrelated Location Builder Deprecated - RTDChat
Action BarShare Phone Number Builder Deprecated - RTDChat
Action Cancel Builder Deprecated - RTDChat
Action Choosing Contact Builder Deprecated - RTDChat
Action Choosing Location Builder Deprecated - RTDChat
Action Choosing Sticker Builder Deprecated - RTDChat
Action Recording Video Builder Deprecated - RTDChat
Action Recording Video Note Builder Deprecated - RTDChat
Action Recording Voice Note Builder Deprecated - RTDChat
Action Start Playing Game Builder Deprecated - RTDChat
Action Typing Builder Deprecated - RTDChat
Action Uploading Document Builder Deprecated - RTDChat
Action Uploading Photo Builder Deprecated - RTDChat
Action Uploading Video Builder Deprecated - RTDChat
Action Uploading Video Note Builder Deprecated - RTDChat
Action Uploading Voice Note Builder Deprecated - RTDChat
Action Watching Animations Builder Deprecated - RTDChat
Administrator Builder Deprecated - RTDChat
Administrators Builder Deprecated - RTDChat
Builder Deprecated - RTDChat
Event Builder Deprecated - RTDChat
Event Description Changed Builder Deprecated - RTDChat
Event HasProtected Content Toggled Builder Deprecated - RTDChat
Event Invite Link Deleted Builder Deprecated - RTDChat
Event Invite Link Edited Builder Deprecated - RTDChat
Event Invite Link Revoked Builder Deprecated - RTDChat
Event Invites Toggled Builder Deprecated - RTDChat
Event IsAll History Available Toggled Builder Deprecated - RTDChat
Event Linked Chat Changed Builder Deprecated - RTDChat
Event Location Changed Builder Deprecated - RTDChat
Event LogFilters Builder Deprecated - RTDChat
Event Member Invited Builder Deprecated - RTDChat
Event Member Joined Builder Deprecated - RTDChat
Event Member Joined ByInvite Link Builder Deprecated - RTDChat
Event Member Joined ByRequest Builder Deprecated - RTDChat
Event Member Left Builder Deprecated - RTDChat
Event Member Promoted Builder Deprecated - RTDChat
Event Member Restricted Builder Deprecated - RTDChat
Event Message Deleted Builder Deprecated - RTDChat
Event Message Edited Builder Deprecated - RTDChat
Event Message Pinned Builder Deprecated - RTDChat
Event Message TtlChanged Builder Deprecated - RTDChat
Event Message Unpinned Builder Deprecated - RTDChat
Event Permissions Changed Builder Deprecated - RTDChat
Event Photo Changed Builder Deprecated - RTDChat
Event Poll Stopped Builder Deprecated - RTDChat
Event Sign Messages Toggled Builder Deprecated - RTDChat
Event Slow Mode Delay Changed Builder Deprecated - RTDChat
Event Sticker SetChanged Builder Deprecated - RTDChat
Event Title Changed Builder Deprecated - RTDChat
Event Username Changed Builder Deprecated - RTDChat
Event Video Chat Created Builder Deprecated - RTDChat
Event Video Chat Ended Builder Deprecated - RTDChat
Event Video Chat Mute NewParticipants Toggled Builder Deprecated - RTDChat
Event Video Chat Participant IsMuted Toggled Builder Deprecated - RTDChat
Event Video Chat Participant Volume Level Changed Builder Deprecated - RTDChat
Events Builder Deprecated - RTDChat
Filter Builder Deprecated - RTDChat
Filter Info Builder Deprecated - RTDChat
Invite Link Builder Deprecated - RTDChat
Invite Link Count Builder Deprecated - RTDChat
Invite Link Counts Builder Deprecated - RTDChat
Invite Link Info Builder Deprecated - RTDChat
Invite Link Member Builder Deprecated - RTDChat
Invite Link Members Builder Deprecated - RTDChat
Invite Links Builder Deprecated - RTDChat
Join Request Builder Deprecated - RTDChat
Join Requests Builder Deprecated - RTDChat
Join Requests Info Builder Deprecated - RTDChat
List Archive Builder Deprecated - RTDChat
List Filter Builder Deprecated - RTDChat
List Main Builder Deprecated - RTDChat
Lists Builder Deprecated - RTDChat
Location Builder Deprecated - RTDChat
Member Builder Deprecated - RTDChat
Member Status Administrator Builder Deprecated - RTDChat
Member Status Banned Builder Deprecated - RTDChat
Member Status Creator Builder Deprecated - RTDChat
Member Status Left Builder Deprecated - RTDChat
Member Status Member Builder Deprecated - RTDChat
Member Status Restricted Builder Deprecated - RTDChat
Members Builder Deprecated - RTDChat
Members Filter Administrators Builder Deprecated - RTDChat
Members Filter Banned Builder Deprecated - RTDChat
Members Filter Bots Builder Deprecated - RTDChat
Members Filter Contacts Builder Deprecated - RTDChat
Members Filter Members Builder Deprecated - RTDChat
Members Filter Mention Builder Deprecated - RTDChat
Members Filter Restricted Builder Deprecated - RTDChat
Nearby Builder Deprecated - RTDChat
Notification Settings Builder Deprecated - RTDChat
Permissions Builder Deprecated - RTDChat
Photo Builder Deprecated - RTDChat
Photo Info Builder Deprecated - RTDChat
Photos Builder Deprecated - RTDChat
Position Builder Deprecated - RTDChat
Report Reason Child Abuse Builder Deprecated - RTDChat
Report Reason Copyright Builder Deprecated - RTDChat
Report Reason Custom Builder Deprecated - RTDChat
Report Reason Fake Builder Deprecated - RTDChat
Report Reason Pornography Builder Deprecated - RTDChat
Report Reason Spam Builder Deprecated - RTDChat
Report Reason Unrelated Location Builder Deprecated - RTDChat
Report Reason Violence Builder Deprecated - RTDChat
Source Mtproto Proxy Builder Deprecated - RTDChat
Source Public Service Announcement Builder Deprecated - RTDChat
Statistics Administrator Actions Info Builder Deprecated - RTDChat
Statistics Channel Builder Deprecated - RTDChat
Statistics Inviter Info Builder Deprecated - RTDChat
Statistics Message Interaction Info Builder Deprecated - RTDChat
Statistics Message Sender Info Builder Deprecated - RTDChat
Statistics Supergroup Builder Deprecated - RTDChat
Theme Builder Deprecated - RTDChat
Type Basic Group Builder Deprecated - RTDChat
Type Private Builder Deprecated - RTDChat
Type Secret Builder Deprecated - RTDChat
Type Supergroup Builder Deprecated - RTDChats
Builder Deprecated - RTDChats
Nearby Builder Deprecated - RTDCheck
Authentication BotToken Builder Deprecated - RTDCheck
Authentication Code Builder Deprecated - RTDCheck
Authentication Password Builder Deprecated - RTDCheck
Authentication Password Recovery Code Builder Deprecated - RTDCheck
Change Phone Number Code Builder Deprecated - RTDCheck
Chat Invite Link Builder Deprecated - RTDCheck
Chat Username Builder Deprecated - RTDCheck
Chat Username Result OkBuilder Deprecated - RTDCheck
Chat Username Result Public Chats TooMuch Builder Deprecated - RTDCheck
Chat Username Result Public Groups Unavailable Builder Deprecated - RTDCheck
Chat Username Result Username Invalid Builder Deprecated - RTDCheck
Chat Username Result Username Occupied Builder Deprecated - RTDCheck
Created Public Chats Limit Builder Deprecated - RTDCheck
Database Encryption KeyBuilder Deprecated - RTDCheck
Email Address Verification Code Builder Deprecated - RTDCheck
Password Recovery Code Builder Deprecated - RTDCheck
Phone Number Confirmation Code Builder Deprecated - RTDCheck
Phone Number Verification Code Builder Deprecated - RTDCheck
Recovery Email Address Code Builder Deprecated - RTDCheck
Sticker SetName Builder Deprecated - RTDCheck
Sticker SetName Result Name Invalid Builder Deprecated - RTDCheck
Sticker SetName Result Name Occupied Builder Deprecated - RTDCheck
Sticker SetName Result OkBuilder Deprecated - RTDClean
File Name Builder Deprecated - RTDClear
AllDraft Messages Builder Deprecated - RTDClear
Imported Contacts Builder Deprecated - RTDClear
Recent Stickers Builder Deprecated - RTDClear
Recently Found Chats Builder Deprecated - RTDClick
Animated Emoji Message Builder Deprecated - RTDClose
Builder Deprecated - RTDClose
Chat Builder Deprecated - RTDClose
Secret Chat Builder Deprecated - RTDClosed
Vector Path Builder Deprecated - RTDConfirm
QrCode Authentication Builder Deprecated - RTDConnected
Website Builder Deprecated - RTDConnected
Websites Builder Deprecated - RTDConnection
State Connecting Builder Deprecated - RTDConnection
State Connecting ToProxy Builder Deprecated - RTDConnection
State Ready Builder Deprecated - RTDConnection
State Updating Builder Deprecated - RTDConnection
State Waiting ForNetwork Builder Deprecated - RTDContact
Builder Deprecated - RTDCount
Builder Deprecated - RTDCountries
Builder Deprecated - RTDCountry
Info Builder Deprecated - RTDCreate
Basic Group Chat Builder Deprecated - RTDCreate
Call Builder Deprecated - RTDCreate
Chat Filter Builder Deprecated - RTDCreate
Chat Invite Link Builder Deprecated - RTDCreate
NewBasic Group Chat Builder Deprecated - RTDCreate
NewSecret Chat Builder Deprecated - RTDCreate
NewSticker SetBuilder Deprecated - RTDCreate
NewSupergroup Chat Builder Deprecated - RTDCreate
Private Chat Builder Deprecated - RTDCreate
Secret Chat Builder Deprecated - RTDCreate
Supergroup Chat Builder Deprecated - RTDCreate
Temporary Password Builder Deprecated - RTDCreate
Video Chat Builder Deprecated - RTDCustom
Request Result Builder Deprecated - RTDDatabase
Statistics Builder Deprecated - RTDDate
Builder Deprecated - RTDDate
Range Builder Deprecated - RTDDated
File Builder Deprecated - RTDDeep
Link Info Builder Deprecated - RTDDelete
Account Builder Deprecated - RTDDelete
AllCall Messages Builder Deprecated - RTDDelete
AllRevoked Chat Invite Links Builder Deprecated - RTDDelete
Chat Builder Deprecated - RTDDelete
Chat Filter Builder Deprecated - RTDDelete
Chat History Builder Deprecated - RTDDelete
Chat Messages ByDate Builder Deprecated - RTDDelete
Chat Messages BySender Builder Deprecated - RTDDelete
Chat Reply Markup Builder Deprecated - RTDDelete
Commands Builder Deprecated - RTDDelete
File Builder Deprecated - RTDDelete
Language Pack Builder Deprecated - RTDDelete
Messages Builder Deprecated - RTDDelete
Passport Element Builder Deprecated - RTDDelete
Profile Photo Builder Deprecated - RTDDelete
Revoked Chat Invite Link Builder Deprecated - RTDDelete
Saved Credentials Builder Deprecated - RTDDelete
Saved Order Info Builder Deprecated - RTDDestroy
Builder Deprecated - RTDDevice
Token Apple Push Builder Deprecated - RTDDevice
Token Apple Push VoIP Builder Deprecated - RTDDevice
Token Black Berry Push Builder Deprecated - RTDDevice
Token Firebase Cloud Messaging Builder Deprecated - RTDDevice
Token Microsoft Push Builder Deprecated - RTDDevice
Token Microsoft Push VoIP Builder Deprecated - RTDDevice
Token Simple Push Builder Deprecated - RTDDevice
Token Tizen Push Builder Deprecated - RTDDevice
Token Ubuntu Push Builder Deprecated - RTDDevice
Token WebPush Builder Deprecated - RTDDevice
Token Windows Push Builder Deprecated - RTDDice
Stickers Regular Builder Deprecated - RTDDice
Stickers Slot Machine Builder Deprecated - RTDDisable
Proxy Builder Deprecated - RTDDiscard
Call Builder Deprecated - RTDDisconnect
AllWebsites Builder Deprecated - RTDDisconnect
Website Builder Deprecated - RTDDocument
Builder Deprecated - RTDDownload
File Builder Deprecated - RTDDraft
Message Builder Deprecated - RTDEdit
Chat Filter Builder Deprecated - RTDEdit
Chat Invite Link Builder Deprecated - RTDEdit
Custom Language Pack Info Builder Deprecated - RTDEdit
Inline Message Caption Builder Deprecated - RTDEdit
Inline Message Live Location Builder Deprecated - RTDEdit
Inline Message Media Builder Deprecated - RTDEdit
Inline Message Reply Markup Builder Deprecated - RTDEdit
Inline Message Text Builder Deprecated - RTDEdit
Message Caption Builder Deprecated - RTDEdit
Message Live Location Builder Deprecated - RTDEdit
Message Media Builder Deprecated - RTDEdit
Message Reply Markup Builder Deprecated - RTDEdit
Message Scheduling State Builder Deprecated - RTDEdit
Message Text Builder Deprecated - RTDEdit
Proxy Builder Deprecated - RTDEmail
Address Authentication Code Info Builder Deprecated - RTDEmojis
Builder Deprecated - RTDEnable
Proxy Builder Deprecated - RTDEncrypted
Credentials Builder Deprecated - RTDEncrypted
Passport Element Builder Deprecated - RTDEnd
Group Call Builder Deprecated - RTDEnd
Group Call Recording Builder Deprecated - RTDEnd
Group Call Screen Sharing Builder Deprecated - RTDError
Builder Deprecated - RTDFile
Builder Deprecated - RTDFile
Part Builder Deprecated - RTDFile
Type Animation Builder Deprecated - RTDFile
Type Audio Builder Deprecated - RTDFile
Type Document Builder Deprecated - RTDFile
Type None Builder Deprecated - RTDFile
Type Photo Builder Deprecated - RTDFile
Type Profile Photo Builder Deprecated - RTDFile
Type Secret Builder Deprecated - RTDFile
Type Secret Thumbnail Builder Deprecated - RTDFile
Type Secure Builder Deprecated - RTDFile
Type Sticker Builder Deprecated - RTDFile
Type Thumbnail Builder Deprecated - RTDFile
Type Unknown Builder Deprecated - RTDFile
Type Video Builder Deprecated - RTDFile
Type Video Note Builder Deprecated - RTDFile
Type Voice Note Builder Deprecated - RTDFile
Type Wallpaper Builder Deprecated - RTDFinish
File Generation Builder Deprecated - RTDFormatted
Text Builder Deprecated - RTDForward
Messages Builder Deprecated - RTDFound
Messages Builder Deprecated - RTDGame
Builder Deprecated - RTDGame
High Score Builder Deprecated - RTDGame
High Scores Builder Deprecated - RTDGet
Account TtlBuilder Deprecated - RTDGet
Active Live Location Messages Builder Deprecated - RTDGet
Active Sessions Builder Deprecated - RTDGet
AllPassport Elements Builder Deprecated - RTDGet
Animated Emoji Builder Deprecated - RTDGet
Application Config Builder Deprecated - RTDGet
Application Download Link Builder Deprecated - RTDGet
Archived Sticker Sets Builder Deprecated - RTDGet
Attached Sticker Sets Builder Deprecated - RTDGet
Authorization State Builder Deprecated - RTDGet
Auto Download Settings Presets Builder Deprecated - RTDGet
Background UrlBuilder Deprecated - RTDGet
Backgrounds Builder Deprecated - RTDGet
Bank Card Info Builder Deprecated - RTDGet
Basic Group Builder Deprecated - RTDGet
Basic Group Full Info Builder Deprecated - RTDGet
Blocked Message Senders Builder Deprecated - RTDGet
Callback Query Answer Builder Deprecated - RTDGet
Callback Query Message Builder Deprecated - RTDGet
Chat Administrators Builder Deprecated - RTDGet
Chat Available Message Senders Builder Deprecated - RTDGet
Chat Builder Deprecated - RTDGet
Chat Event LogBuilder Deprecated - RTDGet
Chat Filter Builder Deprecated - RTDGet
Chat Filter Default Icon Name Builder Deprecated - RTDGet
Chat History Builder Deprecated - RTDGet
Chat Invite Link Builder Deprecated - RTDGet
Chat Invite Link Counts Builder Deprecated - RTDGet
Chat Invite Link Members Builder Deprecated - RTDGet
Chat Invite Links Builder Deprecated - RTDGet
Chat Join Requests Builder Deprecated - RTDGet
Chat Lists ToAdd Chat Builder Deprecated - RTDGet
Chat Member Builder Deprecated - RTDGet
Chat Message ByDate Builder Deprecated - RTDGet
Chat Message Calendar Builder Deprecated - RTDGet
Chat Message Count Builder Deprecated - RTDGet
Chat Notification Settings Exceptions Builder Deprecated - RTDGet
Chat Pinned Message Builder Deprecated - RTDGet
Chat Scheduled Messages Builder Deprecated - RTDGet
Chat Sparse Message Positions Builder Deprecated - RTDGet
Chat Sponsored Message Builder Deprecated - RTDGet
Chat Statistics Builder Deprecated - RTDGet
Chats Builder Deprecated - RTDGet
Commands Builder Deprecated - RTDGet
Connected Websites Builder Deprecated - RTDGet
Contacts Builder Deprecated - RTDGet
Countries Builder Deprecated - RTDGet
Country Code Builder Deprecated - RTDGet
Created Public Chats Builder Deprecated - RTDGet
Current State Builder Deprecated - RTDGet
Database Statistics Builder Deprecated - RTDGet
Deep Link Info Builder Deprecated - RTDGet
Emoji Suggestions UrlBuilder Deprecated - RTDGet
External Link Builder Deprecated - RTDGet
External Link Info Builder Deprecated - RTDGet
Favorite Stickers Builder Deprecated - RTDGet
File Builder Deprecated - RTDGet
File Downloaded Prefix Size Builder Deprecated - RTDGet
File Extension Builder Deprecated - RTDGet
File Mime Type Builder Deprecated - RTDGet
Game High Scores Builder Deprecated - RTDGet
Group Call Builder Deprecated - RTDGet
Group Call Invite Link Builder Deprecated - RTDGet
Group Call Stream Segment Builder Deprecated - RTDGet
Groups InCommon Builder Deprecated - RTDGet
Imported Contact Count Builder Deprecated - RTDGet
Inactive Supergroup Chats Builder Deprecated - RTDGet
Inline Game High Scores Builder Deprecated - RTDGet
Inline Query Results Builder Deprecated - RTDGet
Installed Sticker Sets Builder Deprecated - RTDGet
Internal Link Type Builder Deprecated - RTDGet
Json String Builder Deprecated - RTDGet
Json Value Builder Deprecated - RTDGet
Language Pack Info Builder Deprecated - RTDGet
Language Pack String Builder Deprecated - RTDGet
Language Pack Strings Builder Deprecated - RTDGet
Localization Target Info Builder Deprecated - RTDGet
LogStream Builder Deprecated - RTDGet
LogTag Verbosity Level Builder Deprecated - RTDGet
LogTags Builder Deprecated - RTDGet
LogVerbosity Level Builder Deprecated - RTDGet
Login UrlBuilder Deprecated - RTDGet
Login UrlInfo Builder Deprecated - RTDGet
MapThumbnail File Builder Deprecated - RTDGet
Markdown Text Builder Deprecated - RTDGet
MeBuilder Deprecated - RTDGet
Message Builder Deprecated - RTDGet
Message Embedding Code Builder Deprecated - RTDGet
Message File Type Builder Deprecated - RTDGet
Message Import Confirmation Text Builder Deprecated - RTDGet
Message Link Builder Deprecated - RTDGet
Message Link Info Builder Deprecated - RTDGet
Message Locally Builder Deprecated - RTDGet
Message Public Forwards Builder Deprecated - RTDGet
Message Statistics Builder Deprecated - RTDGet
Message Thread Builder Deprecated - RTDGet
Message Thread History Builder Deprecated - RTDGet
Message Viewers Builder Deprecated - RTDGet
Messages Builder Deprecated - RTDGet
Network Statistics Builder Deprecated - RTDGet
Option Builder Deprecated - RTDGet
Passport Authorization Form Available Elements Builder Deprecated - RTDGet
Passport Authorization Form Builder Deprecated - RTDGet
Passport Element Builder Deprecated - RTDGet
Password State Builder Deprecated - RTDGet
Payment Form Builder Deprecated - RTDGet
Payment Receipt Builder Deprecated - RTDGet
Phone Number Info Builder Deprecated - RTDGet
Phone Number Info Sync Builder Deprecated - RTDGet
Poll Voters Builder Deprecated - RTDGet
Preferred Country Language Builder Deprecated - RTDGet
Proxies Builder Deprecated - RTDGet
Proxy Link Builder Deprecated - RTDGet
Push Receiver IdBuilder Deprecated - RTDGet
Recent Inline Bots Builder Deprecated - RTDGet
Recent Stickers Builder Deprecated - RTDGet
Recently Opened Chats Builder Deprecated - RTDGet
Recently VisitedT MeUrls Builder Deprecated - RTDGet
Recommended Chat Filters Builder Deprecated - RTDGet
Recovery Email Address Builder Deprecated - RTDGet
Remote File Builder Deprecated - RTDGet
Replied Message Builder Deprecated - RTDGet
Saved Animations Builder Deprecated - RTDGet
Saved Order Info Builder Deprecated - RTDGet
Scope Notification Settings Builder Deprecated - RTDGet
Secret Chat Builder Deprecated - RTDGet
Statistical Graph Builder Deprecated - RTDGet
Sticker Emojis Builder Deprecated - RTDGet
Sticker SetBuilder Deprecated - RTDGet
Stickers Builder Deprecated - RTDGet
Storage Statistics Builder Deprecated - RTDGet
Storage Statistics Fast Builder Deprecated - RTDGet
Suggested File Name Builder Deprecated - RTDGet
Suggested Sticker SetName Builder Deprecated - RTDGet
Suitable Discussion Chats Builder Deprecated - RTDGet
Supergroup Builder Deprecated - RTDGet
Supergroup Full Info Builder Deprecated - RTDGet
Supergroup Members Builder Deprecated - RTDGet
Support User Builder Deprecated - RTDGet
Temporary Password State Builder Deprecated - RTDGet
Text Entities Builder Deprecated - RTDGet
TopChats Builder Deprecated - RTDGet
Trending Sticker Sets Builder Deprecated - RTDGet
User Builder Deprecated - RTDGet
User Full Info Builder Deprecated - RTDGet
User Privacy Setting Rules Builder Deprecated - RTDGet
User Profile Photos Builder Deprecated - RTDGet
Video Chat Available Participants Builder Deprecated - RTDGet
WebPage Instant View Builder Deprecated - RTDGet
WebPage Preview Builder Deprecated - RTDGroup
Call Builder Deprecated - RTDGroup
Call IdBuilder Deprecated - RTDGroup
Call Participant Builder Deprecated - RTDGroup
Call Participant Video Info Builder Deprecated - RTDGroup
Call Recent Speaker Builder Deprecated - RTDGroup
Call Video Quality Full Builder Deprecated - RTDGroup
Call Video Quality Medium Builder Deprecated - RTDGroup
Call Video Quality Thumbnail Builder Deprecated - RTDGroup
Call Video Source Group Builder Deprecated - RTDHashtags
Builder Deprecated - RTDHide
Suggested Action Builder Deprecated - RTDHttp
UrlBuilder Deprecated - RTDIdentity
Document Builder Deprecated - RTDImport
Contacts Builder Deprecated - RTDImport
Messages Builder Deprecated - RTDImported
Contacts Builder Deprecated - RTDInline
Keyboard Button Builder Deprecated - RTDInline
Keyboard Button Type BuyBuilder Deprecated - RTDInline
Keyboard Button Type Callback Builder Deprecated - RTDInline
Keyboard Button Type Callback Game Builder Deprecated - RTDInline
Keyboard Button Type Callback With Password Builder Deprecated - RTDInline
Keyboard Button Type Login UrlBuilder Deprecated - RTDInline
Keyboard Button Type Switch Inline Builder Deprecated - RTDInline
Keyboard Button Type UrlBuilder Deprecated - RTDInline
Keyboard Button Type User Builder Deprecated - RTDInline
Query Result Animation Builder Deprecated - RTDInline
Query Result Article Builder Deprecated - RTDInline
Query Result Audio Builder Deprecated - RTDInline
Query Result Contact Builder Deprecated - RTDInline
Query Result Document Builder Deprecated - RTDInline
Query Result Game Builder Deprecated - RTDInline
Query Result Location Builder Deprecated - RTDInline
Query Result Photo Builder Deprecated - RTDInline
Query Result Sticker Builder Deprecated - RTDInline
Query Result Venue Builder Deprecated - RTDInline
Query Result Video Builder Deprecated - RTDInline
Query Result Voice Note Builder Deprecated - RTDInline
Query Results Builder Deprecated - RTDInput
Background Local Builder Deprecated - RTDInput
Background Remote Builder Deprecated - RTDInput
Chat Photo Animation Builder Deprecated - RTDInput
Chat Photo Previous Builder Deprecated - RTDInput
Chat Photo Static Builder Deprecated - RTDInput
Credentials Apple PayBuilder Deprecated - RTDInput
Credentials Google PayBuilder Deprecated - RTDInput
Credentials NewBuilder Deprecated - RTDInput
Credentials Saved Builder Deprecated - RTDInput
File Generated Builder Deprecated - RTDInput
File IdBuilder Deprecated - RTDInput
File Local Builder Deprecated - RTDInput
File Remote Builder Deprecated - RTDInput
Identity Document Builder Deprecated - RTDInput
Inline Query Result Animation Builder Deprecated - RTDInput
Inline Query Result Article Builder Deprecated - RTDInput
Inline Query Result Audio Builder Deprecated - RTDInput
Inline Query Result Contact Builder Deprecated - RTDInput
Inline Query Result Document Builder Deprecated - RTDInput
Inline Query Result Game Builder Deprecated - RTDInput
Inline Query Result Location Builder Deprecated - RTDInput
Inline Query Result Photo Builder Deprecated - RTDInput
Inline Query Result Sticker Builder Deprecated - RTDInput
Inline Query Result Venue Builder Deprecated - RTDInput
Inline Query Result Video Builder Deprecated - RTDInput
Inline Query Result Voice Note Builder Deprecated - RTDInput
Message Animation Builder Deprecated - RTDInput
Message Audio Builder Deprecated - RTDInput
Message Contact Builder Deprecated - RTDInput
Message Dice Builder Deprecated - RTDInput
Message Document Builder Deprecated - RTDInput
Message Forwarded Builder Deprecated - RTDInput
Message Game Builder Deprecated - RTDInput
Message Invoice Builder Deprecated - RTDInput
Message Location Builder Deprecated - RTDInput
Message Photo Builder Deprecated - RTDInput
Message Poll Builder Deprecated - RTDInput
Message Sticker Builder Deprecated - RTDInput
Message Text Builder Deprecated - RTDInput
Message Venue Builder Deprecated - RTDInput
Message Video Builder Deprecated - RTDInput
Message Video Note Builder Deprecated - RTDInput
Message Voice Note Builder Deprecated - RTDInput
Passport Element Address Builder Deprecated - RTDInput
Passport Element Bank Statement Builder Deprecated - RTDInput
Passport Element Driver License Builder Deprecated - RTDInput
Passport Element Email Address Builder Deprecated - RTDInput
Passport Element Error Builder Deprecated - RTDInput
Passport Element Error Source Data Field Builder Deprecated - RTDInput
Passport Element Error Source File Builder Deprecated - RTDInput
Passport Element Error Source Files Builder Deprecated - RTDInput
Passport Element Error Source Front Side Builder Deprecated - RTDInput
Passport Element Error Source Reverse Side Builder Deprecated - RTDInput
Passport Element Error Source Selfie Builder Deprecated - RTDInput
Passport Element Error Source Translation File Builder Deprecated - RTDInput
Passport Element Error Source Translation Files Builder Deprecated - RTDInput
Passport Element Error Source Unspecified Builder Deprecated - RTDInput
Passport Element Identity Card Builder Deprecated - RTDInput
Passport Element Internal Passport Builder Deprecated - RTDInput
Passport Element Passport Builder Deprecated - RTDInput
Passport Element Passport Registration Builder Deprecated - RTDInput
Passport Element Personal Details Builder Deprecated - RTDInput
Passport Element Phone Number Builder Deprecated - RTDInput
Passport Element Rental Agreement Builder Deprecated - RTDInput
Passport Element Temporary Registration Builder Deprecated - RTDInput
Passport Element Utility Bill Builder Deprecated - RTDInput
Personal Document Builder Deprecated - RTDInput
Sticker Animated Builder Deprecated - RTDInput
Sticker Static Builder Deprecated - RTDInput
Thumbnail Builder Deprecated - RTDInternal
Link Type Active Sessions Builder Deprecated - RTDInternal
Link Type Authentication Code Builder Deprecated - RTDInternal
Link Type Background Builder Deprecated - RTDInternal
Link Type BotStart Builder Deprecated - RTDInternal
Link Type BotStart InGroup Builder Deprecated - RTDInternal
Link Type Change Phone Number Builder Deprecated - RTDInternal
Link Type Chat Invite Builder Deprecated - RTDInternal
Link Type Filter Settings Builder Deprecated - RTDInternal
Link Type Game Builder Deprecated - RTDInternal
Link Type Language Pack Builder Deprecated - RTDInternal
Link Type Message Builder Deprecated - RTDInternal
Link Type Message Draft Builder Deprecated - RTDInternal
Link Type Passport Data Request Builder Deprecated - RTDInternal
Link Type Phone Number Confirmation Builder Deprecated - RTDInternal
Link Type Proxy Builder Deprecated - RTDInternal
Link Type Public Chat Builder Deprecated - RTDInternal
Link Type QrCode Authentication Builder Deprecated - RTDInternal
Link Type Settings Builder Deprecated - RTDInternal
Link Type Sticker SetBuilder Deprecated - RTDInternal
Link Type Theme Builder Deprecated - RTDInternal
Link Type Theme Settings Builder Deprecated - RTDInternal
Link Type Unknown Deep Link Builder Deprecated - RTDInternal
Link Type Unsupported Proxy Builder Deprecated - RTDInternal
Link Type Video Chat Builder Deprecated - RTDInvite
Group Call Participants Builder Deprecated - RTDInvoice
Builder Deprecated - RTDJoin
Chat Builder Deprecated - RTDJoin
Chat ByInvite Link Builder Deprecated - RTDJoin
Group Call Builder Deprecated - RTDJson
Object Member Builder Deprecated - RTDJson
Value Array Builder Deprecated - RTDJson
Value Boolean Builder Deprecated - RTDJson
Value Null Builder Deprecated - RTDJson
Value Number Builder Deprecated - RTDJson
Value Object Builder Deprecated - RTDJson
Value String Builder Deprecated - RTDKeyboard
Button Builder Deprecated - RTDKeyboard
Button Type Request Location Builder Deprecated - RTDKeyboard
Button Type Request Phone Number Builder Deprecated - RTDKeyboard
Button Type Request Poll Builder Deprecated - RTDKeyboard
Button Type Text Builder Deprecated - RTDLabeled
Price Part Builder Deprecated - RTDLanguage
Pack Info Builder Deprecated - RTDLanguage
Pack String Builder Deprecated - RTDLanguage
Pack String Value Deleted Builder Deprecated - RTDLanguage
Pack String Value Ordinary Builder Deprecated - RTDLanguage
Pack String Value Pluralized Builder Deprecated - RTDLanguage
Pack Strings Builder Deprecated - RTDLeave
Chat Builder Deprecated - RTDLeave
Group Call Builder Deprecated - RTDLoad
Chats Builder Deprecated - RTDLoad
Group Call Participants Builder Deprecated - RTDLocal
File Builder Deprecated - RTDLocalization
Target Info Builder Deprecated - RTDLocation
Builder Deprecated - RTDLog
OutBuilder Deprecated - RTDLog
Stream Default Builder Deprecated - RTDLog
Stream Empty Builder Deprecated - RTDLog
Stream File Builder Deprecated - RTDLog
Tags Builder Deprecated - RTDLog
Verbosity Level Builder Deprecated - RTDLogin
UrlInfo Open Builder Deprecated - RTDLogin
UrlInfo Request Confirmation Builder Deprecated - RTDMask
Point Chin Builder Deprecated - RTDMask
Point Eyes Builder Deprecated - RTDMask
Point Forehead Builder Deprecated - RTDMask
Point Mouth Builder Deprecated - RTDMask
Position Builder Deprecated - RTDMessage
Animated Emoji Builder Deprecated - RTDMessage
Animation Builder Deprecated - RTDMessage
Audio Builder Deprecated - RTDMessage
Basic Group Chat Create Builder Deprecated - RTDMessage
Builder Deprecated - RTDMessage
Calendar Builder Deprecated - RTDMessage
Calendar DayBuilder Deprecated - RTDMessage
Call Builder Deprecated - RTDMessage
Chat AddMembers Builder Deprecated - RTDMessage
Chat Change Photo Builder Deprecated - RTDMessage
Chat Change Title Builder Deprecated - RTDMessage
Chat Delete Member Builder Deprecated - RTDMessage
Chat Delete Photo Builder Deprecated - RTDMessage
Chat Join ByLink Builder Deprecated - RTDMessage
Chat Join ByRequest Builder Deprecated - RTDMessage
Chat SetTheme Builder Deprecated - RTDMessage
Chat SetTtl Builder Deprecated - RTDMessage
Chat Upgrade From Builder Deprecated - RTDMessage
Chat Upgrade ToBuilder Deprecated - RTDMessage
Contact Builder Deprecated - RTDMessage
Contact Registered Builder Deprecated - RTDMessage
Copy Options Builder Deprecated - RTDMessage
Custom Service Action Builder Deprecated - RTDMessage
Dice Builder Deprecated - RTDMessage
Document Builder Deprecated - RTDMessage
Expired Photo Builder Deprecated - RTDMessage
Expired Video Builder Deprecated - RTDMessage
File Type Group Builder Deprecated - RTDMessage
File Type Private Builder Deprecated - RTDMessage
File Type Unknown Builder Deprecated - RTDMessage
Forward Info Builder Deprecated - RTDMessage
Forward Origin Channel Builder Deprecated - RTDMessage
Forward Origin Chat Builder Deprecated - RTDMessage
Forward Origin Hidden User Builder Deprecated - RTDMessage
Forward Origin Message Import Builder Deprecated - RTDMessage
Forward Origin User Builder Deprecated - RTDMessage
Game Builder Deprecated - RTDMessage
Game Score Builder Deprecated - RTDMessage
Interaction Info Builder Deprecated - RTDMessage
Invite Video Chat Participants Builder Deprecated - RTDMessage
Invoice Builder Deprecated - RTDMessage
Link Builder Deprecated - RTDMessage
Link Info Builder Deprecated - RTDMessage
Location Builder Deprecated - RTDMessage
Passport Data Received Builder Deprecated - RTDMessage
Passport Data Sent Builder Deprecated - RTDMessage
Payment Successful BotBuilder Deprecated - RTDMessage
Payment Successful Builder Deprecated - RTDMessage
Photo Builder Deprecated - RTDMessage
PinMessage Builder Deprecated - RTDMessage
Poll Builder Deprecated - RTDMessage
Position Builder Deprecated - RTDMessage
Positions Builder Deprecated - RTDMessage
Proximity Alert Triggered Builder Deprecated - RTDMessage
Reply Info Builder Deprecated - RTDMessage
Scheduling State Send AtDate Builder Deprecated - RTDMessage
Scheduling State Send When Online Builder Deprecated - RTDMessage
Screenshot Taken Builder Deprecated - RTDMessage
Send Options Builder Deprecated - RTDMessage
Sender Chat Builder Deprecated - RTDMessage
Sender User Builder Deprecated - RTDMessage
Senders Builder Deprecated - RTDMessage
Sending State Failed Builder Deprecated - RTDMessage
Sending State Pending Builder Deprecated - RTDMessage
Statistics Builder Deprecated - RTDMessage
Sticker Builder Deprecated - RTDMessage
Supergroup Chat Create Builder Deprecated - RTDMessage
Text Builder Deprecated - RTDMessage
Thread Info Builder Deprecated - RTDMessage
Unsupported Builder Deprecated - RTDMessage
Venue Builder Deprecated - RTDMessage
Video Builder Deprecated - RTDMessage
Video Chat Ended Builder Deprecated - RTDMessage
Video Chat Scheduled Builder Deprecated - RTDMessage
Video Chat Started Builder Deprecated - RTDMessage
Video Note Builder Deprecated - RTDMessage
Voice Note Builder Deprecated - RTDMessage
Website Connected Builder Deprecated - RTDMessages
Builder Deprecated - RTDMinithumbnail
Builder Deprecated - RTDNetwork
Statistics Builder Deprecated - RTDNetwork
Statistics Entry Call Builder Deprecated - RTDNetwork
Statistics Entry File Builder Deprecated - RTDNetwork
Type Mobile Builder Deprecated - RTDNetwork
Type Mobile Roaming Builder Deprecated - RTDNetwork
Type None Builder Deprecated - RTDNetwork
Type Other Builder Deprecated - RTDNetwork
Type WiFi Builder Deprecated - RTDNotification
Builder Deprecated - RTDNotification
Group Builder Deprecated - RTDNotification
Group Type Calls Builder Deprecated - RTDNotification
Group Type Mentions Builder Deprecated - RTDNotification
Group Type Messages Builder Deprecated - RTDNotification
Group Type Secret Chat Builder Deprecated - RTDNotification
Settings Scope Channel Chats Builder Deprecated - RTDNotification
Settings Scope Group Chats Builder Deprecated - RTDNotification
Settings Scope Private Chats Builder Deprecated - RTDNotification
Type NewCall Builder Deprecated - RTDNotification
Type NewMessage Builder Deprecated - RTDNotification
Type NewPush Message Builder Deprecated - RTDNotification
Type NewSecret Chat Builder Deprecated - RTDOk
Builder Deprecated - RTDOpen
Chat Builder Deprecated - RTDOpen
Message Content Builder Deprecated - RTDOptimize
Storage Builder Deprecated - RTDOption
Value Boolean Builder Deprecated - RTDOption
Value Empty Builder Deprecated - RTDOption
Value Integer Builder Deprecated - RTDOption
Value String Builder Deprecated - RTDOrder
Info Builder Deprecated - RTDPage
Block Anchor Builder Deprecated - RTDPage
Block Animation Builder Deprecated - RTDPage
Block Audio Builder Deprecated - RTDPage
Block Author Date Builder Deprecated - RTDPage
Block Block Quote Builder Deprecated - RTDPage
Block Caption Builder Deprecated - RTDPage
Block Chat Link Builder Deprecated - RTDPage
Block Collage Builder Deprecated - RTDPage
Block Cover Builder Deprecated - RTDPage
Block Details Builder Deprecated - RTDPage
Block Divider Builder Deprecated - RTDPage
Block Embedded Builder Deprecated - RTDPage
Block Embedded Post Builder Deprecated - RTDPage
Block Footer Builder Deprecated - RTDPage
Block Header Builder Deprecated - RTDPage
Block Horizontal Alignment Center Builder Deprecated - RTDPage
Block Horizontal Alignment Left Builder Deprecated - RTDPage
Block Horizontal Alignment Right Builder Deprecated - RTDPage
Block Kicker Builder Deprecated - RTDPage
Block List Builder Deprecated - RTDPage
Block List Item Builder Deprecated - RTDPage
Block MapBuilder Deprecated - RTDPage
Block Paragraph Builder Deprecated - RTDPage
Block Photo Builder Deprecated - RTDPage
Block Preformatted Builder Deprecated - RTDPage
Block Pull Quote Builder Deprecated - RTDPage
Block Related Article Builder Deprecated - RTDPage
Block Related Articles Builder Deprecated - RTDPage
Block Slideshow Builder Deprecated - RTDPage
Block Subheader Builder Deprecated - RTDPage
Block Subtitle Builder Deprecated - RTDPage
Block Table Builder Deprecated - RTDPage
Block Table Cell Builder Deprecated - RTDPage
Block Title Builder Deprecated - RTDPage
Block Vertical Alignment Bottom Builder Deprecated - RTDPage
Block Vertical Alignment Middle Builder Deprecated - RTDPage
Block Vertical Alignment TopBuilder Deprecated - RTDPage
Block Video Builder Deprecated - RTDPage
Block Voice Note Builder Deprecated - RTDParse
Markdown Builder Deprecated - RTDParse
Text Entities Builder Deprecated - RTDPassport
Authorization Form Builder Deprecated - RTDPassport
Element Address Builder Deprecated - RTDPassport
Element Bank Statement Builder Deprecated - RTDPassport
Element Driver License Builder Deprecated - RTDPassport
Element Email Address Builder Deprecated - RTDPassport
Element Error Builder Deprecated - RTDPassport
Element Error Source Data Field Builder Deprecated - RTDPassport
Element Error Source File Builder Deprecated - RTDPassport
Element Error Source Files Builder Deprecated - RTDPassport
Element Error Source Front Side Builder Deprecated - RTDPassport
Element Error Source Reverse Side Builder Deprecated - RTDPassport
Element Error Source Selfie Builder Deprecated - RTDPassport
Element Error Source Translation File Builder Deprecated - RTDPassport
Element Error Source Translation Files Builder Deprecated - RTDPassport
Element Error Source Unspecified Builder Deprecated - RTDPassport
Element Identity Card Builder Deprecated - RTDPassport
Element Internal Passport Builder Deprecated - RTDPassport
Element Passport Builder Deprecated - RTDPassport
Element Passport Registration Builder Deprecated - RTDPassport
Element Personal Details Builder Deprecated - RTDPassport
Element Phone Number Builder Deprecated - RTDPassport
Element Rental Agreement Builder Deprecated - RTDPassport
Element Temporary Registration Builder Deprecated - RTDPassport
Element Type Address Builder Deprecated - RTDPassport
Element Type Bank Statement Builder Deprecated - RTDPassport
Element Type Driver License Builder Deprecated - RTDPassport
Element Type Email Address Builder Deprecated - RTDPassport
Element Type Identity Card Builder Deprecated - RTDPassport
Element Type Internal Passport Builder Deprecated - RTDPassport
Element Type Passport Builder Deprecated - RTDPassport
Element Type Passport Registration Builder Deprecated - RTDPassport
Element Type Personal Details Builder Deprecated - RTDPassport
Element Type Phone Number Builder Deprecated - RTDPassport
Element Type Rental Agreement Builder Deprecated - RTDPassport
Element Type Temporary Registration Builder Deprecated - RTDPassport
Element Type Utility Bill Builder Deprecated - RTDPassport
Element Utility Bill Builder Deprecated - RTDPassport
Elements Builder Deprecated - RTDPassport
Elements With Errors Builder Deprecated - RTDPassport
Required Element Builder Deprecated - RTDPassport
Suitable Element Builder Deprecated - RTDPassword
State Builder Deprecated - RTDPayment
Form Builder Deprecated - RTDPayment
Form Theme Builder Deprecated - RTDPayment
Receipt Builder Deprecated - RTDPayment
Result Builder Deprecated - RTDPayments
Provider Stripe Builder Deprecated - RTDPersonal
Details Builder Deprecated - RTDPersonal
Document Builder Deprecated - RTDPhone
Number Authentication Settings Builder Deprecated - RTDPhone
Number Info Builder Deprecated - RTDPhoto
Builder Deprecated - RTDPhoto
Size Builder Deprecated - RTDPin
Chat Message Builder Deprecated - RTDPing
Proxy Builder Deprecated - RTDPoint
Builder Deprecated - RTDPoll
Builder Deprecated - RTDPoll
Option Builder Deprecated - RTDPoll
Type Quiz Builder Deprecated - RTDPoll
Type Regular Builder Deprecated - RTDProcess
Chat Join Request Builder Deprecated - RTDProcess
Chat Join Requests Builder Deprecated - RTDProcess
Push Notification Builder Deprecated - RTDProfile
Photo Builder Deprecated - RTDProxies
Builder Deprecated - RTDProxy
Builder Deprecated - RTDProxy
Type Http Builder Deprecated - RTDProxy
Type Mtproto Builder Deprecated - RTDProxy
Type Socks5 Builder Deprecated - RTDPublic
Chat Type HasUsername Builder Deprecated - RTDPublic
Chat Type IsLocation Based Builder Deprecated - RTDPush
Message Content Animation Builder Deprecated - RTDPush
Message Content Audio Builder Deprecated - RTDPush
Message Content Basic Group Chat Create Builder Deprecated - RTDPush
Message Content Chat AddMembers Builder Deprecated - RTDPush
Message Content Chat Change Photo Builder Deprecated - RTDPush
Message Content Chat Change Title Builder Deprecated - RTDPush
Message Content Chat Delete Member Builder Deprecated - RTDPush
Message Content Chat Join ByLink Builder Deprecated - RTDPush
Message Content Chat Join ByRequest Builder Deprecated - RTDPush
Message Content Chat SetTheme Builder Deprecated - RTDPush
Message Content Contact Builder Deprecated - RTDPush
Message Content Contact Registered Builder Deprecated - RTDPush
Message Content Document Builder Deprecated - RTDPush
Message Content Game Builder Deprecated - RTDPush
Message Content Game Score Builder Deprecated - RTDPush
Message Content Hidden Builder Deprecated - RTDPush
Message Content Invoice Builder Deprecated - RTDPush
Message Content Location Builder Deprecated - RTDPush
Message Content Media Album Builder Deprecated - RTDPush
Message Content Message Forwards Builder Deprecated - RTDPush
Message Content Photo Builder Deprecated - RTDPush
Message Content Poll Builder Deprecated - RTDPush
Message Content Screenshot Taken Builder Deprecated - RTDPush
Message Content Sticker Builder Deprecated - RTDPush
Message Content Text Builder Deprecated - RTDPush
Message Content Video Builder Deprecated - RTDPush
Message Content Video Note Builder Deprecated - RTDPush
Message Content Voice Note Builder Deprecated - RTDPush
Receiver IdBuilder Deprecated - RTDRead
AllChat Mentions Builder Deprecated - RTDRead
File Part Builder Deprecated - RTDRecommended
Chat Filter Builder Deprecated - RTDRecommended
Chat Filters Builder Deprecated - RTDRecover
Authentication Password Builder Deprecated - RTDRecover
Password Builder Deprecated - RTDRecovery
Email Address Builder Deprecated - RTDRegister
Device Builder Deprecated - RTDRegister
User Builder Deprecated - RTDRemote
File Builder Deprecated - RTDRemove
Background Builder Deprecated - RTDRemove
Chat Action BarBuilder Deprecated - RTDRemove
Contacts Builder Deprecated - RTDRemove
Favorite Sticker Builder Deprecated - RTDRemove
Notification Builder Deprecated - RTDRemove
Notification Group Builder Deprecated - RTDRemove
Proxy Builder Deprecated - RTDRemove
Recent Hashtag Builder Deprecated - RTDRemove
Recent Sticker Builder Deprecated - RTDRemove
Recently Found Chat Builder Deprecated - RTDRemove
Saved Animation Builder Deprecated - RTDRemove
Sticker From SetBuilder Deprecated - RTDRemove
TopChat Builder Deprecated - RTDReorder
Chat Filters Builder Deprecated - RTDReorder
Installed Sticker Sets Builder Deprecated - RTDReplace
Primary Chat Invite Link Builder Deprecated - RTDReply
Markup Force Reply Builder Deprecated - RTDReply
Markup Inline Keyboard Builder Deprecated - RTDReply
Markup Remove Keyboard Builder Deprecated - RTDReply
Markup Show Keyboard Builder Deprecated - RTDReport
Chat Builder Deprecated - RTDReport
Chat Photo Builder Deprecated - RTDReport
Supergroup Spam Builder Deprecated - RTDRequest
Authentication Password Recovery Builder Deprecated - RTDRequest
Password Recovery Builder Deprecated - RTDRequest
QrCode Authentication Builder Deprecated - RTDResend
Authentication Code Builder Deprecated - RTDResend
Change Phone Number Code Builder Deprecated - RTDResend
Email Address Verification Code Builder Deprecated - RTDResend
Messages Builder Deprecated - RTDResend
Phone Number Confirmation Code Builder Deprecated - RTDResend
Phone Number Verification Code Builder Deprecated - RTDResend
Recovery Email Address Code Builder Deprecated - RTDReset
AllNotification Settings Builder Deprecated - RTDReset
Backgrounds Builder Deprecated - RTDReset
Network Statistics Builder Deprecated - RTDReset
Password Builder Deprecated - RTDReset
Password Result Declined Builder Deprecated - RTDReset
Password Result OkBuilder Deprecated - RTDReset
Password Result Pending Builder Deprecated - RTDRevoke
Chat Invite Link Builder Deprecated - RTDRevoke
Group Call Invite Link Builder Deprecated - RTDRich
Text Anchor Builder Deprecated - RTDRich
Text Anchor Link Builder Deprecated - RTDRich
Text Bold Builder Deprecated - RTDRich
Text Email Address Builder Deprecated - RTDRich
Text Fixed Builder Deprecated - RTDRich
Text Icon Builder Deprecated - RTDRich
Text Italic Builder Deprecated - RTDRich
Text Marked Builder Deprecated - RTDRich
Text Phone Number Builder Deprecated - RTDRich
Text Plain Builder Deprecated - RTDRich
Text Reference Builder Deprecated - RTDRich
Text Strikethrough Builder Deprecated - RTDRich
Text Subscript Builder Deprecated - RTDRich
Text Superscript Builder Deprecated - RTDRich
Text Underline Builder Deprecated - RTDRich
Text UrlBuilder Deprecated - RTDRich
Texts Builder Deprecated - RTDSave
Application LogEvent Builder Deprecated - RTDSaved
Credentials Builder Deprecated - RTDScope
Notification Settings Builder Deprecated - RTDSearch
Background Builder Deprecated - RTDSearch
Call Messages Builder Deprecated - RTDSearch
Chat Members Builder Deprecated - RTDSearch
Chat Messages Builder Deprecated - RTDSearch
Chat Recent Location Messages Builder Deprecated - RTDSearch
Chats Builder Deprecated - RTDSearch
Chats Nearby Builder Deprecated - RTDSearch
Chats OnServer Builder Deprecated - RTDSearch
Contacts Builder Deprecated - RTDSearch
Emojis Builder Deprecated - RTDSearch
Hashtags Builder Deprecated - RTDSearch
Installed Sticker Sets Builder Deprecated - RTDSearch
Messages Builder Deprecated - RTDSearch
Messages Filter Animation Builder Deprecated - RTDSearch
Messages Filter Audio Builder Deprecated - RTDSearch
Messages Filter Chat Photo Builder Deprecated - RTDSearch
Messages Filter Document Builder Deprecated - RTDSearch
Messages Filter Empty Builder Deprecated - RTDSearch
Messages Filter Failed ToSend Builder Deprecated - RTDSearch
Messages Filter Mention Builder Deprecated - RTDSearch
Messages Filter Photo AndVideo Builder Deprecated - RTDSearch
Messages Filter Photo Builder Deprecated - RTDSearch
Messages Filter Pinned Builder Deprecated - RTDSearch
Messages Filter Unread Mention Builder Deprecated - RTDSearch
Messages Filter UrlBuilder Deprecated - RTDSearch
Messages Filter Video Builder Deprecated - RTDSearch
Messages Filter Video Note Builder Deprecated - RTDSearch
Messages Filter Voice AndVideo Note Builder Deprecated - RTDSearch
Messages Filter Voice Note Builder Deprecated - RTDSearch
Public Chat Builder Deprecated - RTDSearch
Public Chats Builder Deprecated - RTDSearch
Secret Messages Builder Deprecated - RTDSearch
Sticker SetBuilder Deprecated - RTDSearch
Sticker Sets Builder Deprecated - RTDSearch
Stickers Builder Deprecated - RTDSeconds
Builder Deprecated - RTDSecret
Chat Builder Deprecated - RTDSecret
Chat State Closed Builder Deprecated - RTDSecret
Chat State Pending Builder Deprecated - RTDSecret
Chat State Ready Builder Deprecated - RTDSend
BotStart Message Builder Deprecated - RTDSend
Call Debug Information Builder Deprecated - RTDSend
Call Rating Builder Deprecated - RTDSend
Call Signaling Data Builder Deprecated - RTDSend
Chat Action Builder Deprecated - RTDSend
Chat Screenshot Taken Notification Builder Deprecated - RTDSend
Custom Request Builder Deprecated - RTDSend
Email Address Verification Code Builder Deprecated - RTDSend
Inline Query Result Message Builder Deprecated - RTDSend
Message Album Builder Deprecated - RTDSend
Message Builder Deprecated - RTDSend
Passport Authorization Form Builder Deprecated - RTDSend
Payment Form Builder Deprecated - RTDSend
Phone Number Confirmation Code Builder Deprecated - RTDSend
Phone Number Verification Code Builder Deprecated - RTDSession
Builder Deprecated - RTDSessions
Builder Deprecated - RTDSet
Account TtlBuilder Deprecated - RTDSet
Alarm Builder Deprecated - RTDSet
Authentication Phone Number Builder Deprecated - RTDSet
Auto Download Settings Builder Deprecated - RTDSet
Background Builder Deprecated - RTDSet
BioBuilder Deprecated - RTDSet
BotUpdates Status Builder Deprecated - RTDSet
Chat Client Data Builder Deprecated - RTDSet
Chat Description Builder Deprecated - RTDSet
Chat Discussion Group Builder Deprecated - RTDSet
Chat Draft Message Builder Deprecated - RTDSet
Chat Location Builder Deprecated - RTDSet
Chat Member Status Builder Deprecated - RTDSet
Chat Message Sender Builder Deprecated - RTDSet
Chat Message TtlBuilder Deprecated - RTDSet
Chat Notification Settings Builder Deprecated - RTDSet
Chat Permissions Builder Deprecated - RTDSet
Chat Photo Builder Deprecated - RTDSet
Chat Slow Mode Delay Builder Deprecated - RTDSet
Chat Theme Builder Deprecated - RTDSet
Chat Title Builder Deprecated - RTDSet
Commands Builder Deprecated - RTDSet
Custom Language Pack Builder Deprecated - RTDSet
Custom Language Pack String Builder Deprecated - RTDSet
Database Encryption KeyBuilder Deprecated - RTDSet
File Generation Progress Builder Deprecated - RTDSet
Game Score Builder Deprecated - RTDSet
Group Call Participant IsSpeaking Builder Deprecated - RTDSet
Group Call Participant Volume Level Builder Deprecated - RTDSet
Group Call Title Builder Deprecated - RTDSet
Inactive Session TtlBuilder Deprecated - RTDSet
Inline Game Score Builder Deprecated - RTDSet
Location Builder Deprecated - RTDSet
LogStream Builder Deprecated - RTDSet
LogTag Verbosity Level Builder Deprecated - RTDSet
LogVerbosity Level Builder Deprecated - RTDSet
Name Builder Deprecated - RTDSet
Network Type Builder Deprecated - RTDSet
Option Builder Deprecated - RTDSet
Passport Element Builder Deprecated - RTDSet
Passport Element Errors Builder Deprecated - RTDSet
Password Builder Deprecated - RTDSet
Pinned Chats Builder Deprecated - RTDSet
Poll Answer Builder Deprecated - RTDSet
Profile Photo Builder Deprecated - RTDSet
Recovery Email Address Builder Deprecated - RTDSet
Scope Notification Settings Builder Deprecated - RTDSet
Sticker Position InSet Builder Deprecated - RTDSet
Sticker SetThumbnail Builder Deprecated - RTDSet
Supergroup Sticker SetBuilder Deprecated - RTDSet
Supergroup Username Builder Deprecated - RTDSet
Tdlib Parameters Builder Deprecated - RTDSet
User Privacy Setting Rules Builder Deprecated - RTDSet
Username Builder Deprecated - RTDSet
Video Chat Default Participant Builder Deprecated - RTDShare
Phone Number Builder Deprecated - RTDShipping
Option Builder Deprecated - RTDSponsored
Message Builder Deprecated - RTDStart
Group Call Recording Builder Deprecated - RTDStart
Group Call Screen Sharing Builder Deprecated - RTDStart
Scheduled Group Call Builder Deprecated - RTDStatistical
Graph Async Builder Deprecated - RTDStatistical
Graph Data Builder Deprecated - RTDStatistical
Graph Error Builder Deprecated - RTDStatistical
Value Builder Deprecated - RTDSticker
Builder Deprecated - RTDSticker
SetBuilder Deprecated - RTDSticker
SetInfo Builder Deprecated - RTDSticker
Sets Builder Deprecated - RTDStickers
Builder Deprecated - RTDStop
Poll Builder Deprecated - RTDStorage
Statistics Builder Deprecated - RTDStorage
Statistics ByChat Builder Deprecated - RTDStorage
Statistics ByFile Type Builder Deprecated - RTDStorage
Statistics Fast Builder Deprecated - RTDSuggested
Action Check Password Builder Deprecated - RTDSuggested
Action Check Phone Number Builder Deprecated - RTDSuggested
Action Convert ToBroadcast Group Builder Deprecated - RTDSuggested
Action Enable Archive AndMute NewChats Builder Deprecated - RTDSuggested
Action SetPassword Builder Deprecated - RTDSuggested
Action View Checks Hint Builder Deprecated - RTDSupergroup
Builder Deprecated - RTDSupergroup
Full Info Builder Deprecated - RTDSupergroup
Members Filter Administrators Builder Deprecated - RTDSupergroup
Members Filter Banned Builder Deprecated - RTDSupergroup
Members Filter Bots Builder Deprecated - RTDSupergroup
Members Filter Contacts Builder Deprecated - RTDSupergroup
Members Filter Mention Builder Deprecated - RTDSupergroup
Members Filter Recent Builder Deprecated - RTDSupergroup
Members Filter Restricted Builder Deprecated - RTDSupergroup
Members Filter Search Builder Deprecated - RTDSynchronize
Language Pack Builder Deprecated - RTDT
MeUrl Builder Deprecated - RTDT
MeUrl Type Chat Invite Builder Deprecated - RTDT
MeUrl Type Sticker SetBuilder Deprecated - RTDT
MeUrl Type Supergroup Builder Deprecated - RTDT
MeUrl Type User Builder Deprecated - RTDT
MeUrls Builder Deprecated - RTDTdlib
Parameters Builder Deprecated - RTDTemporary
Password State Builder Deprecated - RTDTerminate
AllOther Sessions Builder Deprecated - RTDTerminate
Session Builder Deprecated - RTDTerms
OfService Builder Deprecated - RTDTest
Bytes Builder Deprecated - RTDTest
Call Bytes Builder Deprecated - RTDTest
Call Empty Builder Deprecated - RTDTest
Call String Builder Deprecated - RTDTest
Call Vector IntBuilder Deprecated - RTDTest
Call Vector IntObject Builder Deprecated - RTDTest
Call Vector String Builder Deprecated - RTDTest
Call Vector String Object Builder Deprecated - RTDTest
GetDifference Builder Deprecated - RTDTest
IntBuilder Deprecated - RTDTest
Network Builder Deprecated - RTDTest
Proxy Builder Deprecated - RTDTest
Return Error Builder Deprecated - RTDTest
Square IntBuilder Deprecated - RTDTest
String Builder Deprecated - RTDTest
UseUpdate Builder Deprecated - RTDTest
Vector IntBuilder Deprecated - RTDTest
Vector IntObject Builder Deprecated - RTDTest
Vector String Builder Deprecated - RTDTest
Vector String Object Builder Deprecated - RTDText
Builder Deprecated - RTDText
Entities Builder Deprecated - RTDText
Entity Builder Deprecated - RTDText
Entity Type Bank Card Number Builder Deprecated - RTDText
Entity Type Bold Builder Deprecated - RTDText
Entity Type BotCommand Builder Deprecated - RTDText
Entity Type Cashtag Builder Deprecated - RTDText
Entity Type Code Builder Deprecated - RTDText
Entity Type Email Address Builder Deprecated - RTDText
Entity Type Hashtag Builder Deprecated - RTDText
Entity Type Italic Builder Deprecated - RTDText
Entity Type Media Timestamp Builder Deprecated - RTDText
Entity Type Mention Builder Deprecated - RTDText
Entity Type Mention Name Builder Deprecated - RTDText
Entity Type Phone Number Builder Deprecated - RTDText
Entity Type PreBuilder Deprecated - RTDText
Entity Type PreCode Builder Deprecated - RTDText
Entity Type Strikethrough Builder Deprecated - RTDText
Entity Type Text UrlBuilder Deprecated - RTDText
Entity Type Underline Builder Deprecated - RTDText
Entity Type UrlBuilder Deprecated - RTDText
Parse ModeHTML Builder Deprecated - RTDText
Parse Mode Markdown Builder Deprecated - RTDTheme
Settings Builder Deprecated - RTDThumbnail
Builder Deprecated - RTDThumbnail
Format GifBuilder Deprecated - RTDThumbnail
Format Jpeg Builder Deprecated - RTDThumbnail
Format Mpeg4 Builder Deprecated - RTDThumbnail
Format PngBuilder Deprecated - RTDThumbnail
Format TgsBuilder Deprecated - RTDThumbnail
Format Webp Builder Deprecated - RTDToggle
Chat Default Disable Notification Builder Deprecated - RTDToggle
Chat HasProtected Content Builder Deprecated - RTDToggle
Chat IsMarked AsUnread Builder Deprecated - RTDToggle
Chat IsPinned Builder Deprecated - RTDToggle
Group Call Enabled Start Notification Builder Deprecated - RTDToggle
Group Call IsMy Video Enabled Builder Deprecated - RTDToggle
Group Call IsMy Video Paused Builder Deprecated - RTDToggle
Group Call Mute NewParticipants Builder Deprecated - RTDToggle
Group Call Participant IsHand Raised Builder Deprecated - RTDToggle
Group Call Participant IsMuted Builder Deprecated - RTDToggle
Group Call Screen Sharing IsPaused Builder Deprecated - RTDToggle
Message Sender IsBlocked Builder Deprecated - RTDToggle
Session CanAccept Calls Builder Deprecated - RTDToggle
Session CanAccept Secret Chats Builder Deprecated - RTDToggle
Supergroup IsAll History Available Builder Deprecated - RTDToggle
Supergroup IsBroadcast Group Builder Deprecated - RTDToggle
Supergroup Sign Messages Builder Deprecated - RTDTop
Chat Category Bots Builder Deprecated - RTDTop
Chat Category Calls Builder Deprecated - RTDTop
Chat Category Channels Builder Deprecated - RTDTop
Chat Category Forward Chats Builder Deprecated - RTDTop
Chat Category Groups Builder Deprecated - RTDTop
Chat Category Inline Bots Builder Deprecated - RTDTop
Chat Category Users Builder Deprecated - RTDTransfer
Chat Ownership Builder Deprecated - RTDUnpin
AllChat Messages Builder Deprecated - RTDUnpin
Chat Message Builder Deprecated - RTDUpdate
Active Notifications Builder Deprecated - RTDUpdate
Animated Emoji Message Clicked Builder Deprecated - RTDUpdate
Animation Search Parameters Builder Deprecated - RTDUpdate
Authorization State Builder Deprecated - RTDUpdate
Basic Group Builder Deprecated - RTDUpdate
Basic Group Full Info Builder Deprecated - RTDUpdate
Call Builder Deprecated - RTDUpdate
Chat Action BarBuilder Deprecated - RTDUpdate
Chat Action Builder Deprecated - RTDUpdate
Chat Default Disable Notification Builder Deprecated - RTDUpdate
Chat Draft Message Builder Deprecated - RTDUpdate
Chat Filters Builder Deprecated - RTDUpdate
Chat HasProtected Content Builder Deprecated - RTDUpdate
Chat HasScheduled Messages Builder Deprecated - RTDUpdate
Chat IsBlocked Builder Deprecated - RTDUpdate
Chat IsMarked AsUnread Builder Deprecated - RTDUpdate
Chat Last Message Builder Deprecated - RTDUpdate
Chat Member Builder Deprecated - RTDUpdate
Chat Message Sender Builder Deprecated - RTDUpdate
Chat Message TtlBuilder Deprecated - RTDUpdate
Chat Notification Settings Builder Deprecated - RTDUpdate
Chat Online Member Count Builder Deprecated - RTDUpdate
Chat Pending Join Requests Builder Deprecated - RTDUpdate
Chat Permissions Builder Deprecated - RTDUpdate
Chat Photo Builder Deprecated - RTDUpdate
Chat Position Builder Deprecated - RTDUpdate
Chat Read Inbox Builder Deprecated - RTDUpdate
Chat Read Outbox Builder Deprecated - RTDUpdate
Chat Reply Markup Builder Deprecated - RTDUpdate
Chat Theme Builder Deprecated - RTDUpdate
Chat Themes Builder Deprecated - RTDUpdate
Chat Title Builder Deprecated - RTDUpdate
Chat Unread Mention Count Builder Deprecated - RTDUpdate
Chat Video Chat Builder Deprecated - RTDUpdate
Connection State Builder Deprecated - RTDUpdate
Delete Messages Builder Deprecated - RTDUpdate
Dice Emojis Builder Deprecated - RTDUpdate
Favorite Stickers Builder Deprecated - RTDUpdate
File Builder Deprecated - RTDUpdate
File Generation Start Builder Deprecated - RTDUpdate
File Generation Stop Builder Deprecated - RTDUpdate
Group Call Builder Deprecated - RTDUpdate
Group Call Participant Builder Deprecated - RTDUpdate
Have Pending Notifications Builder Deprecated - RTDUpdate
Installed Sticker Sets Builder Deprecated - RTDUpdate
Language Pack Strings Builder Deprecated - RTDUpdate
Message Content Builder Deprecated - RTDUpdate
Message Content Opened Builder Deprecated - RTDUpdate
Message Edited Builder Deprecated - RTDUpdate
Message Interaction Info Builder Deprecated - RTDUpdate
Message IsPinned Builder Deprecated - RTDUpdate
Message Live Location Viewed Builder Deprecated - RTDUpdate
Message Mention Read Builder Deprecated - RTDUpdate
Message Send Acknowledged Builder Deprecated - RTDUpdate
Message Send Failed Builder Deprecated - RTDUpdate
Message Send Succeeded Builder Deprecated - RTDUpdate
NewCall Signaling Data Builder Deprecated - RTDUpdate
NewCallback Query Builder Deprecated - RTDUpdate
NewChat Builder Deprecated - RTDUpdate
NewChat Join Request Builder Deprecated - RTDUpdate
NewChosen Inline Result Builder Deprecated - RTDUpdate
NewCustom Event Builder Deprecated - RTDUpdate
NewCustom Query Builder Deprecated - RTDUpdate
NewInline Callback Query Builder Deprecated - RTDUpdate
NewInline Query Builder Deprecated - RTDUpdate
NewMessage Builder Deprecated - RTDUpdate
NewPre Checkout Query Builder Deprecated - RTDUpdate
NewShipping Query Builder Deprecated - RTDUpdate
Notification Builder Deprecated - RTDUpdate
Notification Group Builder Deprecated - RTDUpdate
Option Builder Deprecated - RTDUpdate
Poll Answer Builder Deprecated - RTDUpdate
Poll Builder Deprecated - RTDUpdate
Recent Stickers Builder Deprecated - RTDUpdate
Saved Animations Builder Deprecated - RTDUpdate
Scope Notification Settings Builder Deprecated - RTDUpdate
Secret Chat Builder Deprecated - RTDUpdate
Selected Background Builder Deprecated - RTDUpdate
Service Notification Builder Deprecated - RTDUpdate
Sticker SetBuilder Deprecated - RTDUpdate
Suggested Actions Builder Deprecated - RTDUpdate
Supergroup Builder Deprecated - RTDUpdate
Supergroup Full Info Builder Deprecated - RTDUpdate
Terms OfService Builder Deprecated - RTDUpdate
Trending Sticker Sets Builder Deprecated - RTDUpdate
Unread Chat Count Builder Deprecated - RTDUpdate
Unread Message Count Builder Deprecated - RTDUpdate
User Builder Deprecated - RTDUpdate
User Full Info Builder Deprecated - RTDUpdate
User Privacy Setting Rules Builder Deprecated - RTDUpdate
User Status Builder Deprecated - RTDUpdate
Users Nearby Builder Deprecated - RTDUpdates
Builder Deprecated - RTDUpgrade
Basic Group Chat ToSupergroup Chat Builder Deprecated - RTDUpload
File Builder Deprecated - RTDUpload
Sticker File Builder Deprecated - RTDUser
Builder Deprecated - RTDUser
Full Info Builder Deprecated - RTDUser
Privacy Setting Allow Calls Builder Deprecated - RTDUser
Privacy Setting Allow Chat Invites Builder Deprecated - RTDUser
Privacy Setting Allow Finding ByPhone Number Builder Deprecated - RTDUser
Privacy Setting Allow Peer ToPeer Calls Builder Deprecated - RTDUser
Privacy Setting Rule Allow AllBuilder Deprecated - RTDUser
Privacy Setting Rule Allow Chat Members Builder Deprecated - RTDUser
Privacy Setting Rule Allow Contacts Builder Deprecated - RTDUser
Privacy Setting Rule Allow Users Builder Deprecated - RTDUser
Privacy Setting Rule Restrict AllBuilder Deprecated - RTDUser
Privacy Setting Rule Restrict Chat Members Builder Deprecated - RTDUser
Privacy Setting Rule Restrict Contacts Builder Deprecated - RTDUser
Privacy Setting Rule Restrict Users Builder Deprecated - RTDUser
Privacy Setting Rules Builder Deprecated - RTDUser
Privacy Setting Show Link InForwarded Messages Builder Deprecated - RTDUser
Privacy Setting Show Phone Number Builder Deprecated - RTDUser
Privacy Setting Show Profile Photo Builder Deprecated - RTDUser
Privacy Setting Show Status Builder Deprecated - RTDUser
Status Empty Builder Deprecated - RTDUser
Status Last Month Builder Deprecated - RTDUser
Status Last Week Builder Deprecated - RTDUser
Status Offline Builder Deprecated - RTDUser
Status Online Builder Deprecated - RTDUser
Status Recently Builder Deprecated - RTDUser
Type BotBuilder Deprecated - RTDUser
Type Deleted Builder Deprecated - RTDUser
Type Regular Builder Deprecated - RTDUser
Type Unknown Builder Deprecated - RTDUsers
Builder Deprecated - RTDValidate
Order Info Builder Deprecated - RTDValidated
Order Info Builder Deprecated - RTDVector
Path Command Cubic Bezier Curve Builder Deprecated - RTDVector
Path Command Line Builder Deprecated - RTDVenue
Builder Deprecated - RTDVideo
Builder Deprecated - RTDVideo
Chat Builder Deprecated - RTDVideo
Note Builder Deprecated - RTDView
Messages Builder Deprecated - RTDView
Trending Sticker Sets Builder Deprecated - RTDVoice
Note Builder Deprecated - RTDWeb
Page Builder Deprecated - RTDWeb
Page Instant View Builder Deprecated - RTDWrite
Generated File Part Builder Deprecated