Add TD warnings

This commit is contained in:
Daniil Gentili 2017-06-06 18:39:21 +02:00
parent 0ad8859b6e
commit 3268b1745d
169 changed files with 510 additions and 2 deletions

View File

@ -6,6 +6,9 @@ description: Adds new member to chat. Members can't be added to private or secre
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Adds new member to chat. Members can't be added to private or secret chats. Member will not be added until chat state will be synchronized with the server. Member will not be added if application is killed before it can send request to the server Adds new member to chat. Members can't be added to private or secret chats. Member will not be added until chat state will be synchronized with the server. Member will not be added if application is killed before it can send request to the server
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Adds many new members to the chat. Currently, available only for ch
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Adds many new members to the chat. Currently, available only for channels. Can't be used to join the channel. Member will not be added until chat state will be synchronized with the server. Member will not be added if application is killed before it can send request to the server Adds many new members to the chat. Currently, available only for channels. Can't be used to join the channel. Member will not be added until chat state will be synchronized with the server. Member will not be added if application is killed before it can send request to the server
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Manually adds new sticker to the list of recently used stickers. Ne
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Manually adds new sticker to the list of recently used stickers. New sticker is added to the beginning of the list. If the sticker is already in the list, at first it is removed from the list Manually adds new sticker to the list of recently used stickers. New sticker is added to the beginning of the list. If the sticker is already in the list, at first it is removed from the list
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Adds chat to the list of recently found chats. The chat is added to
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Adds 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, at first it is removed from the list Adds 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, at first it is removed from the list
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Manually adds new animation to the list of saved animations. New an
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Manually adds new animation to the list of saved animations. New animation is added to the beginning of the list. If the animation is already in the list, at first it is removed from the list. Only non-secret video animations with MIME type "video/mp4" can be added to the list Manually adds new animation to the list of saved animations. New animation is added to the beginning of the list. If the animation is already in the list, at first it is removed from the list. Only non-secret video animations with MIME type "video/mp4" can be added to the list
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Bots only. Sets result of the callback query
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Sets result of the callback query Bots only. Sets result of the callback query
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Bots only. Sets result of the inline query
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Sets result of the inline query Bots only. Sets result of the inline query
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Adds user to black list
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Adds user to black list Adds user to black list
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Stops file downloading. If file already downloaded do nothing.
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Stops file downloading. If file already downloaded do nothing. Stops file downloading. If file already downloaded do nothing.
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Changes about information of logged in user
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes about information of logged in user Changes about information of logged in user
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Changes period of inactivity, after which the account of currently
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes period of inactivity, after which the account of currently logged in user will be automatically deleted Changes period of inactivity, after which the account of currently logged in user will be automatically deleted
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Changes information about the channel. Needs creator privileges in
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes information about the channel. Needs creator privileges in the broadcast channel or editor privileges in the supergroup channel Changes information about the channel. Needs creator privileges in the broadcast channel or editor privileges in the supergroup channel
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Changes username of the channel. Needs creator privileges in the ch
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes username of the channel. Needs creator privileges in the channel Changes username of the channel. Needs creator privileges in the channel
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Changes chat draft message
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes chat draft message Changes chat draft message
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Changes status of the chat member, need appropriate privileges. In
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes status of the chat member, need appropriate privileges. In channel chats, user will be added to chat members if he is yet not a member and there is less than 200 members in the channel. - Status will not be changed until chat state will be synchronized with the server. Status will not be changed if application is killed before it can send request to the server Changes status of the chat member, need appropriate privileges. In channel chats, user will be added to chat members if he is yet not a member and there is less than 200 members in the channel. - Status will not be changed until chat state will be synchronized with the server. Status will not be changed if application is killed before it can send request to the server
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Changes chat photo. Photo can't be changed for private chats. Photo
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes chat photo. Photo can't be changed for private chats. Photo will not change until change will be synchronized with the server. Photo will not be changed if application is killed before it can send request to the server. - There will be update about change of the photo on success. Otherwise error will be returned Changes chat photo. Photo can't be changed for private chats. Photo will not change until change will be synchronized with the server. Photo will not be changed if application is killed before it can send request to the server. - There will be update about change of the photo on success. Otherwise error will be returned
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Reports chat as a spam chat or as not a spam chat. Can be used only
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Reports chat as a spam chat or as not a spam chat. Can be used only if ChatReportSpamState.can_report_spam is true. After this request ChatReportSpamState.can_report_spam became false forever Reports chat as a spam chat or as not a spam chat. Can be used only if ChatReportSpamState.can_report_spam is true. After this request ChatReportSpamState.can_report_spam became false forever
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Changes chat title. Title can't be changed for private chats. Title
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes chat title. Title can't be changed for private chats. Title will not change until change will be synchronized with the server. Title will not be changed if application is killed before it can send request to the server. - There will be update about change of the title on success. Otherwise error will be returned Changes chat title. Title can't be changed for private chats. Title will not change until change will be synchronized with the server. Title will not be changed if application is killed before it can send request to the server. - There will be update about change of the title on success. Otherwise error will be returned
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Changes first and last names of logged in user. If something change
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes first and last names of logged in user. If something changes, updateUser will be sent Changes first and last names of logged in user. If something changes, updateUser will be sent
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Changes user's phone number and sends authentication code to the ne
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes user's phone number and sends authentication code to the new user's phone number. Returns authStateWaitCode with information about sent code on success Changes user's phone number and sends authentication code to the new user's phone number. Returns authStateWaitCode with information about sent code on success
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Changes username of logged in user. If something changes, updateUse
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Changes username of logged in user. If something changes, updateUser will be sent Changes username of logged in user. If something changes, updateUser will be sent
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Check bot's authentication token to log in as a bot. Works only whe
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Check bot's authentication token to log in as a bot. Works only when authGetState returns authStateWaitPhoneNumber. Can be used instead of setAuthPhoneNumber and checkAuthCode to log in. Returns authStateOk on success Check bot's authentication token to log in as a bot. Works only when authGetState returns authStateWaitPhoneNumber. Can be used instead of setAuthPhoneNumber and checkAuthCode to log in. Returns authStateOk on success
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Checks authentication code. Works only when authGetState returns au
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Checks authentication code. Works only when authGetState returns authStateWaitCode. Returns authStateWaitPassword or authStateOk on success Checks authentication code. Works only when authGetState returns authStateWaitCode. Returns authStateWaitPassword or authStateOk on success
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Checks password for correctness. Works only when authGetState retur
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Checks password for correctness. Works only when authGetState returns authStateWaitPassword. Returns authStateOk on success Checks password for correctness. Works only when authGetState returns authStateWaitPassword. Returns authStateOk on success
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Checks authentication code sent to change user's phone number. Retu
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Checks authentication code sent to change user's phone number. Returns authStateOk on success Checks authentication code sent to change user's phone number. Returns authStateOk on success
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Checks chat invite link for validness and returns information about
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Checks chat invite link for validness and returns information about the corresponding chat Checks chat invite link for validness and returns information about the corresponding chat
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Clears list of recently used stickers
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Clears list of recently used stickers Clears list of recently used stickers
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Chat is closed by the user. Many useful activities depends on chat
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Chat is closed by the user. Many useful activities depends on chat being opened or closed. Chat is closed by the user. Many useful activities depends on chat being opened or closed.
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Closes secret chat
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Closes secret chat Closes secret chat
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns existing chat corresponding to the known channel
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns existing chat corresponding to the known channel Returns existing chat corresponding to the known channel
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns existing chat corresponding to the known group
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns existing chat corresponding to the known group Returns existing chat corresponding to the known group
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Creates new channel chat and send corresponding messageChannelChatC
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Creates new channel chat and send corresponding messageChannelChatCreate, returns created chat Creates new channel chat and send corresponding messageChannelChatCreate, returns created chat
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Creates new group chat and send corresponding messageGroupChatCreat
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Creates new group chat and send corresponding messageGroupChatCreate, returns created chat Creates new group chat and send corresponding messageGroupChatCreate, returns created chat
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Creates new secret chat, returns created chat
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Creates new secret chat, returns created chat Creates new secret chat, returns created chat
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns existing chat corresponding to the given user
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns existing chat corresponding to the given user Returns existing chat corresponding to the given user
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns existing chat corresponding to the known secret chat
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns existing chat corresponding to the known secret chat Returns existing chat corresponding to the known secret chat
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Deletes the account of currently logged in user, deleting from the
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Deletes the account of currently logged in user, deleting from the server all information associated with it. Account's phone number can be used to create new account, but only once in two weeks Deletes the account of currently logged in user, deleting from the server all information associated with it. Account's phone number can be used to create new account, but only once in two weeks
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Deletes channel along with all messages in corresponding chat. Rele
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Deletes channel along with all messages in corresponding chat. Releases channel username and removes all members. Needs creator privileges in the channel. Channels with more than 1000 members can't be deleted Deletes channel along with all messages in corresponding chat. Releases channel username and removes all members. Needs creator privileges in the channel. Channels with more than 1000 members can't be deleted
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Deletes all messages in the chat. Can't be used for channel chats
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Deletes all messages in the chat. Can't be used for channel chats Deletes all messages in the chat. Can't be used for channel chats
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Deletes default reply markup from chat. This method needs to be cal
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Deletes default reply markup from chat. This method needs to be called after one-time keyboard or ForceReply reply markup has been used. UpdateChatReplyMarkup will be send if reply markup will be changed Deletes default reply markup from chat. This method needs to be called after one-time keyboard or ForceReply reply markup has been used. UpdateChatReplyMarkup will be send if reply markup will be changed
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Deletes users from contacts list
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Deletes users from contacts list Deletes users from contacts list
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Deletes messages. UpdateDeleteMessages will not be sent for message
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Deletes messages. UpdateDeleteMessages will not be sent for messages deleted through that function Deletes messages. UpdateDeleteMessages will not be sent for messages deleted through that function
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Deletes all messages in the chat sent by the specified user. Works
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Deletes all messages in the chat sent by the specified user. Works only in supergroup channel chats, needs appropriate privileges Deletes all messages in the chat sent by the specified user. Works only in supergroup channel chats, needs appropriate privileges
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Deletes profile photo. If something changes, updateUser will be sen
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Deletes profile photo. If something changes, updateUser will be sent Deletes profile photo. If something changes, updateUser will be sent
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Removes a sticker from the list of recently used stickers
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Removes a sticker from the list of recently used stickers Removes a sticker from the list of recently used stickers
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Deletes chat from the list of recently found chats
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Deletes chat from the list of recently found chats Deletes chat from the list of recently found chats
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Clears list of recently found chats
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Clears list of recently found chats Clears list of recently found chats
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Removes animation from the list of saved animations
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Removes animation from the list of saved animations Removes animation from the list of saved animations
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Asynchronously downloads file from cloud. Updates updateFileProgres
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Asynchronously downloads file from cloud. Updates updateFileProgress will notify about download progress. Update updateFile will notify about successful download Asynchronously downloads file from cloud. Updates updateFileProgress will notify about download progress. Update updateFile will notify about successful download
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Bots only. Edits caption of an inline message content sent via bot
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Edits caption of an inline message content sent via bot Bots only. Edits caption of an inline message content sent via bot
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Bots only. Edits reply markup of an inline message sent via bot
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Edits reply markup of an inline message sent via bot Bots only. Edits reply markup of an inline message sent via bot
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Bots only. Edits text of an inline text or game message sent via bo
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Edits text of an inline text or game message sent via bot Bots only. Edits text of an inline text or game message sent via bot
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Edits message content caption. Non-bots can edit message in a limit
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Edits message content caption. Non-bots can edit message in a limited period of time. Returns edited message after edit is complete server side Edits message content caption. Non-bots can edit message in a limited period of time. Returns edited message after edit is complete server side
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Bots only. Edits message reply markup. Returns edited message after
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Edits message reply markup. Returns edited message after edit is complete server side Bots only. Edits message reply markup. Returns edited message after edit is complete server side
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Edits text of text or game message. Non-bots can edit message in a
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Edits text of text or game message. Non-bots can edit message in a limited period of time. Returns edited message after edit is complete server side Edits text of text or game message. Non-bots can edit message in a limited period of time. Returns edited message after edit is complete server side
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Generates new chat invite link, previously generated link is revoke
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Generates new chat invite link, previously generated link is revoked. Available for group and channel chats. Only creator of the chat can export chat invite link Generates new chat invite link, previously generated link is revoked. Available for group and channel chats. Only creator of the chat can export chat invite link
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Finishes file generation
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Finishes file generation Finishes file generation
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Forwards previously sent messages. Returns forwarded messages in th
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Forwards previously sent messages. Returns forwarded messages in the same order as message identifiers passed in message_ids. If message can't be forwarded, null will be returned instead of the message. UpdateChatTopMessage will not be sent, so returned messages should be used to update chat top message Forwards previously sent messages. Returns forwarded messages in the same order as message identifiers passed in message_ids. If message can't be forwarded, null will be returned instead of the message. UpdateChatTopMessage will not be sent, so returned messages should be used to update chat top message
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns period of inactivity, after which the account of currently
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns period of inactivity, after which the account of currently logged in user will be automatically deleted Returns period of inactivity, after which the account of currently logged in user will be automatically deleted
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns all active sessions of logged in user
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns all active sessions of logged in user Returns all active sessions of logged in user
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns list of archived sticker sets
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns list of archived sticker sets Returns list of archived sticker sets
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns list of sticker sets attached to a file, currently only pho
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns list of sticker sets attached to a file, currently only photos and videos can have attached sticker sets Returns list of sticker sets attached to a file, currently only photos and videos can have attached sticker sets
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns current authorization state, offline request
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns current authorization state, offline request Returns current authorization state, offline request
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns users blocked by the current user
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns users blocked by the current user Returns users blocked by the current user
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Sends callback query to a bot and returns answer to it. Unavailable
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Sends callback query to a bot and returns answer to it. Unavailable for bots Sends callback query to a bot and returns answer to it. Unavailable for bots
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns information about a channel by its identifier, offline requ
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns information about a channel by its identifier, offline request if current user is not a bot Returns information about a channel by its identifier, offline request if current user is not a bot
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns full information about a channel by its identifier, cached
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns full information about a channel by its identifier, cached for at most 1 minute Returns full information about a channel by its identifier, cached for at most 1 minute
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns information about channel members or kicked from channel us
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns information about channel members or kicked from channel users. Can be used only if channel_full->can_get_members == true Returns information about channel members or kicked from channel users. Can be used only if channel_full->can_get_members == true
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns information about a chat by its identifier, offline request
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns information about a chat by its identifier, offline request if current user is not a bot Returns information about a chat by its identifier, offline request if current user is not a bot
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns messages in a chat. Automatically calls openChat. Returns r
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns messages in a chat. Automatically calls openChat. Returns result in reverse chronological order, i.e. in order of decreasing message.message_id Returns messages in a chat. Automatically calls openChat. Returns result in reverse chronological order, i.e. in order of decreasing message.message_id
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns information about one participant of the chat
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns information about one participant of the chat Returns information about one participant of the chat
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns current chat report spam state
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns current chat report spam state Returns current chat report spam state
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns list of chats in the right order, chats are sorted by (orde
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns list of chats in the right order, chats are sorted by (order, chat_id) in decreasing order. For example, to get list of chats from the beginning, the offset_order should be equal 2^63 - 1 Returns list of chats in the right order, chats are sorted by (order, chat_id) in decreasing order. For example, to get list of chats from the beginning, the offset_order should be equal 2^63 - 1
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns list of common chats with an other given user. Chats are so
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns list of common chats with an other given user. Chats are sorted by their type and creation date Returns list of common chats with an other given user. Chats are sorted by their type and creation date
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns list of created public channels
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns list of created public channels Returns list of created public channels
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns list of used device tokens
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns list of used device tokens Returns list of used device tokens
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns information about a file, offline request
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns information about a file, offline request Returns information about a file, offline request
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns information about a file by its persistent id, offline requ
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns information about a file by its persistent id, offline request Returns information about a file by its persistent id, offline request
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Bots only. Returns game high scores and some part of the score tabl
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Returns game high scores and some part of the score table around of the specified user in the game Bots only. Returns game high scores and some part of the score table around of the specified user in the game
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns information about a group by its identifier, offline reques
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns information about a group by its identifier, offline request if current user is not a bot Returns information about a group by its identifier, offline request if current user is not a bot
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns full information about a group by its identifier
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns full information about a group by its identifier Returns full information about a group by its identifier
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Bots only. Returns game high scores and some part of the score tabl
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Bots only. Returns game high scores and some part of the score table around of the specified user in the game Bots only. Returns game high scores and some part of the score table around of the specified user in the game
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Sends inline query to a bot and returns its results. Unavailable fo
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Sends inline query to a bot and returns its results. Unavailable for bots Sends inline query to a bot and returns its results. Unavailable for bots
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns current logged in user
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns current logged in user Returns current logged in user
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns information about a message
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns information about a message Returns information about a message
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns information about messages. If message is not found, return
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns information about messages. If message is not found, returns null on the corresponding position of the result Returns information about messages. If message is not found, returns null on the corresponding position of the result
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns notification settings for a given scope
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns notification settings for a given scope Returns notification settings for a given scope
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns value of an option by its name. See list of available optio
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns value of an option by its name. See list of available options on https: core.telegram.org/tdlib/options Returns value of an option by its name. See list of available options on https: core.telegram.org/tdlib/options
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns current state of two-step verification
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns current state of two-step verification Returns current state of two-step verification
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns current privacy settings
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns current privacy settings Returns current privacy settings
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns up to 20 recently used inline bots in the order of the last
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns up to 20 recently used inline bots in the order of the last usage Returns up to 20 recently used inline bots in the order of the last usage
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns list of recently used stickers
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns list of recently used stickers Returns list of recently used stickers
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns set up recovery email. This method can be used to verify a
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns set up recovery email. This method can be used to verify a password provided by the user Returns set up recovery email. This method can be used to verify a password provided by the user
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns saved animations
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns saved animations Returns saved animations
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns information about a secret chat by its identifier, offline
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns information about a secret chat by its identifier, offline request Returns information about a secret chat by its identifier, offline request
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns emojis corresponding to a sticker
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns emojis corresponding to a sticker Returns emojis corresponding to a sticker
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns information about sticker set by its identifier
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns information about sticker set by its identifier Returns information about sticker set by its identifier
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns list of installed sticker sets without archived sticker set
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns list of installed sticker sets without archived sticker sets Returns list of installed sticker sets without archived sticker sets
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns stickers corresponding to given emoji
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns stickers corresponding to given emoji Returns stickers corresponding to given emoji
### Params: ### Params:

View File

@ -6,6 +6,9 @@ description: Returns user that can be contacted to get support
[Back to methods index](index.md) [Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Returns user that can be contacted to get support Returns user that can be contacted to get support
### Params: ### Params:

Some files were not shown because too many files have changed in this diff Show More