diff --git a/build_docs.php b/build_docs.php index d39612a1..0b907d78 100755 --- a/build_docs.php +++ b/build_docs.php @@ -121,10 +121,10 @@ foreach ($TL->methods->method as $key => $method) { '; $return = '### Return type: ['.str_replace('_', '\_', $type).'](../types/'.$real_type.'.md) -### Example: - '; - $example = str_replace('[]', '', ' + $example = str_replace('[]', '', '### Example: + + ``` $MadelineProto = new \danog\MadelineProto\API(); if (isset($token)) { @@ -247,9 +247,13 @@ foreach ($TL->constructors->predicate as $key => $constructor) { $header = str_replace('_', '\_', '## Constructor: '.$constructor.' '); - $type = '### Type: + $table .= ' + + +'; + $type = '### Type: ['.str_replace('_', '\_', $real_type).'](../types/'.$real_type.'.md) + -['.str_replace('_', '\_', $real_type).'](../types/'.$real_type.'.md) '; $example = '### Example: @@ -299,6 +303,13 @@ foreach ($types as $type => $keys) { file_put_contents('types/'.$type.'.md', $header.$constructors); } +\danog\MadelineProto\Logger::log('Generating types index...'); + +file_put_contents('types/index.md', '# Types + +'.$index); + + \danog\MadelineProto\Logger::log('Generating additional types...'); file_put_contents('types/string.md', '## Type: string @@ -329,12 +340,6 @@ file_put_contents('types/X.md', '## Type: X Represents a TL serialized payload.'); -\danog\MadelineProto\Logger::log('Generating types index...'); - -file_put_contents('types/index.md', '# Types - -'.$index); - file_put_contents('constructors/boolFalse.md', '# boolFalse Represents boolean with value equal to `false`.'); diff --git a/docs/API_docs/constructors/accountDaysTTL.md b/docs/API_docs/constructors/accountDaysTTL.md index 1000cb22..253cbef5 100644 --- a/docs/API_docs/constructors/accountDaysTTL.md +++ b/docs/API_docs/constructors/accountDaysTTL.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |days|[int](../types/int.md) | Required| -### Type: -[AccountDaysTTL](../types/AccountDaysTTL.md) + + +### Type: [AccountDaysTTL](../types/AccountDaysTTL.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/account_authorizations.md b/docs/API_docs/constructors/account_authorizations.md index e490ba53..ef95568c 100644 --- a/docs/API_docs/constructors/account_authorizations.md +++ b/docs/API_docs/constructors/account_authorizations.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |authorizations|Array of [Authorization](../types/Authorization.md) | Required| -### Type: -[account\_Authorizations](../types/account_Authorizations.md) + + +### Type: [account\_Authorizations](../types/account_Authorizations.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/account_noPassword.md b/docs/API_docs/constructors/account_noPassword.md index 5c88af68..14c9c703 100644 --- a/docs/API_docs/constructors/account_noPassword.md +++ b/docs/API_docs/constructors/account_noPassword.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |new\_salt|[bytes](../types/bytes.md) | Required| |email\_unconfirmed\_pattern|[string](../types/string.md) | Required| -### Type: -[account\_Password](../types/account_Password.md) + + +### Type: [account\_Password](../types/account_Password.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/account_password.md b/docs/API_docs/constructors/account_password.md index c020aa33..6dd35ed1 100644 --- a/docs/API_docs/constructors/account_password.md +++ b/docs/API_docs/constructors/account_password.md @@ -9,9 +9,12 @@ |hint|[string](../types/string.md) | Required| |has\_recovery|[Bool](../types/Bool.md) | Required| |email\_unconfirmed\_pattern|[string](../types/string.md) | Required| -### Type: -[account\_Password](../types/account_Password.md) + + +### Type: [account\_Password](../types/account_Password.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/account_passwordInputSettings.md b/docs/API_docs/constructors/account_passwordInputSettings.md index e6bc1570..709781b4 100644 --- a/docs/API_docs/constructors/account_passwordInputSettings.md +++ b/docs/API_docs/constructors/account_passwordInputSettings.md @@ -8,9 +8,12 @@ |new\_password\_hash|[bytes](../types/bytes.md) | Optional| |hint|[string](../types/string.md) | Optional| |email|[string](../types/string.md) | Optional| -### Type: -[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) + + +### Type: [account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/account_passwordSettings.md b/docs/API_docs/constructors/account_passwordSettings.md index ffa57cb9..e6fd1468 100644 --- a/docs/API_docs/constructors/account_passwordSettings.md +++ b/docs/API_docs/constructors/account_passwordSettings.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |email|[string](../types/string.md) | Required| -### Type: -[account\_PasswordSettings](../types/account_PasswordSettings.md) + + +### Type: [account\_PasswordSettings](../types/account_PasswordSettings.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/account_privacyRules.md b/docs/API_docs/constructors/account_privacyRules.md index 4b03e4bc..ac7069da 100644 --- a/docs/API_docs/constructors/account_privacyRules.md +++ b/docs/API_docs/constructors/account_privacyRules.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |rules|Array of [PrivacyRule](../types/PrivacyRule.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[account\_PrivacyRules](../types/account_PrivacyRules.md) + + +### Type: [account\_PrivacyRules](../types/account_PrivacyRules.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/auth_authorization.md b/docs/API_docs/constructors/auth_authorization.md index 958c5c3d..5f03bbeb 100644 --- a/docs/API_docs/constructors/auth_authorization.md +++ b/docs/API_docs/constructors/auth_authorization.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |tmp\_sessions|[int](../types/int.md) | Optional| |user|[User](../types/User.md) | Required| -### Type: -[auth\_Authorization](../types/auth_Authorization.md) + + +### Type: [auth\_Authorization](../types/auth_Authorization.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/auth_checkedPhone.md b/docs/API_docs/constructors/auth_checkedPhone.md index 3f19fb36..f88135e8 100644 --- a/docs/API_docs/constructors/auth_checkedPhone.md +++ b/docs/API_docs/constructors/auth_checkedPhone.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |phone\_registered|[Bool](../types/Bool.md) | Required| -### Type: -[auth\_CheckedPhone](../types/auth_CheckedPhone.md) + + +### Type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/auth_codeTypeCall.md b/docs/API_docs/constructors/auth_codeTypeCall.md index c6e62e09..6eb81645 100644 --- a/docs/API_docs/constructors/auth_codeTypeCall.md +++ b/docs/API_docs/constructors/auth_codeTypeCall.md @@ -1,8 +1,11 @@ ## Constructor: auth\_codeTypeCall -### Type: -[auth\_CodeType](../types/auth_CodeType.md) + + +### Type: [auth\_CodeType](../types/auth_CodeType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/auth_codeTypeFlashCall.md b/docs/API_docs/constructors/auth_codeTypeFlashCall.md index 1e578218..b7a7bb66 100644 --- a/docs/API_docs/constructors/auth_codeTypeFlashCall.md +++ b/docs/API_docs/constructors/auth_codeTypeFlashCall.md @@ -1,8 +1,11 @@ ## Constructor: auth\_codeTypeFlashCall -### Type: -[auth\_CodeType](../types/auth_CodeType.md) + + +### Type: [auth\_CodeType](../types/auth_CodeType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/auth_codeTypeSms.md b/docs/API_docs/constructors/auth_codeTypeSms.md index da84f180..e9281a40 100644 --- a/docs/API_docs/constructors/auth_codeTypeSms.md +++ b/docs/API_docs/constructors/auth_codeTypeSms.md @@ -1,8 +1,11 @@ ## Constructor: auth\_codeTypeSms -### Type: -[auth\_CodeType](../types/auth_CodeType.md) + + +### Type: [auth\_CodeType](../types/auth_CodeType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/auth_exportedAuthorization.md b/docs/API_docs/constructors/auth_exportedAuthorization.md index 7f1bd2a7..4a8a9ebe 100644 --- a/docs/API_docs/constructors/auth_exportedAuthorization.md +++ b/docs/API_docs/constructors/auth_exportedAuthorization.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |id|[int](../types/int.md) | Required| |bytes|[bytes](../types/bytes.md) | Required| -### Type: -[auth\_ExportedAuthorization](../types/auth_ExportedAuthorization.md) + + +### Type: [auth\_ExportedAuthorization](../types/auth_ExportedAuthorization.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/auth_passwordRecovery.md b/docs/API_docs/constructors/auth_passwordRecovery.md index 99e362c8..06341cce 100644 --- a/docs/API_docs/constructors/auth_passwordRecovery.md +++ b/docs/API_docs/constructors/auth_passwordRecovery.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |email\_pattern|[string](../types/string.md) | Required| -### Type: -[auth\_PasswordRecovery](../types/auth_PasswordRecovery.md) + + +### Type: [auth\_PasswordRecovery](../types/auth_PasswordRecovery.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/auth_sentCode.md b/docs/API_docs/constructors/auth_sentCode.md index 05556fe7..bda566f0 100644 --- a/docs/API_docs/constructors/auth_sentCode.md +++ b/docs/API_docs/constructors/auth_sentCode.md @@ -9,9 +9,12 @@ |phone\_code\_hash|[string](../types/string.md) | Required| |next\_type|[auth\_CodeType](../types/auth_CodeType.md) | Optional| |timeout|[int](../types/int.md) | Optional| -### Type: -[auth\_SentCode](../types/auth_SentCode.md) + + +### Type: [auth\_SentCode](../types/auth_SentCode.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/auth_sentCodeTypeApp.md b/docs/API_docs/constructors/auth_sentCodeTypeApp.md index d73b1829..74ad3aaf 100644 --- a/docs/API_docs/constructors/auth_sentCodeTypeApp.md +++ b/docs/API_docs/constructors/auth_sentCodeTypeApp.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |length|[int](../types/int.md) | Required| -### Type: -[auth\_SentCodeType](../types/auth_SentCodeType.md) + + +### Type: [auth\_SentCodeType](../types/auth_SentCodeType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/auth_sentCodeTypeCall.md b/docs/API_docs/constructors/auth_sentCodeTypeCall.md index 02d2cb35..7371dc14 100644 --- a/docs/API_docs/constructors/auth_sentCodeTypeCall.md +++ b/docs/API_docs/constructors/auth_sentCodeTypeCall.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |length|[int](../types/int.md) | Required| -### Type: -[auth\_SentCodeType](../types/auth_SentCodeType.md) + + +### Type: [auth\_SentCodeType](../types/auth_SentCodeType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/auth_sentCodeTypeFlashCall.md b/docs/API_docs/constructors/auth_sentCodeTypeFlashCall.md index 1cdbb383..ba8c1285 100644 --- a/docs/API_docs/constructors/auth_sentCodeTypeFlashCall.md +++ b/docs/API_docs/constructors/auth_sentCodeTypeFlashCall.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |pattern|[string](../types/string.md) | Required| -### Type: -[auth\_SentCodeType](../types/auth_SentCodeType.md) + + +### Type: [auth\_SentCodeType](../types/auth_SentCodeType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/auth_sentCodeTypeSms.md b/docs/API_docs/constructors/auth_sentCodeTypeSms.md index dd3f432e..d5cf4e25 100644 --- a/docs/API_docs/constructors/auth_sentCodeTypeSms.md +++ b/docs/API_docs/constructors/auth_sentCodeTypeSms.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |length|[int](../types/int.md) | Required| -### Type: -[auth\_SentCodeType](../types/auth_SentCodeType.md) + + +### Type: [auth\_SentCodeType](../types/auth_SentCodeType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/authorization.md b/docs/API_docs/constructors/authorization.md index 600bf968..41402af8 100644 --- a/docs/API_docs/constructors/authorization.md +++ b/docs/API_docs/constructors/authorization.md @@ -16,9 +16,12 @@ |ip|[string](../types/string.md) | Required| |country|[string](../types/string.md) | Required| |region|[string](../types/string.md) | Required| -### Type: -[Authorization](../types/Authorization.md) + + +### Type: [Authorization](../types/Authorization.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/botCommand.md b/docs/API_docs/constructors/botCommand.md index bfd3d80f..94ac5431 100644 --- a/docs/API_docs/constructors/botCommand.md +++ b/docs/API_docs/constructors/botCommand.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |command|[string](../types/string.md) | Required| |description|[string](../types/string.md) | Required| -### Type: -[BotCommand](../types/BotCommand.md) + + +### Type: [BotCommand](../types/BotCommand.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/botInfo.md b/docs/API_docs/constructors/botInfo.md index b641e4d3..24878c07 100644 --- a/docs/API_docs/constructors/botInfo.md +++ b/docs/API_docs/constructors/botInfo.md @@ -7,9 +7,12 @@ |user\_id|[int](../types/int.md) | Required| |description|[string](../types/string.md) | Required| |commands|Array of [BotCommand](../types/BotCommand.md) | Required| -### Type: -[BotInfo](../types/BotInfo.md) + + +### Type: [BotInfo](../types/BotInfo.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/botInlineMediaResult.md b/docs/API_docs/constructors/botInlineMediaResult.md index 660d2747..da46db11 100644 --- a/docs/API_docs/constructors/botInlineMediaResult.md +++ b/docs/API_docs/constructors/botInlineMediaResult.md @@ -11,9 +11,12 @@ |title|[string](../types/string.md) | Optional| |description|[string](../types/string.md) | Optional| |send\_message|[BotInlineMessage](../types/BotInlineMessage.md) | Required| -### Type: -[BotInlineResult](../types/BotInlineResult.md) + + +### Type: [BotInlineResult](../types/BotInlineResult.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/botInlineMessageMediaAuto.md b/docs/API_docs/constructors/botInlineMessageMediaAuto.md index 4bc2e7b4..f083ca8b 100644 --- a/docs/API_docs/constructors/botInlineMessageMediaAuto.md +++ b/docs/API_docs/constructors/botInlineMessageMediaAuto.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |caption|[string](../types/string.md) | Required| |reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -### Type: -[BotInlineMessage](../types/BotInlineMessage.md) + + +### Type: [BotInlineMessage](../types/BotInlineMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/botInlineMessageMediaContact.md b/docs/API_docs/constructors/botInlineMessageMediaContact.md index 7e31ac1f..f867c9a7 100644 --- a/docs/API_docs/constructors/botInlineMessageMediaContact.md +++ b/docs/API_docs/constructors/botInlineMessageMediaContact.md @@ -8,9 +8,12 @@ |first\_name|[string](../types/string.md) | Required| |last\_name|[string](../types/string.md) | Required| |reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -### Type: -[BotInlineMessage](../types/BotInlineMessage.md) + + +### Type: [BotInlineMessage](../types/BotInlineMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/botInlineMessageMediaGeo.md b/docs/API_docs/constructors/botInlineMessageMediaGeo.md index 90750319..45488063 100644 --- a/docs/API_docs/constructors/botInlineMessageMediaGeo.md +++ b/docs/API_docs/constructors/botInlineMessageMediaGeo.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |geo|[GeoPoint](../types/GeoPoint.md) | Required| |reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -### Type: -[BotInlineMessage](../types/BotInlineMessage.md) + + +### Type: [BotInlineMessage](../types/BotInlineMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/botInlineMessageMediaVenue.md b/docs/API_docs/constructors/botInlineMessageMediaVenue.md index 0f919728..3b117c22 100644 --- a/docs/API_docs/constructors/botInlineMessageMediaVenue.md +++ b/docs/API_docs/constructors/botInlineMessageMediaVenue.md @@ -10,9 +10,12 @@ |provider|[string](../types/string.md) | Required| |venue\_id|[string](../types/string.md) | Required| |reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -### Type: -[BotInlineMessage](../types/BotInlineMessage.md) + + +### Type: [BotInlineMessage](../types/BotInlineMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/botInlineMessageText.md b/docs/API_docs/constructors/botInlineMessageText.md index 109bf9ff..f53ab2fb 100644 --- a/docs/API_docs/constructors/botInlineMessageText.md +++ b/docs/API_docs/constructors/botInlineMessageText.md @@ -8,9 +8,12 @@ |message|[string](../types/string.md) | Required| |entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| |reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -### Type: -[BotInlineMessage](../types/BotInlineMessage.md) + + +### Type: [BotInlineMessage](../types/BotInlineMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/botInlineResult.md b/docs/API_docs/constructors/botInlineResult.md index 29b50719..20137b4a 100644 --- a/docs/API_docs/constructors/botInlineResult.md +++ b/docs/API_docs/constructors/botInlineResult.md @@ -16,9 +16,12 @@ |h|[int](../types/int.md) | Optional| |duration|[int](../types/int.md) | Optional| |send\_message|[BotInlineMessage](../types/BotInlineMessage.md) | Required| -### Type: -[BotInlineResult](../types/BotInlineResult.md) + + +### Type: [BotInlineResult](../types/BotInlineResult.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channel.md b/docs/API_docs/constructors/channel.md index e268700d..7116db28 100644 --- a/docs/API_docs/constructors/channel.md +++ b/docs/API_docs/constructors/channel.md @@ -24,9 +24,12 @@ |date|[int](../types/int.md) | Required| |version|[int](../types/int.md) | Required| |restriction\_reason|[string](../types/string.md) | Optional| -### Type: -[Chat](../types/Chat.md) + + +### Type: [Chat](../types/Chat.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelForbidden.md b/docs/API_docs/constructors/channelForbidden.md index 0bcf282f..e7151cc7 100644 --- a/docs/API_docs/constructors/channelForbidden.md +++ b/docs/API_docs/constructors/channelForbidden.md @@ -9,9 +9,12 @@ |id|[int](../types/int.md) | Required| |access\_hash|[long](../types/long.md) | Required| |title|[string](../types/string.md) | Required| -### Type: -[Chat](../types/Chat.md) + + +### Type: [Chat](../types/Chat.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelFull.md b/docs/API_docs/constructors/channelFull.md index a8d4ac5d..95a1969b 100644 --- a/docs/API_docs/constructors/channelFull.md +++ b/docs/API_docs/constructors/channelFull.md @@ -21,9 +21,12 @@ |migrated\_from\_chat\_id|[int](../types/int.md) | Optional| |migrated\_from\_max\_id|[int](../types/int.md) | Optional| |pinned\_msg\_id|[int](../types/int.md) | Optional| -### Type: -[ChatFull](../types/ChatFull.md) + + +### Type: [ChatFull](../types/ChatFull.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelMessagesFilter.md b/docs/API_docs/constructors/channelMessagesFilter.md index fada2507..b407a864 100644 --- a/docs/API_docs/constructors/channelMessagesFilter.md +++ b/docs/API_docs/constructors/channelMessagesFilter.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |exclude\_new\_messages|[Bool](../types/Bool.md) | Optional| |ranges|Array of [MessageRange](../types/MessageRange.md) | Required| -### Type: -[ChannelMessagesFilter](../types/ChannelMessagesFilter.md) + + +### Type: [ChannelMessagesFilter](../types/ChannelMessagesFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelMessagesFilterEmpty.md b/docs/API_docs/constructors/channelMessagesFilterEmpty.md index 2e9193b5..f8866f23 100644 --- a/docs/API_docs/constructors/channelMessagesFilterEmpty.md +++ b/docs/API_docs/constructors/channelMessagesFilterEmpty.md @@ -1,8 +1,11 @@ ## Constructor: channelMessagesFilterEmpty -### Type: -[ChannelMessagesFilter](../types/ChannelMessagesFilter.md) + + +### Type: [ChannelMessagesFilter](../types/ChannelMessagesFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelParticipant.md b/docs/API_docs/constructors/channelParticipant.md index 8e1a2412..4fbe6ea8 100644 --- a/docs/API_docs/constructors/channelParticipant.md +++ b/docs/API_docs/constructors/channelParticipant.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| |date|[int](../types/int.md) | Required| -### Type: -[ChannelParticipant](../types/ChannelParticipant.md) + + +### Type: [ChannelParticipant](../types/ChannelParticipant.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelParticipantCreator.md b/docs/API_docs/constructors/channelParticipantCreator.md index c3a2f71e..6fb54ea1 100644 --- a/docs/API_docs/constructors/channelParticipantCreator.md +++ b/docs/API_docs/constructors/channelParticipantCreator.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| -### Type: -[ChannelParticipant](../types/ChannelParticipant.md) + + +### Type: [ChannelParticipant](../types/ChannelParticipant.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelParticipantEditor.md b/docs/API_docs/constructors/channelParticipantEditor.md index ebc18ec9..782d582d 100644 --- a/docs/API_docs/constructors/channelParticipantEditor.md +++ b/docs/API_docs/constructors/channelParticipantEditor.md @@ -7,9 +7,12 @@ |user\_id|[int](../types/int.md) | Required| |inviter\_id|[int](../types/int.md) | Required| |date|[int](../types/int.md) | Required| -### Type: -[ChannelParticipant](../types/ChannelParticipant.md) + + +### Type: [ChannelParticipant](../types/ChannelParticipant.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelParticipantKicked.md b/docs/API_docs/constructors/channelParticipantKicked.md index 4b3ec587..3c427de4 100644 --- a/docs/API_docs/constructors/channelParticipantKicked.md +++ b/docs/API_docs/constructors/channelParticipantKicked.md @@ -7,9 +7,12 @@ |user\_id|[int](../types/int.md) | Required| |kicked\_by|[int](../types/int.md) | Required| |date|[int](../types/int.md) | Required| -### Type: -[ChannelParticipant](../types/ChannelParticipant.md) + + +### Type: [ChannelParticipant](../types/ChannelParticipant.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelParticipantModerator.md b/docs/API_docs/constructors/channelParticipantModerator.md index 51e95a73..9d3f2791 100644 --- a/docs/API_docs/constructors/channelParticipantModerator.md +++ b/docs/API_docs/constructors/channelParticipantModerator.md @@ -7,9 +7,12 @@ |user\_id|[int](../types/int.md) | Required| |inviter\_id|[int](../types/int.md) | Required| |date|[int](../types/int.md) | Required| -### Type: -[ChannelParticipant](../types/ChannelParticipant.md) + + +### Type: [ChannelParticipant](../types/ChannelParticipant.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelParticipantSelf.md b/docs/API_docs/constructors/channelParticipantSelf.md index 90b3edfe..e4e27d4c 100644 --- a/docs/API_docs/constructors/channelParticipantSelf.md +++ b/docs/API_docs/constructors/channelParticipantSelf.md @@ -7,9 +7,12 @@ |user\_id|[int](../types/int.md) | Required| |inviter\_id|[int](../types/int.md) | Required| |date|[int](../types/int.md) | Required| -### Type: -[ChannelParticipant](../types/ChannelParticipant.md) + + +### Type: [ChannelParticipant](../types/ChannelParticipant.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelParticipantsAdmins.md b/docs/API_docs/constructors/channelParticipantsAdmins.md index 0080ab65..f08dc82d 100644 --- a/docs/API_docs/constructors/channelParticipantsAdmins.md +++ b/docs/API_docs/constructors/channelParticipantsAdmins.md @@ -1,8 +1,11 @@ ## Constructor: channelParticipantsAdmins -### Type: -[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) + + +### Type: [ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelParticipantsBots.md b/docs/API_docs/constructors/channelParticipantsBots.md index 40c9dbb5..f623f964 100644 --- a/docs/API_docs/constructors/channelParticipantsBots.md +++ b/docs/API_docs/constructors/channelParticipantsBots.md @@ -1,8 +1,11 @@ ## Constructor: channelParticipantsBots -### Type: -[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) + + +### Type: [ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelParticipantsKicked.md b/docs/API_docs/constructors/channelParticipantsKicked.md index 80842b5a..e9f26eff 100644 --- a/docs/API_docs/constructors/channelParticipantsKicked.md +++ b/docs/API_docs/constructors/channelParticipantsKicked.md @@ -1,8 +1,11 @@ ## Constructor: channelParticipantsKicked -### Type: -[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) + + +### Type: [ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelParticipantsRecent.md b/docs/API_docs/constructors/channelParticipantsRecent.md index d305124d..8ed6b328 100644 --- a/docs/API_docs/constructors/channelParticipantsRecent.md +++ b/docs/API_docs/constructors/channelParticipantsRecent.md @@ -1,8 +1,11 @@ ## Constructor: channelParticipantsRecent -### Type: -[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) + + +### Type: [ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelRoleEditor.md b/docs/API_docs/constructors/channelRoleEditor.md index 8f15675b..025b7611 100644 --- a/docs/API_docs/constructors/channelRoleEditor.md +++ b/docs/API_docs/constructors/channelRoleEditor.md @@ -1,8 +1,11 @@ ## Constructor: channelRoleEditor -### Type: -[ChannelParticipantRole](../types/ChannelParticipantRole.md) + + +### Type: [ChannelParticipantRole](../types/ChannelParticipantRole.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelRoleEmpty.md b/docs/API_docs/constructors/channelRoleEmpty.md index cf9646fb..04f996a1 100644 --- a/docs/API_docs/constructors/channelRoleEmpty.md +++ b/docs/API_docs/constructors/channelRoleEmpty.md @@ -1,8 +1,11 @@ ## Constructor: channelRoleEmpty -### Type: -[ChannelParticipantRole](../types/ChannelParticipantRole.md) + + +### Type: [ChannelParticipantRole](../types/ChannelParticipantRole.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channelRoleModerator.md b/docs/API_docs/constructors/channelRoleModerator.md index 76ee3d84..4cb16707 100644 --- a/docs/API_docs/constructors/channelRoleModerator.md +++ b/docs/API_docs/constructors/channelRoleModerator.md @@ -1,8 +1,11 @@ ## Constructor: channelRoleModerator -### Type: -[ChannelParticipantRole](../types/ChannelParticipantRole.md) + + +### Type: [ChannelParticipantRole](../types/ChannelParticipantRole.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channels_channelParticipant.md b/docs/API_docs/constructors/channels_channelParticipant.md index 556f2c62..dd5c1b80 100644 --- a/docs/API_docs/constructors/channels_channelParticipant.md +++ b/docs/API_docs/constructors/channels_channelParticipant.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |participant|[ChannelParticipant](../types/ChannelParticipant.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[channels\_ChannelParticipant](../types/channels_ChannelParticipant.md) + + +### Type: [channels\_ChannelParticipant](../types/channels_ChannelParticipant.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/channels_channelParticipants.md b/docs/API_docs/constructors/channels_channelParticipants.md index 14665f39..2d09017f 100644 --- a/docs/API_docs/constructors/channels_channelParticipants.md +++ b/docs/API_docs/constructors/channels_channelParticipants.md @@ -7,9 +7,12 @@ |count|[int](../types/int.md) | Required| |participants|Array of [ChannelParticipant](../types/ChannelParticipant.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) + + +### Type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/chat.md b/docs/API_docs/constructors/chat.md index e54f242d..60ab2e66 100644 --- a/docs/API_docs/constructors/chat.md +++ b/docs/API_docs/constructors/chat.md @@ -17,9 +17,12 @@ |date|[int](../types/int.md) | Required| |version|[int](../types/int.md) | Required| |migrated\_to|[InputChannel](../types/InputChannel.md) | Optional| -### Type: -[Chat](../types/Chat.md) + + +### Type: [Chat](../types/Chat.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/chatEmpty.md b/docs/API_docs/constructors/chatEmpty.md index 9ecb0870..9744f33f 100644 --- a/docs/API_docs/constructors/chatEmpty.md +++ b/docs/API_docs/constructors/chatEmpty.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |id|[int](../types/int.md) | Required| -### Type: -[Chat](../types/Chat.md) + + +### Type: [Chat](../types/Chat.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/chatForbidden.md b/docs/API_docs/constructors/chatForbidden.md index 74c7d62e..e7349945 100644 --- a/docs/API_docs/constructors/chatForbidden.md +++ b/docs/API_docs/constructors/chatForbidden.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |id|[int](../types/int.md) | Required| |title|[string](../types/string.md) | Required| -### Type: -[Chat](../types/Chat.md) + + +### Type: [Chat](../types/Chat.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/chatFull.md b/docs/API_docs/constructors/chatFull.md index 8200c1a2..e9d98c8c 100644 --- a/docs/API_docs/constructors/chatFull.md +++ b/docs/API_docs/constructors/chatFull.md @@ -10,9 +10,12 @@ |notify\_settings|[PeerNotifySettings](../types/PeerNotifySettings.md) | Required| |exported\_invite|[ExportedChatInvite](../types/ExportedChatInvite.md) | Required| |bot\_info|Array of [BotInfo](../types/BotInfo.md) | Required| -### Type: -[ChatFull](../types/ChatFull.md) + + +### Type: [ChatFull](../types/ChatFull.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/chatInvite.md b/docs/API_docs/constructors/chatInvite.md index b5dee7c2..f82bf36a 100644 --- a/docs/API_docs/constructors/chatInvite.md +++ b/docs/API_docs/constructors/chatInvite.md @@ -12,9 +12,12 @@ |photo|[ChatPhoto](../types/ChatPhoto.md) | Required| |participants\_count|[int](../types/int.md) | Required| |participants|Array of [User](../types/User.md) | Optional| -### Type: -[ChatInvite](../types/ChatInvite.md) + + +### Type: [ChatInvite](../types/ChatInvite.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/chatInviteAlready.md b/docs/API_docs/constructors/chatInviteAlready.md index fd8c1c3d..52b3c14d 100644 --- a/docs/API_docs/constructors/chatInviteAlready.md +++ b/docs/API_docs/constructors/chatInviteAlready.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |chat|[Chat](../types/Chat.md) | Required| -### Type: -[ChatInvite](../types/ChatInvite.md) + + +### Type: [ChatInvite](../types/ChatInvite.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/chatInviteEmpty.md b/docs/API_docs/constructors/chatInviteEmpty.md index 10116629..299ff379 100644 --- a/docs/API_docs/constructors/chatInviteEmpty.md +++ b/docs/API_docs/constructors/chatInviteEmpty.md @@ -1,8 +1,11 @@ ## Constructor: chatInviteEmpty -### Type: -[ExportedChatInvite](../types/ExportedChatInvite.md) + + +### Type: [ExportedChatInvite](../types/ExportedChatInvite.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/chatInviteExported.md b/docs/API_docs/constructors/chatInviteExported.md index 0b2c8501..dc5221c5 100644 --- a/docs/API_docs/constructors/chatInviteExported.md +++ b/docs/API_docs/constructors/chatInviteExported.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |link|[string](../types/string.md) | Required| -### Type: -[ExportedChatInvite](../types/ExportedChatInvite.md) + + +### Type: [ExportedChatInvite](../types/ExportedChatInvite.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/chatParticipant.md b/docs/API_docs/constructors/chatParticipant.md index 80901e19..cd093407 100644 --- a/docs/API_docs/constructors/chatParticipant.md +++ b/docs/API_docs/constructors/chatParticipant.md @@ -7,9 +7,12 @@ |user\_id|[int](../types/int.md) | Required| |inviter\_id|[int](../types/int.md) | Required| |date|[int](../types/int.md) | Required| -### Type: -[ChatParticipant](../types/ChatParticipant.md) + + +### Type: [ChatParticipant](../types/ChatParticipant.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/chatParticipantAdmin.md b/docs/API_docs/constructors/chatParticipantAdmin.md index ceb42d35..ccc487d5 100644 --- a/docs/API_docs/constructors/chatParticipantAdmin.md +++ b/docs/API_docs/constructors/chatParticipantAdmin.md @@ -7,9 +7,12 @@ |user\_id|[int](../types/int.md) | Required| |inviter\_id|[int](../types/int.md) | Required| |date|[int](../types/int.md) | Required| -### Type: -[ChatParticipant](../types/ChatParticipant.md) + + +### Type: [ChatParticipant](../types/ChatParticipant.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/chatParticipantCreator.md b/docs/API_docs/constructors/chatParticipantCreator.md index de1cf554..7878588a 100644 --- a/docs/API_docs/constructors/chatParticipantCreator.md +++ b/docs/API_docs/constructors/chatParticipantCreator.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| -### Type: -[ChatParticipant](../types/ChatParticipant.md) + + +### Type: [ChatParticipant](../types/ChatParticipant.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/chatParticipants.md b/docs/API_docs/constructors/chatParticipants.md index 188d5bc3..7d9081e9 100644 --- a/docs/API_docs/constructors/chatParticipants.md +++ b/docs/API_docs/constructors/chatParticipants.md @@ -7,9 +7,12 @@ |chat\_id|[int](../types/int.md) | Required| |participants|Array of [ChatParticipant](../types/ChatParticipant.md) | Required| |version|[int](../types/int.md) | Required| -### Type: -[ChatParticipants](../types/ChatParticipants.md) + + +### Type: [ChatParticipants](../types/ChatParticipants.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/chatParticipantsForbidden.md b/docs/API_docs/constructors/chatParticipantsForbidden.md index af408e3e..ab312e5a 100644 --- a/docs/API_docs/constructors/chatParticipantsForbidden.md +++ b/docs/API_docs/constructors/chatParticipantsForbidden.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |chat\_id|[int](../types/int.md) | Required| |self\_participant|[ChatParticipant](../types/ChatParticipant.md) | Optional| -### Type: -[ChatParticipants](../types/ChatParticipants.md) + + +### Type: [ChatParticipants](../types/ChatParticipants.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/chatPhoto.md b/docs/API_docs/constructors/chatPhoto.md index bc16c86f..6a999f6c 100644 --- a/docs/API_docs/constructors/chatPhoto.md +++ b/docs/API_docs/constructors/chatPhoto.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |photo\_small|[FileLocation](../types/FileLocation.md) | Required| |photo\_big|[FileLocation](../types/FileLocation.md) | Required| -### Type: -[ChatPhoto](../types/ChatPhoto.md) + + +### Type: [ChatPhoto](../types/ChatPhoto.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/chatPhotoEmpty.md b/docs/API_docs/constructors/chatPhotoEmpty.md index 548cb61e..fb589215 100644 --- a/docs/API_docs/constructors/chatPhotoEmpty.md +++ b/docs/API_docs/constructors/chatPhotoEmpty.md @@ -1,8 +1,11 @@ ## Constructor: chatPhotoEmpty -### Type: -[ChatPhoto](../types/ChatPhoto.md) + + +### Type: [ChatPhoto](../types/ChatPhoto.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/config.md b/docs/API_docs/constructors/config.md index 1d9a3ab0..808be5de 100644 --- a/docs/API_docs/constructors/config.md +++ b/docs/API_docs/constructors/config.md @@ -27,9 +27,12 @@ |stickers\_recent\_limit|[int](../types/int.md) | Required| |tmp\_sessions|[int](../types/int.md) | Optional| |disabled\_features|Array of [DisabledFeature](../types/DisabledFeature.md) | Required| -### Type: -[Config](../types/Config.md) + + +### Type: [Config](../types/Config.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contact.md b/docs/API_docs/constructors/contact.md index 2a26939d..8a293030 100644 --- a/docs/API_docs/constructors/contact.md +++ b/docs/API_docs/constructors/contact.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| |mutual|[Bool](../types/Bool.md) | Required| -### Type: -[Contact](../types/Contact.md) + + +### Type: [Contact](../types/Contact.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contactBlocked.md b/docs/API_docs/constructors/contactBlocked.md index 2ff987ed..774035e8 100644 --- a/docs/API_docs/constructors/contactBlocked.md +++ b/docs/API_docs/constructors/contactBlocked.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| |date|[int](../types/int.md) | Required| -### Type: -[ContactBlocked](../types/ContactBlocked.md) + + +### Type: [ContactBlocked](../types/ContactBlocked.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contactLinkContact.md b/docs/API_docs/constructors/contactLinkContact.md index b71d45df..d05b5e24 100644 --- a/docs/API_docs/constructors/contactLinkContact.md +++ b/docs/API_docs/constructors/contactLinkContact.md @@ -1,8 +1,11 @@ ## Constructor: contactLinkContact -### Type: -[ContactLink](../types/ContactLink.md) + + +### Type: [ContactLink](../types/ContactLink.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contactLinkHasPhone.md b/docs/API_docs/constructors/contactLinkHasPhone.md index d2635be1..d1b10cd4 100644 --- a/docs/API_docs/constructors/contactLinkHasPhone.md +++ b/docs/API_docs/constructors/contactLinkHasPhone.md @@ -1,8 +1,11 @@ ## Constructor: contactLinkHasPhone -### Type: -[ContactLink](../types/ContactLink.md) + + +### Type: [ContactLink](../types/ContactLink.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contactLinkNone.md b/docs/API_docs/constructors/contactLinkNone.md index eb25474d..bdd426d6 100644 --- a/docs/API_docs/constructors/contactLinkNone.md +++ b/docs/API_docs/constructors/contactLinkNone.md @@ -1,8 +1,11 @@ ## Constructor: contactLinkNone -### Type: -[ContactLink](../types/ContactLink.md) + + +### Type: [ContactLink](../types/ContactLink.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contactLinkUnknown.md b/docs/API_docs/constructors/contactLinkUnknown.md index b3f1701a..a3ebd40a 100644 --- a/docs/API_docs/constructors/contactLinkUnknown.md +++ b/docs/API_docs/constructors/contactLinkUnknown.md @@ -1,8 +1,11 @@ ## Constructor: contactLinkUnknown -### Type: -[ContactLink](../types/ContactLink.md) + + +### Type: [ContactLink](../types/ContactLink.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contactStatus.md b/docs/API_docs/constructors/contactStatus.md index 08379089..d103d79b 100644 --- a/docs/API_docs/constructors/contactStatus.md +++ b/docs/API_docs/constructors/contactStatus.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| |status|[UserStatus](../types/UserStatus.md) | Required| -### Type: -[ContactStatus](../types/ContactStatus.md) + + +### Type: [ContactStatus](../types/ContactStatus.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contacts_blocked.md b/docs/API_docs/constructors/contacts_blocked.md index 2571928a..f0ddcac6 100644 --- a/docs/API_docs/constructors/contacts_blocked.md +++ b/docs/API_docs/constructors/contacts_blocked.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |blocked|Array of [ContactBlocked](../types/ContactBlocked.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[contacts\_Blocked](../types/contacts_Blocked.md) + + +### Type: [contacts\_Blocked](../types/contacts_Blocked.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contacts_blockedSlice.md b/docs/API_docs/constructors/contacts_blockedSlice.md index dc13e597..f817c4ea 100644 --- a/docs/API_docs/constructors/contacts_blockedSlice.md +++ b/docs/API_docs/constructors/contacts_blockedSlice.md @@ -7,9 +7,12 @@ |count|[int](../types/int.md) | Required| |blocked|Array of [ContactBlocked](../types/ContactBlocked.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[contacts\_Blocked](../types/contacts_Blocked.md) + + +### Type: [contacts\_Blocked](../types/contacts_Blocked.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contacts_contacts.md b/docs/API_docs/constructors/contacts_contacts.md index 84fdd2b9..f80f4150 100644 --- a/docs/API_docs/constructors/contacts_contacts.md +++ b/docs/API_docs/constructors/contacts_contacts.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |contacts|Array of [Contact](../types/Contact.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[contacts\_Contacts](../types/contacts_Contacts.md) + + +### Type: [contacts\_Contacts](../types/contacts_Contacts.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contacts_contactsNotModified.md b/docs/API_docs/constructors/contacts_contactsNotModified.md index b910768d..40fba400 100644 --- a/docs/API_docs/constructors/contacts_contactsNotModified.md +++ b/docs/API_docs/constructors/contacts_contactsNotModified.md @@ -1,8 +1,11 @@ ## Constructor: contacts\_contactsNotModified -### Type: -[contacts\_Contacts](../types/contacts_Contacts.md) + + +### Type: [contacts\_Contacts](../types/contacts_Contacts.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contacts_found.md b/docs/API_docs/constructors/contacts_found.md index 90bba9f5..41c15ac6 100644 --- a/docs/API_docs/constructors/contacts_found.md +++ b/docs/API_docs/constructors/contacts_found.md @@ -7,9 +7,12 @@ |results|Array of [Peer](../types/Peer.md) | Required| |chats|Array of [Chat](../types/Chat.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[contacts\_Found](../types/contacts_Found.md) + + +### Type: [contacts\_Found](../types/contacts_Found.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contacts_importedContacts.md b/docs/API_docs/constructors/contacts_importedContacts.md index 596a9e40..b2051da0 100644 --- a/docs/API_docs/constructors/contacts_importedContacts.md +++ b/docs/API_docs/constructors/contacts_importedContacts.md @@ -7,9 +7,12 @@ |imported|Array of [ImportedContact](../types/ImportedContact.md) | Required| |retry\_contacts|Array of [long](../types/long.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) + + +### Type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contacts_link.md b/docs/API_docs/constructors/contacts_link.md index ff5826c8..33c84d80 100644 --- a/docs/API_docs/constructors/contacts_link.md +++ b/docs/API_docs/constructors/contacts_link.md @@ -7,9 +7,12 @@ |my\_link|[ContactLink](../types/ContactLink.md) | Required| |foreign\_link|[ContactLink](../types/ContactLink.md) | Required| |user|[User](../types/User.md) | Required| -### Type: -[contacts\_Link](../types/contacts_Link.md) + + +### Type: [contacts\_Link](../types/contacts_Link.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contacts_resolvedPeer.md b/docs/API_docs/constructors/contacts_resolvedPeer.md index 9cee2b98..c9cf136c 100644 --- a/docs/API_docs/constructors/contacts_resolvedPeer.md +++ b/docs/API_docs/constructors/contacts_resolvedPeer.md @@ -7,9 +7,12 @@ |peer|[Peer](../types/Peer.md) | Required| |chats|Array of [Chat](../types/Chat.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[contacts\_ResolvedPeer](../types/contacts_ResolvedPeer.md) + + +### Type: [contacts\_ResolvedPeer](../types/contacts_ResolvedPeer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contacts_topPeers.md b/docs/API_docs/constructors/contacts_topPeers.md index 332682d0..34d608cb 100644 --- a/docs/API_docs/constructors/contacts_topPeers.md +++ b/docs/API_docs/constructors/contacts_topPeers.md @@ -7,9 +7,12 @@ |categories|Array of [TopPeerCategoryPeers](../types/TopPeerCategoryPeers.md) | Required| |chats|Array of [Chat](../types/Chat.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[contacts\_TopPeers](../types/contacts_TopPeers.md) + + +### Type: [contacts\_TopPeers](../types/contacts_TopPeers.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/contacts_topPeersNotModified.md b/docs/API_docs/constructors/contacts_topPeersNotModified.md index 3997f526..fa63ad86 100644 --- a/docs/API_docs/constructors/contacts_topPeersNotModified.md +++ b/docs/API_docs/constructors/contacts_topPeersNotModified.md @@ -1,8 +1,11 @@ ## Constructor: contacts\_topPeersNotModified -### Type: -[contacts\_TopPeers](../types/contacts_TopPeers.md) + + +### Type: [contacts\_TopPeers](../types/contacts_TopPeers.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/dcOption.md b/docs/API_docs/constructors/dcOption.md index 254f327d..670cab50 100644 --- a/docs/API_docs/constructors/dcOption.md +++ b/docs/API_docs/constructors/dcOption.md @@ -10,9 +10,12 @@ |id|[int](../types/int.md) | Required| |ip\_address|[string](../types/string.md) | Required| |port|[int](../types/int.md) | Required| -### Type: -[DcOption](../types/DcOption.md) + + +### Type: [DcOption](../types/DcOption.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/dialog.md b/docs/API_docs/constructors/dialog.md index 70015d7d..a53d83c9 100644 --- a/docs/API_docs/constructors/dialog.md +++ b/docs/API_docs/constructors/dialog.md @@ -12,9 +12,12 @@ |notify\_settings|[PeerNotifySettings](../types/PeerNotifySettings.md) | Required| |pts|[int](../types/int.md) | Optional| |draft|[DraftMessage](../types/DraftMessage.md) | Optional| -### Type: -[Dialog](../types/Dialog.md) + + +### Type: [Dialog](../types/Dialog.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/disabledFeature.md b/docs/API_docs/constructors/disabledFeature.md index 865cbf6b..124ddd0a 100644 --- a/docs/API_docs/constructors/disabledFeature.md +++ b/docs/API_docs/constructors/disabledFeature.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |feature|[string](../types/string.md) | Required| |description|[string](../types/string.md) | Required| -### Type: -[DisabledFeature](../types/DisabledFeature.md) + + +### Type: [DisabledFeature](../types/DisabledFeature.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/document.md b/docs/API_docs/constructors/document.md index c59a7c2c..5af32f63 100644 --- a/docs/API_docs/constructors/document.md +++ b/docs/API_docs/constructors/document.md @@ -13,9 +13,12 @@ |dc\_id|[int](../types/int.md) | Required| |version|[int](../types/int.md) | Required| |attributes|Array of [DocumentAttribute](../types/DocumentAttribute.md) | Required| -### Type: -[Document](../types/Document.md) + + +### Type: [Document](../types/Document.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/documentAttributeAnimated.md b/docs/API_docs/constructors/documentAttributeAnimated.md index d170c953..fb902c76 100644 --- a/docs/API_docs/constructors/documentAttributeAnimated.md +++ b/docs/API_docs/constructors/documentAttributeAnimated.md @@ -1,8 +1,11 @@ ## Constructor: documentAttributeAnimated -### Type: -[DocumentAttribute](../types/DocumentAttribute.md) + + +### Type: [DocumentAttribute](../types/DocumentAttribute.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/documentAttributeAudio.md b/docs/API_docs/constructors/documentAttributeAudio.md index ce9408e4..f356e991 100644 --- a/docs/API_docs/constructors/documentAttributeAudio.md +++ b/docs/API_docs/constructors/documentAttributeAudio.md @@ -9,9 +9,12 @@ |title|[string](../types/string.md) | Optional| |performer|[string](../types/string.md) | Optional| |waveform|[bytes](../types/bytes.md) | Optional| -### Type: -[DocumentAttribute](../types/DocumentAttribute.md) + + +### Type: [DocumentAttribute](../types/DocumentAttribute.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/documentAttributeFilename.md b/docs/API_docs/constructors/documentAttributeFilename.md index 4e520d61..07fb6685 100644 --- a/docs/API_docs/constructors/documentAttributeFilename.md +++ b/docs/API_docs/constructors/documentAttributeFilename.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |file\_name|[string](../types/string.md) | Required| -### Type: -[DocumentAttribute](../types/DocumentAttribute.md) + + +### Type: [DocumentAttribute](../types/DocumentAttribute.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/documentAttributeHasStickers.md b/docs/API_docs/constructors/documentAttributeHasStickers.md index 4ff2e607..c9a2739a 100644 --- a/docs/API_docs/constructors/documentAttributeHasStickers.md +++ b/docs/API_docs/constructors/documentAttributeHasStickers.md @@ -1,8 +1,11 @@ ## Constructor: documentAttributeHasStickers -### Type: -[DocumentAttribute](../types/DocumentAttribute.md) + + +### Type: [DocumentAttribute](../types/DocumentAttribute.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/documentAttributeImageSize.md b/docs/API_docs/constructors/documentAttributeImageSize.md index 76565b41..ce0bc492 100644 --- a/docs/API_docs/constructors/documentAttributeImageSize.md +++ b/docs/API_docs/constructors/documentAttributeImageSize.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |w|[int](../types/int.md) | Required| |h|[int](../types/int.md) | Required| -### Type: -[DocumentAttribute](../types/DocumentAttribute.md) + + +### Type: [DocumentAttribute](../types/DocumentAttribute.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/documentAttributeSticker.md b/docs/API_docs/constructors/documentAttributeSticker.md index 97ce539c..d6fc39bf 100644 --- a/docs/API_docs/constructors/documentAttributeSticker.md +++ b/docs/API_docs/constructors/documentAttributeSticker.md @@ -8,9 +8,12 @@ |alt|[string](../types/string.md) | Required| |stickerset|[InputStickerSet](../types/InputStickerSet.md) | Required| |mask\_coords|[MaskCoords](../types/MaskCoords.md) | Optional| -### Type: -[DocumentAttribute](../types/DocumentAttribute.md) + + +### Type: [DocumentAttribute](../types/DocumentAttribute.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/documentAttributeVideo.md b/docs/API_docs/constructors/documentAttributeVideo.md index d319bc4b..26ed4d6a 100644 --- a/docs/API_docs/constructors/documentAttributeVideo.md +++ b/docs/API_docs/constructors/documentAttributeVideo.md @@ -7,9 +7,12 @@ |duration|[int](../types/int.md) | Required| |w|[int](../types/int.md) | Required| |h|[int](../types/int.md) | Required| -### Type: -[DocumentAttribute](../types/DocumentAttribute.md) + + +### Type: [DocumentAttribute](../types/DocumentAttribute.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/documentEmpty.md b/docs/API_docs/constructors/documentEmpty.md index 971e8478..980b6663 100644 --- a/docs/API_docs/constructors/documentEmpty.md +++ b/docs/API_docs/constructors/documentEmpty.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |id|[long](../types/long.md) | Required| -### Type: -[Document](../types/Document.md) + + +### Type: [Document](../types/Document.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/draftMessage.md b/docs/API_docs/constructors/draftMessage.md index 674de8c3..f58d0e5b 100644 --- a/docs/API_docs/constructors/draftMessage.md +++ b/docs/API_docs/constructors/draftMessage.md @@ -9,9 +9,12 @@ |message|[string](../types/string.md) | Required| |entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| |date|[int](../types/int.md) | Required| -### Type: -[DraftMessage](../types/DraftMessage.md) + + +### Type: [DraftMessage](../types/DraftMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/draftMessageEmpty.md b/docs/API_docs/constructors/draftMessageEmpty.md index 63bcb509..cd9960d8 100644 --- a/docs/API_docs/constructors/draftMessageEmpty.md +++ b/docs/API_docs/constructors/draftMessageEmpty.md @@ -1,8 +1,11 @@ ## Constructor: draftMessageEmpty -### Type: -[DraftMessage](../types/DraftMessage.md) + + +### Type: [DraftMessage](../types/DraftMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/encryptedChat.md b/docs/API_docs/constructors/encryptedChat.md index ce7e8953..081ec766 100644 --- a/docs/API_docs/constructors/encryptedChat.md +++ b/docs/API_docs/constructors/encryptedChat.md @@ -11,9 +11,12 @@ |participant\_id|[int](../types/int.md) | Required| |g\_a\_or\_b|[bytes](../types/bytes.md) | Required| |key\_fingerprint|[long](../types/long.md) | Required| -### Type: -[EncryptedChat](../types/EncryptedChat.md) + + +### Type: [EncryptedChat](../types/EncryptedChat.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/encryptedChatDiscarded.md b/docs/API_docs/constructors/encryptedChatDiscarded.md index 7cfc8a71..5380225e 100644 --- a/docs/API_docs/constructors/encryptedChatDiscarded.md +++ b/docs/API_docs/constructors/encryptedChatDiscarded.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |id|[int](../types/int.md) | Required| -### Type: -[EncryptedChat](../types/EncryptedChat.md) + + +### Type: [EncryptedChat](../types/EncryptedChat.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/encryptedChatEmpty.md b/docs/API_docs/constructors/encryptedChatEmpty.md index c327d383..f6f724fb 100644 --- a/docs/API_docs/constructors/encryptedChatEmpty.md +++ b/docs/API_docs/constructors/encryptedChatEmpty.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |id|[int](../types/int.md) | Required| -### Type: -[EncryptedChat](../types/EncryptedChat.md) + + +### Type: [EncryptedChat](../types/EncryptedChat.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/encryptedChatRequested.md b/docs/API_docs/constructors/encryptedChatRequested.md index c691cfec..3628b3bc 100644 --- a/docs/API_docs/constructors/encryptedChatRequested.md +++ b/docs/API_docs/constructors/encryptedChatRequested.md @@ -10,9 +10,12 @@ |admin\_id|[int](../types/int.md) | Required| |participant\_id|[int](../types/int.md) | Required| |g\_a|[bytes](../types/bytes.md) | Required| -### Type: -[EncryptedChat](../types/EncryptedChat.md) + + +### Type: [EncryptedChat](../types/EncryptedChat.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/encryptedChatWaiting.md b/docs/API_docs/constructors/encryptedChatWaiting.md index 8c8797ec..44f6403f 100644 --- a/docs/API_docs/constructors/encryptedChatWaiting.md +++ b/docs/API_docs/constructors/encryptedChatWaiting.md @@ -9,9 +9,12 @@ |date|[int](../types/int.md) | Required| |admin\_id|[int](../types/int.md) | Required| |participant\_id|[int](../types/int.md) | Required| -### Type: -[EncryptedChat](../types/EncryptedChat.md) + + +### Type: [EncryptedChat](../types/EncryptedChat.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/encryptedFile.md b/docs/API_docs/constructors/encryptedFile.md index ce56eca0..8a39a85a 100644 --- a/docs/API_docs/constructors/encryptedFile.md +++ b/docs/API_docs/constructors/encryptedFile.md @@ -9,9 +9,12 @@ |size|[int](../types/int.md) | Required| |dc\_id|[int](../types/int.md) | Required| |key\_fingerprint|[int](../types/int.md) | Required| -### Type: -[EncryptedFile](../types/EncryptedFile.md) + + +### Type: [EncryptedFile](../types/EncryptedFile.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/encryptedFileEmpty.md b/docs/API_docs/constructors/encryptedFileEmpty.md index b450c3d0..5a259a88 100644 --- a/docs/API_docs/constructors/encryptedFileEmpty.md +++ b/docs/API_docs/constructors/encryptedFileEmpty.md @@ -1,8 +1,11 @@ ## Constructor: encryptedFileEmpty -### Type: -[EncryptedFile](../types/EncryptedFile.md) + + +### Type: [EncryptedFile](../types/EncryptedFile.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/encryptedMessage.md b/docs/API_docs/constructors/encryptedMessage.md index 71de3496..b5771063 100644 --- a/docs/API_docs/constructors/encryptedMessage.md +++ b/docs/API_docs/constructors/encryptedMessage.md @@ -9,9 +9,12 @@ |date|[int](../types/int.md) | Required| |bytes|[bytes](../types/bytes.md) | Required| |file|[EncryptedFile](../types/EncryptedFile.md) | Required| -### Type: -[EncryptedMessage](../types/EncryptedMessage.md) + + +### Type: [EncryptedMessage](../types/EncryptedMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/encryptedMessageService.md b/docs/API_docs/constructors/encryptedMessageService.md index 466fe3a5..6bf21637 100644 --- a/docs/API_docs/constructors/encryptedMessageService.md +++ b/docs/API_docs/constructors/encryptedMessageService.md @@ -8,9 +8,12 @@ |chat\_id|[int](../types/int.md) | Required| |date|[int](../types/int.md) | Required| |bytes|[bytes](../types/bytes.md) | Required| -### Type: -[EncryptedMessage](../types/EncryptedMessage.md) + + +### Type: [EncryptedMessage](../types/EncryptedMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/error.md b/docs/API_docs/constructors/error.md index 7ef6dd08..ac1b2608 100644 --- a/docs/API_docs/constructors/error.md +++ b/docs/API_docs/constructors/error.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |code|[int](../types/int.md) | Required| |text|[string](../types/string.md) | Required| -### Type: -[Error](../types/Error.md) + + +### Type: [Error](../types/Error.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/exportedMessageLink.md b/docs/API_docs/constructors/exportedMessageLink.md index d70a6c68..39dfa942 100644 --- a/docs/API_docs/constructors/exportedMessageLink.md +++ b/docs/API_docs/constructors/exportedMessageLink.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |link|[string](../types/string.md) | Required| -### Type: -[ExportedMessageLink](../types/ExportedMessageLink.md) + + +### Type: [ExportedMessageLink](../types/ExportedMessageLink.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/fileLocation.md b/docs/API_docs/constructors/fileLocation.md index 2e3a30cf..48617e32 100644 --- a/docs/API_docs/constructors/fileLocation.md +++ b/docs/API_docs/constructors/fileLocation.md @@ -8,9 +8,12 @@ |volume\_id|[long](../types/long.md) | Required| |local\_id|[int](../types/int.md) | Required| |secret|[long](../types/long.md) | Required| -### Type: -[FileLocation](../types/FileLocation.md) + + +### Type: [FileLocation](../types/FileLocation.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/fileLocationUnavailable.md b/docs/API_docs/constructors/fileLocationUnavailable.md index 0012fd31..46aa8d8f 100644 --- a/docs/API_docs/constructors/fileLocationUnavailable.md +++ b/docs/API_docs/constructors/fileLocationUnavailable.md @@ -7,9 +7,12 @@ |volume\_id|[long](../types/long.md) | Required| |local\_id|[int](../types/int.md) | Required| |secret|[long](../types/long.md) | Required| -### Type: -[FileLocation](../types/FileLocation.md) + + +### Type: [FileLocation](../types/FileLocation.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/foundGif.md b/docs/API_docs/constructors/foundGif.md index b71b5eff..54c82272 100644 --- a/docs/API_docs/constructors/foundGif.md +++ b/docs/API_docs/constructors/foundGif.md @@ -10,9 +10,12 @@ |content\_type|[string](../types/string.md) | Required| |w|[int](../types/int.md) | Required| |h|[int](../types/int.md) | Required| -### Type: -[FoundGif](../types/FoundGif.md) + + +### Type: [FoundGif](../types/FoundGif.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/foundGifCached.md b/docs/API_docs/constructors/foundGifCached.md index 2cb97be1..7eb98a5d 100644 --- a/docs/API_docs/constructors/foundGifCached.md +++ b/docs/API_docs/constructors/foundGifCached.md @@ -7,9 +7,12 @@ |url|[string](../types/string.md) | Required| |photo|[Photo](../types/Photo.md) | Required| |document|[Document](../types/Document.md) | Required| -### Type: -[FoundGif](../types/FoundGif.md) + + +### Type: [FoundGif](../types/FoundGif.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/game.md b/docs/API_docs/constructors/game.md index d72d0915..78784c6d 100644 --- a/docs/API_docs/constructors/game.md +++ b/docs/API_docs/constructors/game.md @@ -11,9 +11,12 @@ |description|[string](../types/string.md) | Required| |photo|[Photo](../types/Photo.md) | Required| |document|[Document](../types/Document.md) | Optional| -### Type: -[Game](../types/Game.md) + + +### Type: [Game](../types/Game.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/geoPoint.md b/docs/API_docs/constructors/geoPoint.md index d7cb5b7f..2f18565f 100644 --- a/docs/API_docs/constructors/geoPoint.md +++ b/docs/API_docs/constructors/geoPoint.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |long|[double](../types/double.md) | Required| |lat|[double](../types/double.md) | Required| -### Type: -[GeoPoint](../types/GeoPoint.md) + + +### Type: [GeoPoint](../types/GeoPoint.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/geoPointEmpty.md b/docs/API_docs/constructors/geoPointEmpty.md index 5e9e3c80..1601f6e6 100644 --- a/docs/API_docs/constructors/geoPointEmpty.md +++ b/docs/API_docs/constructors/geoPointEmpty.md @@ -1,8 +1,11 @@ ## Constructor: geoPointEmpty -### Type: -[GeoPoint](../types/GeoPoint.md) + + +### Type: [GeoPoint](../types/GeoPoint.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/help_appChangelog.md b/docs/API_docs/constructors/help_appChangelog.md index 7fa7e9e8..911190ec 100644 --- a/docs/API_docs/constructors/help_appChangelog.md +++ b/docs/API_docs/constructors/help_appChangelog.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |text|[string](../types/string.md) | Required| -### Type: -[help\_AppChangelog](../types/help_AppChangelog.md) + + +### Type: [help\_AppChangelog](../types/help_AppChangelog.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/help_appChangelogEmpty.md b/docs/API_docs/constructors/help_appChangelogEmpty.md index 9b44f605..718904cb 100644 --- a/docs/API_docs/constructors/help_appChangelogEmpty.md +++ b/docs/API_docs/constructors/help_appChangelogEmpty.md @@ -1,8 +1,11 @@ ## Constructor: help\_appChangelogEmpty -### Type: -[help\_AppChangelog](../types/help_AppChangelog.md) + + +### Type: [help\_AppChangelog](../types/help_AppChangelog.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/help_appUpdate.md b/docs/API_docs/constructors/help_appUpdate.md index 90574355..09f9ce18 100644 --- a/docs/API_docs/constructors/help_appUpdate.md +++ b/docs/API_docs/constructors/help_appUpdate.md @@ -8,9 +8,12 @@ |critical|[Bool](../types/Bool.md) | Required| |url|[string](../types/string.md) | Required| |text|[string](../types/string.md) | Required| -### Type: -[help\_AppUpdate](../types/help_AppUpdate.md) + + +### Type: [help\_AppUpdate](../types/help_AppUpdate.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/help_inviteText.md b/docs/API_docs/constructors/help_inviteText.md index 97a519b9..3776ee66 100644 --- a/docs/API_docs/constructors/help_inviteText.md +++ b/docs/API_docs/constructors/help_inviteText.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |message|[string](../types/string.md) | Required| -### Type: -[help\_InviteText](../types/help_InviteText.md) + + +### Type: [help\_InviteText](../types/help_InviteText.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/help_noAppUpdate.md b/docs/API_docs/constructors/help_noAppUpdate.md index f5eeff46..04a96375 100644 --- a/docs/API_docs/constructors/help_noAppUpdate.md +++ b/docs/API_docs/constructors/help_noAppUpdate.md @@ -1,8 +1,11 @@ ## Constructor: help\_noAppUpdate -### Type: -[help\_AppUpdate](../types/help_AppUpdate.md) + + +### Type: [help\_AppUpdate](../types/help_AppUpdate.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/help_support.md b/docs/API_docs/constructors/help_support.md index 7ff7f63d..a96adab4 100644 --- a/docs/API_docs/constructors/help_support.md +++ b/docs/API_docs/constructors/help_support.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |phone\_number|[string](../types/string.md) | Required| |user|[User](../types/User.md) | Required| -### Type: -[help\_Support](../types/help_Support.md) + + +### Type: [help\_Support](../types/help_Support.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/help_termsOfService.md b/docs/API_docs/constructors/help_termsOfService.md index bf991e64..2a38ef35 100644 --- a/docs/API_docs/constructors/help_termsOfService.md +++ b/docs/API_docs/constructors/help_termsOfService.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |text|[string](../types/string.md) | Required| -### Type: -[help\_TermsOfService](../types/help_TermsOfService.md) + + +### Type: [help\_TermsOfService](../types/help_TermsOfService.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/highScore.md b/docs/API_docs/constructors/highScore.md index 48c5e096..35268926 100644 --- a/docs/API_docs/constructors/highScore.md +++ b/docs/API_docs/constructors/highScore.md @@ -7,9 +7,12 @@ |pos|[int](../types/int.md) | Required| |user\_id|[int](../types/int.md) | Required| |score|[int](../types/int.md) | Required| -### Type: -[HighScore](../types/HighScore.md) + + +### Type: [HighScore](../types/HighScore.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/importedContact.md b/docs/API_docs/constructors/importedContact.md index 3749ec2a..e275f4c6 100644 --- a/docs/API_docs/constructors/importedContact.md +++ b/docs/API_docs/constructors/importedContact.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| |client\_id|[long](../types/long.md) | Required| -### Type: -[ImportedContact](../types/ImportedContact.md) + + +### Type: [ImportedContact](../types/ImportedContact.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inlineBotSwitchPM.md b/docs/API_docs/constructors/inlineBotSwitchPM.md index 931ed7e1..ba7fa433 100644 --- a/docs/API_docs/constructors/inlineBotSwitchPM.md +++ b/docs/API_docs/constructors/inlineBotSwitchPM.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |text|[string](../types/string.md) | Required| |start\_param|[string](../types/string.md) | Required| -### Type: -[InlineBotSwitchPM](../types/InlineBotSwitchPM.md) + + +### Type: [InlineBotSwitchPM](../types/InlineBotSwitchPM.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputAppEvent.md b/docs/API_docs/constructors/inputAppEvent.md index de02c4bf..cdb6de0c 100644 --- a/docs/API_docs/constructors/inputAppEvent.md +++ b/docs/API_docs/constructors/inputAppEvent.md @@ -8,9 +8,12 @@ |type|[string](../types/string.md) | Required| |peer|[long](../types/long.md) | Required| |data|[string](../types/string.md) | Required| -### Type: -[InputAppEvent](../types/InputAppEvent.md) + + +### Type: [InputAppEvent](../types/InputAppEvent.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputBotInlineMessageGame.md b/docs/API_docs/constructors/inputBotInlineMessageGame.md index 7ddb03e1..b0b97141 100644 --- a/docs/API_docs/constructors/inputBotInlineMessageGame.md +++ b/docs/API_docs/constructors/inputBotInlineMessageGame.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -### Type: -[InputBotInlineMessage](../types/InputBotInlineMessage.md) + + +### Type: [InputBotInlineMessage](../types/InputBotInlineMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputBotInlineMessageID.md b/docs/API_docs/constructors/inputBotInlineMessageID.md index 729539a2..3a28c859 100644 --- a/docs/API_docs/constructors/inputBotInlineMessageID.md +++ b/docs/API_docs/constructors/inputBotInlineMessageID.md @@ -7,9 +7,12 @@ |dc\_id|[int](../types/int.md) | Required| |id|[long](../types/long.md) | Required| |access\_hash|[long](../types/long.md) | Required| -### Type: -[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) + + +### Type: [InputBotInlineMessageID](../types/InputBotInlineMessageID.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputBotInlineMessageMediaAuto.md b/docs/API_docs/constructors/inputBotInlineMessageMediaAuto.md index dea125a7..aab66b51 100644 --- a/docs/API_docs/constructors/inputBotInlineMessageMediaAuto.md +++ b/docs/API_docs/constructors/inputBotInlineMessageMediaAuto.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |caption|[string](../types/string.md) | Required| |reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -### Type: -[InputBotInlineMessage](../types/InputBotInlineMessage.md) + + +### Type: [InputBotInlineMessage](../types/InputBotInlineMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputBotInlineMessageMediaContact.md b/docs/API_docs/constructors/inputBotInlineMessageMediaContact.md index a752a4f7..2af8aa84 100644 --- a/docs/API_docs/constructors/inputBotInlineMessageMediaContact.md +++ b/docs/API_docs/constructors/inputBotInlineMessageMediaContact.md @@ -8,9 +8,12 @@ |first\_name|[string](../types/string.md) | Required| |last\_name|[string](../types/string.md) | Required| |reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -### Type: -[InputBotInlineMessage](../types/InputBotInlineMessage.md) + + +### Type: [InputBotInlineMessage](../types/InputBotInlineMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputBotInlineMessageMediaGeo.md b/docs/API_docs/constructors/inputBotInlineMessageMediaGeo.md index 57bb3d67..db4c18ad 100644 --- a/docs/API_docs/constructors/inputBotInlineMessageMediaGeo.md +++ b/docs/API_docs/constructors/inputBotInlineMessageMediaGeo.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Required| |reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -### Type: -[InputBotInlineMessage](../types/InputBotInlineMessage.md) + + +### Type: [InputBotInlineMessage](../types/InputBotInlineMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputBotInlineMessageMediaVenue.md b/docs/API_docs/constructors/inputBotInlineMessageMediaVenue.md index 0259b99c..93d9bebd 100644 --- a/docs/API_docs/constructors/inputBotInlineMessageMediaVenue.md +++ b/docs/API_docs/constructors/inputBotInlineMessageMediaVenue.md @@ -10,9 +10,12 @@ |provider|[string](../types/string.md) | Required| |venue\_id|[string](../types/string.md) | Required| |reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -### Type: -[InputBotInlineMessage](../types/InputBotInlineMessage.md) + + +### Type: [InputBotInlineMessage](../types/InputBotInlineMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputBotInlineMessageText.md b/docs/API_docs/constructors/inputBotInlineMessageText.md index ba7e4e5a..135bdc1b 100644 --- a/docs/API_docs/constructors/inputBotInlineMessageText.md +++ b/docs/API_docs/constructors/inputBotInlineMessageText.md @@ -8,9 +8,12 @@ |message|[string](../types/string.md) | Required| |entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| |reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -### Type: -[InputBotInlineMessage](../types/InputBotInlineMessage.md) + + +### Type: [InputBotInlineMessage](../types/InputBotInlineMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputBotInlineResult.md b/docs/API_docs/constructors/inputBotInlineResult.md index 184e080f..2de4ec03 100644 --- a/docs/API_docs/constructors/inputBotInlineResult.md +++ b/docs/API_docs/constructors/inputBotInlineResult.md @@ -16,9 +16,12 @@ |h|[int](../types/int.md) | Optional| |duration|[int](../types/int.md) | Optional| |send\_message|[InputBotInlineMessage](../types/InputBotInlineMessage.md) | Required| -### Type: -[InputBotInlineResult](../types/InputBotInlineResult.md) + + +### Type: [InputBotInlineResult](../types/InputBotInlineResult.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputBotInlineResultDocument.md b/docs/API_docs/constructors/inputBotInlineResultDocument.md index 2a2c49b1..7a24eb73 100644 --- a/docs/API_docs/constructors/inputBotInlineResultDocument.md +++ b/docs/API_docs/constructors/inputBotInlineResultDocument.md @@ -10,9 +10,12 @@ |description|[string](../types/string.md) | Optional| |document|[InputDocument](../types/InputDocument.md) | Required| |send\_message|[InputBotInlineMessage](../types/InputBotInlineMessage.md) | Required| -### Type: -[InputBotInlineResult](../types/InputBotInlineResult.md) + + +### Type: [InputBotInlineResult](../types/InputBotInlineResult.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputBotInlineResultGame.md b/docs/API_docs/constructors/inputBotInlineResultGame.md index 9d3db4b3..f2ed6590 100644 --- a/docs/API_docs/constructors/inputBotInlineResultGame.md +++ b/docs/API_docs/constructors/inputBotInlineResultGame.md @@ -7,9 +7,12 @@ |id|[string](../types/string.md) | Required| |short\_name|[string](../types/string.md) | Required| |send\_message|[InputBotInlineMessage](../types/InputBotInlineMessage.md) | Required| -### Type: -[InputBotInlineResult](../types/InputBotInlineResult.md) + + +### Type: [InputBotInlineResult](../types/InputBotInlineResult.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputBotInlineResultPhoto.md b/docs/API_docs/constructors/inputBotInlineResultPhoto.md index 7ca839ce..b173fbe0 100644 --- a/docs/API_docs/constructors/inputBotInlineResultPhoto.md +++ b/docs/API_docs/constructors/inputBotInlineResultPhoto.md @@ -8,9 +8,12 @@ |type|[string](../types/string.md) | Required| |photo|[InputPhoto](../types/InputPhoto.md) | Required| |send\_message|[InputBotInlineMessage](../types/InputBotInlineMessage.md) | Required| -### Type: -[InputBotInlineResult](../types/InputBotInlineResult.md) + + +### Type: [InputBotInlineResult](../types/InputBotInlineResult.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputChannel.md b/docs/API_docs/constructors/inputChannel.md index 3bf70437..b8dcfa68 100644 --- a/docs/API_docs/constructors/inputChannel.md +++ b/docs/API_docs/constructors/inputChannel.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |channel\_id|[int](../types/int.md) | Required| |access\_hash|[long](../types/long.md) | Required| -### Type: -[InputChannel](../types/InputChannel.md) + + +### Type: [InputChannel](../types/InputChannel.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputChannelEmpty.md b/docs/API_docs/constructors/inputChannelEmpty.md index 983a4196..8c6e81d8 100644 --- a/docs/API_docs/constructors/inputChannelEmpty.md +++ b/docs/API_docs/constructors/inputChannelEmpty.md @@ -1,8 +1,11 @@ ## Constructor: inputChannelEmpty -### Type: -[InputChannel](../types/InputChannel.md) + + +### Type: [InputChannel](../types/InputChannel.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputChatPhoto.md b/docs/API_docs/constructors/inputChatPhoto.md index 36457d2b..5c97e191 100644 --- a/docs/API_docs/constructors/inputChatPhoto.md +++ b/docs/API_docs/constructors/inputChatPhoto.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |id|[InputPhoto](../types/InputPhoto.md) | Required| -### Type: -[InputChatPhoto](../types/InputChatPhoto.md) + + +### Type: [InputChatPhoto](../types/InputChatPhoto.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputChatPhotoEmpty.md b/docs/API_docs/constructors/inputChatPhotoEmpty.md index a2cb77da..c3b1f1f5 100644 --- a/docs/API_docs/constructors/inputChatPhotoEmpty.md +++ b/docs/API_docs/constructors/inputChatPhotoEmpty.md @@ -1,8 +1,11 @@ ## Constructor: inputChatPhotoEmpty -### Type: -[InputChatPhoto](../types/InputChatPhoto.md) + + +### Type: [InputChatPhoto](../types/InputChatPhoto.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputChatUploadedPhoto.md b/docs/API_docs/constructors/inputChatUploadedPhoto.md index c3293a7b..79181fb2 100644 --- a/docs/API_docs/constructors/inputChatUploadedPhoto.md +++ b/docs/API_docs/constructors/inputChatUploadedPhoto.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |file|[InputFile](../types/InputFile.md) | Required| -### Type: -[InputChatPhoto](../types/InputChatPhoto.md) + + +### Type: [InputChatPhoto](../types/InputChatPhoto.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputDocument.md b/docs/API_docs/constructors/inputDocument.md index 5f2720e2..5889e9f4 100644 --- a/docs/API_docs/constructors/inputDocument.md +++ b/docs/API_docs/constructors/inputDocument.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |id|[long](../types/long.md) | Required| |access\_hash|[long](../types/long.md) | Required| -### Type: -[InputDocument](../types/InputDocument.md) + + +### Type: [InputDocument](../types/InputDocument.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputDocumentEmpty.md b/docs/API_docs/constructors/inputDocumentEmpty.md index 592164c0..96b2a683 100644 --- a/docs/API_docs/constructors/inputDocumentEmpty.md +++ b/docs/API_docs/constructors/inputDocumentEmpty.md @@ -1,8 +1,11 @@ ## Constructor: inputDocumentEmpty -### Type: -[InputDocument](../types/InputDocument.md) + + +### Type: [InputDocument](../types/InputDocument.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputDocumentFileLocation.md b/docs/API_docs/constructors/inputDocumentFileLocation.md index c39885fa..0f505a5a 100644 --- a/docs/API_docs/constructors/inputDocumentFileLocation.md +++ b/docs/API_docs/constructors/inputDocumentFileLocation.md @@ -7,9 +7,12 @@ |id|[long](../types/long.md) | Required| |access\_hash|[long](../types/long.md) | Required| |version|[int](../types/int.md) | Required| -### Type: -[InputFileLocation](../types/InputFileLocation.md) + + +### Type: [InputFileLocation](../types/InputFileLocation.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputEncryptedChat.md b/docs/API_docs/constructors/inputEncryptedChat.md index 459d2333..5f36354d 100644 --- a/docs/API_docs/constructors/inputEncryptedChat.md +++ b/docs/API_docs/constructors/inputEncryptedChat.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |chat\_id|[int](../types/int.md) | Required| |access\_hash|[long](../types/long.md) | Required| -### Type: -[InputEncryptedChat](../types/InputEncryptedChat.md) + + +### Type: [InputEncryptedChat](../types/InputEncryptedChat.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputEncryptedFile.md b/docs/API_docs/constructors/inputEncryptedFile.md index 0f08898a..57454a22 100644 --- a/docs/API_docs/constructors/inputEncryptedFile.md +++ b/docs/API_docs/constructors/inputEncryptedFile.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |id|[long](../types/long.md) | Required| |access\_hash|[long](../types/long.md) | Required| -### Type: -[InputEncryptedFile](../types/InputEncryptedFile.md) + + +### Type: [InputEncryptedFile](../types/InputEncryptedFile.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputEncryptedFileBigUploaded.md b/docs/API_docs/constructors/inputEncryptedFileBigUploaded.md index 2d5fba80..45f0e790 100644 --- a/docs/API_docs/constructors/inputEncryptedFileBigUploaded.md +++ b/docs/API_docs/constructors/inputEncryptedFileBigUploaded.md @@ -7,9 +7,12 @@ |id|[long](../types/long.md) | Required| |parts|[int](../types/int.md) | Required| |key\_fingerprint|[int](../types/int.md) | Required| -### Type: -[InputEncryptedFile](../types/InputEncryptedFile.md) + + +### Type: [InputEncryptedFile](../types/InputEncryptedFile.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputEncryptedFileEmpty.md b/docs/API_docs/constructors/inputEncryptedFileEmpty.md index ad8ad39f..82a09946 100644 --- a/docs/API_docs/constructors/inputEncryptedFileEmpty.md +++ b/docs/API_docs/constructors/inputEncryptedFileEmpty.md @@ -1,8 +1,11 @@ ## Constructor: inputEncryptedFileEmpty -### Type: -[InputEncryptedFile](../types/InputEncryptedFile.md) + + +### Type: [InputEncryptedFile](../types/InputEncryptedFile.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputEncryptedFileLocation.md b/docs/API_docs/constructors/inputEncryptedFileLocation.md index c94f725d..745758ca 100644 --- a/docs/API_docs/constructors/inputEncryptedFileLocation.md +++ b/docs/API_docs/constructors/inputEncryptedFileLocation.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |id|[long](../types/long.md) | Required| |access\_hash|[long](../types/long.md) | Required| -### Type: -[InputFileLocation](../types/InputFileLocation.md) + + +### Type: [InputFileLocation](../types/InputFileLocation.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputEncryptedFileUploaded.md b/docs/API_docs/constructors/inputEncryptedFileUploaded.md index 8cae415f..715a8f5c 100644 --- a/docs/API_docs/constructors/inputEncryptedFileUploaded.md +++ b/docs/API_docs/constructors/inputEncryptedFileUploaded.md @@ -8,9 +8,12 @@ |parts|[int](../types/int.md) | Required| |md5\_checksum|[string](../types/string.md) | Required| |key\_fingerprint|[int](../types/int.md) | Required| -### Type: -[InputEncryptedFile](../types/InputEncryptedFile.md) + + +### Type: [InputEncryptedFile](../types/InputEncryptedFile.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputFile.md b/docs/API_docs/constructors/inputFile.md index 529793b6..c4b673e2 100644 --- a/docs/API_docs/constructors/inputFile.md +++ b/docs/API_docs/constructors/inputFile.md @@ -8,9 +8,12 @@ |parts|[int](../types/int.md) | Required| |name|[string](../types/string.md) | Required| |md5\_checksum|[string](../types/string.md) | Required| -### Type: -[InputFile](../types/InputFile.md) + + +### Type: [InputFile](../types/InputFile.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputFileBig.md b/docs/API_docs/constructors/inputFileBig.md index 18fb73c5..ea744b58 100644 --- a/docs/API_docs/constructors/inputFileBig.md +++ b/docs/API_docs/constructors/inputFileBig.md @@ -7,9 +7,12 @@ |id|[long](../types/long.md) | Required| |parts|[int](../types/int.md) | Required| |name|[string](../types/string.md) | Required| -### Type: -[InputFile](../types/InputFile.md) + + +### Type: [InputFile](../types/InputFile.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputFileLocation.md b/docs/API_docs/constructors/inputFileLocation.md index 4f570304..65ebebc9 100644 --- a/docs/API_docs/constructors/inputFileLocation.md +++ b/docs/API_docs/constructors/inputFileLocation.md @@ -7,9 +7,12 @@ |volume\_id|[long](../types/long.md) | Required| |local\_id|[int](../types/int.md) | Required| |secret|[long](../types/long.md) | Required| -### Type: -[InputFileLocation](../types/InputFileLocation.md) + + +### Type: [InputFileLocation](../types/InputFileLocation.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputGameID.md b/docs/API_docs/constructors/inputGameID.md index 1da6e3dd..05dc43e5 100644 --- a/docs/API_docs/constructors/inputGameID.md +++ b/docs/API_docs/constructors/inputGameID.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |id|[long](../types/long.md) | Required| |access\_hash|[long](../types/long.md) | Required| -### Type: -[InputGame](../types/InputGame.md) + + +### Type: [InputGame](../types/InputGame.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputGameShortName.md b/docs/API_docs/constructors/inputGameShortName.md index d9c62a2b..f7a4dce8 100644 --- a/docs/API_docs/constructors/inputGameShortName.md +++ b/docs/API_docs/constructors/inputGameShortName.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |bot\_id|[InputUser](../types/InputUser.md) | Required| |short\_name|[string](../types/string.md) | Required| -### Type: -[InputGame](../types/InputGame.md) + + +### Type: [InputGame](../types/InputGame.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputGeoPoint.md b/docs/API_docs/constructors/inputGeoPoint.md index 33da1b5b..1ae93bd5 100644 --- a/docs/API_docs/constructors/inputGeoPoint.md +++ b/docs/API_docs/constructors/inputGeoPoint.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |lat|[double](../types/double.md) | Required| |long|[double](../types/double.md) | Required| -### Type: -[InputGeoPoint](../types/InputGeoPoint.md) + + +### Type: [InputGeoPoint](../types/InputGeoPoint.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputGeoPointEmpty.md b/docs/API_docs/constructors/inputGeoPointEmpty.md index e0d13f6f..e7b571f6 100644 --- a/docs/API_docs/constructors/inputGeoPointEmpty.md +++ b/docs/API_docs/constructors/inputGeoPointEmpty.md @@ -1,8 +1,11 @@ ## Constructor: inputGeoPointEmpty -### Type: -[InputGeoPoint](../types/InputGeoPoint.md) + + +### Type: [InputGeoPoint](../types/InputGeoPoint.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMediaContact.md b/docs/API_docs/constructors/inputMediaContact.md index 88fea31c..9499bfb9 100644 --- a/docs/API_docs/constructors/inputMediaContact.md +++ b/docs/API_docs/constructors/inputMediaContact.md @@ -7,9 +7,12 @@ |phone\_number|[string](../types/string.md) | Required| |first\_name|[string](../types/string.md) | Required| |last\_name|[string](../types/string.md) | Required| -### Type: -[InputMedia](../types/InputMedia.md) + + +### Type: [InputMedia](../types/InputMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMediaDocument.md b/docs/API_docs/constructors/inputMediaDocument.md index bd49fae5..91ecd8ce 100644 --- a/docs/API_docs/constructors/inputMediaDocument.md +++ b/docs/API_docs/constructors/inputMediaDocument.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |id|[InputDocument](../types/InputDocument.md) | Required| |caption|[string](../types/string.md) | Required| -### Type: -[InputMedia](../types/InputMedia.md) + + +### Type: [InputMedia](../types/InputMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMediaDocumentExternal.md b/docs/API_docs/constructors/inputMediaDocumentExternal.md index c2132faa..c6aad94f 100644 --- a/docs/API_docs/constructors/inputMediaDocumentExternal.md +++ b/docs/API_docs/constructors/inputMediaDocumentExternal.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |url|[string](../types/string.md) | Required| |caption|[string](../types/string.md) | Required| -### Type: -[InputMedia](../types/InputMedia.md) + + +### Type: [InputMedia](../types/InputMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMediaEmpty.md b/docs/API_docs/constructors/inputMediaEmpty.md index ad30d6f2..d8fbefcd 100644 --- a/docs/API_docs/constructors/inputMediaEmpty.md +++ b/docs/API_docs/constructors/inputMediaEmpty.md @@ -1,8 +1,11 @@ ## Constructor: inputMediaEmpty -### Type: -[InputMedia](../types/InputMedia.md) + + +### Type: [InputMedia](../types/InputMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMediaGame.md b/docs/API_docs/constructors/inputMediaGame.md index 9c226ee8..a160823c 100644 --- a/docs/API_docs/constructors/inputMediaGame.md +++ b/docs/API_docs/constructors/inputMediaGame.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |id|[InputGame](../types/InputGame.md) | Required| -### Type: -[InputMedia](../types/InputMedia.md) + + +### Type: [InputMedia](../types/InputMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMediaGeoPoint.md b/docs/API_docs/constructors/inputMediaGeoPoint.md index e45009bd..f23b9a66 100644 --- a/docs/API_docs/constructors/inputMediaGeoPoint.md +++ b/docs/API_docs/constructors/inputMediaGeoPoint.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Required| -### Type: -[InputMedia](../types/InputMedia.md) + + +### Type: [InputMedia](../types/InputMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMediaGifExternal.md b/docs/API_docs/constructors/inputMediaGifExternal.md index dc5add6f..46af0fb5 100644 --- a/docs/API_docs/constructors/inputMediaGifExternal.md +++ b/docs/API_docs/constructors/inputMediaGifExternal.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |url|[string](../types/string.md) | Required| |q|[string](../types/string.md) | Required| -### Type: -[InputMedia](../types/InputMedia.md) + + +### Type: [InputMedia](../types/InputMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMediaPhoto.md b/docs/API_docs/constructors/inputMediaPhoto.md index 6b86a460..0669826d 100644 --- a/docs/API_docs/constructors/inputMediaPhoto.md +++ b/docs/API_docs/constructors/inputMediaPhoto.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |id|[InputPhoto](../types/InputPhoto.md) | Required| |caption|[string](../types/string.md) | Required| -### Type: -[InputMedia](../types/InputMedia.md) + + +### Type: [InputMedia](../types/InputMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMediaPhotoExternal.md b/docs/API_docs/constructors/inputMediaPhotoExternal.md index dc8b3d14..fe654674 100644 --- a/docs/API_docs/constructors/inputMediaPhotoExternal.md +++ b/docs/API_docs/constructors/inputMediaPhotoExternal.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |url|[string](../types/string.md) | Required| |caption|[string](../types/string.md) | Required| -### Type: -[InputMedia](../types/InputMedia.md) + + +### Type: [InputMedia](../types/InputMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMediaUploadedDocument.md b/docs/API_docs/constructors/inputMediaUploadedDocument.md index a32e37f1..aea1698c 100644 --- a/docs/API_docs/constructors/inputMediaUploadedDocument.md +++ b/docs/API_docs/constructors/inputMediaUploadedDocument.md @@ -9,9 +9,12 @@ |attributes|Array of [DocumentAttribute](../types/DocumentAttribute.md) | Required| |caption|[string](../types/string.md) | Required| |stickers|Array of [InputDocument](../types/InputDocument.md) | Optional| -### Type: -[InputMedia](../types/InputMedia.md) + + +### Type: [InputMedia](../types/InputMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMediaUploadedPhoto.md b/docs/API_docs/constructors/inputMediaUploadedPhoto.md index d5386aa7..c881bb71 100644 --- a/docs/API_docs/constructors/inputMediaUploadedPhoto.md +++ b/docs/API_docs/constructors/inputMediaUploadedPhoto.md @@ -7,9 +7,12 @@ |file|[InputFile](../types/InputFile.md) | Required| |caption|[string](../types/string.md) | Required| |stickers|Array of [InputDocument](../types/InputDocument.md) | Optional| -### Type: -[InputMedia](../types/InputMedia.md) + + +### Type: [InputMedia](../types/InputMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMediaUploadedThumbDocument.md b/docs/API_docs/constructors/inputMediaUploadedThumbDocument.md index ca13d8b7..8a24fe5a 100644 --- a/docs/API_docs/constructors/inputMediaUploadedThumbDocument.md +++ b/docs/API_docs/constructors/inputMediaUploadedThumbDocument.md @@ -10,9 +10,12 @@ |attributes|Array of [DocumentAttribute](../types/DocumentAttribute.md) | Required| |caption|[string](../types/string.md) | Required| |stickers|Array of [InputDocument](../types/InputDocument.md) | Optional| -### Type: -[InputMedia](../types/InputMedia.md) + + +### Type: [InputMedia](../types/InputMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMediaVenue.md b/docs/API_docs/constructors/inputMediaVenue.md index ad9293bf..0b0ac748 100644 --- a/docs/API_docs/constructors/inputMediaVenue.md +++ b/docs/API_docs/constructors/inputMediaVenue.md @@ -9,9 +9,12 @@ |address|[string](../types/string.md) | Required| |provider|[string](../types/string.md) | Required| |venue\_id|[string](../types/string.md) | Required| -### Type: -[InputMedia](../types/InputMedia.md) + + +### Type: [InputMedia](../types/InputMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMessageEntityMentionName.md b/docs/API_docs/constructors/inputMessageEntityMentionName.md index 26baca41..5ae04f18 100644 --- a/docs/API_docs/constructors/inputMessageEntityMentionName.md +++ b/docs/API_docs/constructors/inputMessageEntityMentionName.md @@ -7,9 +7,12 @@ |offset|[int](../types/int.md) | Required| |length|[int](../types/int.md) | Required| |user\_id|[InputUser](../types/InputUser.md) | Required| -### Type: -[MessageEntity](../types/MessageEntity.md) + + +### Type: [MessageEntity](../types/MessageEntity.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMessagesFilterChatPhotos.md b/docs/API_docs/constructors/inputMessagesFilterChatPhotos.md index 975778e0..cd80846c 100644 --- a/docs/API_docs/constructors/inputMessagesFilterChatPhotos.md +++ b/docs/API_docs/constructors/inputMessagesFilterChatPhotos.md @@ -1,8 +1,11 @@ ## Constructor: inputMessagesFilterChatPhotos -### Type: -[MessagesFilter](../types/MessagesFilter.md) + + +### Type: [MessagesFilter](../types/MessagesFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMessagesFilterDocument.md b/docs/API_docs/constructors/inputMessagesFilterDocument.md index 33aad610..0af2d0d0 100644 --- a/docs/API_docs/constructors/inputMessagesFilterDocument.md +++ b/docs/API_docs/constructors/inputMessagesFilterDocument.md @@ -1,8 +1,11 @@ ## Constructor: inputMessagesFilterDocument -### Type: -[MessagesFilter](../types/MessagesFilter.md) + + +### Type: [MessagesFilter](../types/MessagesFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMessagesFilterEmpty.md b/docs/API_docs/constructors/inputMessagesFilterEmpty.md index b4d20993..468f64c5 100644 --- a/docs/API_docs/constructors/inputMessagesFilterEmpty.md +++ b/docs/API_docs/constructors/inputMessagesFilterEmpty.md @@ -1,8 +1,11 @@ ## Constructor: inputMessagesFilterEmpty -### Type: -[MessagesFilter](../types/MessagesFilter.md) + + +### Type: [MessagesFilter](../types/MessagesFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMessagesFilterGif.md b/docs/API_docs/constructors/inputMessagesFilterGif.md index 240c9161..7fa7caf8 100644 --- a/docs/API_docs/constructors/inputMessagesFilterGif.md +++ b/docs/API_docs/constructors/inputMessagesFilterGif.md @@ -1,8 +1,11 @@ ## Constructor: inputMessagesFilterGif -### Type: -[MessagesFilter](../types/MessagesFilter.md) + + +### Type: [MessagesFilter](../types/MessagesFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMessagesFilterMusic.md b/docs/API_docs/constructors/inputMessagesFilterMusic.md index f50865e2..4818fd1c 100644 --- a/docs/API_docs/constructors/inputMessagesFilterMusic.md +++ b/docs/API_docs/constructors/inputMessagesFilterMusic.md @@ -1,8 +1,11 @@ ## Constructor: inputMessagesFilterMusic -### Type: -[MessagesFilter](../types/MessagesFilter.md) + + +### Type: [MessagesFilter](../types/MessagesFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMessagesFilterPhotoVideo.md b/docs/API_docs/constructors/inputMessagesFilterPhotoVideo.md index e5373ef0..13edd86d 100644 --- a/docs/API_docs/constructors/inputMessagesFilterPhotoVideo.md +++ b/docs/API_docs/constructors/inputMessagesFilterPhotoVideo.md @@ -1,8 +1,11 @@ ## Constructor: inputMessagesFilterPhotoVideo -### Type: -[MessagesFilter](../types/MessagesFilter.md) + + +### Type: [MessagesFilter](../types/MessagesFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMessagesFilterPhotoVideoDocuments.md b/docs/API_docs/constructors/inputMessagesFilterPhotoVideoDocuments.md index b24e6c08..8ac705dd 100644 --- a/docs/API_docs/constructors/inputMessagesFilterPhotoVideoDocuments.md +++ b/docs/API_docs/constructors/inputMessagesFilterPhotoVideoDocuments.md @@ -1,8 +1,11 @@ ## Constructor: inputMessagesFilterPhotoVideoDocuments -### Type: -[MessagesFilter](../types/MessagesFilter.md) + + +### Type: [MessagesFilter](../types/MessagesFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMessagesFilterPhotos.md b/docs/API_docs/constructors/inputMessagesFilterPhotos.md index 9092f87c..7ce7f4bb 100644 --- a/docs/API_docs/constructors/inputMessagesFilterPhotos.md +++ b/docs/API_docs/constructors/inputMessagesFilterPhotos.md @@ -1,8 +1,11 @@ ## Constructor: inputMessagesFilterPhotos -### Type: -[MessagesFilter](../types/MessagesFilter.md) + + +### Type: [MessagesFilter](../types/MessagesFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMessagesFilterUrl.md b/docs/API_docs/constructors/inputMessagesFilterUrl.md index 8cafbe1d..1c6f0119 100644 --- a/docs/API_docs/constructors/inputMessagesFilterUrl.md +++ b/docs/API_docs/constructors/inputMessagesFilterUrl.md @@ -1,8 +1,11 @@ ## Constructor: inputMessagesFilterUrl -### Type: -[MessagesFilter](../types/MessagesFilter.md) + + +### Type: [MessagesFilter](../types/MessagesFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMessagesFilterVideo.md b/docs/API_docs/constructors/inputMessagesFilterVideo.md index 32a6c8e4..b4f1d93a 100644 --- a/docs/API_docs/constructors/inputMessagesFilterVideo.md +++ b/docs/API_docs/constructors/inputMessagesFilterVideo.md @@ -1,8 +1,11 @@ ## Constructor: inputMessagesFilterVideo -### Type: -[MessagesFilter](../types/MessagesFilter.md) + + +### Type: [MessagesFilter](../types/MessagesFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputMessagesFilterVoice.md b/docs/API_docs/constructors/inputMessagesFilterVoice.md index 89f6f9d1..eb8f1024 100644 --- a/docs/API_docs/constructors/inputMessagesFilterVoice.md +++ b/docs/API_docs/constructors/inputMessagesFilterVoice.md @@ -1,8 +1,11 @@ ## Constructor: inputMessagesFilterVoice -### Type: -[MessagesFilter](../types/MessagesFilter.md) + + +### Type: [MessagesFilter](../types/MessagesFilter.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputNotifyAll.md b/docs/API_docs/constructors/inputNotifyAll.md index bea5db6d..1b2e35c1 100644 --- a/docs/API_docs/constructors/inputNotifyAll.md +++ b/docs/API_docs/constructors/inputNotifyAll.md @@ -1,8 +1,11 @@ ## Constructor: inputNotifyAll -### Type: -[InputNotifyPeer](../types/InputNotifyPeer.md) + + +### Type: [InputNotifyPeer](../types/InputNotifyPeer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputNotifyChats.md b/docs/API_docs/constructors/inputNotifyChats.md index 0070abba..4119d4ab 100644 --- a/docs/API_docs/constructors/inputNotifyChats.md +++ b/docs/API_docs/constructors/inputNotifyChats.md @@ -1,8 +1,11 @@ ## Constructor: inputNotifyChats -### Type: -[InputNotifyPeer](../types/InputNotifyPeer.md) + + +### Type: [InputNotifyPeer](../types/InputNotifyPeer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputNotifyPeer.md b/docs/API_docs/constructors/inputNotifyPeer.md index 3cab434d..2632055e 100644 --- a/docs/API_docs/constructors/inputNotifyPeer.md +++ b/docs/API_docs/constructors/inputNotifyPeer.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |peer|[InputPeer](../types/InputPeer.md) | Required| -### Type: -[InputNotifyPeer](../types/InputNotifyPeer.md) + + +### Type: [InputNotifyPeer](../types/InputNotifyPeer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputNotifyUsers.md b/docs/API_docs/constructors/inputNotifyUsers.md index 642cd12b..e950b34e 100644 --- a/docs/API_docs/constructors/inputNotifyUsers.md +++ b/docs/API_docs/constructors/inputNotifyUsers.md @@ -1,8 +1,11 @@ ## Constructor: inputNotifyUsers -### Type: -[InputNotifyPeer](../types/InputNotifyPeer.md) + + +### Type: [InputNotifyPeer](../types/InputNotifyPeer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPeerChannel.md b/docs/API_docs/constructors/inputPeerChannel.md index a16ac06e..fb1ba145 100644 --- a/docs/API_docs/constructors/inputPeerChannel.md +++ b/docs/API_docs/constructors/inputPeerChannel.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |channel\_id|[int](../types/int.md) | Required| |access\_hash|[long](../types/long.md) | Required| -### Type: -[InputPeer](../types/InputPeer.md) + + +### Type: [InputPeer](../types/InputPeer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPeerChat.md b/docs/API_docs/constructors/inputPeerChat.md index 3062674e..46a4bf01 100644 --- a/docs/API_docs/constructors/inputPeerChat.md +++ b/docs/API_docs/constructors/inputPeerChat.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |chat\_id|[int](../types/int.md) | Required| -### Type: -[InputPeer](../types/InputPeer.md) + + +### Type: [InputPeer](../types/InputPeer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPeerEmpty.md b/docs/API_docs/constructors/inputPeerEmpty.md index f65502b6..18d8325d 100644 --- a/docs/API_docs/constructors/inputPeerEmpty.md +++ b/docs/API_docs/constructors/inputPeerEmpty.md @@ -1,8 +1,11 @@ ## Constructor: inputPeerEmpty -### Type: -[InputPeer](../types/InputPeer.md) + + +### Type: [InputPeer](../types/InputPeer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPeerNotifyEventsAll.md b/docs/API_docs/constructors/inputPeerNotifyEventsAll.md index 02ea3afd..22363143 100644 --- a/docs/API_docs/constructors/inputPeerNotifyEventsAll.md +++ b/docs/API_docs/constructors/inputPeerNotifyEventsAll.md @@ -1,8 +1,11 @@ ## Constructor: inputPeerNotifyEventsAll -### Type: -[InputPeerNotifyEvents](../types/InputPeerNotifyEvents.md) + + +### Type: [InputPeerNotifyEvents](../types/InputPeerNotifyEvents.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPeerNotifyEventsEmpty.md b/docs/API_docs/constructors/inputPeerNotifyEventsEmpty.md index 55b466ee..f2e329d6 100644 --- a/docs/API_docs/constructors/inputPeerNotifyEventsEmpty.md +++ b/docs/API_docs/constructors/inputPeerNotifyEventsEmpty.md @@ -1,8 +1,11 @@ ## Constructor: inputPeerNotifyEventsEmpty -### Type: -[InputPeerNotifyEvents](../types/InputPeerNotifyEvents.md) + + +### Type: [InputPeerNotifyEvents](../types/InputPeerNotifyEvents.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPeerNotifySettings.md b/docs/API_docs/constructors/inputPeerNotifySettings.md index 9ff6719d..adc14832 100644 --- a/docs/API_docs/constructors/inputPeerNotifySettings.md +++ b/docs/API_docs/constructors/inputPeerNotifySettings.md @@ -8,9 +8,12 @@ |silent|[Bool](../types/Bool.md) | Optional| |mute\_until|[int](../types/int.md) | Required| |sound|[string](../types/string.md) | Required| -### Type: -[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) + + +### Type: [InputPeerNotifySettings](../types/InputPeerNotifySettings.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPeerSelf.md b/docs/API_docs/constructors/inputPeerSelf.md index b8f54000..cb5cceb0 100644 --- a/docs/API_docs/constructors/inputPeerSelf.md +++ b/docs/API_docs/constructors/inputPeerSelf.md @@ -1,8 +1,11 @@ ## Constructor: inputPeerSelf -### Type: -[InputPeer](../types/InputPeer.md) + + +### Type: [InputPeer](../types/InputPeer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPeerUser.md b/docs/API_docs/constructors/inputPeerUser.md index 95fe544d..3305ecfc 100644 --- a/docs/API_docs/constructors/inputPeerUser.md +++ b/docs/API_docs/constructors/inputPeerUser.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| |access\_hash|[long](../types/long.md) | Required| -### Type: -[InputPeer](../types/InputPeer.md) + + +### Type: [InputPeer](../types/InputPeer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPhoneContact.md b/docs/API_docs/constructors/inputPhoneContact.md index 92bc3369..47ca875f 100644 --- a/docs/API_docs/constructors/inputPhoneContact.md +++ b/docs/API_docs/constructors/inputPhoneContact.md @@ -8,9 +8,12 @@ |phone|[string](../types/string.md) | Required| |first\_name|[string](../types/string.md) | Required| |last\_name|[string](../types/string.md) | Required| -### Type: -[InputContact](../types/InputContact.md) + + +### Type: [InputContact](../types/InputContact.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPhoto.md b/docs/API_docs/constructors/inputPhoto.md index 428d39f6..cf592f15 100644 --- a/docs/API_docs/constructors/inputPhoto.md +++ b/docs/API_docs/constructors/inputPhoto.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |id|[long](../types/long.md) | Required| |access\_hash|[long](../types/long.md) | Required| -### Type: -[InputPhoto](../types/InputPhoto.md) + + +### Type: [InputPhoto](../types/InputPhoto.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPhotoEmpty.md b/docs/API_docs/constructors/inputPhotoEmpty.md index 974fb205..daf28532 100644 --- a/docs/API_docs/constructors/inputPhotoEmpty.md +++ b/docs/API_docs/constructors/inputPhotoEmpty.md @@ -1,8 +1,11 @@ ## Constructor: inputPhotoEmpty -### Type: -[InputPhoto](../types/InputPhoto.md) + + +### Type: [InputPhoto](../types/InputPhoto.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPrivacyKeyChatInvite.md b/docs/API_docs/constructors/inputPrivacyKeyChatInvite.md index 0b2af11a..04effbb1 100644 --- a/docs/API_docs/constructors/inputPrivacyKeyChatInvite.md +++ b/docs/API_docs/constructors/inputPrivacyKeyChatInvite.md @@ -1,8 +1,11 @@ ## Constructor: inputPrivacyKeyChatInvite -### Type: -[InputPrivacyKey](../types/InputPrivacyKey.md) + + +### Type: [InputPrivacyKey](../types/InputPrivacyKey.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPrivacyKeyStatusTimestamp.md b/docs/API_docs/constructors/inputPrivacyKeyStatusTimestamp.md index ddc3493f..e31daaf2 100644 --- a/docs/API_docs/constructors/inputPrivacyKeyStatusTimestamp.md +++ b/docs/API_docs/constructors/inputPrivacyKeyStatusTimestamp.md @@ -1,8 +1,11 @@ ## Constructor: inputPrivacyKeyStatusTimestamp -### Type: -[InputPrivacyKey](../types/InputPrivacyKey.md) + + +### Type: [InputPrivacyKey](../types/InputPrivacyKey.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPrivacyValueAllowAll.md b/docs/API_docs/constructors/inputPrivacyValueAllowAll.md index 5f2f6227..947ca23c 100644 --- a/docs/API_docs/constructors/inputPrivacyValueAllowAll.md +++ b/docs/API_docs/constructors/inputPrivacyValueAllowAll.md @@ -1,8 +1,11 @@ ## Constructor: inputPrivacyValueAllowAll -### Type: -[InputPrivacyRule](../types/InputPrivacyRule.md) + + +### Type: [InputPrivacyRule](../types/InputPrivacyRule.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPrivacyValueAllowContacts.md b/docs/API_docs/constructors/inputPrivacyValueAllowContacts.md index ef97254f..5d979dc3 100644 --- a/docs/API_docs/constructors/inputPrivacyValueAllowContacts.md +++ b/docs/API_docs/constructors/inputPrivacyValueAllowContacts.md @@ -1,8 +1,11 @@ ## Constructor: inputPrivacyValueAllowContacts -### Type: -[InputPrivacyRule](../types/InputPrivacyRule.md) + + +### Type: [InputPrivacyRule](../types/InputPrivacyRule.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPrivacyValueAllowUsers.md b/docs/API_docs/constructors/inputPrivacyValueAllowUsers.md index 3e8265da..f1f8b800 100644 --- a/docs/API_docs/constructors/inputPrivacyValueAllowUsers.md +++ b/docs/API_docs/constructors/inputPrivacyValueAllowUsers.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |users|Array of [InputUser](../types/InputUser.md) | Required| -### Type: -[InputPrivacyRule](../types/InputPrivacyRule.md) + + +### Type: [InputPrivacyRule](../types/InputPrivacyRule.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPrivacyValueDisallowAll.md b/docs/API_docs/constructors/inputPrivacyValueDisallowAll.md index 0f57d95e..30f0e501 100644 --- a/docs/API_docs/constructors/inputPrivacyValueDisallowAll.md +++ b/docs/API_docs/constructors/inputPrivacyValueDisallowAll.md @@ -1,8 +1,11 @@ ## Constructor: inputPrivacyValueDisallowAll -### Type: -[InputPrivacyRule](../types/InputPrivacyRule.md) + + +### Type: [InputPrivacyRule](../types/InputPrivacyRule.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPrivacyValueDisallowContacts.md b/docs/API_docs/constructors/inputPrivacyValueDisallowContacts.md index aaa050d2..402a7094 100644 --- a/docs/API_docs/constructors/inputPrivacyValueDisallowContacts.md +++ b/docs/API_docs/constructors/inputPrivacyValueDisallowContacts.md @@ -1,8 +1,11 @@ ## Constructor: inputPrivacyValueDisallowContacts -### Type: -[InputPrivacyRule](../types/InputPrivacyRule.md) + + +### Type: [InputPrivacyRule](../types/InputPrivacyRule.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputPrivacyValueDisallowUsers.md b/docs/API_docs/constructors/inputPrivacyValueDisallowUsers.md index a0d2d129..bfde22f8 100644 --- a/docs/API_docs/constructors/inputPrivacyValueDisallowUsers.md +++ b/docs/API_docs/constructors/inputPrivacyValueDisallowUsers.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |users|Array of [InputUser](../types/InputUser.md) | Required| -### Type: -[InputPrivacyRule](../types/InputPrivacyRule.md) + + +### Type: [InputPrivacyRule](../types/InputPrivacyRule.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputReportReasonOther.md b/docs/API_docs/constructors/inputReportReasonOther.md index 00adeb9f..0e268b7d 100644 --- a/docs/API_docs/constructors/inputReportReasonOther.md +++ b/docs/API_docs/constructors/inputReportReasonOther.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |text|[string](../types/string.md) | Required| -### Type: -[ReportReason](../types/ReportReason.md) + + +### Type: [ReportReason](../types/ReportReason.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputReportReasonPornography.md b/docs/API_docs/constructors/inputReportReasonPornography.md index d2c2f29b..49735775 100644 --- a/docs/API_docs/constructors/inputReportReasonPornography.md +++ b/docs/API_docs/constructors/inputReportReasonPornography.md @@ -1,8 +1,11 @@ ## Constructor: inputReportReasonPornography -### Type: -[ReportReason](../types/ReportReason.md) + + +### Type: [ReportReason](../types/ReportReason.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputReportReasonSpam.md b/docs/API_docs/constructors/inputReportReasonSpam.md index 913665e7..63092bd9 100644 --- a/docs/API_docs/constructors/inputReportReasonSpam.md +++ b/docs/API_docs/constructors/inputReportReasonSpam.md @@ -1,8 +1,11 @@ ## Constructor: inputReportReasonSpam -### Type: -[ReportReason](../types/ReportReason.md) + + +### Type: [ReportReason](../types/ReportReason.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputReportReasonViolence.md b/docs/API_docs/constructors/inputReportReasonViolence.md index f3f063c5..acf74366 100644 --- a/docs/API_docs/constructors/inputReportReasonViolence.md +++ b/docs/API_docs/constructors/inputReportReasonViolence.md @@ -1,8 +1,11 @@ ## Constructor: inputReportReasonViolence -### Type: -[ReportReason](../types/ReportReason.md) + + +### Type: [ReportReason](../types/ReportReason.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputStickerSetEmpty.md b/docs/API_docs/constructors/inputStickerSetEmpty.md index 25b14a64..6d75e171 100644 --- a/docs/API_docs/constructors/inputStickerSetEmpty.md +++ b/docs/API_docs/constructors/inputStickerSetEmpty.md @@ -1,8 +1,11 @@ ## Constructor: inputStickerSetEmpty -### Type: -[InputStickerSet](../types/InputStickerSet.md) + + +### Type: [InputStickerSet](../types/InputStickerSet.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputStickerSetID.md b/docs/API_docs/constructors/inputStickerSetID.md index af6bbdcf..f1fea951 100644 --- a/docs/API_docs/constructors/inputStickerSetID.md +++ b/docs/API_docs/constructors/inputStickerSetID.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |id|[long](../types/long.md) | Required| |access\_hash|[long](../types/long.md) | Required| -### Type: -[InputStickerSet](../types/InputStickerSet.md) + + +### Type: [InputStickerSet](../types/InputStickerSet.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputStickerSetShortName.md b/docs/API_docs/constructors/inputStickerSetShortName.md index 9647faf5..192c9ad2 100644 --- a/docs/API_docs/constructors/inputStickerSetShortName.md +++ b/docs/API_docs/constructors/inputStickerSetShortName.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |short\_name|[string](../types/string.md) | Required| -### Type: -[InputStickerSet](../types/InputStickerSet.md) + + +### Type: [InputStickerSet](../types/InputStickerSet.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputStickeredMediaDocument.md b/docs/API_docs/constructors/inputStickeredMediaDocument.md index 35a23280..846d77ab 100644 --- a/docs/API_docs/constructors/inputStickeredMediaDocument.md +++ b/docs/API_docs/constructors/inputStickeredMediaDocument.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |id|[InputDocument](../types/InputDocument.md) | Required| -### Type: -[InputStickeredMedia](../types/InputStickeredMedia.md) + + +### Type: [InputStickeredMedia](../types/InputStickeredMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputStickeredMediaPhoto.md b/docs/API_docs/constructors/inputStickeredMediaPhoto.md index fd9236b4..bb6e9595 100644 --- a/docs/API_docs/constructors/inputStickeredMediaPhoto.md +++ b/docs/API_docs/constructors/inputStickeredMediaPhoto.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |id|[InputPhoto](../types/InputPhoto.md) | Required| -### Type: -[InputStickeredMedia](../types/InputStickeredMedia.md) + + +### Type: [InputStickeredMedia](../types/InputStickeredMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputUser.md b/docs/API_docs/constructors/inputUser.md index 073d928f..f363e4fd 100644 --- a/docs/API_docs/constructors/inputUser.md +++ b/docs/API_docs/constructors/inputUser.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| |access\_hash|[long](../types/long.md) | Required| -### Type: -[InputUser](../types/InputUser.md) + + +### Type: [InputUser](../types/InputUser.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputUserEmpty.md b/docs/API_docs/constructors/inputUserEmpty.md index 3547fa14..bf1d454a 100644 --- a/docs/API_docs/constructors/inputUserEmpty.md +++ b/docs/API_docs/constructors/inputUserEmpty.md @@ -1,8 +1,11 @@ ## Constructor: inputUserEmpty -### Type: -[InputUser](../types/InputUser.md) + + +### Type: [InputUser](../types/InputUser.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/inputUserSelf.md b/docs/API_docs/constructors/inputUserSelf.md index aa5a1956..79540b52 100644 --- a/docs/API_docs/constructors/inputUserSelf.md +++ b/docs/API_docs/constructors/inputUserSelf.md @@ -1,8 +1,11 @@ ## Constructor: inputUserSelf -### Type: -[InputUser](../types/InputUser.md) + + +### Type: [InputUser](../types/InputUser.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/keyboardButton.md b/docs/API_docs/constructors/keyboardButton.md index d004057e..bedc4de5 100644 --- a/docs/API_docs/constructors/keyboardButton.md +++ b/docs/API_docs/constructors/keyboardButton.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |text|[string](../types/string.md) | Required| -### Type: -[KeyboardButton](../types/KeyboardButton.md) + + +### Type: [KeyboardButton](../types/KeyboardButton.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/keyboardButtonCallback.md b/docs/API_docs/constructors/keyboardButtonCallback.md index 479bd168..8528f212 100644 --- a/docs/API_docs/constructors/keyboardButtonCallback.md +++ b/docs/API_docs/constructors/keyboardButtonCallback.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |text|[string](../types/string.md) | Required| |data|[bytes](../types/bytes.md) | Required| -### Type: -[KeyboardButton](../types/KeyboardButton.md) + + +### Type: [KeyboardButton](../types/KeyboardButton.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/keyboardButtonGame.md b/docs/API_docs/constructors/keyboardButtonGame.md index 9228d9b0..2b42c177 100644 --- a/docs/API_docs/constructors/keyboardButtonGame.md +++ b/docs/API_docs/constructors/keyboardButtonGame.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |text|[string](../types/string.md) | Required| -### Type: -[KeyboardButton](../types/KeyboardButton.md) + + +### Type: [KeyboardButton](../types/KeyboardButton.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/keyboardButtonRequestGeoLocation.md b/docs/API_docs/constructors/keyboardButtonRequestGeoLocation.md index 580720c3..ab8b6266 100644 --- a/docs/API_docs/constructors/keyboardButtonRequestGeoLocation.md +++ b/docs/API_docs/constructors/keyboardButtonRequestGeoLocation.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |text|[string](../types/string.md) | Required| -### Type: -[KeyboardButton](../types/KeyboardButton.md) + + +### Type: [KeyboardButton](../types/KeyboardButton.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/keyboardButtonRequestPhone.md b/docs/API_docs/constructors/keyboardButtonRequestPhone.md index 105a6d6f..3a9431fd 100644 --- a/docs/API_docs/constructors/keyboardButtonRequestPhone.md +++ b/docs/API_docs/constructors/keyboardButtonRequestPhone.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |text|[string](../types/string.md) | Required| -### Type: -[KeyboardButton](../types/KeyboardButton.md) + + +### Type: [KeyboardButton](../types/KeyboardButton.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/keyboardButtonRow.md b/docs/API_docs/constructors/keyboardButtonRow.md index 06c0e35b..5219e936 100644 --- a/docs/API_docs/constructors/keyboardButtonRow.md +++ b/docs/API_docs/constructors/keyboardButtonRow.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |buttons|Array of [KeyboardButton](../types/KeyboardButton.md) | Required| -### Type: -[KeyboardButtonRow](../types/KeyboardButtonRow.md) + + +### Type: [KeyboardButtonRow](../types/KeyboardButtonRow.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/keyboardButtonSwitchInline.md b/docs/API_docs/constructors/keyboardButtonSwitchInline.md index c083772e..d498fc37 100644 --- a/docs/API_docs/constructors/keyboardButtonSwitchInline.md +++ b/docs/API_docs/constructors/keyboardButtonSwitchInline.md @@ -7,9 +7,12 @@ |same\_peer|[Bool](../types/Bool.md) | Optional| |text|[string](../types/string.md) | Required| |query|[string](../types/string.md) | Required| -### Type: -[KeyboardButton](../types/KeyboardButton.md) + + +### Type: [KeyboardButton](../types/KeyboardButton.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/keyboardButtonUrl.md b/docs/API_docs/constructors/keyboardButtonUrl.md index 9b32b355..dfc131e8 100644 --- a/docs/API_docs/constructors/keyboardButtonUrl.md +++ b/docs/API_docs/constructors/keyboardButtonUrl.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |text|[string](../types/string.md) | Required| |url|[string](../types/string.md) | Required| -### Type: -[KeyboardButton](../types/KeyboardButton.md) + + +### Type: [KeyboardButton](../types/KeyboardButton.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/maskCoords.md b/docs/API_docs/constructors/maskCoords.md index 225a26d0..a1ae55ce 100644 --- a/docs/API_docs/constructors/maskCoords.md +++ b/docs/API_docs/constructors/maskCoords.md @@ -8,9 +8,12 @@ |x|[double](../types/double.md) | Required| |y|[double](../types/double.md) | Required| |zoom|[double](../types/double.md) | Required| -### Type: -[MaskCoords](../types/MaskCoords.md) + + +### Type: [MaskCoords](../types/MaskCoords.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/message.md b/docs/API_docs/constructors/message.md index f5fffb8d..0da6832d 100644 --- a/docs/API_docs/constructors/message.md +++ b/docs/API_docs/constructors/message.md @@ -22,9 +22,12 @@ |entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| |views|[int](../types/int.md) | Optional| |edit\_date|[int](../types/int.md) | Optional| -### Type: -[Message](../types/Message.md) + + +### Type: [Message](../types/Message.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageActionChannelCreate.md b/docs/API_docs/constructors/messageActionChannelCreate.md index 692e21f7..344a9818 100644 --- a/docs/API_docs/constructors/messageActionChannelCreate.md +++ b/docs/API_docs/constructors/messageActionChannelCreate.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |title|[string](../types/string.md) | Required| -### Type: -[MessageAction](../types/MessageAction.md) + + +### Type: [MessageAction](../types/MessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageActionChannelMigrateFrom.md b/docs/API_docs/constructors/messageActionChannelMigrateFrom.md index dbf9c92a..045441a5 100644 --- a/docs/API_docs/constructors/messageActionChannelMigrateFrom.md +++ b/docs/API_docs/constructors/messageActionChannelMigrateFrom.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |title|[string](../types/string.md) | Required| |chat\_id|[int](../types/int.md) | Required| -### Type: -[MessageAction](../types/MessageAction.md) + + +### Type: [MessageAction](../types/MessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageActionChatAddUser.md b/docs/API_docs/constructors/messageActionChatAddUser.md index 5f36b350..c501fba2 100644 --- a/docs/API_docs/constructors/messageActionChatAddUser.md +++ b/docs/API_docs/constructors/messageActionChatAddUser.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |users|Array of [int](../types/int.md) | Required| -### Type: -[MessageAction](../types/MessageAction.md) + + +### Type: [MessageAction](../types/MessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageActionChatCreate.md b/docs/API_docs/constructors/messageActionChatCreate.md index 4056e848..258dd217 100644 --- a/docs/API_docs/constructors/messageActionChatCreate.md +++ b/docs/API_docs/constructors/messageActionChatCreate.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |title|[string](../types/string.md) | Required| |users|Array of [int](../types/int.md) | Required| -### Type: -[MessageAction](../types/MessageAction.md) + + +### Type: [MessageAction](../types/MessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageActionChatDeletePhoto.md b/docs/API_docs/constructors/messageActionChatDeletePhoto.md index e1c849e5..eb69578b 100644 --- a/docs/API_docs/constructors/messageActionChatDeletePhoto.md +++ b/docs/API_docs/constructors/messageActionChatDeletePhoto.md @@ -1,8 +1,11 @@ ## Constructor: messageActionChatDeletePhoto -### Type: -[MessageAction](../types/MessageAction.md) + + +### Type: [MessageAction](../types/MessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageActionChatDeleteUser.md b/docs/API_docs/constructors/messageActionChatDeleteUser.md index f2d17a44..6254f245 100644 --- a/docs/API_docs/constructors/messageActionChatDeleteUser.md +++ b/docs/API_docs/constructors/messageActionChatDeleteUser.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| -### Type: -[MessageAction](../types/MessageAction.md) + + +### Type: [MessageAction](../types/MessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageActionChatEditPhoto.md b/docs/API_docs/constructors/messageActionChatEditPhoto.md index 9ccb5766..cced6c94 100644 --- a/docs/API_docs/constructors/messageActionChatEditPhoto.md +++ b/docs/API_docs/constructors/messageActionChatEditPhoto.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |photo|[Photo](../types/Photo.md) | Required| -### Type: -[MessageAction](../types/MessageAction.md) + + +### Type: [MessageAction](../types/MessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageActionChatEditTitle.md b/docs/API_docs/constructors/messageActionChatEditTitle.md index b97a1845..ad00c1db 100644 --- a/docs/API_docs/constructors/messageActionChatEditTitle.md +++ b/docs/API_docs/constructors/messageActionChatEditTitle.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |title|[string](../types/string.md) | Required| -### Type: -[MessageAction](../types/MessageAction.md) + + +### Type: [MessageAction](../types/MessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageActionChatJoinedByLink.md b/docs/API_docs/constructors/messageActionChatJoinedByLink.md index 3ed4c600..34f972e4 100644 --- a/docs/API_docs/constructors/messageActionChatJoinedByLink.md +++ b/docs/API_docs/constructors/messageActionChatJoinedByLink.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |inviter\_id|[int](../types/int.md) | Required| -### Type: -[MessageAction](../types/MessageAction.md) + + +### Type: [MessageAction](../types/MessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageActionChatMigrateTo.md b/docs/API_docs/constructors/messageActionChatMigrateTo.md index d8afa976..65434164 100644 --- a/docs/API_docs/constructors/messageActionChatMigrateTo.md +++ b/docs/API_docs/constructors/messageActionChatMigrateTo.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |channel\_id|[int](../types/int.md) | Required| -### Type: -[MessageAction](../types/MessageAction.md) + + +### Type: [MessageAction](../types/MessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageActionEmpty.md b/docs/API_docs/constructors/messageActionEmpty.md index 905f0826..2a479091 100644 --- a/docs/API_docs/constructors/messageActionEmpty.md +++ b/docs/API_docs/constructors/messageActionEmpty.md @@ -1,8 +1,11 @@ ## Constructor: messageActionEmpty -### Type: -[MessageAction](../types/MessageAction.md) + + +### Type: [MessageAction](../types/MessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageActionGameScore.md b/docs/API_docs/constructors/messageActionGameScore.md index db92f2c0..1136bf40 100644 --- a/docs/API_docs/constructors/messageActionGameScore.md +++ b/docs/API_docs/constructors/messageActionGameScore.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |game\_id|[long](../types/long.md) | Required| |score|[int](../types/int.md) | Required| -### Type: -[MessageAction](../types/MessageAction.md) + + +### Type: [MessageAction](../types/MessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageActionHistoryClear.md b/docs/API_docs/constructors/messageActionHistoryClear.md index bee0cc38..ad492876 100644 --- a/docs/API_docs/constructors/messageActionHistoryClear.md +++ b/docs/API_docs/constructors/messageActionHistoryClear.md @@ -1,8 +1,11 @@ ## Constructor: messageActionHistoryClear -### Type: -[MessageAction](../types/MessageAction.md) + + +### Type: [MessageAction](../types/MessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageActionPinMessage.md b/docs/API_docs/constructors/messageActionPinMessage.md index 9ea3da37..c18a29f7 100644 --- a/docs/API_docs/constructors/messageActionPinMessage.md +++ b/docs/API_docs/constructors/messageActionPinMessage.md @@ -1,8 +1,11 @@ ## Constructor: messageActionPinMessage -### Type: -[MessageAction](../types/MessageAction.md) + + +### Type: [MessageAction](../types/MessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageEmpty.md b/docs/API_docs/constructors/messageEmpty.md index fd1cd1d7..8afcee4d 100644 --- a/docs/API_docs/constructors/messageEmpty.md +++ b/docs/API_docs/constructors/messageEmpty.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |id|[int](../types/int.md) | Required| -### Type: -[Message](../types/Message.md) + + +### Type: [Message](../types/Message.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageEntityBold.md b/docs/API_docs/constructors/messageEntityBold.md index 818a47ce..e40e1a87 100644 --- a/docs/API_docs/constructors/messageEntityBold.md +++ b/docs/API_docs/constructors/messageEntityBold.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |offset|[int](../types/int.md) | Required| |length|[int](../types/int.md) | Required| -### Type: -[MessageEntity](../types/MessageEntity.md) + + +### Type: [MessageEntity](../types/MessageEntity.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageEntityBotCommand.md b/docs/API_docs/constructors/messageEntityBotCommand.md index 9d37aaba..64837cdf 100644 --- a/docs/API_docs/constructors/messageEntityBotCommand.md +++ b/docs/API_docs/constructors/messageEntityBotCommand.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |offset|[int](../types/int.md) | Required| |length|[int](../types/int.md) | Required| -### Type: -[MessageEntity](../types/MessageEntity.md) + + +### Type: [MessageEntity](../types/MessageEntity.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageEntityCode.md b/docs/API_docs/constructors/messageEntityCode.md index 949bf476..f07ddf71 100644 --- a/docs/API_docs/constructors/messageEntityCode.md +++ b/docs/API_docs/constructors/messageEntityCode.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |offset|[int](../types/int.md) | Required| |length|[int](../types/int.md) | Required| -### Type: -[MessageEntity](../types/MessageEntity.md) + + +### Type: [MessageEntity](../types/MessageEntity.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageEntityEmail.md b/docs/API_docs/constructors/messageEntityEmail.md index dfc8e151..cc6a4c63 100644 --- a/docs/API_docs/constructors/messageEntityEmail.md +++ b/docs/API_docs/constructors/messageEntityEmail.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |offset|[int](../types/int.md) | Required| |length|[int](../types/int.md) | Required| -### Type: -[MessageEntity](../types/MessageEntity.md) + + +### Type: [MessageEntity](../types/MessageEntity.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageEntityHashtag.md b/docs/API_docs/constructors/messageEntityHashtag.md index f44a837f..5487f070 100644 --- a/docs/API_docs/constructors/messageEntityHashtag.md +++ b/docs/API_docs/constructors/messageEntityHashtag.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |offset|[int](../types/int.md) | Required| |length|[int](../types/int.md) | Required| -### Type: -[MessageEntity](../types/MessageEntity.md) + + +### Type: [MessageEntity](../types/MessageEntity.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageEntityItalic.md b/docs/API_docs/constructors/messageEntityItalic.md index 57416108..fa9614d2 100644 --- a/docs/API_docs/constructors/messageEntityItalic.md +++ b/docs/API_docs/constructors/messageEntityItalic.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |offset|[int](../types/int.md) | Required| |length|[int](../types/int.md) | Required| -### Type: -[MessageEntity](../types/MessageEntity.md) + + +### Type: [MessageEntity](../types/MessageEntity.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageEntityMention.md b/docs/API_docs/constructors/messageEntityMention.md index 376eff7a..4f534b2f 100644 --- a/docs/API_docs/constructors/messageEntityMention.md +++ b/docs/API_docs/constructors/messageEntityMention.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |offset|[int](../types/int.md) | Required| |length|[int](../types/int.md) | Required| -### Type: -[MessageEntity](../types/MessageEntity.md) + + +### Type: [MessageEntity](../types/MessageEntity.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageEntityMentionName.md b/docs/API_docs/constructors/messageEntityMentionName.md index 7ef8b62a..68c9c79c 100644 --- a/docs/API_docs/constructors/messageEntityMentionName.md +++ b/docs/API_docs/constructors/messageEntityMentionName.md @@ -7,9 +7,12 @@ |offset|[int](../types/int.md) | Required| |length|[int](../types/int.md) | Required| |user\_id|[int](../types/int.md) | Required| -### Type: -[MessageEntity](../types/MessageEntity.md) + + +### Type: [MessageEntity](../types/MessageEntity.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageEntityPre.md b/docs/API_docs/constructors/messageEntityPre.md index 914bdc25..1a95ad2c 100644 --- a/docs/API_docs/constructors/messageEntityPre.md +++ b/docs/API_docs/constructors/messageEntityPre.md @@ -7,9 +7,12 @@ |offset|[int](../types/int.md) | Required| |length|[int](../types/int.md) | Required| |language|[string](../types/string.md) | Required| -### Type: -[MessageEntity](../types/MessageEntity.md) + + +### Type: [MessageEntity](../types/MessageEntity.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageEntityTextUrl.md b/docs/API_docs/constructors/messageEntityTextUrl.md index 44dcf227..ffb56d83 100644 --- a/docs/API_docs/constructors/messageEntityTextUrl.md +++ b/docs/API_docs/constructors/messageEntityTextUrl.md @@ -7,9 +7,12 @@ |offset|[int](../types/int.md) | Required| |length|[int](../types/int.md) | Required| |url|[string](../types/string.md) | Required| -### Type: -[MessageEntity](../types/MessageEntity.md) + + +### Type: [MessageEntity](../types/MessageEntity.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageEntityUnknown.md b/docs/API_docs/constructors/messageEntityUnknown.md index f222ca83..6edcb554 100644 --- a/docs/API_docs/constructors/messageEntityUnknown.md +++ b/docs/API_docs/constructors/messageEntityUnknown.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |offset|[int](../types/int.md) | Required| |length|[int](../types/int.md) | Required| -### Type: -[MessageEntity](../types/MessageEntity.md) + + +### Type: [MessageEntity](../types/MessageEntity.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageEntityUrl.md b/docs/API_docs/constructors/messageEntityUrl.md index a1d615d8..459bc12d 100644 --- a/docs/API_docs/constructors/messageEntityUrl.md +++ b/docs/API_docs/constructors/messageEntityUrl.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |offset|[int](../types/int.md) | Required| |length|[int](../types/int.md) | Required| -### Type: -[MessageEntity](../types/MessageEntity.md) + + +### Type: [MessageEntity](../types/MessageEntity.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageFwdHeader.md b/docs/API_docs/constructors/messageFwdHeader.md index 1ecc26fa..0d4506a0 100644 --- a/docs/API_docs/constructors/messageFwdHeader.md +++ b/docs/API_docs/constructors/messageFwdHeader.md @@ -8,9 +8,12 @@ |date|[int](../types/int.md) | Required| |channel\_id|[int](../types/int.md) | Optional| |channel\_post|[int](../types/int.md) | Optional| -### Type: -[MessageFwdHeader](../types/MessageFwdHeader.md) + + +### Type: [MessageFwdHeader](../types/MessageFwdHeader.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageMediaContact.md b/docs/API_docs/constructors/messageMediaContact.md index a7ac5c4c..a50ffb67 100644 --- a/docs/API_docs/constructors/messageMediaContact.md +++ b/docs/API_docs/constructors/messageMediaContact.md @@ -8,9 +8,12 @@ |first\_name|[string](../types/string.md) | Required| |last\_name|[string](../types/string.md) | Required| |user\_id|[int](../types/int.md) | Required| -### Type: -[MessageMedia](../types/MessageMedia.md) + + +### Type: [MessageMedia](../types/MessageMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageMediaDocument.md b/docs/API_docs/constructors/messageMediaDocument.md index d5cfb22f..be5abe1f 100644 --- a/docs/API_docs/constructors/messageMediaDocument.md +++ b/docs/API_docs/constructors/messageMediaDocument.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |document|[Document](../types/Document.md) | Required| |caption|[string](../types/string.md) | Required| -### Type: -[MessageMedia](../types/MessageMedia.md) + + +### Type: [MessageMedia](../types/MessageMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageMediaEmpty.md b/docs/API_docs/constructors/messageMediaEmpty.md index f26ae756..1c6b1cd5 100644 --- a/docs/API_docs/constructors/messageMediaEmpty.md +++ b/docs/API_docs/constructors/messageMediaEmpty.md @@ -1,8 +1,11 @@ ## Constructor: messageMediaEmpty -### Type: -[MessageMedia](../types/MessageMedia.md) + + +### Type: [MessageMedia](../types/MessageMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageMediaGame.md b/docs/API_docs/constructors/messageMediaGame.md index 6aa3daf6..799e3716 100644 --- a/docs/API_docs/constructors/messageMediaGame.md +++ b/docs/API_docs/constructors/messageMediaGame.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |game|[Game](../types/Game.md) | Required| -### Type: -[MessageMedia](../types/MessageMedia.md) + + +### Type: [MessageMedia](../types/MessageMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageMediaGeo.md b/docs/API_docs/constructors/messageMediaGeo.md index 197f3118..0095dd1a 100644 --- a/docs/API_docs/constructors/messageMediaGeo.md +++ b/docs/API_docs/constructors/messageMediaGeo.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |geo|[GeoPoint](../types/GeoPoint.md) | Required| -### Type: -[MessageMedia](../types/MessageMedia.md) + + +### Type: [MessageMedia](../types/MessageMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageMediaPhoto.md b/docs/API_docs/constructors/messageMediaPhoto.md index f98cdf20..a8fb0942 100644 --- a/docs/API_docs/constructors/messageMediaPhoto.md +++ b/docs/API_docs/constructors/messageMediaPhoto.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |photo|[Photo](../types/Photo.md) | Required| |caption|[string](../types/string.md) | Required| -### Type: -[MessageMedia](../types/MessageMedia.md) + + +### Type: [MessageMedia](../types/MessageMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageMediaUnsupported.md b/docs/API_docs/constructors/messageMediaUnsupported.md index 09ee3dc0..53d64167 100644 --- a/docs/API_docs/constructors/messageMediaUnsupported.md +++ b/docs/API_docs/constructors/messageMediaUnsupported.md @@ -1,8 +1,11 @@ ## Constructor: messageMediaUnsupported -### Type: -[MessageMedia](../types/MessageMedia.md) + + +### Type: [MessageMedia](../types/MessageMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageMediaVenue.md b/docs/API_docs/constructors/messageMediaVenue.md index 280b97bb..1c7e26f2 100644 --- a/docs/API_docs/constructors/messageMediaVenue.md +++ b/docs/API_docs/constructors/messageMediaVenue.md @@ -9,9 +9,12 @@ |address|[string](../types/string.md) | Required| |provider|[string](../types/string.md) | Required| |venue\_id|[string](../types/string.md) | Required| -### Type: -[MessageMedia](../types/MessageMedia.md) + + +### Type: [MessageMedia](../types/MessageMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageMediaWebPage.md b/docs/API_docs/constructors/messageMediaWebPage.md index 63883974..cd8f35e7 100644 --- a/docs/API_docs/constructors/messageMediaWebPage.md +++ b/docs/API_docs/constructors/messageMediaWebPage.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |webpage|[WebPage](../types/WebPage.md) | Required| -### Type: -[MessageMedia](../types/MessageMedia.md) + + +### Type: [MessageMedia](../types/MessageMedia.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageRange.md b/docs/API_docs/constructors/messageRange.md index d519f01d..1bb2b075 100644 --- a/docs/API_docs/constructors/messageRange.md +++ b/docs/API_docs/constructors/messageRange.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |min\_id|[int](../types/int.md) | Required| |max\_id|[int](../types/int.md) | Required| -### Type: -[MessageRange](../types/MessageRange.md) + + +### Type: [MessageRange](../types/MessageRange.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messageService.md b/docs/API_docs/constructors/messageService.md index 0846e3bc..9729846b 100644 --- a/docs/API_docs/constructors/messageService.md +++ b/docs/API_docs/constructors/messageService.md @@ -15,9 +15,12 @@ |reply\_to\_msg\_id|[int](../types/int.md) | Optional| |date|[int](../types/int.md) | Required| |action|[MessageAction](../types/MessageAction.md) | Required| -### Type: -[Message](../types/Message.md) + + +### Type: [Message](../types/Message.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_affectedHistory.md b/docs/API_docs/constructors/messages_affectedHistory.md index f1d998f1..31b07704 100644 --- a/docs/API_docs/constructors/messages_affectedHistory.md +++ b/docs/API_docs/constructors/messages_affectedHistory.md @@ -7,9 +7,12 @@ |pts|[int](../types/int.md) | Required| |pts\_count|[int](../types/int.md) | Required| |offset|[int](../types/int.md) | Required| -### Type: -[messages\_AffectedHistory](../types/messages_AffectedHistory.md) + + +### Type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_affectedMessages.md b/docs/API_docs/constructors/messages_affectedMessages.md index aa5dd3b3..d2fb3713 100644 --- a/docs/API_docs/constructors/messages_affectedMessages.md +++ b/docs/API_docs/constructors/messages_affectedMessages.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |pts|[int](../types/int.md) | Required| |pts\_count|[int](../types/int.md) | Required| -### Type: -[messages\_AffectedMessages](../types/messages_AffectedMessages.md) + + +### Type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_allStickers.md b/docs/API_docs/constructors/messages_allStickers.md index d2930cb8..2a5c3085 100644 --- a/docs/API_docs/constructors/messages_allStickers.md +++ b/docs/API_docs/constructors/messages_allStickers.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |hash|[int](../types/int.md) | Required| |sets|Array of [StickerSet](../types/StickerSet.md) | Required| -### Type: -[messages\_AllStickers](../types/messages_AllStickers.md) + + +### Type: [messages\_AllStickers](../types/messages_AllStickers.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_allStickersNotModified.md b/docs/API_docs/constructors/messages_allStickersNotModified.md index 7f723507..385aad14 100644 --- a/docs/API_docs/constructors/messages_allStickersNotModified.md +++ b/docs/API_docs/constructors/messages_allStickersNotModified.md @@ -1,8 +1,11 @@ ## Constructor: messages\_allStickersNotModified -### Type: -[messages\_AllStickers](../types/messages_AllStickers.md) + + +### Type: [messages\_AllStickers](../types/messages_AllStickers.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_archivedStickers.md b/docs/API_docs/constructors/messages_archivedStickers.md index 98719905..c66f3c90 100644 --- a/docs/API_docs/constructors/messages_archivedStickers.md +++ b/docs/API_docs/constructors/messages_archivedStickers.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |count|[int](../types/int.md) | Required| |sets|Array of [StickerSetCovered](../types/StickerSetCovered.md) | Required| -### Type: -[messages\_ArchivedStickers](../types/messages_ArchivedStickers.md) + + +### Type: [messages\_ArchivedStickers](../types/messages_ArchivedStickers.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_botCallbackAnswer.md b/docs/API_docs/constructors/messages_botCallbackAnswer.md index 724915b1..aa0ffbc0 100644 --- a/docs/API_docs/constructors/messages_botCallbackAnswer.md +++ b/docs/API_docs/constructors/messages_botCallbackAnswer.md @@ -8,9 +8,12 @@ |has\_url|[Bool](../types/Bool.md) | Optional| |message|[string](../types/string.md) | Optional| |url|[string](../types/string.md) | Optional| -### Type: -[messages\_BotCallbackAnswer](../types/messages_BotCallbackAnswer.md) + + +### Type: [messages\_BotCallbackAnswer](../types/messages_BotCallbackAnswer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_botResults.md b/docs/API_docs/constructors/messages_botResults.md index a89946e8..35eb620b 100644 --- a/docs/API_docs/constructors/messages_botResults.md +++ b/docs/API_docs/constructors/messages_botResults.md @@ -9,9 +9,12 @@ |next\_offset|[string](../types/string.md) | Optional| |switch\_pm|[InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| |results|Array of [BotInlineResult](../types/BotInlineResult.md) | Required| -### Type: -[messages\_BotResults](../types/messages_BotResults.md) + + +### Type: [messages\_BotResults](../types/messages_BotResults.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_channelMessages.md b/docs/API_docs/constructors/messages_channelMessages.md index 49238117..dfda1320 100644 --- a/docs/API_docs/constructors/messages_channelMessages.md +++ b/docs/API_docs/constructors/messages_channelMessages.md @@ -9,9 +9,12 @@ |messages|Array of [Message](../types/Message.md) | Required| |chats|Array of [Chat](../types/Chat.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[messages\_Messages](../types/messages_Messages.md) + + +### Type: [messages\_Messages](../types/messages_Messages.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_chatFull.md b/docs/API_docs/constructors/messages_chatFull.md index 627f6e96..21f853c6 100644 --- a/docs/API_docs/constructors/messages_chatFull.md +++ b/docs/API_docs/constructors/messages_chatFull.md @@ -7,9 +7,12 @@ |full\_chat|[ChatFull](../types/ChatFull.md) | Required| |chats|Array of [Chat](../types/Chat.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[messages\_ChatFull](../types/messages_ChatFull.md) + + +### Type: [messages\_ChatFull](../types/messages_ChatFull.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_chats.md b/docs/API_docs/constructors/messages_chats.md index 5381f2e7..fc6aa230 100644 --- a/docs/API_docs/constructors/messages_chats.md +++ b/docs/API_docs/constructors/messages_chats.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |chats|Array of [Chat](../types/Chat.md) | Required| -### Type: -[messages\_Chats](../types/messages_Chats.md) + + +### Type: [messages\_Chats](../types/messages_Chats.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_dhConfig.md b/docs/API_docs/constructors/messages_dhConfig.md index 2c3df839..9a47e381 100644 --- a/docs/API_docs/constructors/messages_dhConfig.md +++ b/docs/API_docs/constructors/messages_dhConfig.md @@ -8,9 +8,12 @@ |p|[bytes](../types/bytes.md) | Required| |version|[int](../types/int.md) | Required| |random|[bytes](../types/bytes.md) | Required| -### Type: -[messages\_DhConfig](../types/messages_DhConfig.md) + + +### Type: [messages\_DhConfig](../types/messages_DhConfig.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_dhConfigNotModified.md b/docs/API_docs/constructors/messages_dhConfigNotModified.md index e05fd92e..cce3cb78 100644 --- a/docs/API_docs/constructors/messages_dhConfigNotModified.md +++ b/docs/API_docs/constructors/messages_dhConfigNotModified.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |random|[bytes](../types/bytes.md) | Required| -### Type: -[messages\_DhConfig](../types/messages_DhConfig.md) + + +### Type: [messages\_DhConfig](../types/messages_DhConfig.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_dialogs.md b/docs/API_docs/constructors/messages_dialogs.md index bbe54c23..3381d360 100644 --- a/docs/API_docs/constructors/messages_dialogs.md +++ b/docs/API_docs/constructors/messages_dialogs.md @@ -8,9 +8,12 @@ |messages|Array of [Message](../types/Message.md) | Required| |chats|Array of [Chat](../types/Chat.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[messages\_Dialogs](../types/messages_Dialogs.md) + + +### Type: [messages\_Dialogs](../types/messages_Dialogs.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_dialogsSlice.md b/docs/API_docs/constructors/messages_dialogsSlice.md index d2485782..84fb11c8 100644 --- a/docs/API_docs/constructors/messages_dialogsSlice.md +++ b/docs/API_docs/constructors/messages_dialogsSlice.md @@ -9,9 +9,12 @@ |messages|Array of [Message](../types/Message.md) | Required| |chats|Array of [Chat](../types/Chat.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[messages\_Dialogs](../types/messages_Dialogs.md) + + +### Type: [messages\_Dialogs](../types/messages_Dialogs.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_featuredStickers.md b/docs/API_docs/constructors/messages_featuredStickers.md index 34452dbc..05053dd5 100644 --- a/docs/API_docs/constructors/messages_featuredStickers.md +++ b/docs/API_docs/constructors/messages_featuredStickers.md @@ -7,9 +7,12 @@ |hash|[int](../types/int.md) | Required| |sets|Array of [StickerSetCovered](../types/StickerSetCovered.md) | Required| |unread|Array of [long](../types/long.md) | Required| -### Type: -[messages\_FeaturedStickers](../types/messages_FeaturedStickers.md) + + +### Type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_featuredStickersNotModified.md b/docs/API_docs/constructors/messages_featuredStickersNotModified.md index babbbbe7..24a3036b 100644 --- a/docs/API_docs/constructors/messages_featuredStickersNotModified.md +++ b/docs/API_docs/constructors/messages_featuredStickersNotModified.md @@ -1,8 +1,11 @@ ## Constructor: messages\_featuredStickersNotModified -### Type: -[messages\_FeaturedStickers](../types/messages_FeaturedStickers.md) + + +### Type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_foundGifs.md b/docs/API_docs/constructors/messages_foundGifs.md index fbe07707..9681a49b 100644 --- a/docs/API_docs/constructors/messages_foundGifs.md +++ b/docs/API_docs/constructors/messages_foundGifs.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |next\_offset|[int](../types/int.md) | Required| |results|Array of [FoundGif](../types/FoundGif.md) | Required| -### Type: -[messages\_FoundGifs](../types/messages_FoundGifs.md) + + +### Type: [messages\_FoundGifs](../types/messages_FoundGifs.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_highScores.md b/docs/API_docs/constructors/messages_highScores.md index f36a89a9..740b99b3 100644 --- a/docs/API_docs/constructors/messages_highScores.md +++ b/docs/API_docs/constructors/messages_highScores.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |scores|Array of [HighScore](../types/HighScore.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[messages\_HighScores](../types/messages_HighScores.md) + + +### Type: [messages\_HighScores](../types/messages_HighScores.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_messageEditData.md b/docs/API_docs/constructors/messages_messageEditData.md index 844702ca..a97e8391 100644 --- a/docs/API_docs/constructors/messages_messageEditData.md +++ b/docs/API_docs/constructors/messages_messageEditData.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |caption|[Bool](../types/Bool.md) | Optional| -### Type: -[messages\_MessageEditData](../types/messages_MessageEditData.md) + + +### Type: [messages\_MessageEditData](../types/messages_MessageEditData.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_messages.md b/docs/API_docs/constructors/messages_messages.md index 28637a3c..916ca84d 100644 --- a/docs/API_docs/constructors/messages_messages.md +++ b/docs/API_docs/constructors/messages_messages.md @@ -7,9 +7,12 @@ |messages|Array of [Message](../types/Message.md) | Required| |chats|Array of [Chat](../types/Chat.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[messages\_Messages](../types/messages_Messages.md) + + +### Type: [messages\_Messages](../types/messages_Messages.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_messagesSlice.md b/docs/API_docs/constructors/messages_messagesSlice.md index 07c3b164..6c44c079 100644 --- a/docs/API_docs/constructors/messages_messagesSlice.md +++ b/docs/API_docs/constructors/messages_messagesSlice.md @@ -8,9 +8,12 @@ |messages|Array of [Message](../types/Message.md) | Required| |chats|Array of [Chat](../types/Chat.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[messages\_Messages](../types/messages_Messages.md) + + +### Type: [messages\_Messages](../types/messages_Messages.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_peerDialogs.md b/docs/API_docs/constructors/messages_peerDialogs.md index 9076acf1..7ea34e53 100644 --- a/docs/API_docs/constructors/messages_peerDialogs.md +++ b/docs/API_docs/constructors/messages_peerDialogs.md @@ -9,9 +9,12 @@ |chats|Array of [Chat](../types/Chat.md) | Required| |users|Array of [User](../types/User.md) | Required| |state|[updates\_State](../types/updates_State.md) | Required| -### Type: -[messages\_PeerDialogs](../types/messages_PeerDialogs.md) + + +### Type: [messages\_PeerDialogs](../types/messages_PeerDialogs.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_recentStickers.md b/docs/API_docs/constructors/messages_recentStickers.md index 977304ce..f8e102c3 100644 --- a/docs/API_docs/constructors/messages_recentStickers.md +++ b/docs/API_docs/constructors/messages_recentStickers.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |hash|[int](../types/int.md) | Required| |stickers|Array of [Document](../types/Document.md) | Required| -### Type: -[messages\_RecentStickers](../types/messages_RecentStickers.md) + + +### Type: [messages\_RecentStickers](../types/messages_RecentStickers.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_recentStickersNotModified.md b/docs/API_docs/constructors/messages_recentStickersNotModified.md index e5def6e7..de82e312 100644 --- a/docs/API_docs/constructors/messages_recentStickersNotModified.md +++ b/docs/API_docs/constructors/messages_recentStickersNotModified.md @@ -1,8 +1,11 @@ ## Constructor: messages\_recentStickersNotModified -### Type: -[messages\_RecentStickers](../types/messages_RecentStickers.md) + + +### Type: [messages\_RecentStickers](../types/messages_RecentStickers.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_sentEncryptedFile.md b/docs/API_docs/constructors/messages_sentEncryptedFile.md index 3ef476b7..7474325c 100644 --- a/docs/API_docs/constructors/messages_sentEncryptedFile.md +++ b/docs/API_docs/constructors/messages_sentEncryptedFile.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |date|[int](../types/int.md) | Required| |file|[EncryptedFile](../types/EncryptedFile.md) | Required| -### Type: -[messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) + + +### Type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_sentEncryptedMessage.md b/docs/API_docs/constructors/messages_sentEncryptedMessage.md index 82d80374..a361c05f 100644 --- a/docs/API_docs/constructors/messages_sentEncryptedMessage.md +++ b/docs/API_docs/constructors/messages_sentEncryptedMessage.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |date|[int](../types/int.md) | Required| -### Type: -[messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) + + +### Type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_stickerSet.md b/docs/API_docs/constructors/messages_stickerSet.md index f73934be..9c2d43b6 100644 --- a/docs/API_docs/constructors/messages_stickerSet.md +++ b/docs/API_docs/constructors/messages_stickerSet.md @@ -7,9 +7,12 @@ |set|[StickerSet](../types/StickerSet.md) | Required| |packs|Array of [StickerPack](../types/StickerPack.md) | Required| |documents|Array of [Document](../types/Document.md) | Required| -### Type: -[messages\_StickerSet](../types/messages_StickerSet.md) + + +### Type: [messages\_StickerSet](../types/messages_StickerSet.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_stickerSetInstallResultArchive.md b/docs/API_docs/constructors/messages_stickerSetInstallResultArchive.md index fde95dd4..d1a52c00 100644 --- a/docs/API_docs/constructors/messages_stickerSetInstallResultArchive.md +++ b/docs/API_docs/constructors/messages_stickerSetInstallResultArchive.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |sets|Array of [StickerSetCovered](../types/StickerSetCovered.md) | Required| -### Type: -[messages\_StickerSetInstallResult](../types/messages_StickerSetInstallResult.md) + + +### Type: [messages\_StickerSetInstallResult](../types/messages_StickerSetInstallResult.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_stickerSetInstallResultSuccess.md b/docs/API_docs/constructors/messages_stickerSetInstallResultSuccess.md index cc43eb5f..3c0d9629 100644 --- a/docs/API_docs/constructors/messages_stickerSetInstallResultSuccess.md +++ b/docs/API_docs/constructors/messages_stickerSetInstallResultSuccess.md @@ -1,8 +1,11 @@ ## Constructor: messages\_stickerSetInstallResultSuccess -### Type: -[messages\_StickerSetInstallResult](../types/messages_StickerSetInstallResult.md) + + +### Type: [messages\_StickerSetInstallResult](../types/messages_StickerSetInstallResult.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_stickers.md b/docs/API_docs/constructors/messages_stickers.md index 2321a4d2..cc4ced19 100644 --- a/docs/API_docs/constructors/messages_stickers.md +++ b/docs/API_docs/constructors/messages_stickers.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |hash|[string](../types/string.md) | Required| |stickers|Array of [Document](../types/Document.md) | Required| -### Type: -[messages\_Stickers](../types/messages_Stickers.md) + + +### Type: [messages\_Stickers](../types/messages_Stickers.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/messages_stickersNotModified.md b/docs/API_docs/constructors/messages_stickersNotModified.md index ace77f73..05b578a6 100644 --- a/docs/API_docs/constructors/messages_stickersNotModified.md +++ b/docs/API_docs/constructors/messages_stickersNotModified.md @@ -1,8 +1,11 @@ ## Constructor: messages\_stickersNotModified -### Type: -[messages\_Stickers](../types/messages_Stickers.md) + + +### Type: [messages\_Stickers](../types/messages_Stickers.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/nearestDc.md b/docs/API_docs/constructors/nearestDc.md index 20f6eafc..760542e5 100644 --- a/docs/API_docs/constructors/nearestDc.md +++ b/docs/API_docs/constructors/nearestDc.md @@ -7,9 +7,12 @@ |country|[string](../types/string.md) | Required| |this\_dc|[int](../types/int.md) | Required| |nearest\_dc|[int](../types/int.md) | Required| -### Type: -[NearestDc](../types/NearestDc.md) + + +### Type: [NearestDc](../types/NearestDc.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/notifyAll.md b/docs/API_docs/constructors/notifyAll.md index 072f80e3..f163737e 100644 --- a/docs/API_docs/constructors/notifyAll.md +++ b/docs/API_docs/constructors/notifyAll.md @@ -1,8 +1,11 @@ ## Constructor: notifyAll -### Type: -[NotifyPeer](../types/NotifyPeer.md) + + +### Type: [NotifyPeer](../types/NotifyPeer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/notifyChats.md b/docs/API_docs/constructors/notifyChats.md index 1ed34187..9556d3c6 100644 --- a/docs/API_docs/constructors/notifyChats.md +++ b/docs/API_docs/constructors/notifyChats.md @@ -1,8 +1,11 @@ ## Constructor: notifyChats -### Type: -[NotifyPeer](../types/NotifyPeer.md) + + +### Type: [NotifyPeer](../types/NotifyPeer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/notifyPeer.md b/docs/API_docs/constructors/notifyPeer.md index 4a810038..96de4bd9 100644 --- a/docs/API_docs/constructors/notifyPeer.md +++ b/docs/API_docs/constructors/notifyPeer.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |peer|[Peer](../types/Peer.md) | Required| -### Type: -[NotifyPeer](../types/NotifyPeer.md) + + +### Type: [NotifyPeer](../types/NotifyPeer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/notifyUsers.md b/docs/API_docs/constructors/notifyUsers.md index 33471dc7..cc6195be 100644 --- a/docs/API_docs/constructors/notifyUsers.md +++ b/docs/API_docs/constructors/notifyUsers.md @@ -1,8 +1,11 @@ ## Constructor: notifyUsers -### Type: -[NotifyPeer](../types/NotifyPeer.md) + + +### Type: [NotifyPeer](../types/NotifyPeer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/null.md b/docs/API_docs/constructors/null.md index 82961f97..96edaf03 100644 --- a/docs/API_docs/constructors/null.md +++ b/docs/API_docs/constructors/null.md @@ -1,8 +1,11 @@ ## Constructor: null -### Type: -[Null](../types/Null.md) + + +### Type: [Null](../types/Null.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/peerChannel.md b/docs/API_docs/constructors/peerChannel.md index 0a81e943..723685eb 100644 --- a/docs/API_docs/constructors/peerChannel.md +++ b/docs/API_docs/constructors/peerChannel.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |channel\_id|[int](../types/int.md) | Required| -### Type: -[Peer](../types/Peer.md) + + +### Type: [Peer](../types/Peer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/peerChat.md b/docs/API_docs/constructors/peerChat.md index 449874ec..14871e80 100644 --- a/docs/API_docs/constructors/peerChat.md +++ b/docs/API_docs/constructors/peerChat.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |chat\_id|[int](../types/int.md) | Required| -### Type: -[Peer](../types/Peer.md) + + +### Type: [Peer](../types/Peer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/peerNotifyEventsAll.md b/docs/API_docs/constructors/peerNotifyEventsAll.md index 4e510241..7efc098d 100644 --- a/docs/API_docs/constructors/peerNotifyEventsAll.md +++ b/docs/API_docs/constructors/peerNotifyEventsAll.md @@ -1,8 +1,11 @@ ## Constructor: peerNotifyEventsAll -### Type: -[PeerNotifyEvents](../types/PeerNotifyEvents.md) + + +### Type: [PeerNotifyEvents](../types/PeerNotifyEvents.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/peerNotifyEventsEmpty.md b/docs/API_docs/constructors/peerNotifyEventsEmpty.md index d654e324..b01f7404 100644 --- a/docs/API_docs/constructors/peerNotifyEventsEmpty.md +++ b/docs/API_docs/constructors/peerNotifyEventsEmpty.md @@ -1,8 +1,11 @@ ## Constructor: peerNotifyEventsEmpty -### Type: -[PeerNotifyEvents](../types/PeerNotifyEvents.md) + + +### Type: [PeerNotifyEvents](../types/PeerNotifyEvents.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/peerNotifySettings.md b/docs/API_docs/constructors/peerNotifySettings.md index a5bdb1cf..daefe02c 100644 --- a/docs/API_docs/constructors/peerNotifySettings.md +++ b/docs/API_docs/constructors/peerNotifySettings.md @@ -8,9 +8,12 @@ |silent|[Bool](../types/Bool.md) | Optional| |mute\_until|[int](../types/int.md) | Required| |sound|[string](../types/string.md) | Required| -### Type: -[PeerNotifySettings](../types/PeerNotifySettings.md) + + +### Type: [PeerNotifySettings](../types/PeerNotifySettings.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/peerNotifySettingsEmpty.md b/docs/API_docs/constructors/peerNotifySettingsEmpty.md index 7dd7ceba..84e67793 100644 --- a/docs/API_docs/constructors/peerNotifySettingsEmpty.md +++ b/docs/API_docs/constructors/peerNotifySettingsEmpty.md @@ -1,8 +1,11 @@ ## Constructor: peerNotifySettingsEmpty -### Type: -[PeerNotifySettings](../types/PeerNotifySettings.md) + + +### Type: [PeerNotifySettings](../types/PeerNotifySettings.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/peerSettings.md b/docs/API_docs/constructors/peerSettings.md index 5c98833f..2149a51e 100644 --- a/docs/API_docs/constructors/peerSettings.md +++ b/docs/API_docs/constructors/peerSettings.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |report\_spam|[Bool](../types/Bool.md) | Optional| -### Type: -[PeerSettings](../types/PeerSettings.md) + + +### Type: [PeerSettings](../types/PeerSettings.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/peerUser.md b/docs/API_docs/constructors/peerUser.md index 0aa09ca0..4c19d156 100644 --- a/docs/API_docs/constructors/peerUser.md +++ b/docs/API_docs/constructors/peerUser.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| -### Type: -[Peer](../types/Peer.md) + + +### Type: [Peer](../types/Peer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/photo.md b/docs/API_docs/constructors/photo.md index f31470a7..1db84634 100644 --- a/docs/API_docs/constructors/photo.md +++ b/docs/API_docs/constructors/photo.md @@ -9,9 +9,12 @@ |access\_hash|[long](../types/long.md) | Required| |date|[int](../types/int.md) | Required| |sizes|Array of [PhotoSize](../types/PhotoSize.md) | Required| -### Type: -[Photo](../types/Photo.md) + + +### Type: [Photo](../types/Photo.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/photoCachedSize.md b/docs/API_docs/constructors/photoCachedSize.md index 791aaa59..c83b0486 100644 --- a/docs/API_docs/constructors/photoCachedSize.md +++ b/docs/API_docs/constructors/photoCachedSize.md @@ -9,9 +9,12 @@ |w|[int](../types/int.md) | Required| |h|[int](../types/int.md) | Required| |bytes|[bytes](../types/bytes.md) | Required| -### Type: -[PhotoSize](../types/PhotoSize.md) + + +### Type: [PhotoSize](../types/PhotoSize.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/photoEmpty.md b/docs/API_docs/constructors/photoEmpty.md index b4d2bde5..a02121f5 100644 --- a/docs/API_docs/constructors/photoEmpty.md +++ b/docs/API_docs/constructors/photoEmpty.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |id|[long](../types/long.md) | Required| -### Type: -[Photo](../types/Photo.md) + + +### Type: [Photo](../types/Photo.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/photoSize.md b/docs/API_docs/constructors/photoSize.md index 19a5d76d..96a7d0fd 100644 --- a/docs/API_docs/constructors/photoSize.md +++ b/docs/API_docs/constructors/photoSize.md @@ -9,9 +9,12 @@ |w|[int](../types/int.md) | Required| |h|[int](../types/int.md) | Required| |size|[int](../types/int.md) | Required| -### Type: -[PhotoSize](../types/PhotoSize.md) + + +### Type: [PhotoSize](../types/PhotoSize.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/photoSizeEmpty.md b/docs/API_docs/constructors/photoSizeEmpty.md index 76c14c5d..16a7a6aa 100644 --- a/docs/API_docs/constructors/photoSizeEmpty.md +++ b/docs/API_docs/constructors/photoSizeEmpty.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |type|[string](../types/string.md) | Required| -### Type: -[PhotoSize](../types/PhotoSize.md) + + +### Type: [PhotoSize](../types/PhotoSize.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/photos_photo.md b/docs/API_docs/constructors/photos_photo.md index 7d0c8100..cf64b7cd 100644 --- a/docs/API_docs/constructors/photos_photo.md +++ b/docs/API_docs/constructors/photos_photo.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |photo|[Photo](../types/Photo.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[photos\_Photo](../types/photos_Photo.md) + + +### Type: [photos\_Photo](../types/photos_Photo.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/photos_photos.md b/docs/API_docs/constructors/photos_photos.md index 63ecd3f7..855d56ee 100644 --- a/docs/API_docs/constructors/photos_photos.md +++ b/docs/API_docs/constructors/photos_photos.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |photos|Array of [Photo](../types/Photo.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[photos\_Photos](../types/photos_Photos.md) + + +### Type: [photos\_Photos](../types/photos_Photos.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/photos_photosSlice.md b/docs/API_docs/constructors/photos_photosSlice.md index 4d034878..1460dd4d 100644 --- a/docs/API_docs/constructors/photos_photosSlice.md +++ b/docs/API_docs/constructors/photos_photosSlice.md @@ -7,9 +7,12 @@ |count|[int](../types/int.md) | Required| |photos|Array of [Photo](../types/Photo.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[photos\_Photos](../types/photos_Photos.md) + + +### Type: [photos\_Photos](../types/photos_Photos.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/privacyKeyChatInvite.md b/docs/API_docs/constructors/privacyKeyChatInvite.md index 935a57ec..e48e6faa 100644 --- a/docs/API_docs/constructors/privacyKeyChatInvite.md +++ b/docs/API_docs/constructors/privacyKeyChatInvite.md @@ -1,8 +1,11 @@ ## Constructor: privacyKeyChatInvite -### Type: -[PrivacyKey](../types/PrivacyKey.md) + + +### Type: [PrivacyKey](../types/PrivacyKey.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/privacyKeyStatusTimestamp.md b/docs/API_docs/constructors/privacyKeyStatusTimestamp.md index 4f83fc50..876cf0ea 100644 --- a/docs/API_docs/constructors/privacyKeyStatusTimestamp.md +++ b/docs/API_docs/constructors/privacyKeyStatusTimestamp.md @@ -1,8 +1,11 @@ ## Constructor: privacyKeyStatusTimestamp -### Type: -[PrivacyKey](../types/PrivacyKey.md) + + +### Type: [PrivacyKey](../types/PrivacyKey.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/privacyValueAllowAll.md b/docs/API_docs/constructors/privacyValueAllowAll.md index 3f9a77d8..4262d0b4 100644 --- a/docs/API_docs/constructors/privacyValueAllowAll.md +++ b/docs/API_docs/constructors/privacyValueAllowAll.md @@ -1,8 +1,11 @@ ## Constructor: privacyValueAllowAll -### Type: -[PrivacyRule](../types/PrivacyRule.md) + + +### Type: [PrivacyRule](../types/PrivacyRule.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/privacyValueAllowContacts.md b/docs/API_docs/constructors/privacyValueAllowContacts.md index 7e077116..c6afa27a 100644 --- a/docs/API_docs/constructors/privacyValueAllowContacts.md +++ b/docs/API_docs/constructors/privacyValueAllowContacts.md @@ -1,8 +1,11 @@ ## Constructor: privacyValueAllowContacts -### Type: -[PrivacyRule](../types/PrivacyRule.md) + + +### Type: [PrivacyRule](../types/PrivacyRule.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/privacyValueAllowUsers.md b/docs/API_docs/constructors/privacyValueAllowUsers.md index a0694a13..8807b350 100644 --- a/docs/API_docs/constructors/privacyValueAllowUsers.md +++ b/docs/API_docs/constructors/privacyValueAllowUsers.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |users|Array of [int](../types/int.md) | Required| -### Type: -[PrivacyRule](../types/PrivacyRule.md) + + +### Type: [PrivacyRule](../types/PrivacyRule.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/privacyValueDisallowAll.md b/docs/API_docs/constructors/privacyValueDisallowAll.md index d7e01bcb..ef2c196d 100644 --- a/docs/API_docs/constructors/privacyValueDisallowAll.md +++ b/docs/API_docs/constructors/privacyValueDisallowAll.md @@ -1,8 +1,11 @@ ## Constructor: privacyValueDisallowAll -### Type: -[PrivacyRule](../types/PrivacyRule.md) + + +### Type: [PrivacyRule](../types/PrivacyRule.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/privacyValueDisallowContacts.md b/docs/API_docs/constructors/privacyValueDisallowContacts.md index 3f806138..8f296a02 100644 --- a/docs/API_docs/constructors/privacyValueDisallowContacts.md +++ b/docs/API_docs/constructors/privacyValueDisallowContacts.md @@ -1,8 +1,11 @@ ## Constructor: privacyValueDisallowContacts -### Type: -[PrivacyRule](../types/PrivacyRule.md) + + +### Type: [PrivacyRule](../types/PrivacyRule.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/privacyValueDisallowUsers.md b/docs/API_docs/constructors/privacyValueDisallowUsers.md index 043502d5..812345f1 100644 --- a/docs/API_docs/constructors/privacyValueDisallowUsers.md +++ b/docs/API_docs/constructors/privacyValueDisallowUsers.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |users|Array of [int](../types/int.md) | Required| -### Type: -[PrivacyRule](../types/PrivacyRule.md) + + +### Type: [PrivacyRule](../types/PrivacyRule.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/receivedNotifyMessage.md b/docs/API_docs/constructors/receivedNotifyMessage.md index 233075df..1c780df2 100644 --- a/docs/API_docs/constructors/receivedNotifyMessage.md +++ b/docs/API_docs/constructors/receivedNotifyMessage.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |id|[int](../types/int.md) | Required| -### Type: -[ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) + + +### Type: [ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/replyInlineMarkup.md b/docs/API_docs/constructors/replyInlineMarkup.md index f3d8dbfa..acf5bacd 100644 --- a/docs/API_docs/constructors/replyInlineMarkup.md +++ b/docs/API_docs/constructors/replyInlineMarkup.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |rows|Array of [KeyboardButtonRow](../types/KeyboardButtonRow.md) | Required| -### Type: -[ReplyMarkup](../types/ReplyMarkup.md) + + +### Type: [ReplyMarkup](../types/ReplyMarkup.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/replyKeyboardForceReply.md b/docs/API_docs/constructors/replyKeyboardForceReply.md index 81363971..494c56fc 100644 --- a/docs/API_docs/constructors/replyKeyboardForceReply.md +++ b/docs/API_docs/constructors/replyKeyboardForceReply.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |single\_use|[Bool](../types/Bool.md) | Optional| |selective|[Bool](../types/Bool.md) | Optional| -### Type: -[ReplyMarkup](../types/ReplyMarkup.md) + + +### Type: [ReplyMarkup](../types/ReplyMarkup.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/replyKeyboardHide.md b/docs/API_docs/constructors/replyKeyboardHide.md index 168f1900..8828b796 100644 --- a/docs/API_docs/constructors/replyKeyboardHide.md +++ b/docs/API_docs/constructors/replyKeyboardHide.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |selective|[Bool](../types/Bool.md) | Optional| -### Type: -[ReplyMarkup](../types/ReplyMarkup.md) + + +### Type: [ReplyMarkup](../types/ReplyMarkup.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/replyKeyboardMarkup.md b/docs/API_docs/constructors/replyKeyboardMarkup.md index 20d34b30..d4291a20 100644 --- a/docs/API_docs/constructors/replyKeyboardMarkup.md +++ b/docs/API_docs/constructors/replyKeyboardMarkup.md @@ -8,9 +8,12 @@ |single\_use|[Bool](../types/Bool.md) | Optional| |selective|[Bool](../types/Bool.md) | Optional| |rows|Array of [KeyboardButtonRow](../types/KeyboardButtonRow.md) | Required| -### Type: -[ReplyMarkup](../types/ReplyMarkup.md) + + +### Type: [ReplyMarkup](../types/ReplyMarkup.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/sendMessageCancelAction.md b/docs/API_docs/constructors/sendMessageCancelAction.md index 3317e870..04e5243b 100644 --- a/docs/API_docs/constructors/sendMessageCancelAction.md +++ b/docs/API_docs/constructors/sendMessageCancelAction.md @@ -1,8 +1,11 @@ ## Constructor: sendMessageCancelAction -### Type: -[SendMessageAction](../types/SendMessageAction.md) + + +### Type: [SendMessageAction](../types/SendMessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/sendMessageChooseContactAction.md b/docs/API_docs/constructors/sendMessageChooseContactAction.md index 5e835a68..21e31abf 100644 --- a/docs/API_docs/constructors/sendMessageChooseContactAction.md +++ b/docs/API_docs/constructors/sendMessageChooseContactAction.md @@ -1,8 +1,11 @@ ## Constructor: sendMessageChooseContactAction -### Type: -[SendMessageAction](../types/SendMessageAction.md) + + +### Type: [SendMessageAction](../types/SendMessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/sendMessageGamePlayAction.md b/docs/API_docs/constructors/sendMessageGamePlayAction.md index 3ae4d57b..d6896e30 100644 --- a/docs/API_docs/constructors/sendMessageGamePlayAction.md +++ b/docs/API_docs/constructors/sendMessageGamePlayAction.md @@ -1,8 +1,11 @@ ## Constructor: sendMessageGamePlayAction -### Type: -[SendMessageAction](../types/SendMessageAction.md) + + +### Type: [SendMessageAction](../types/SendMessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/sendMessageGeoLocationAction.md b/docs/API_docs/constructors/sendMessageGeoLocationAction.md index c3e29961..3a20c533 100644 --- a/docs/API_docs/constructors/sendMessageGeoLocationAction.md +++ b/docs/API_docs/constructors/sendMessageGeoLocationAction.md @@ -1,8 +1,11 @@ ## Constructor: sendMessageGeoLocationAction -### Type: -[SendMessageAction](../types/SendMessageAction.md) + + +### Type: [SendMessageAction](../types/SendMessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/sendMessageRecordAudioAction.md b/docs/API_docs/constructors/sendMessageRecordAudioAction.md index d2f98727..ef8522e7 100644 --- a/docs/API_docs/constructors/sendMessageRecordAudioAction.md +++ b/docs/API_docs/constructors/sendMessageRecordAudioAction.md @@ -1,8 +1,11 @@ ## Constructor: sendMessageRecordAudioAction -### Type: -[SendMessageAction](../types/SendMessageAction.md) + + +### Type: [SendMessageAction](../types/SendMessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/sendMessageRecordVideoAction.md b/docs/API_docs/constructors/sendMessageRecordVideoAction.md index c5c9dfcd..e377d901 100644 --- a/docs/API_docs/constructors/sendMessageRecordVideoAction.md +++ b/docs/API_docs/constructors/sendMessageRecordVideoAction.md @@ -1,8 +1,11 @@ ## Constructor: sendMessageRecordVideoAction -### Type: -[SendMessageAction](../types/SendMessageAction.md) + + +### Type: [SendMessageAction](../types/SendMessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/sendMessageTypingAction.md b/docs/API_docs/constructors/sendMessageTypingAction.md index 83b7b818..e10120f7 100644 --- a/docs/API_docs/constructors/sendMessageTypingAction.md +++ b/docs/API_docs/constructors/sendMessageTypingAction.md @@ -1,8 +1,11 @@ ## Constructor: sendMessageTypingAction -### Type: -[SendMessageAction](../types/SendMessageAction.md) + + +### Type: [SendMessageAction](../types/SendMessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/sendMessageUploadAudioAction.md b/docs/API_docs/constructors/sendMessageUploadAudioAction.md index 54de7611..15ad90cf 100644 --- a/docs/API_docs/constructors/sendMessageUploadAudioAction.md +++ b/docs/API_docs/constructors/sendMessageUploadAudioAction.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |progress|[int](../types/int.md) | Required| -### Type: -[SendMessageAction](../types/SendMessageAction.md) + + +### Type: [SendMessageAction](../types/SendMessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/sendMessageUploadDocumentAction.md b/docs/API_docs/constructors/sendMessageUploadDocumentAction.md index 29786434..c8213677 100644 --- a/docs/API_docs/constructors/sendMessageUploadDocumentAction.md +++ b/docs/API_docs/constructors/sendMessageUploadDocumentAction.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |progress|[int](../types/int.md) | Required| -### Type: -[SendMessageAction](../types/SendMessageAction.md) + + +### Type: [SendMessageAction](../types/SendMessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/sendMessageUploadPhotoAction.md b/docs/API_docs/constructors/sendMessageUploadPhotoAction.md index a571114b..3669f7ec 100644 --- a/docs/API_docs/constructors/sendMessageUploadPhotoAction.md +++ b/docs/API_docs/constructors/sendMessageUploadPhotoAction.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |progress|[int](../types/int.md) | Required| -### Type: -[SendMessageAction](../types/SendMessageAction.md) + + +### Type: [SendMessageAction](../types/SendMessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/sendMessageUploadVideoAction.md b/docs/API_docs/constructors/sendMessageUploadVideoAction.md index 099c7b1d..9ef47a03 100644 --- a/docs/API_docs/constructors/sendMessageUploadVideoAction.md +++ b/docs/API_docs/constructors/sendMessageUploadVideoAction.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |progress|[int](../types/int.md) | Required| -### Type: -[SendMessageAction](../types/SendMessageAction.md) + + +### Type: [SendMessageAction](../types/SendMessageAction.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/stickerPack.md b/docs/API_docs/constructors/stickerPack.md index 48d10ce2..eef1dce8 100644 --- a/docs/API_docs/constructors/stickerPack.md +++ b/docs/API_docs/constructors/stickerPack.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |emoticon|[string](../types/string.md) | Required| |documents|Array of [long](../types/long.md) | Required| -### Type: -[StickerPack](../types/StickerPack.md) + + +### Type: [StickerPack](../types/StickerPack.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/stickerSet.md b/docs/API_docs/constructors/stickerSet.md index ade55c16..64aef20b 100644 --- a/docs/API_docs/constructors/stickerSet.md +++ b/docs/API_docs/constructors/stickerSet.md @@ -14,9 +14,12 @@ |short\_name|[string](../types/string.md) | Required| |count|[int](../types/int.md) | Required| |hash|[int](../types/int.md) | Required| -### Type: -[StickerSet](../types/StickerSet.md) + + +### Type: [StickerSet](../types/StickerSet.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/stickerSetCovered.md b/docs/API_docs/constructors/stickerSetCovered.md index 75939444..161ea07a 100644 --- a/docs/API_docs/constructors/stickerSetCovered.md +++ b/docs/API_docs/constructors/stickerSetCovered.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |set|[StickerSet](../types/StickerSet.md) | Required| |cover|[Document](../types/Document.md) | Required| -### Type: -[StickerSetCovered](../types/StickerSetCovered.md) + + +### Type: [StickerSetCovered](../types/StickerSetCovered.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/stickerSetMultiCovered.md b/docs/API_docs/constructors/stickerSetMultiCovered.md index b4a08861..794a34d1 100644 --- a/docs/API_docs/constructors/stickerSetMultiCovered.md +++ b/docs/API_docs/constructors/stickerSetMultiCovered.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |set|[StickerSet](../types/StickerSet.md) | Required| |covers|Array of [Document](../types/Document.md) | Required| -### Type: -[StickerSetCovered](../types/StickerSetCovered.md) + + +### Type: [StickerSetCovered](../types/StickerSetCovered.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/storage_fileGif.md b/docs/API_docs/constructors/storage_fileGif.md index b666751a..5453189e 100644 --- a/docs/API_docs/constructors/storage_fileGif.md +++ b/docs/API_docs/constructors/storage_fileGif.md @@ -1,8 +1,11 @@ ## Constructor: storage\_fileGif -### Type: -[storage\_FileType](../types/storage_FileType.md) + + +### Type: [storage\_FileType](../types/storage_FileType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/storage_fileJpeg.md b/docs/API_docs/constructors/storage_fileJpeg.md index 69cc3d6f..6e773223 100644 --- a/docs/API_docs/constructors/storage_fileJpeg.md +++ b/docs/API_docs/constructors/storage_fileJpeg.md @@ -1,8 +1,11 @@ ## Constructor: storage\_fileJpeg -### Type: -[storage\_FileType](../types/storage_FileType.md) + + +### Type: [storage\_FileType](../types/storage_FileType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/storage_fileMov.md b/docs/API_docs/constructors/storage_fileMov.md index 0706628e..a5424b90 100644 --- a/docs/API_docs/constructors/storage_fileMov.md +++ b/docs/API_docs/constructors/storage_fileMov.md @@ -1,8 +1,11 @@ ## Constructor: storage\_fileMov -### Type: -[storage\_FileType](../types/storage_FileType.md) + + +### Type: [storage\_FileType](../types/storage_FileType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/storage_fileMp3.md b/docs/API_docs/constructors/storage_fileMp3.md index 0927fdf7..32c102ab 100644 --- a/docs/API_docs/constructors/storage_fileMp3.md +++ b/docs/API_docs/constructors/storage_fileMp3.md @@ -1,8 +1,11 @@ ## Constructor: storage\_fileMp3 -### Type: -[storage\_FileType](../types/storage_FileType.md) + + +### Type: [storage\_FileType](../types/storage_FileType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/storage_fileMp4.md b/docs/API_docs/constructors/storage_fileMp4.md index be0a7121..34938e2a 100644 --- a/docs/API_docs/constructors/storage_fileMp4.md +++ b/docs/API_docs/constructors/storage_fileMp4.md @@ -1,8 +1,11 @@ ## Constructor: storage\_fileMp4 -### Type: -[storage\_FileType](../types/storage_FileType.md) + + +### Type: [storage\_FileType](../types/storage_FileType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/storage_filePartial.md b/docs/API_docs/constructors/storage_filePartial.md index 92eb74d3..7e979267 100644 --- a/docs/API_docs/constructors/storage_filePartial.md +++ b/docs/API_docs/constructors/storage_filePartial.md @@ -1,8 +1,11 @@ ## Constructor: storage\_filePartial -### Type: -[storage\_FileType](../types/storage_FileType.md) + + +### Type: [storage\_FileType](../types/storage_FileType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/storage_filePdf.md b/docs/API_docs/constructors/storage_filePdf.md index aaf155f3..da0461bf 100644 --- a/docs/API_docs/constructors/storage_filePdf.md +++ b/docs/API_docs/constructors/storage_filePdf.md @@ -1,8 +1,11 @@ ## Constructor: storage\_filePdf -### Type: -[storage\_FileType](../types/storage_FileType.md) + + +### Type: [storage\_FileType](../types/storage_FileType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/storage_filePng.md b/docs/API_docs/constructors/storage_filePng.md index c1779acb..8c8a6479 100644 --- a/docs/API_docs/constructors/storage_filePng.md +++ b/docs/API_docs/constructors/storage_filePng.md @@ -1,8 +1,11 @@ ## Constructor: storage\_filePng -### Type: -[storage\_FileType](../types/storage_FileType.md) + + +### Type: [storage\_FileType](../types/storage_FileType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/storage_fileUnknown.md b/docs/API_docs/constructors/storage_fileUnknown.md index d14f1648..abaedbfc 100644 --- a/docs/API_docs/constructors/storage_fileUnknown.md +++ b/docs/API_docs/constructors/storage_fileUnknown.md @@ -1,8 +1,11 @@ ## Constructor: storage\_fileUnknown -### Type: -[storage\_FileType](../types/storage_FileType.md) + + +### Type: [storage\_FileType](../types/storage_FileType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/storage_fileWebp.md b/docs/API_docs/constructors/storage_fileWebp.md index a0c8ff9a..07852cab 100644 --- a/docs/API_docs/constructors/storage_fileWebp.md +++ b/docs/API_docs/constructors/storage_fileWebp.md @@ -1,8 +1,11 @@ ## Constructor: storage\_fileWebp -### Type: -[storage\_FileType](../types/storage_FileType.md) + + +### Type: [storage\_FileType](../types/storage_FileType.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/topPeer.md b/docs/API_docs/constructors/topPeer.md index 033c4270..07554edd 100644 --- a/docs/API_docs/constructors/topPeer.md +++ b/docs/API_docs/constructors/topPeer.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |peer|[Peer](../types/Peer.md) | Required| |rating|[double](../types/double.md) | Required| -### Type: -[TopPeer](../types/TopPeer.md) + + +### Type: [TopPeer](../types/TopPeer.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/topPeerCategoryBotsInline.md b/docs/API_docs/constructors/topPeerCategoryBotsInline.md index 0fe5ff80..3388e761 100644 --- a/docs/API_docs/constructors/topPeerCategoryBotsInline.md +++ b/docs/API_docs/constructors/topPeerCategoryBotsInline.md @@ -1,8 +1,11 @@ ## Constructor: topPeerCategoryBotsInline -### Type: -[TopPeerCategory](../types/TopPeerCategory.md) + + +### Type: [TopPeerCategory](../types/TopPeerCategory.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/topPeerCategoryBotsPM.md b/docs/API_docs/constructors/topPeerCategoryBotsPM.md index 58cda112..bfe7166b 100644 --- a/docs/API_docs/constructors/topPeerCategoryBotsPM.md +++ b/docs/API_docs/constructors/topPeerCategoryBotsPM.md @@ -1,8 +1,11 @@ ## Constructor: topPeerCategoryBotsPM -### Type: -[TopPeerCategory](../types/TopPeerCategory.md) + + +### Type: [TopPeerCategory](../types/TopPeerCategory.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/topPeerCategoryChannels.md b/docs/API_docs/constructors/topPeerCategoryChannels.md index 2e80da9c..f3e79ecf 100644 --- a/docs/API_docs/constructors/topPeerCategoryChannels.md +++ b/docs/API_docs/constructors/topPeerCategoryChannels.md @@ -1,8 +1,11 @@ ## Constructor: topPeerCategoryChannels -### Type: -[TopPeerCategory](../types/TopPeerCategory.md) + + +### Type: [TopPeerCategory](../types/TopPeerCategory.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/topPeerCategoryCorrespondents.md b/docs/API_docs/constructors/topPeerCategoryCorrespondents.md index c5b46d7c..1167774c 100644 --- a/docs/API_docs/constructors/topPeerCategoryCorrespondents.md +++ b/docs/API_docs/constructors/topPeerCategoryCorrespondents.md @@ -1,8 +1,11 @@ ## Constructor: topPeerCategoryCorrespondents -### Type: -[TopPeerCategory](../types/TopPeerCategory.md) + + +### Type: [TopPeerCategory](../types/TopPeerCategory.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/topPeerCategoryGroups.md b/docs/API_docs/constructors/topPeerCategoryGroups.md index 0bf38a1d..a19903f5 100644 --- a/docs/API_docs/constructors/topPeerCategoryGroups.md +++ b/docs/API_docs/constructors/topPeerCategoryGroups.md @@ -1,8 +1,11 @@ ## Constructor: topPeerCategoryGroups -### Type: -[TopPeerCategory](../types/TopPeerCategory.md) + + +### Type: [TopPeerCategory](../types/TopPeerCategory.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/topPeerCategoryPeers.md b/docs/API_docs/constructors/topPeerCategoryPeers.md index c6d2c411..6513e60d 100644 --- a/docs/API_docs/constructors/topPeerCategoryPeers.md +++ b/docs/API_docs/constructors/topPeerCategoryPeers.md @@ -7,9 +7,12 @@ |category|[TopPeerCategory](../types/TopPeerCategory.md) | Required| |count|[int](../types/int.md) | Required| |peers|Array of [TopPeer](../types/TopPeer.md) | Required| -### Type: -[TopPeerCategoryPeers](../types/TopPeerCategoryPeers.md) + + +### Type: [TopPeerCategoryPeers](../types/TopPeerCategoryPeers.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/true.md b/docs/API_docs/constructors/true.md index f64f0297..b3d4510f 100644 --- a/docs/API_docs/constructors/true.md +++ b/docs/API_docs/constructors/true.md @@ -1,8 +1,11 @@ ## Constructor: true -### Type: -[True](../types/True.md) + + +### Type: [True](../types/True.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateBotCallbackQuery.md b/docs/API_docs/constructors/updateBotCallbackQuery.md index 3eaa9d86..b1e6c68e 100644 --- a/docs/API_docs/constructors/updateBotCallbackQuery.md +++ b/docs/API_docs/constructors/updateBotCallbackQuery.md @@ -11,9 +11,12 @@ |chat\_instance|[long](../types/long.md) | Required| |data|[bytes](../types/bytes.md) | Optional| |game\_short\_name|[string](../types/string.md) | Optional| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateBotInlineQuery.md b/docs/API_docs/constructors/updateBotInlineQuery.md index 01040007..8ba6f9a8 100644 --- a/docs/API_docs/constructors/updateBotInlineQuery.md +++ b/docs/API_docs/constructors/updateBotInlineQuery.md @@ -9,9 +9,12 @@ |query|[string](../types/string.md) | Required| |geo|[GeoPoint](../types/GeoPoint.md) | Optional| |offset|[string](../types/string.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateBotInlineSend.md b/docs/API_docs/constructors/updateBotInlineSend.md index 7ecb7c31..aae2334c 100644 --- a/docs/API_docs/constructors/updateBotInlineSend.md +++ b/docs/API_docs/constructors/updateBotInlineSend.md @@ -9,9 +9,12 @@ |geo|[GeoPoint](../types/GeoPoint.md) | Optional| |id|[string](../types/string.md) | Required| |msg\_id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Optional| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateChannel.md b/docs/API_docs/constructors/updateChannel.md index b03e466a..c7795442 100644 --- a/docs/API_docs/constructors/updateChannel.md +++ b/docs/API_docs/constructors/updateChannel.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |channel\_id|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateChannelMessageViews.md b/docs/API_docs/constructors/updateChannelMessageViews.md index 8867219b..220e107e 100644 --- a/docs/API_docs/constructors/updateChannelMessageViews.md +++ b/docs/API_docs/constructors/updateChannelMessageViews.md @@ -7,9 +7,12 @@ |channel\_id|[int](../types/int.md) | Required| |id|[int](../types/int.md) | Required| |views|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateChannelPinnedMessage.md b/docs/API_docs/constructors/updateChannelPinnedMessage.md index 6b565a70..85da2ca2 100644 --- a/docs/API_docs/constructors/updateChannelPinnedMessage.md +++ b/docs/API_docs/constructors/updateChannelPinnedMessage.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |channel\_id|[int](../types/int.md) | Required| |id|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateChannelTooLong.md b/docs/API_docs/constructors/updateChannelTooLong.md index 845d95a5..c1f45649 100644 --- a/docs/API_docs/constructors/updateChannelTooLong.md +++ b/docs/API_docs/constructors/updateChannelTooLong.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |channel\_id|[int](../types/int.md) | Required| |pts|[int](../types/int.md) | Optional| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateChatAdmins.md b/docs/API_docs/constructors/updateChatAdmins.md index ca309f07..6ae4a38f 100644 --- a/docs/API_docs/constructors/updateChatAdmins.md +++ b/docs/API_docs/constructors/updateChatAdmins.md @@ -7,9 +7,12 @@ |chat\_id|[int](../types/int.md) | Required| |enabled|[Bool](../types/Bool.md) | Required| |version|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateChatParticipantAdd.md b/docs/API_docs/constructors/updateChatParticipantAdd.md index e6366435..7b8cc82f 100644 --- a/docs/API_docs/constructors/updateChatParticipantAdd.md +++ b/docs/API_docs/constructors/updateChatParticipantAdd.md @@ -9,9 +9,12 @@ |inviter\_id|[int](../types/int.md) | Required| |date|[int](../types/int.md) | Required| |version|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateChatParticipantAdmin.md b/docs/API_docs/constructors/updateChatParticipantAdmin.md index 80cf7346..a2424cb7 100644 --- a/docs/API_docs/constructors/updateChatParticipantAdmin.md +++ b/docs/API_docs/constructors/updateChatParticipantAdmin.md @@ -8,9 +8,12 @@ |user\_id|[int](../types/int.md) | Required| |is\_admin|[Bool](../types/Bool.md) | Required| |version|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateChatParticipantDelete.md b/docs/API_docs/constructors/updateChatParticipantDelete.md index f6032131..6b54f988 100644 --- a/docs/API_docs/constructors/updateChatParticipantDelete.md +++ b/docs/API_docs/constructors/updateChatParticipantDelete.md @@ -7,9 +7,12 @@ |chat\_id|[int](../types/int.md) | Required| |user\_id|[int](../types/int.md) | Required| |version|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateChatParticipants.md b/docs/API_docs/constructors/updateChatParticipants.md index aaf173a7..5e0faf72 100644 --- a/docs/API_docs/constructors/updateChatParticipants.md +++ b/docs/API_docs/constructors/updateChatParticipants.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |participants|[ChatParticipants](../types/ChatParticipants.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateChatUserTyping.md b/docs/API_docs/constructors/updateChatUserTyping.md index e611794c..1877530b 100644 --- a/docs/API_docs/constructors/updateChatUserTyping.md +++ b/docs/API_docs/constructors/updateChatUserTyping.md @@ -7,9 +7,12 @@ |chat\_id|[int](../types/int.md) | Required| |user\_id|[int](../types/int.md) | Required| |action|[SendMessageAction](../types/SendMessageAction.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateConfig.md b/docs/API_docs/constructors/updateConfig.md index ff2efd9b..9261ea81 100644 --- a/docs/API_docs/constructors/updateConfig.md +++ b/docs/API_docs/constructors/updateConfig.md @@ -1,8 +1,11 @@ ## Constructor: updateConfig -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateContactLink.md b/docs/API_docs/constructors/updateContactLink.md index e5141c68..bb11109d 100644 --- a/docs/API_docs/constructors/updateContactLink.md +++ b/docs/API_docs/constructors/updateContactLink.md @@ -7,9 +7,12 @@ |user\_id|[int](../types/int.md) | Required| |my\_link|[ContactLink](../types/ContactLink.md) | Required| |foreign\_link|[ContactLink](../types/ContactLink.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateContactRegistered.md b/docs/API_docs/constructors/updateContactRegistered.md index 2c016d28..1e04d9d8 100644 --- a/docs/API_docs/constructors/updateContactRegistered.md +++ b/docs/API_docs/constructors/updateContactRegistered.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| |date|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateDcOptions.md b/docs/API_docs/constructors/updateDcOptions.md index 322a68f3..6b4c6b79 100644 --- a/docs/API_docs/constructors/updateDcOptions.md +++ b/docs/API_docs/constructors/updateDcOptions.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |dc\_options|Array of [DcOption](../types/DcOption.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateDeleteChannelMessages.md b/docs/API_docs/constructors/updateDeleteChannelMessages.md index 729d03b8..e31fbd0d 100644 --- a/docs/API_docs/constructors/updateDeleteChannelMessages.md +++ b/docs/API_docs/constructors/updateDeleteChannelMessages.md @@ -8,9 +8,12 @@ |messages|Array of [int](../types/int.md) | Required| |pts|[int](../types/int.md) | Required| |pts\_count|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateDeleteMessages.md b/docs/API_docs/constructors/updateDeleteMessages.md index dd5e5775..ae3a5153 100644 --- a/docs/API_docs/constructors/updateDeleteMessages.md +++ b/docs/API_docs/constructors/updateDeleteMessages.md @@ -7,9 +7,12 @@ |messages|Array of [int](../types/int.md) | Required| |pts|[int](../types/int.md) | Required| |pts\_count|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateDraftMessage.md b/docs/API_docs/constructors/updateDraftMessage.md index 89a3f8b3..4a3bdc1a 100644 --- a/docs/API_docs/constructors/updateDraftMessage.md +++ b/docs/API_docs/constructors/updateDraftMessage.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |peer|[Peer](../types/Peer.md) | Required| |draft|[DraftMessage](../types/DraftMessage.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateEditChannelMessage.md b/docs/API_docs/constructors/updateEditChannelMessage.md index 151efa27..5369234e 100644 --- a/docs/API_docs/constructors/updateEditChannelMessage.md +++ b/docs/API_docs/constructors/updateEditChannelMessage.md @@ -7,9 +7,12 @@ |message|[Message](../types/Message.md) | Required| |pts|[int](../types/int.md) | Required| |pts\_count|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateEditMessage.md b/docs/API_docs/constructors/updateEditMessage.md index 7f0b69d3..c9eeb758 100644 --- a/docs/API_docs/constructors/updateEditMessage.md +++ b/docs/API_docs/constructors/updateEditMessage.md @@ -7,9 +7,12 @@ |message|[Message](../types/Message.md) | Required| |pts|[int](../types/int.md) | Required| |pts\_count|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateEncryptedChatTyping.md b/docs/API_docs/constructors/updateEncryptedChatTyping.md index 3f2ba12c..dca5f743 100644 --- a/docs/API_docs/constructors/updateEncryptedChatTyping.md +++ b/docs/API_docs/constructors/updateEncryptedChatTyping.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |chat\_id|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateEncryptedMessagesRead.md b/docs/API_docs/constructors/updateEncryptedMessagesRead.md index 938a3297..cf6e4cc3 100644 --- a/docs/API_docs/constructors/updateEncryptedMessagesRead.md +++ b/docs/API_docs/constructors/updateEncryptedMessagesRead.md @@ -7,9 +7,12 @@ |chat\_id|[int](../types/int.md) | Required| |max\_date|[int](../types/int.md) | Required| |date|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateEncryption.md b/docs/API_docs/constructors/updateEncryption.md index bb0f4f7a..8114eee1 100644 --- a/docs/API_docs/constructors/updateEncryption.md +++ b/docs/API_docs/constructors/updateEncryption.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |chat|[EncryptedChat](../types/EncryptedChat.md) | Required| |date|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateInlineBotCallbackQuery.md b/docs/API_docs/constructors/updateInlineBotCallbackQuery.md index 29795793..a139b24d 100644 --- a/docs/API_docs/constructors/updateInlineBotCallbackQuery.md +++ b/docs/API_docs/constructors/updateInlineBotCallbackQuery.md @@ -10,9 +10,12 @@ |chat\_instance|[long](../types/long.md) | Required| |data|[bytes](../types/bytes.md) | Optional| |game\_short\_name|[string](../types/string.md) | Optional| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateMessageID.md b/docs/API_docs/constructors/updateMessageID.md index 7b324455..ebc55163 100644 --- a/docs/API_docs/constructors/updateMessageID.md +++ b/docs/API_docs/constructors/updateMessageID.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |id|[int](../types/int.md) | Required| |random\_id|[long](../types/long.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateNewAuthorization.md b/docs/API_docs/constructors/updateNewAuthorization.md index 8c3f85a6..de0be391 100644 --- a/docs/API_docs/constructors/updateNewAuthorization.md +++ b/docs/API_docs/constructors/updateNewAuthorization.md @@ -8,9 +8,12 @@ |date|[int](../types/int.md) | Required| |device|[string](../types/string.md) | Required| |location|[string](../types/string.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateNewChannelMessage.md b/docs/API_docs/constructors/updateNewChannelMessage.md index 010cb1bc..48ec117b 100644 --- a/docs/API_docs/constructors/updateNewChannelMessage.md +++ b/docs/API_docs/constructors/updateNewChannelMessage.md @@ -7,9 +7,12 @@ |message|[Message](../types/Message.md) | Required| |pts|[int](../types/int.md) | Required| |pts\_count|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateNewEncryptedMessage.md b/docs/API_docs/constructors/updateNewEncryptedMessage.md index ef47c191..25842f00 100644 --- a/docs/API_docs/constructors/updateNewEncryptedMessage.md +++ b/docs/API_docs/constructors/updateNewEncryptedMessage.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |message|[EncryptedMessage](../types/EncryptedMessage.md) | Required| |qts|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateNewMessage.md b/docs/API_docs/constructors/updateNewMessage.md index 0fbc967f..7dc55920 100644 --- a/docs/API_docs/constructors/updateNewMessage.md +++ b/docs/API_docs/constructors/updateNewMessage.md @@ -7,9 +7,12 @@ |message|[Message](../types/Message.md) | Required| |pts|[int](../types/int.md) | Required| |pts\_count|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateNewStickerSet.md b/docs/API_docs/constructors/updateNewStickerSet.md index 5bb7c36f..7351e7d1 100644 --- a/docs/API_docs/constructors/updateNewStickerSet.md +++ b/docs/API_docs/constructors/updateNewStickerSet.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |stickerset|[messages\_StickerSet](../types/messages_StickerSet.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateNotifySettings.md b/docs/API_docs/constructors/updateNotifySettings.md index 268a5558..7c45289e 100644 --- a/docs/API_docs/constructors/updateNotifySettings.md +++ b/docs/API_docs/constructors/updateNotifySettings.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |peer|[NotifyPeer](../types/NotifyPeer.md) | Required| |notify\_settings|[PeerNotifySettings](../types/PeerNotifySettings.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updatePrivacy.md b/docs/API_docs/constructors/updatePrivacy.md index 85934bfd..22c6fd8c 100644 --- a/docs/API_docs/constructors/updatePrivacy.md +++ b/docs/API_docs/constructors/updatePrivacy.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |key|[PrivacyKey](../types/PrivacyKey.md) | Required| |rules|Array of [PrivacyRule](../types/PrivacyRule.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updatePtsChanged.md b/docs/API_docs/constructors/updatePtsChanged.md index a24a0512..39774d3b 100644 --- a/docs/API_docs/constructors/updatePtsChanged.md +++ b/docs/API_docs/constructors/updatePtsChanged.md @@ -1,8 +1,11 @@ ## Constructor: updatePtsChanged -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateReadChannelInbox.md b/docs/API_docs/constructors/updateReadChannelInbox.md index cf15c3e7..5da4a47d 100644 --- a/docs/API_docs/constructors/updateReadChannelInbox.md +++ b/docs/API_docs/constructors/updateReadChannelInbox.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |channel\_id|[int](../types/int.md) | Required| |max\_id|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateReadChannelOutbox.md b/docs/API_docs/constructors/updateReadChannelOutbox.md index edeed19c..ea0a19c0 100644 --- a/docs/API_docs/constructors/updateReadChannelOutbox.md +++ b/docs/API_docs/constructors/updateReadChannelOutbox.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |channel\_id|[int](../types/int.md) | Required| |max\_id|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateReadFeaturedStickers.md b/docs/API_docs/constructors/updateReadFeaturedStickers.md index 7c90d9df..555247fb 100644 --- a/docs/API_docs/constructors/updateReadFeaturedStickers.md +++ b/docs/API_docs/constructors/updateReadFeaturedStickers.md @@ -1,8 +1,11 @@ ## Constructor: updateReadFeaturedStickers -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateReadHistoryInbox.md b/docs/API_docs/constructors/updateReadHistoryInbox.md index 05817618..7694c91e 100644 --- a/docs/API_docs/constructors/updateReadHistoryInbox.md +++ b/docs/API_docs/constructors/updateReadHistoryInbox.md @@ -8,9 +8,12 @@ |max\_id|[int](../types/int.md) | Required| |pts|[int](../types/int.md) | Required| |pts\_count|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateReadHistoryOutbox.md b/docs/API_docs/constructors/updateReadHistoryOutbox.md index 2d26bb37..5fb77719 100644 --- a/docs/API_docs/constructors/updateReadHistoryOutbox.md +++ b/docs/API_docs/constructors/updateReadHistoryOutbox.md @@ -8,9 +8,12 @@ |max\_id|[int](../types/int.md) | Required| |pts|[int](../types/int.md) | Required| |pts\_count|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateReadMessagesContents.md b/docs/API_docs/constructors/updateReadMessagesContents.md index b1d5a51d..0333a3ab 100644 --- a/docs/API_docs/constructors/updateReadMessagesContents.md +++ b/docs/API_docs/constructors/updateReadMessagesContents.md @@ -7,9 +7,12 @@ |messages|Array of [int](../types/int.md) | Required| |pts|[int](../types/int.md) | Required| |pts\_count|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateRecentStickers.md b/docs/API_docs/constructors/updateRecentStickers.md index 4f836c10..decdf15c 100644 --- a/docs/API_docs/constructors/updateRecentStickers.md +++ b/docs/API_docs/constructors/updateRecentStickers.md @@ -1,8 +1,11 @@ ## Constructor: updateRecentStickers -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateSavedGifs.md b/docs/API_docs/constructors/updateSavedGifs.md index af055bfd..2a0ee02b 100644 --- a/docs/API_docs/constructors/updateSavedGifs.md +++ b/docs/API_docs/constructors/updateSavedGifs.md @@ -1,8 +1,11 @@ ## Constructor: updateSavedGifs -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateServiceNotification.md b/docs/API_docs/constructors/updateServiceNotification.md index 68df058c..666c15ba 100644 --- a/docs/API_docs/constructors/updateServiceNotification.md +++ b/docs/API_docs/constructors/updateServiceNotification.md @@ -8,9 +8,12 @@ |message|[string](../types/string.md) | Required| |media|[MessageMedia](../types/MessageMedia.md) | Required| |popup|[Bool](../types/Bool.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateShort.md b/docs/API_docs/constructors/updateShort.md index 59adde05..0f89af7e 100644 --- a/docs/API_docs/constructors/updateShort.md +++ b/docs/API_docs/constructors/updateShort.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |update|[Update](../types/Update.md) | Required| |date|[int](../types/int.md) | Required| -### Type: -[Updates](../types/Updates.md) + + +### Type: [Updates](../types/Updates.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateShortChatMessage.md b/docs/API_docs/constructors/updateShortChatMessage.md index 91a957bd..49928dcd 100644 --- a/docs/API_docs/constructors/updateShortChatMessage.md +++ b/docs/API_docs/constructors/updateShortChatMessage.md @@ -19,9 +19,12 @@ |via\_bot\_id|[int](../types/int.md) | Optional| |reply\_to\_msg\_id|[int](../types/int.md) | Optional| |entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| -### Type: -[Updates](../types/Updates.md) + + +### Type: [Updates](../types/Updates.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateShortMessage.md b/docs/API_docs/constructors/updateShortMessage.md index fd1051af..e84aaf8c 100644 --- a/docs/API_docs/constructors/updateShortMessage.md +++ b/docs/API_docs/constructors/updateShortMessage.md @@ -18,9 +18,12 @@ |via\_bot\_id|[int](../types/int.md) | Optional| |reply\_to\_msg\_id|[int](../types/int.md) | Optional| |entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| -### Type: -[Updates](../types/Updates.md) + + +### Type: [Updates](../types/Updates.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateShortSentMessage.md b/docs/API_docs/constructors/updateShortSentMessage.md index ddbfc9b2..f4ad6833 100644 --- a/docs/API_docs/constructors/updateShortSentMessage.md +++ b/docs/API_docs/constructors/updateShortSentMessage.md @@ -11,9 +11,12 @@ |date|[int](../types/int.md) | Required| |media|[MessageMedia](../types/MessageMedia.md) | Optional| |entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| -### Type: -[Updates](../types/Updates.md) + + +### Type: [Updates](../types/Updates.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateStickerSets.md b/docs/API_docs/constructors/updateStickerSets.md index 56f5a75a..f9d17c98 100644 --- a/docs/API_docs/constructors/updateStickerSets.md +++ b/docs/API_docs/constructors/updateStickerSets.md @@ -1,8 +1,11 @@ ## Constructor: updateStickerSets -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateStickerSetsOrder.md b/docs/API_docs/constructors/updateStickerSetsOrder.md index a01c6eb1..e844599a 100644 --- a/docs/API_docs/constructors/updateStickerSetsOrder.md +++ b/docs/API_docs/constructors/updateStickerSetsOrder.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |masks|[Bool](../types/Bool.md) | Optional| |order|Array of [long](../types/long.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateUserBlocked.md b/docs/API_docs/constructors/updateUserBlocked.md index 10a7ae1e..f377f386 100644 --- a/docs/API_docs/constructors/updateUserBlocked.md +++ b/docs/API_docs/constructors/updateUserBlocked.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| |blocked|[Bool](../types/Bool.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateUserName.md b/docs/API_docs/constructors/updateUserName.md index c459f55a..771232a2 100644 --- a/docs/API_docs/constructors/updateUserName.md +++ b/docs/API_docs/constructors/updateUserName.md @@ -8,9 +8,12 @@ |first\_name|[string](../types/string.md) | Required| |last\_name|[string](../types/string.md) | Required| |username|[string](../types/string.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateUserPhone.md b/docs/API_docs/constructors/updateUserPhone.md index 4d43c0cc..01be792c 100644 --- a/docs/API_docs/constructors/updateUserPhone.md +++ b/docs/API_docs/constructors/updateUserPhone.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| |phone|[string](../types/string.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateUserPhoto.md b/docs/API_docs/constructors/updateUserPhoto.md index e02a1888..146c5873 100644 --- a/docs/API_docs/constructors/updateUserPhoto.md +++ b/docs/API_docs/constructors/updateUserPhoto.md @@ -8,9 +8,12 @@ |date|[int](../types/int.md) | Required| |photo|[UserProfilePhoto](../types/UserProfilePhoto.md) | Required| |previous|[Bool](../types/Bool.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateUserStatus.md b/docs/API_docs/constructors/updateUserStatus.md index 4b489bcb..1480c6f6 100644 --- a/docs/API_docs/constructors/updateUserStatus.md +++ b/docs/API_docs/constructors/updateUserStatus.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| |status|[UserStatus](../types/UserStatus.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateUserTyping.md b/docs/API_docs/constructors/updateUserTyping.md index 2c736b52..5a514938 100644 --- a/docs/API_docs/constructors/updateUserTyping.md +++ b/docs/API_docs/constructors/updateUserTyping.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| |action|[SendMessageAction](../types/SendMessageAction.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updateWebPage.md b/docs/API_docs/constructors/updateWebPage.md index 8289b88e..6188baea 100644 --- a/docs/API_docs/constructors/updateWebPage.md +++ b/docs/API_docs/constructors/updateWebPage.md @@ -7,9 +7,12 @@ |webpage|[WebPage](../types/WebPage.md) | Required| |pts|[int](../types/int.md) | Required| |pts\_count|[int](../types/int.md) | Required| -### Type: -[Update](../types/Update.md) + + +### Type: [Update](../types/Update.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updates.md b/docs/API_docs/constructors/updates.md index 8a496756..8303b1bd 100644 --- a/docs/API_docs/constructors/updates.md +++ b/docs/API_docs/constructors/updates.md @@ -9,9 +9,12 @@ |chats|Array of [Chat](../types/Chat.md) | Required| |date|[int](../types/int.md) | Required| |seq|[int](../types/int.md) | Required| -### Type: -[Updates](../types/Updates.md) + + +### Type: [Updates](../types/Updates.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updatesCombined.md b/docs/API_docs/constructors/updatesCombined.md index 37e33f5b..2c231a7d 100644 --- a/docs/API_docs/constructors/updatesCombined.md +++ b/docs/API_docs/constructors/updatesCombined.md @@ -10,9 +10,12 @@ |date|[int](../types/int.md) | Required| |seq\_start|[int](../types/int.md) | Required| |seq|[int](../types/int.md) | Required| -### Type: -[Updates](../types/Updates.md) + + +### Type: [Updates](../types/Updates.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updatesTooLong.md b/docs/API_docs/constructors/updatesTooLong.md index c1288cce..02f3709f 100644 --- a/docs/API_docs/constructors/updatesTooLong.md +++ b/docs/API_docs/constructors/updatesTooLong.md @@ -1,8 +1,11 @@ ## Constructor: updatesTooLong -### Type: -[Updates](../types/Updates.md) + + +### Type: [Updates](../types/Updates.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updates_channelDifference.md b/docs/API_docs/constructors/updates_channelDifference.md index 2473702e..d8879d0b 100644 --- a/docs/API_docs/constructors/updates_channelDifference.md +++ b/docs/API_docs/constructors/updates_channelDifference.md @@ -11,9 +11,12 @@ |other\_updates|Array of [Update](../types/Update.md) | Required| |chats|Array of [Chat](../types/Chat.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[updates\_ChannelDifference](../types/updates_ChannelDifference.md) + + +### Type: [updates\_ChannelDifference](../types/updates_ChannelDifference.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updates_channelDifferenceEmpty.md b/docs/API_docs/constructors/updates_channelDifferenceEmpty.md index 94a58678..9417695d 100644 --- a/docs/API_docs/constructors/updates_channelDifferenceEmpty.md +++ b/docs/API_docs/constructors/updates_channelDifferenceEmpty.md @@ -7,9 +7,12 @@ |final|[Bool](../types/Bool.md) | Optional| |pts|[int](../types/int.md) | Required| |timeout|[int](../types/int.md) | Optional| -### Type: -[updates\_ChannelDifference](../types/updates_ChannelDifference.md) + + +### Type: [updates\_ChannelDifference](../types/updates_ChannelDifference.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updates_channelDifferenceTooLong.md b/docs/API_docs/constructors/updates_channelDifferenceTooLong.md index 3c085ea2..98c7db2e 100644 --- a/docs/API_docs/constructors/updates_channelDifferenceTooLong.md +++ b/docs/API_docs/constructors/updates_channelDifferenceTooLong.md @@ -14,9 +14,12 @@ |messages|Array of [Message](../types/Message.md) | Required| |chats|Array of [Chat](../types/Chat.md) | Required| |users|Array of [User](../types/User.md) | Required| -### Type: -[updates\_ChannelDifference](../types/updates_ChannelDifference.md) + + +### Type: [updates\_ChannelDifference](../types/updates_ChannelDifference.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updates_difference.md b/docs/API_docs/constructors/updates_difference.md index d09fedd0..4022676c 100644 --- a/docs/API_docs/constructors/updates_difference.md +++ b/docs/API_docs/constructors/updates_difference.md @@ -10,9 +10,12 @@ |chats|Array of [Chat](../types/Chat.md) | Required| |users|Array of [User](../types/User.md) | Required| |state|[updates\_State](../types/updates_State.md) | Required| -### Type: -[updates\_Difference](../types/updates_Difference.md) + + +### Type: [updates\_Difference](../types/updates_Difference.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updates_differenceEmpty.md b/docs/API_docs/constructors/updates_differenceEmpty.md index b8ee8110..8790b00f 100644 --- a/docs/API_docs/constructors/updates_differenceEmpty.md +++ b/docs/API_docs/constructors/updates_differenceEmpty.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |date|[int](../types/int.md) | Required| |seq|[int](../types/int.md) | Required| -### Type: -[updates\_Difference](../types/updates_Difference.md) + + +### Type: [updates\_Difference](../types/updates_Difference.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updates_differenceSlice.md b/docs/API_docs/constructors/updates_differenceSlice.md index 3df880ac..2af80b96 100644 --- a/docs/API_docs/constructors/updates_differenceSlice.md +++ b/docs/API_docs/constructors/updates_differenceSlice.md @@ -10,9 +10,12 @@ |chats|Array of [Chat](../types/Chat.md) | Required| |users|Array of [User](../types/User.md) | Required| |intermediate\_state|[updates\_State](../types/updates_State.md) | Required| -### Type: -[updates\_Difference](../types/updates_Difference.md) + + +### Type: [updates\_Difference](../types/updates_Difference.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/updates_state.md b/docs/API_docs/constructors/updates_state.md index e462c39f..f01fc43f 100644 --- a/docs/API_docs/constructors/updates_state.md +++ b/docs/API_docs/constructors/updates_state.md @@ -9,9 +9,12 @@ |date|[int](../types/int.md) | Required| |seq|[int](../types/int.md) | Required| |unread\_count|[int](../types/int.md) | Required| -### Type: -[updates\_State](../types/updates_State.md) + + +### Type: [updates\_State](../types/updates_State.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/upload_file.md b/docs/API_docs/constructors/upload_file.md index 6301b487..6ddf46bc 100644 --- a/docs/API_docs/constructors/upload_file.md +++ b/docs/API_docs/constructors/upload_file.md @@ -7,9 +7,12 @@ |type|[storage\_FileType](../types/storage_FileType.md) | Required| |mtime|[int](../types/int.md) | Required| |bytes|[bytes](../types/bytes.md) | Required| -### Type: -[upload\_File](../types/upload_File.md) + + +### Type: [upload\_File](../types/upload_File.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/user.md b/docs/API_docs/constructors/user.md index aa491894..b8b3e192 100644 --- a/docs/API_docs/constructors/user.md +++ b/docs/API_docs/constructors/user.md @@ -26,9 +26,12 @@ |bot\_info\_version|[int](../types/int.md) | Optional| |restriction\_reason|[string](../types/string.md) | Optional| |bot\_inline\_placeholder|[string](../types/string.md) | Optional| -### Type: -[User](../types/User.md) + + +### Type: [User](../types/User.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/userEmpty.md b/docs/API_docs/constructors/userEmpty.md index 602b5c30..d4f11d9e 100644 --- a/docs/API_docs/constructors/userEmpty.md +++ b/docs/API_docs/constructors/userEmpty.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |id|[int](../types/int.md) | Required| -### Type: -[User](../types/User.md) + + +### Type: [User](../types/User.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/userFull.md b/docs/API_docs/constructors/userFull.md index a781adcb..17ab7600 100644 --- a/docs/API_docs/constructors/userFull.md +++ b/docs/API_docs/constructors/userFull.md @@ -11,9 +11,12 @@ |profile\_photo|[Photo](../types/Photo.md) | Optional| |notify\_settings|[PeerNotifySettings](../types/PeerNotifySettings.md) | Required| |bot\_info|[BotInfo](../types/BotInfo.md) | Optional| -### Type: -[UserFull](../types/UserFull.md) + + +### Type: [UserFull](../types/UserFull.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/userProfilePhoto.md b/docs/API_docs/constructors/userProfilePhoto.md index 169598d8..7e60212a 100644 --- a/docs/API_docs/constructors/userProfilePhoto.md +++ b/docs/API_docs/constructors/userProfilePhoto.md @@ -7,9 +7,12 @@ |photo\_id|[long](../types/long.md) | Required| |photo\_small|[FileLocation](../types/FileLocation.md) | Required| |photo\_big|[FileLocation](../types/FileLocation.md) | Required| -### Type: -[UserProfilePhoto](../types/UserProfilePhoto.md) + + +### Type: [UserProfilePhoto](../types/UserProfilePhoto.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/userProfilePhotoEmpty.md b/docs/API_docs/constructors/userProfilePhotoEmpty.md index 66be72f3..0571b545 100644 --- a/docs/API_docs/constructors/userProfilePhotoEmpty.md +++ b/docs/API_docs/constructors/userProfilePhotoEmpty.md @@ -1,8 +1,11 @@ ## Constructor: userProfilePhotoEmpty -### Type: -[UserProfilePhoto](../types/UserProfilePhoto.md) + + +### Type: [UserProfilePhoto](../types/UserProfilePhoto.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/userStatusEmpty.md b/docs/API_docs/constructors/userStatusEmpty.md index 2990aa41..2f0093ca 100644 --- a/docs/API_docs/constructors/userStatusEmpty.md +++ b/docs/API_docs/constructors/userStatusEmpty.md @@ -1,8 +1,11 @@ ## Constructor: userStatusEmpty -### Type: -[UserStatus](../types/UserStatus.md) + + +### Type: [UserStatus](../types/UserStatus.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/userStatusLastMonth.md b/docs/API_docs/constructors/userStatusLastMonth.md index 7e041ec7..cc54325b 100644 --- a/docs/API_docs/constructors/userStatusLastMonth.md +++ b/docs/API_docs/constructors/userStatusLastMonth.md @@ -1,8 +1,11 @@ ## Constructor: userStatusLastMonth -### Type: -[UserStatus](../types/UserStatus.md) + + +### Type: [UserStatus](../types/UserStatus.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/userStatusLastWeek.md b/docs/API_docs/constructors/userStatusLastWeek.md index dcaf1462..98d9d401 100644 --- a/docs/API_docs/constructors/userStatusLastWeek.md +++ b/docs/API_docs/constructors/userStatusLastWeek.md @@ -1,8 +1,11 @@ ## Constructor: userStatusLastWeek -### Type: -[UserStatus](../types/UserStatus.md) + + +### Type: [UserStatus](../types/UserStatus.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/userStatusOffline.md b/docs/API_docs/constructors/userStatusOffline.md index 8c0d8e2b..9fcd9170 100644 --- a/docs/API_docs/constructors/userStatusOffline.md +++ b/docs/API_docs/constructors/userStatusOffline.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |was\_online|[int](../types/int.md) | Required| -### Type: -[UserStatus](../types/UserStatus.md) + + +### Type: [UserStatus](../types/UserStatus.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/userStatusOnline.md b/docs/API_docs/constructors/userStatusOnline.md index 76b31758..7ed7c104 100644 --- a/docs/API_docs/constructors/userStatusOnline.md +++ b/docs/API_docs/constructors/userStatusOnline.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |expires|[int](../types/int.md) | Required| -### Type: -[UserStatus](../types/UserStatus.md) + + +### Type: [UserStatus](../types/UserStatus.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/userStatusRecently.md b/docs/API_docs/constructors/userStatusRecently.md index a5d5d0e8..0a4d2b6a 100644 --- a/docs/API_docs/constructors/userStatusRecently.md +++ b/docs/API_docs/constructors/userStatusRecently.md @@ -1,8 +1,11 @@ ## Constructor: userStatusRecently -### Type: -[UserStatus](../types/UserStatus.md) + + +### Type: [UserStatus](../types/UserStatus.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/vector.md b/docs/API_docs/constructors/vector.md index f3ccb9a0..00a9259c 100644 --- a/docs/API_docs/constructors/vector.md +++ b/docs/API_docs/constructors/vector.md @@ -1,8 +1,11 @@ ## Constructor: vector -### Type: -[Vector t](../types/Vector t.md) + + +### Type: [Vector t](../types/Vector t.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/wallPaper.md b/docs/API_docs/constructors/wallPaper.md index aee0311f..3504015a 100644 --- a/docs/API_docs/constructors/wallPaper.md +++ b/docs/API_docs/constructors/wallPaper.md @@ -8,9 +8,12 @@ |title|[string](../types/string.md) | Required| |sizes|Array of [PhotoSize](../types/PhotoSize.md) | Required| |color|[int](../types/int.md) | Required| -### Type: -[WallPaper](../types/WallPaper.md) + + +### Type: [WallPaper](../types/WallPaper.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/wallPaperSolid.md b/docs/API_docs/constructors/wallPaperSolid.md index e252ea0a..5117ea90 100644 --- a/docs/API_docs/constructors/wallPaperSolid.md +++ b/docs/API_docs/constructors/wallPaperSolid.md @@ -8,9 +8,12 @@ |title|[string](../types/string.md) | Required| |bg\_color|[int](../types/int.md) | Required| |color|[int](../types/int.md) | Required| -### Type: -[WallPaper](../types/WallPaper.md) + + +### Type: [WallPaper](../types/WallPaper.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/webPage.md b/docs/API_docs/constructors/webPage.md index b792663e..3339d1a4 100644 --- a/docs/API_docs/constructors/webPage.md +++ b/docs/API_docs/constructors/webPage.md @@ -19,9 +19,12 @@ |duration|[int](../types/int.md) | Optional| |author|[string](../types/string.md) | Optional| |document|[Document](../types/Document.md) | Optional| -### Type: -[WebPage](../types/WebPage.md) + + +### Type: [WebPage](../types/WebPage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/webPageEmpty.md b/docs/API_docs/constructors/webPageEmpty.md index f18cb521..63cc8742 100644 --- a/docs/API_docs/constructors/webPageEmpty.md +++ b/docs/API_docs/constructors/webPageEmpty.md @@ -5,9 +5,12 @@ | Name | Type | Required | |----------|:-------------:|---------:| |id|[long](../types/long.md) | Required| -### Type: -[WebPage](../types/WebPage.md) + + +### Type: [WebPage](../types/WebPage.md) + + ### Example: ``` diff --git a/docs/API_docs/constructors/webPagePending.md b/docs/API_docs/constructors/webPagePending.md index a7c78481..b70273bb 100644 --- a/docs/API_docs/constructors/webPagePending.md +++ b/docs/API_docs/constructors/webPagePending.md @@ -6,9 +6,12 @@ |----------|:-------------:|---------:| |id|[long](../types/long.md) | Required| |date|[int](../types/int.md) | Required| -### Type: -[WebPage](../types/WebPage.md) + + +### Type: [WebPage](../types/WebPage.md) + + ### Example: ```