AMP fixes
This commit is contained in:
parent
d1eb14fae2
commit
9d77dc0919
@ -3,7 +3,7 @@
|
|||||||
[![Build Status](https://travis-ci.org/danog/MadelineProto.svg?branch=master)](https://travis-ci.org/danog/MadelineProto)
|
[![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!).
|
Logo created by [Matthew Hesketh](http://matthewhesketh.com) (thanks again!).
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: accountDaysTTL attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|days|[int](../types/int.md) | Yes|
|
|days|[int](../types/int.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: account_authorizations attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|authorizations|Array of [Authorization](../types/Authorization.md) | Yes|
|
|authorizations|Array of [Authorization](../types/Authorization.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: account_noPassword attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|new\_salt|[bytes](../types/bytes.md) | Yes|
|
|new\_salt|[bytes](../types/bytes.md) | Yes|
|
||||||
|email\_unconfirmed\_pattern|[string](../types/string.md) | Yes|
|
|email\_unconfirmed\_pattern|[string](../types/string.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: account_password attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|current\_salt|[bytes](../types/bytes.md) | Yes|
|
|current\_salt|[bytes](../types/bytes.md) | Yes|
|
||||||
|new\_salt|[bytes](../types/bytes.md) | Yes|
|
|new\_salt|[bytes](../types/bytes.md) | Yes|
|
||||||
|hint|[string](../types/string.md) | Yes|
|
|hint|[string](../types/string.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: account_passwordInputSettings attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|new\_salt|[bytes](../types/bytes.md) | Optional|
|
|new\_salt|[bytes](../types/bytes.md) | Optional|
|
||||||
|new\_password\_hash|[bytes](../types/bytes.md) | Optional|
|
|new\_password\_hash|[bytes](../types/bytes.md) | Optional|
|
||||||
|hint|[string](../types/string.md) | Optional|
|
|hint|[string](../types/string.md) | Optional|
|
||||||
|
@ -10,7 +10,7 @@ description: account_passwordSettings attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|email|[string](../types/string.md) | Yes|
|
|email|[string](../types/string.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: account_privacyRules attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|rules|Array of [PrivacyRule](../types/PrivacyRule.md) | Yes|
|
|rules|Array of [PrivacyRule](../types/PrivacyRule.md) | Yes|
|
||||||
|users|Array of [User](../types/User.md) | Yes|
|
|users|Array of [User](../types/User.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: account_tmpPassword attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|tmp\_password|[bytes](../types/bytes.md) | Yes|
|
|tmp\_password|[bytes](../types/bytes.md) | Yes|
|
||||||
|valid\_until|[int](../types/int.md) | Yes|
|
|valid\_until|[int](../types/int.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: auth_authorization attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|tmp\_sessions|[int](../types/int.md) | Optional|
|
|tmp\_sessions|[int](../types/int.md) | Optional|
|
||||||
|user|[User](../types/User.md) | Yes|
|
|user|[User](../types/User.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: auth_checkedPhone attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|phone\_registered|[Bool](../types/Bool.md) | Yes|
|
|phone\_registered|[Bool](../types/Bool.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: auth_exportedAuthorization attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|id|[int](../types/int.md) | Yes|
|
|id|[int](../types/int.md) | Yes|
|
||||||
|bytes|[bytes](../types/bytes.md) | Yes|
|
|bytes|[bytes](../types/bytes.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: auth_passwordRecovery attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|email\_pattern|[string](../types/string.md) | Yes|
|
|email\_pattern|[string](../types/string.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: auth_sentCode attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|phone\_registered|[Bool](../types/Bool.md) | Optional|
|
|phone\_registered|[Bool](../types/Bool.md) | Optional|
|
||||||
|type|[auth\_SentCodeType](../types/auth_SentCodeType.md) | Yes|
|
|type|[auth\_SentCodeType](../types/auth_SentCodeType.md) | Yes|
|
||||||
|phone\_code\_hash|[string](../types/string.md) | Yes|
|
|phone\_code\_hash|[string](../types/string.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: auth_sentCodeTypeApp attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|length|[int](../types/int.md) | Yes|
|
|length|[int](../types/int.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: auth_sentCodeTypeCall attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|length|[int](../types/int.md) | Yes|
|
|length|[int](../types/int.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: auth_sentCodeTypeFlashCall attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|pattern|[string](../types/string.md) | Yes|
|
|pattern|[string](../types/string.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: auth_sentCodeTypeSms attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|length|[int](../types/int.md) | Yes|
|
|length|[int](../types/int.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: authorization attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|hash|[long](../types/long.md) | Yes|
|
|hash|[long](../types/long.md) | Yes|
|
||||||
|device\_model|[string](../types/string.md) | Yes|
|
|device\_model|[string](../types/string.md) | Yes|
|
||||||
|platform|[string](../types/string.md) | Yes|
|
|platform|[string](../types/string.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: bad_msg_notification attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|bad\_msg\_id|[long](../types/long.md) | Yes|
|
|bad\_msg\_id|[long](../types/long.md) | Yes|
|
||||||
|bad\_msg\_seqno|[int](../types/int.md) | Yes|
|
|bad\_msg\_seqno|[int](../types/int.md) | Yes|
|
||||||
|error\_code|[int](../types/int.md) | Yes|
|
|error\_code|[int](../types/int.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: bad_server_salt attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|bad\_msg\_id|[long](../types/long.md) | Yes|
|
|bad\_msg\_id|[long](../types/long.md) | Yes|
|
||||||
|bad\_msg\_seqno|[int](../types/int.md) | Yes|
|
|bad\_msg\_seqno|[int](../types/int.md) | Yes|
|
||||||
|error\_code|[int](../types/int.md) | Yes|
|
|error\_code|[int](../types/int.md) | Yes|
|
||||||
|
@ -12,7 +12,7 @@ Represents command supported by bot
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required | Description |
|
| Name | Type | Required | Description |
|
||||||
|----------|:-------------:|:--------:|------------:|
|
|----------|---------------|----------|-------------|
|
||||||
|command|[string](../types/string.md) | Yes|Text of the bot command|
|
|command|[string](../types/string.md) | Yes|Text of the bot command|
|
||||||
|description|[string](../types/string.md) | Yes|Description of the bot command|
|
|description|[string](../types/string.md) | Yes|Description of the bot command|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: botInfo attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|user\_id|[int](../types/int.md) | Yes|
|
|user\_id|[int](../types/int.md) | Yes|
|
||||||
|description|[string](../types/string.md) | Yes|
|
|description|[string](../types/string.md) | Yes|
|
||||||
|commands|Array of [BotCommand](../types/BotCommand.md) | Yes|
|
|commands|Array of [BotCommand](../types/BotCommand.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: botInlineMediaResult attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|id|[string](../types/string.md) | Yes|
|
|id|[string](../types/string.md) | Yes|
|
||||||
|type|[string](../types/string.md) | Yes|
|
|type|[string](../types/string.md) | Yes|
|
||||||
|photo|[Photo](../types/Photo.md) | Optional|
|
|photo|[Photo](../types/Photo.md) | Optional|
|
||||||
|
@ -10,7 +10,7 @@ description: botInlineMessageMediaAuto attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|caption|[string](../types/string.md) | Yes|
|
|caption|[string](../types/string.md) | Yes|
|
||||||
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: botInlineMessageMediaContact attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|phone\_number|[string](../types/string.md) | Yes|
|
|phone\_number|[string](../types/string.md) | Yes|
|
||||||
|first\_name|[string](../types/string.md) | Yes|
|
|first\_name|[string](../types/string.md) | Yes|
|
||||||
|last\_name|[string](../types/string.md) | Yes|
|
|last\_name|[string](../types/string.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: botInlineMessageMediaGeo attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|geo|[GeoPoint](../types/GeoPoint.md) | Yes|
|
|geo|[GeoPoint](../types/GeoPoint.md) | Yes|
|
||||||
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
|
|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: botInlineMessageMediaVenue attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|geo|[GeoPoint](../types/GeoPoint.md) | Yes|
|
|geo|[GeoPoint](../types/GeoPoint.md) | Yes|
|
||||||
|title|[string](../types/string.md) | Yes|
|
|title|[string](../types/string.md) | Yes|
|
||||||
|address|[string](../types/string.md) | Yes|
|
|address|[string](../types/string.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: botInlineMessageText attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|no\_webpage|[Bool](../types/Bool.md) | Optional|
|
|no\_webpage|[Bool](../types/Bool.md) | Optional|
|
||||||
|message|[string](../types/string.md) | Yes|
|
|message|[string](../types/string.md) | Yes|
|
||||||
|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional|
|
|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional|
|
||||||
|
@ -10,7 +10,7 @@ description: botInlineResult attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|id|[string](../types/string.md) | Yes|
|
|id|[string](../types/string.md) | Yes|
|
||||||
|type|[string](../types/string.md) | Yes|
|
|type|[string](../types/string.md) | Yes|
|
||||||
|title|[string](../types/string.md) | Optional|
|
|title|[string](../types/string.md) | Optional|
|
||||||
|
@ -10,7 +10,7 @@ description: cdnConfig attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|public\_keys|Array of [CdnPublicKey](../types/CdnPublicKey.md) | Yes|
|
|public\_keys|Array of [CdnPublicKey](../types/CdnPublicKey.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: cdnFileHash attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|offset|[int](../types/int.md) | Yes|
|
|offset|[int](../types/int.md) | Yes|
|
||||||
|limit|[int](../types/int.md) | Yes|
|
|limit|[int](../types/int.md) | Yes|
|
||||||
|hash|[bytes](../types/bytes.md) | Yes|
|
|hash|[bytes](../types/bytes.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: cdnPublicKey attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|dc\_id|[int](../types/int.md) | Yes|
|
|dc\_id|[int](../types/int.md) | Yes|
|
||||||
|public\_key|[string](../types/string.md) | Yes|
|
|public\_key|[string](../types/string.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channel attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|creator|[Bool](../types/Bool.md) | Optional|
|
|creator|[Bool](../types/Bool.md) | Optional|
|
||||||
|left|[Bool](../types/Bool.md) | Optional|
|
|left|[Bool](../types/Bool.md) | Optional|
|
||||||
|editor|[Bool](../types/Bool.md) | Optional|
|
|editor|[Bool](../types/Bool.md) | Optional|
|
||||||
|
@ -10,7 +10,7 @@ description: channelAdminLogEvent attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|id|[long](../types/long.md) | Yes|
|
|id|[long](../types/long.md) | Yes|
|
||||||
|date|[int](../types/int.md) | Yes|
|
|date|[int](../types/int.md) | Yes|
|
||||||
|user\_id|[int](../types/int.md) | Yes|
|
|user\_id|[int](../types/int.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: channelAdminLogEventActionChangeAbout attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|prev\_value|[string](../types/string.md) | Yes|
|
|prev\_value|[string](../types/string.md) | Yes|
|
||||||
|new\_value|[string](../types/string.md) | Yes|
|
|new\_value|[string](../types/string.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelAdminLogEventActionChangePhoto attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|prev\_photo|[ChatPhoto](../types/ChatPhoto.md) | Yes|
|
|prev\_photo|[ChatPhoto](../types/ChatPhoto.md) | Yes|
|
||||||
|new\_photo|[ChatPhoto](../types/ChatPhoto.md) | Yes|
|
|new\_photo|[ChatPhoto](../types/ChatPhoto.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelAdminLogEventActionChangeTitle attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|prev\_value|[string](../types/string.md) | Yes|
|
|prev\_value|[string](../types/string.md) | Yes|
|
||||||
|new\_value|[string](../types/string.md) | Yes|
|
|new\_value|[string](../types/string.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelAdminLogEventActionChangeUsername attributes, type and examp
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|prev\_value|[string](../types/string.md) | Yes|
|
|prev\_value|[string](../types/string.md) | Yes|
|
||||||
|new\_value|[string](../types/string.md) | Yes|
|
|new\_value|[string](../types/string.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelAdminLogEventActionDeleteMessage attributes, type and exampl
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|message|[Message](../types/Message.md) | Yes|
|
|message|[Message](../types/Message.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelAdminLogEventActionEditMessage attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|prev\_message|[Message](../types/Message.md) | Yes|
|
|prev\_message|[Message](../types/Message.md) | Yes|
|
||||||
|new\_message|[Message](../types/Message.md) | Yes|
|
|new\_message|[Message](../types/Message.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelAdminLogEventActionParticipantInvite attributes, type and ex
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|
|participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelAdminLogEventActionParticipantToggleAdmin attributes, type a
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|prev\_participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|
|prev\_participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|
||||||
|new\_participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|
|new\_participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelAdminLogEventActionParticipantToggleBan attributes, type and
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|prev\_participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|
|prev\_participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|
||||||
|new\_participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|
|new\_participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelAdminLogEventActionToggleInvites attributes, type and exampl
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|new\_value|[Bool](../types/Bool.md) | Yes|
|
|new\_value|[Bool](../types/Bool.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelAdminLogEventActionToggleSignatures attributes, type and exa
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|new\_value|[Bool](../types/Bool.md) | Yes|
|
|new\_value|[Bool](../types/Bool.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelAdminLogEventActionUpdatePinned attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|message|[Message](../types/Message.md) | Yes|
|
|message|[Message](../types/Message.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelAdminLogEventsFilter attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|join|[Bool](../types/Bool.md) | Optional|
|
|join|[Bool](../types/Bool.md) | Optional|
|
||||||
|leave|[Bool](../types/Bool.md) | Optional|
|
|leave|[Bool](../types/Bool.md) | Optional|
|
||||||
|invite|[Bool](../types/Bool.md) | Optional|
|
|invite|[Bool](../types/Bool.md) | Optional|
|
||||||
|
@ -10,7 +10,7 @@ description: channelAdminRights attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|change\_info|[Bool](../types/Bool.md) | Optional|
|
|change\_info|[Bool](../types/Bool.md) | Optional|
|
||||||
|post\_messages|[Bool](../types/Bool.md) | Optional|
|
|post\_messages|[Bool](../types/Bool.md) | Optional|
|
||||||
|edit\_messages|[Bool](../types/Bool.md) | Optional|
|
|edit\_messages|[Bool](../types/Bool.md) | Optional|
|
||||||
|
@ -10,7 +10,7 @@ description: channelBannedRights attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|view\_messages|[Bool](../types/Bool.md) | Optional|
|
|view\_messages|[Bool](../types/Bool.md) | Optional|
|
||||||
|send\_messages|[Bool](../types/Bool.md) | Optional|
|
|send\_messages|[Bool](../types/Bool.md) | Optional|
|
||||||
|send\_media|[Bool](../types/Bool.md) | Optional|
|
|send\_media|[Bool](../types/Bool.md) | Optional|
|
||||||
|
@ -10,7 +10,7 @@ description: channelForbidden attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|broadcast|[Bool](../types/Bool.md) | Optional|
|
|broadcast|[Bool](../types/Bool.md) | Optional|
|
||||||
|megagroup|[Bool](../types/Bool.md) | Optional|
|
|megagroup|[Bool](../types/Bool.md) | Optional|
|
||||||
|id|[int](../types/int.md) | Yes|
|
|id|[int](../types/int.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: channelFull attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|can\_view\_participants|[Bool](../types/Bool.md) | Optional|
|
|can\_view\_participants|[Bool](../types/Bool.md) | Optional|
|
||||||
|can\_set\_username|[Bool](../types/Bool.md) | Optional|
|
|can\_set\_username|[Bool](../types/Bool.md) | Optional|
|
||||||
|id|[int](../types/int.md) | Yes|
|
|id|[int](../types/int.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: channelMessagesFilter attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|exclude\_new\_messages|[Bool](../types/Bool.md) | Optional|
|
|exclude\_new\_messages|[Bool](../types/Bool.md) | Optional|
|
||||||
|ranges|Array of [MessageRange](../types/MessageRange.md) | Yes|
|
|ranges|Array of [MessageRange](../types/MessageRange.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelParticipant attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|user\_id|[int](../types/int.md) | Yes|
|
|user\_id|[int](../types/int.md) | Yes|
|
||||||
|date|[int](../types/int.md) | Yes|
|
|date|[int](../types/int.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelParticipantAdmin attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|can\_edit|[Bool](../types/Bool.md) | Optional|
|
|can\_edit|[Bool](../types/Bool.md) | Optional|
|
||||||
|user\_id|[int](../types/int.md) | Yes|
|
|user\_id|[int](../types/int.md) | Yes|
|
||||||
|inviter\_id|[int](../types/int.md) | Yes|
|
|inviter\_id|[int](../types/int.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: channelParticipantBanned attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|left|[Bool](../types/Bool.md) | Optional|
|
|left|[Bool](../types/Bool.md) | Optional|
|
||||||
|user\_id|[int](../types/int.md) | Yes|
|
|user\_id|[int](../types/int.md) | Yes|
|
||||||
|kicked\_by|[int](../types/int.md) | Yes|
|
|kicked\_by|[int](../types/int.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: channelParticipantCreator attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|user\_id|[int](../types/int.md) | Yes|
|
|user\_id|[int](../types/int.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelParticipantSelf attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|user\_id|[int](../types/int.md) | Yes|
|
|user\_id|[int](../types/int.md) | Yes|
|
||||||
|inviter\_id|[int](../types/int.md) | Yes|
|
|inviter\_id|[int](../types/int.md) | Yes|
|
||||||
|date|[int](../types/int.md) | Yes|
|
|date|[int](../types/int.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: channelParticipantsBanned attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|q|[string](../types/string.md) | Yes|
|
|q|[string](../types/string.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelParticipantsKicked attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|q|[string](../types/string.md) | Yes|
|
|q|[string](../types/string.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channelParticipantsSearch attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|q|[string](../types/string.md) | Yes|
|
|q|[string](../types/string.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channels_adminLogResults attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|events|Array of [ChannelAdminLogEvent](../types/ChannelAdminLogEvent.md) | Yes|
|
|events|Array of [ChannelAdminLogEvent](../types/ChannelAdminLogEvent.md) | Yes|
|
||||||
|chats|Array of [Chat](../types/Chat.md) | Yes|
|
|chats|Array of [Chat](../types/Chat.md) | Yes|
|
||||||
|users|Array of [User](../types/User.md) | Yes|
|
|users|Array of [User](../types/User.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: channels_channelParticipant attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|
|participant|[ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|
||||||
|users|Array of [User](../types/User.md) | Yes|
|
|users|Array of [User](../types/User.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: channels_channelParticipants attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|count|[int](../types/int.md) | Yes|
|
|count|[int](../types/int.md) | Yes|
|
||||||
|participants|Array of [ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|
|participants|Array of [ChannelParticipant](../types/ChannelParticipant.md) | Yes|
|
||||||
|users|Array of [User](../types/User.md) | Yes|
|
|users|Array of [User](../types/User.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: chat attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|creator|[Bool](../types/Bool.md) | Optional|
|
|creator|[Bool](../types/Bool.md) | Optional|
|
||||||
|kicked|[Bool](../types/Bool.md) | Optional|
|
|kicked|[Bool](../types/Bool.md) | Optional|
|
||||||
|left|[Bool](../types/Bool.md) | Optional|
|
|left|[Bool](../types/Bool.md) | Optional|
|
||||||
|
@ -10,7 +10,7 @@ description: chatEmpty attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|id|[int](../types/int.md) | Yes|
|
|id|[int](../types/int.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: chatForbidden attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|id|[int](../types/int.md) | Yes|
|
|id|[int](../types/int.md) | Yes|
|
||||||
|title|[string](../types/string.md) | Yes|
|
|title|[string](../types/string.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: chatFull attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|id|[int](../types/int.md) | Yes|
|
|id|[int](../types/int.md) | Yes|
|
||||||
|participants|[ChatParticipants](../types/ChatParticipants.md) | Yes|
|
|participants|[ChatParticipants](../types/ChatParticipants.md) | Yes|
|
||||||
|chat\_photo|[Photo](../types/Photo.md) | Yes|
|
|chat\_photo|[Photo](../types/Photo.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: chatInvite attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|channel|[Bool](../types/Bool.md) | Optional|
|
|channel|[Bool](../types/Bool.md) | Optional|
|
||||||
|broadcast|[Bool](../types/Bool.md) | Optional|
|
|broadcast|[Bool](../types/Bool.md) | Optional|
|
||||||
|public|[Bool](../types/Bool.md) | Optional|
|
|public|[Bool](../types/Bool.md) | Optional|
|
||||||
|
@ -10,7 +10,7 @@ description: chatInviteAlready attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|chat|[Chat](../types/Chat.md) | Yes|
|
|chat|[Chat](../types/Chat.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: chatInviteExported attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|link|[string](../types/string.md) | Yes|
|
|link|[string](../types/string.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: chatParticipant attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|user\_id|[int](../types/int.md) | Yes|
|
|user\_id|[int](../types/int.md) | Yes|
|
||||||
|inviter\_id|[int](../types/int.md) | Yes|
|
|inviter\_id|[int](../types/int.md) | Yes|
|
||||||
|date|[int](../types/int.md) | Yes|
|
|date|[int](../types/int.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: chatParticipantAdmin attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|user\_id|[int](../types/int.md) | Yes|
|
|user\_id|[int](../types/int.md) | Yes|
|
||||||
|inviter\_id|[int](../types/int.md) | Yes|
|
|inviter\_id|[int](../types/int.md) | Yes|
|
||||||
|date|[int](../types/int.md) | Yes|
|
|date|[int](../types/int.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: chatParticipantCreator attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|user\_id|[int](../types/int.md) | Yes|
|
|user\_id|[int](../types/int.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: chatParticipants attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|chat\_id|[int](../types/int.md) | Yes|
|
|chat\_id|[int](../types/int.md) | Yes|
|
||||||
|participants|Array of [ChatParticipant](../types/ChatParticipant.md) | Yes|
|
|participants|Array of [ChatParticipant](../types/ChatParticipant.md) | Yes|
|
||||||
|version|[int](../types/int.md) | Yes|
|
|version|[int](../types/int.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: chatParticipantsForbidden attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|chat\_id|[int](../types/int.md) | Yes|
|
|chat\_id|[int](../types/int.md) | Yes|
|
||||||
|self\_participant|[ChatParticipant](../types/ChatParticipant.md) | Optional|
|
|self\_participant|[ChatParticipant](../types/ChatParticipant.md) | Optional|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: chatPhoto attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|photo\_small|[FileLocation](../types/FileLocation.md) | Yes|
|
|photo\_small|[FileLocation](../types/FileLocation.md) | Yes|
|
||||||
|photo\_big|[FileLocation](../types/FileLocation.md) | Yes|
|
|photo\_big|[FileLocation](../types/FileLocation.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: client_DH_inner_data attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|nonce|[int128](../types/int128.md) | Yes|
|
|nonce|[int128](../types/int128.md) | Yes|
|
||||||
|server\_nonce|[int128](../types/int128.md) | Yes|
|
|server\_nonce|[int128](../types/int128.md) | Yes|
|
||||||
|retry\_id|[long](../types/long.md) | Yes|
|
|retry\_id|[long](../types/long.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: config attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|phonecalls\_enabled|[Bool](../types/Bool.md) | Optional|
|
|phonecalls\_enabled|[Bool](../types/Bool.md) | Optional|
|
||||||
|date|[int](../types/int.md) | Yes|
|
|date|[int](../types/int.md) | Yes|
|
||||||
|expires|[int](../types/int.md) | Yes|
|
|expires|[int](../types/int.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: contact attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|user\_id|[int](../types/int.md) | Yes|
|
|user\_id|[int](../types/int.md) | Yes|
|
||||||
|mutual|[Bool](../types/Bool.md) | Yes|
|
|mutual|[Bool](../types/Bool.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: contactBlocked attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|user\_id|[int](../types/int.md) | Yes|
|
|user\_id|[int](../types/int.md) | Yes|
|
||||||
|date|[int](../types/int.md) | Yes|
|
|date|[int](../types/int.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: contactStatus attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|user\_id|[int](../types/int.md) | Yes|
|
|user\_id|[int](../types/int.md) | Yes|
|
||||||
|status|[UserStatus](../types/UserStatus.md) | Yes|
|
|status|[UserStatus](../types/UserStatus.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: contacts_blocked attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|blocked|Array of [ContactBlocked](../types/ContactBlocked.md) | Yes|
|
|blocked|Array of [ContactBlocked](../types/ContactBlocked.md) | Yes|
|
||||||
|users|Array of [User](../types/User.md) | Yes|
|
|users|Array of [User](../types/User.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: contacts_blockedSlice attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|count|[int](../types/int.md) | Yes|
|
|count|[int](../types/int.md) | Yes|
|
||||||
|blocked|Array of [ContactBlocked](../types/ContactBlocked.md) | Yes|
|
|blocked|Array of [ContactBlocked](../types/ContactBlocked.md) | Yes|
|
||||||
|users|Array of [User](../types/User.md) | Yes|
|
|users|Array of [User](../types/User.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: contacts_contacts attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|contacts|Array of [Contact](../types/Contact.md) | Yes|
|
|contacts|Array of [Contact](../types/Contact.md) | Yes|
|
||||||
|users|Array of [User](../types/User.md) | Yes|
|
|users|Array of [User](../types/User.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: contacts_found attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|results|Array of [Peer](../types/Peer.md) | Yes|
|
|results|Array of [Peer](../types/Peer.md) | Yes|
|
||||||
|chats|Array of [Chat](../types/Chat.md) | Yes|
|
|chats|Array of [Chat](../types/Chat.md) | Yes|
|
||||||
|users|Array of [User](../types/User.md) | Yes|
|
|users|Array of [User](../types/User.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: contacts_importedContacts attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|imported|Array of [ImportedContact](../types/ImportedContact.md) | Yes|
|
|imported|Array of [ImportedContact](../types/ImportedContact.md) | Yes|
|
||||||
|popular\_invites|Array of [PopularContact](../types/PopularContact.md) | Yes|
|
|popular\_invites|Array of [PopularContact](../types/PopularContact.md) | Yes|
|
||||||
|retry\_contacts|Array of [long](../types/long.md) | Yes|
|
|retry\_contacts|Array of [long](../types/long.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: contacts_link attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|my\_link|[ContactLink](../types/ContactLink.md) | Yes|
|
|my\_link|[ContactLink](../types/ContactLink.md) | Yes|
|
||||||
|foreign\_link|[ContactLink](../types/ContactLink.md) | Yes|
|
|foreign\_link|[ContactLink](../types/ContactLink.md) | Yes|
|
||||||
|user|[User](../types/User.md) | Yes|
|
|user|[User](../types/User.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: contacts_resolvedPeer attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|peer|[Peer](../types/Peer.md) | Yes|
|
|peer|[Peer](../types/Peer.md) | Yes|
|
||||||
|chats|Array of [Chat](../types/Chat.md) | Yes|
|
|chats|Array of [Chat](../types/Chat.md) | Yes|
|
||||||
|users|Array of [User](../types/User.md) | Yes|
|
|users|Array of [User](../types/User.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: contacts_topPeers attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|categories|Array of [TopPeerCategoryPeers](../types/TopPeerCategoryPeers.md) | Yes|
|
|categories|Array of [TopPeerCategoryPeers](../types/TopPeerCategoryPeers.md) | Yes|
|
||||||
|chats|Array of [Chat](../types/Chat.md) | Yes|
|
|chats|Array of [Chat](../types/Chat.md) | Yes|
|
||||||
|users|Array of [User](../types/User.md) | Yes|
|
|users|Array of [User](../types/User.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: dataJSON attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|data|[string](../types/string.md) | Yes|
|
|data|[string](../types/string.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: dcOption attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|ipv6|[Bool](../types/Bool.md) | Optional|
|
|ipv6|[Bool](../types/Bool.md) | Optional|
|
||||||
|media\_only|[Bool](../types/Bool.md) | Optional|
|
|media\_only|[Bool](../types/Bool.md) | Optional|
|
||||||
|tcpo\_only|[Bool](../types/Bool.md) | Optional|
|
|tcpo\_only|[Bool](../types/Bool.md) | Optional|
|
||||||
|
@ -10,7 +10,7 @@ description: decryptedDataBlock attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|voice\_call\_id|[int128](../types/int128.md) | Optional|
|
|voice\_call\_id|[int128](../types/int128.md) | Optional|
|
||||||
|in\_seq\_no|[int](../types/int.md) | Optional|
|
|in\_seq\_no|[int](../types/int.md) | Optional|
|
||||||
|out\_seq\_no|[int](../types/int.md) | Optional|
|
|out\_seq\_no|[int](../types/int.md) | Optional|
|
||||||
|
@ -10,7 +10,7 @@ description: decryptedMessageActionAbortKey attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|exchange\_id|[long](../types/long.md) | Yes|
|
|exchange\_id|[long](../types/long.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: decryptedMessageActionAcceptKey attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|exchange\_id|[long](../types/long.md) | Yes|
|
|exchange\_id|[long](../types/long.md) | Yes|
|
||||||
|g\_b|[bytes](../types/bytes.md) | Yes|
|
|g\_b|[bytes](../types/bytes.md) | Yes|
|
||||||
|key\_fingerprint|[long](../types/long.md) | Yes|
|
|key\_fingerprint|[long](../types/long.md) | Yes|
|
||||||
|
@ -10,7 +10,7 @@ description: decryptedMessageActionCommitKey attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|exchange\_id|[long](../types/long.md) | Yes|
|
|exchange\_id|[long](../types/long.md) | Yes|
|
||||||
|key\_fingerprint|[long](../types/long.md) | Yes|
|
|key\_fingerprint|[long](../types/long.md) | Yes|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: decryptedMessageActionDeleteMessages attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|random\_ids|Array of [long](../types/long.md) | Yes|
|
|random\_ids|Array of [long](../types/long.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: decryptedMessageActionNotifyLayer attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|layer|[int](../types/int.md) | Yes|
|
|layer|[int](../types/int.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: decryptedMessageActionReadMessages attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|random\_ids|Array of [long](../types/long.md) | Yes|
|
|random\_ids|Array of [long](../types/long.md) | Yes|
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ description: decryptedMessageActionRequestKey attributes, type and example
|
|||||||
### Attributes:
|
### Attributes:
|
||||||
|
|
||||||
| Name | Type | Required |
|
| Name | Type | Required |
|
||||||
|----------|:-------------:|---------:|
|
|----------|---------------|----------|
|
||||||
|exchange\_id|[long](../types/long.md) | Yes|
|
|exchange\_id|[long](../types/long.md) | Yes|
|
||||||
|g\_a|[bytes](../types/bytes.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
Loading…
Reference in New Issue
Block a user