AMP fixes

This commit is contained in:
Daniil Gentili 2017-08-20 09:05:56 +00:00
parent d1eb14fae2
commit 9d77dc0919
9676 changed files with 9678 additions and 9678 deletions

View File

@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/danog/MadelineProto.svg?branch=master)](https://travis-ci.org/danog/MadelineProto)
<img src='https://daniil.it/MadelineProto/logo.png' alt='MadelineProto logo' onmouseover="this.src='https://daniil.it/MadelineProto/logo-hover.png';" onmouseout="this.src='https://daniil.it/MadelineProto/logo.png';" />
<img src='https://docs.madelineproto.xyz/logo.png' alt='MadelineProto logo' onmouseover="this.src='https://daniil.it/MadelineProto/logo-hover.png';" onmouseout="this.src='https://daniil.it/MadelineProto/logo.png';" />
Logo created by [Matthew Hesketh](http://matthewhesketh.com) (thanks again!).

View File

@ -10,7 +10,7 @@ description: accountDaysTTL attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|days|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: account_authorizations attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|authorizations|Array of [Authorization](../types/Authorization.md) | Yes|

View File

@ -10,7 +10,7 @@ description: account_noPassword attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|new\_salt|[bytes](../types/bytes.md) | Yes|
|email\_unconfirmed\_pattern|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: account_password attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|current\_salt|[bytes](../types/bytes.md) | Yes|
|new\_salt|[bytes](../types/bytes.md) | Yes|
|hint|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: account_passwordInputSettings attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|new\_salt|[bytes](../types/bytes.md) | Optional|
|new\_password\_hash|[bytes](../types/bytes.md) | Optional|
|hint|[string](../types/string.md) | Optional|

View File

@ -10,7 +10,7 @@ description: account_passwordSettings attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|email|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: account_privacyRules attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|rules|Array of [PrivacyRule](../types/PrivacyRule.md) | Yes|
|users|Array of [User](../types/User.md) | Yes|

View File

@ -10,7 +10,7 @@ description: account_tmpPassword attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|tmp\_password|[bytes](../types/bytes.md) | Yes|
|valid\_until|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: auth_authorization attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|tmp\_sessions|[int](../types/int.md) | Optional|
|user|[User](../types/User.md) | Yes|

View File

@ -10,7 +10,7 @@ description: auth_checkedPhone attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|phone\_registered|[Bool](../types/Bool.md) | Yes|

View File

@ -10,7 +10,7 @@ description: auth_exportedAuthorization attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|id|[int](../types/int.md) | Yes|
|bytes|[bytes](../types/bytes.md) | Yes|

View File

@ -10,7 +10,7 @@ description: auth_passwordRecovery attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|email\_pattern|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: auth_sentCode attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|phone\_registered|[Bool](../types/Bool.md) | Optional|
|type|[auth\_SentCodeType](../types/auth_SentCodeType.md) | Yes|
|phone\_code\_hash|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: auth_sentCodeTypeApp attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|length|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: auth_sentCodeTypeCall attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|length|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: auth_sentCodeTypeFlashCall attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|pattern|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: auth_sentCodeTypeSms attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|length|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: authorization attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|hash|[long](../types/long.md) | Yes|
|device\_model|[string](../types/string.md) | Yes|
|platform|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: bad_msg_notification attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|bad\_msg\_id|[long](../types/long.md) | Yes|
|bad\_msg\_seqno|[int](../types/int.md) | Yes|
|error\_code|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: bad_server_salt attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|bad\_msg\_id|[long](../types/long.md) | Yes|
|bad\_msg\_seqno|[int](../types/int.md) | Yes|
|error\_code|[int](../types/int.md) | Yes|

View File

@ -12,7 +12,7 @@ Represents command supported by bot
### Attributes:
| Name | Type | Required | Description |
|----------|:-------------:|:--------:|------------:|
|----------|---------------|----------|-------------|
|command|[string](../types/string.md) | Yes|Text of the bot command|
|description|[string](../types/string.md) | Yes|Description of the bot command|

View File

@ -10,7 +10,7 @@ description: botInfo attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|user\_id|[int](../types/int.md) | Yes|
|description|[string](../types/string.md) | Yes|
|commands|Array of [BotCommand](../types/BotCommand.md) | Yes|

View File

@ -10,7 +10,7 @@ description: botInlineMediaResult attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|id|[string](../types/string.md) | Yes|
|type|[string](../types/string.md) | Yes|
|photo|[Photo](../types/Photo.md) | Optional|

View File

@ -10,7 +10,7 @@ description: botInlineMessageMediaAuto attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|caption|[string](../types/string.md) | Yes|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|

View File

@ -10,7 +10,7 @@ description: botInlineMessageMediaContact attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|phone\_number|[string](../types/string.md) | Yes|
|first\_name|[string](../types/string.md) | Yes|
|last\_name|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: botInlineMessageMediaGeo attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|geo|[GeoPoint](../types/GeoPoint.md) | Yes|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|

View File

@ -10,7 +10,7 @@ description: botInlineMessageMediaVenue attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|geo|[GeoPoint](../types/GeoPoint.md) | Yes|
|title|[string](../types/string.md) | Yes|
|address|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: botInlineMessageText attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|no\_webpage|[Bool](../types/Bool.md) | Optional|
|message|[string](../types/string.md) | Yes|
|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional|

View File

@ -10,7 +10,7 @@ description: botInlineResult attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|id|[string](../types/string.md) | Yes|
|type|[string](../types/string.md) | Yes|
|title|[string](../types/string.md) | Optional|

View File

@ -10,7 +10,7 @@ description: cdnConfig attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|public\_keys|Array of [CdnPublicKey](../types/CdnPublicKey.md) | Yes|

View File

@ -10,7 +10,7 @@ description: cdnFileHash attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|offset|[int](../types/int.md) | Yes|
|limit|[int](../types/int.md) | Yes|
|hash|[bytes](../types/bytes.md) | Yes|

View File

@ -10,7 +10,7 @@ description: cdnPublicKey attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|dc\_id|[int](../types/int.md) | Yes|
|public\_key|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channel attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|creator|[Bool](../types/Bool.md) | Optional|
|left|[Bool](../types/Bool.md) | Optional|
|editor|[Bool](../types/Bool.md) | Optional|

View File

@ -10,7 +10,7 @@ description: channelAdminLogEvent attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|id|[long](../types/long.md) | Yes|
|date|[int](../types/int.md) | Yes|
|user\_id|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelAdminLogEventActionChangeAbout attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|prev\_value|[string](../types/string.md) | Yes|
|new\_value|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelAdminLogEventActionChangePhoto attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|prev\_photo|[ChatPhoto](../types/ChatPhoto.md) | Yes|
|new\_photo|[ChatPhoto](../types/ChatPhoto.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelAdminLogEventActionChangeTitle attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|prev\_value|[string](../types/string.md) | Yes|
|new\_value|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelAdminLogEventActionChangeUsername attributes, type and examp
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|prev\_value|[string](../types/string.md) | Yes|
|new\_value|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelAdminLogEventActionDeleteMessage attributes, type and exampl
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|message|[Message](../types/Message.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelAdminLogEventActionEditMessage attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|prev\_message|[Message](../types/Message.md) | Yes|
|new\_message|[Message](../types/Message.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelAdminLogEventActionParticipantInvite attributes, type and ex
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelAdminLogEventActionParticipantToggleAdmin attributes, type a
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|prev\_participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|new\_participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelAdminLogEventActionParticipantToggleBan attributes, type and
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|prev\_participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|new\_participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelAdminLogEventActionToggleInvites attributes, type and exampl
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|new\_value|[Bool](../types/Bool.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelAdminLogEventActionToggleSignatures attributes, type and exa
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|new\_value|[Bool](../types/Bool.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelAdminLogEventActionUpdatePinned attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|message|[Message](../types/Message.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelAdminLogEventsFilter attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|join|[Bool](../types/Bool.md) | Optional|
|leave|[Bool](../types/Bool.md) | Optional|
|invite|[Bool](../types/Bool.md) | Optional|

View File

@ -10,7 +10,7 @@ description: channelAdminRights attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|change\_info|[Bool](../types/Bool.md) | Optional|
|post\_messages|[Bool](../types/Bool.md) | Optional|
|edit\_messages|[Bool](../types/Bool.md) | Optional|

View File

@ -10,7 +10,7 @@ description: channelBannedRights attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|view\_messages|[Bool](../types/Bool.md) | Optional|
|send\_messages|[Bool](../types/Bool.md) | Optional|
|send\_media|[Bool](../types/Bool.md) | Optional|

View File

@ -10,7 +10,7 @@ description: channelForbidden attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|broadcast|[Bool](../types/Bool.md) | Optional|
|megagroup|[Bool](../types/Bool.md) | Optional|
|id|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelFull attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|can\_view\_participants|[Bool](../types/Bool.md) | Optional|
|can\_set\_username|[Bool](../types/Bool.md) | Optional|
|id|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelMessagesFilter attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|exclude\_new\_messages|[Bool](../types/Bool.md) | Optional|
|ranges|Array of [MessageRange](../types/MessageRange.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelParticipant attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|user\_id|[int](../types/int.md) | Yes|
|date|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelParticipantAdmin attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|can\_edit|[Bool](../types/Bool.md) | Optional|
|user\_id|[int](../types/int.md) | Yes|
|inviter\_id|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelParticipantBanned attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|left|[Bool](../types/Bool.md) | Optional|
|user\_id|[int](../types/int.md) | Yes|
|kicked\_by|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelParticipantCreator attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|user\_id|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelParticipantSelf attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|user\_id|[int](../types/int.md) | Yes|
|inviter\_id|[int](../types/int.md) | Yes|
|date|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelParticipantsBanned attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|q|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelParticipantsKicked attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|q|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channelParticipantsSearch attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|q|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channels_adminLogResults attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|events|Array of [ChannelAdminLogEvent](../types/ChannelAdminLogEvent.md) | Yes|
|chats|Array of [Chat](../types/Chat.md) | Yes|
|users|Array of [User](../types/User.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channels_channelParticipant attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|users|Array of [User](../types/User.md) | Yes|

View File

@ -10,7 +10,7 @@ description: channels_channelParticipants attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|count|[int](../types/int.md) | Yes|
|participants|Array of [ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|users|Array of [User](../types/User.md) | Yes|

View File

@ -10,7 +10,7 @@ description: chat attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|creator|[Bool](../types/Bool.md) | Optional|
|kicked|[Bool](../types/Bool.md) | Optional|
|left|[Bool](../types/Bool.md) | Optional|

View File

@ -10,7 +10,7 @@ description: chatEmpty attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|id|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: chatForbidden attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|id|[int](../types/int.md) | Yes|
|title|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: chatFull attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|id|[int](../types/int.md) | Yes|
|participants|[ChatParticipants](../types/ChatParticipants.md) | Yes|
|chat\_photo|[Photo](../types/Photo.md) | Yes|

View File

@ -10,7 +10,7 @@ description: chatInvite attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|channel|[Bool](../types/Bool.md) | Optional|
|broadcast|[Bool](../types/Bool.md) | Optional|
|public|[Bool](../types/Bool.md) | Optional|

View File

@ -10,7 +10,7 @@ description: chatInviteAlready attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|chat|[Chat](../types/Chat.md) | Yes|

View File

@ -10,7 +10,7 @@ description: chatInviteExported attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|link|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: chatParticipant attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|user\_id|[int](../types/int.md) | Yes|
|inviter\_id|[int](../types/int.md) | Yes|
|date|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: chatParticipantAdmin attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|user\_id|[int](../types/int.md) | Yes|
|inviter\_id|[int](../types/int.md) | Yes|
|date|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: chatParticipantCreator attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|user\_id|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: chatParticipants attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|chat\_id|[int](../types/int.md) | Yes|
|participants|Array of [ChatParticipant](../types/ChatParticipant.md) | Yes|
|version|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: chatParticipantsForbidden attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|chat\_id|[int](../types/int.md) | Yes|
|self\_participant|[ChatParticipant](../types/ChatParticipant.md) | Optional|

View File

@ -10,7 +10,7 @@ description: chatPhoto attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|photo\_small|[FileLocation](../types/FileLocation.md) | Yes|
|photo\_big|[FileLocation](../types/FileLocation.md) | Yes|

View File

@ -10,7 +10,7 @@ description: client_DH_inner_data attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|nonce|[int128](../types/int128.md) | Yes|
|server\_nonce|[int128](../types/int128.md) | Yes|
|retry\_id|[long](../types/long.md) | Yes|

View File

@ -10,7 +10,7 @@ description: config attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|phonecalls\_enabled|[Bool](../types/Bool.md) | Optional|
|date|[int](../types/int.md) | Yes|
|expires|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: contact attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|user\_id|[int](../types/int.md) | Yes|
|mutual|[Bool](../types/Bool.md) | Yes|

View File

@ -10,7 +10,7 @@ description: contactBlocked attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|user\_id|[int](../types/int.md) | Yes|
|date|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: contactStatus attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|user\_id|[int](../types/int.md) | Yes|
|status|[UserStatus](../types/UserStatus.md) | Yes|

View File

@ -10,7 +10,7 @@ description: contacts_blocked attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|blocked|Array of [ContactBlocked](../types/ContactBlocked.md) | Yes|
|users|Array of [User](../types/User.md) | Yes|

View File

@ -10,7 +10,7 @@ description: contacts_blockedSlice attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|count|[int](../types/int.md) | Yes|
|blocked|Array of [ContactBlocked](../types/ContactBlocked.md) | Yes|
|users|Array of [User](../types/User.md) | Yes|

View File

@ -10,7 +10,7 @@ description: contacts_contacts attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|contacts|Array of [Contact](../types/Contact.md) | Yes|
|users|Array of [User](../types/User.md) | Yes|

View File

@ -10,7 +10,7 @@ description: contacts_found attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|results|Array of [Peer](../types/Peer.md) | Yes|
|chats|Array of [Chat](../types/Chat.md) | Yes|
|users|Array of [User](../types/User.md) | Yes|

View File

@ -10,7 +10,7 @@ description: contacts_importedContacts attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|imported|Array of [ImportedContact](../types/ImportedContact.md) | Yes|
|popular\_invites|Array of [PopularContact](../types/PopularContact.md) | Yes|
|retry\_contacts|Array of [long](../types/long.md) | Yes|

View File

@ -10,7 +10,7 @@ description: contacts_link attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|my\_link|[ContactLink](../types/ContactLink.md) | Yes|
|foreign\_link|[ContactLink](../types/ContactLink.md) | Yes|
|user|[User](../types/User.md) | Yes|

View File

@ -10,7 +10,7 @@ description: contacts_resolvedPeer attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|peer|[Peer](../types/Peer.md) | Yes|
|chats|Array of [Chat](../types/Chat.md) | Yes|
|users|Array of [User](../types/User.md) | Yes|

View File

@ -10,7 +10,7 @@ description: contacts_topPeers attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|categories|Array of [TopPeerCategoryPeers](../types/TopPeerCategoryPeers.md) | Yes|
|chats|Array of [Chat](../types/Chat.md) | Yes|
|users|Array of [User](../types/User.md) | Yes|

View File

@ -10,7 +10,7 @@ description: dataJSON attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|data|[string](../types/string.md) | Yes|

View File

@ -10,7 +10,7 @@ description: dcOption attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|ipv6|[Bool](../types/Bool.md) | Optional|
|media\_only|[Bool](../types/Bool.md) | Optional|
|tcpo\_only|[Bool](../types/Bool.md) | Optional|

View File

@ -10,7 +10,7 @@ description: decryptedDataBlock attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|voice\_call\_id|[int128](../types/int128.md) | Optional|
|in\_seq\_no|[int](../types/int.md) | Optional|
|out\_seq\_no|[int](../types/int.md) | Optional|

View File

@ -10,7 +10,7 @@ description: decryptedMessageActionAbortKey attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|exchange\_id|[long](../types/long.md) | Yes|

View File

@ -10,7 +10,7 @@ description: decryptedMessageActionAcceptKey attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|exchange\_id|[long](../types/long.md) | Yes|
|g\_b|[bytes](../types/bytes.md) | Yes|
|key\_fingerprint|[long](../types/long.md) | Yes|

View File

@ -10,7 +10,7 @@ description: decryptedMessageActionCommitKey attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|exchange\_id|[long](../types/long.md) | Yes|
|key\_fingerprint|[long](../types/long.md) | Yes|

View File

@ -10,7 +10,7 @@ description: decryptedMessageActionDeleteMessages attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|random\_ids|Array of [long](../types/long.md) | Yes|

View File

@ -10,7 +10,7 @@ description: decryptedMessageActionNotifyLayer attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|layer|[int](../types/int.md) | Yes|

View File

@ -10,7 +10,7 @@ description: decryptedMessageActionReadMessages attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|random\_ids|Array of [long](../types/long.md) | Yes|

View File

@ -10,7 +10,7 @@ description: decryptedMessageActionRequestKey attributes, type and example
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|----------|---------------|----------|
|exchange\_id|[long](../types/long.md) | Yes|
|g\_a|[bytes](../types/bytes.md) | Yes|

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