diff --git a/docs/API_docs/methods/account_changePhone.md b/docs/API_docs/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/docs/API_docs/methods/account_changePhone.md +++ b/docs/API_docs/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/docs/API_docs/methods/account_checkUsername.md b/docs/API_docs/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/docs/API_docs/methods/account_checkUsername.md +++ b/docs/API_docs/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/account_confirmPhone.md b/docs/API_docs/methods/account_confirmPhone.md index 2261e6e8..e9c724b1 100644 --- a/docs/API_docs/methods/account_confirmPhone.md +++ b/docs/API_docs/methods/account_confirmPhone.md @@ -12,8 +12,8 @@ Confirm this phone number is associated to this account, obtain phone_code_hash | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_code\_hash|[string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/account_deleteAccount.md b/docs/API_docs/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/docs/API_docs/methods/account_deleteAccount.md +++ b/docs/API_docs/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/account_getNotifySettings.md b/docs/API_docs/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/docs/API_docs/methods/account_getNotifySettings.md +++ b/docs/API_docs/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/docs/API_docs/methods/account_getPasswordSettings.md b/docs/API_docs/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/docs/API_docs/methods/account_getPasswordSettings.md +++ b/docs/API_docs/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/docs/API_docs/methods/account_getPrivacy.md b/docs/API_docs/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/docs/API_docs/methods/account_getPrivacy.md +++ b/docs/API_docs/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/docs/API_docs/methods/account_getTmpPassword.md b/docs/API_docs/methods/account_getTmpPassword.md index e9ff8d28..fb300173 100644 --- a/docs/API_docs/methods/account_getTmpPassword.md +++ b/docs/API_docs/methods/account_getTmpPassword.md @@ -12,8 +12,8 @@ Get temporary password for buying products through bots | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|password\_hash|[bytes](../types/bytes.md) | Yes|The password hash| -|period|[int](../types/int.md) | Yes|The validity period| +|password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|The password hash| +|period|[CLICK ME int](../types/int.md) | Yes|The validity period| ### Return type: [account\_TmpPassword](../types/account_TmpPassword.md) diff --git a/docs/API_docs/methods/account_registerDevice.md b/docs/API_docs/methods/account_registerDevice.md index 2192933f..b371a56e 100644 --- a/docs/API_docs/methods/account_registerDevice.md +++ b/docs/API_docs/methods/account_registerDevice.md @@ -12,10 +12,10 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|app\_sandbox|[Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| -|other\_uids|Array of [int](../types/int.md) | Yes|Other UUIDs| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|app\_sandbox|[CLICK ME Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| +|other\_uids|Array of [CLICK ME int](../types/int.md) | Yes|Other UUIDs| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/account_reportPeer.md b/docs/API_docs/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/docs/API_docs/methods/account_reportPeer.md +++ b/docs/API_docs/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/account_resetAuthorization.md b/docs/API_docs/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/docs/API_docs/methods/account_resetAuthorization.md +++ b/docs/API_docs/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/account_resetWebAuthorization.md b/docs/API_docs/methods/account_resetWebAuthorization.md index cd57e949..ece956cb 100644 --- a/docs/API_docs/methods/account_resetWebAuthorization.md +++ b/docs/API_docs/methods/account_resetWebAuthorization.md @@ -12,7 +12,7 @@ Delete a certain telegram web login authorization | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The authorization's hash| +|hash|[CLICK ME long](../types/long.md) | Yes|The authorization's hash| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/account_sendChangePhoneCode.md b/docs/API_docs/methods/account_sendChangePhoneCode.md index 9e5016a4..df3fde89 100644 --- a/docs/API_docs/methods/account_sendChangePhoneCode.md +++ b/docs/API_docs/methods/account_sendChangePhoneCode.md @@ -12,9 +12,9 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| -|phone\_number|[string](../types/string.md) | Yes|New phone number| -|current\_number|[Bool](../types/Bool.md) | Optional|Current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|Current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/docs/API_docs/methods/account_sendConfirmPhoneCode.md b/docs/API_docs/methods/account_sendConfirmPhoneCode.md index 4de86a33..136e98c6 100644 --- a/docs/API_docs/methods/account_sendConfirmPhoneCode.md +++ b/docs/API_docs/methods/account_sendConfirmPhoneCode.md @@ -12,9 +12,9 @@ Send confirmation phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| -|hash|[string](../types/string.md) | Yes|The hash| -|current\_number|[Bool](../types/Bool.md) | Optional|The current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| +|hash|[CLICK ME string](../types/string.md) | Yes|The hash| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|The current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/docs/API_docs/methods/account_setAccountTTL.md b/docs/API_docs/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/docs/API_docs/methods/account_setAccountTTL.md +++ b/docs/API_docs/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/account_setPrivacy.md b/docs/API_docs/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/docs/API_docs/methods/account_setPrivacy.md +++ b/docs/API_docs/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/docs/API_docs/methods/account_unregisterDevice.md b/docs/API_docs/methods/account_unregisterDevice.md index 873b1189..0a571571 100644 --- a/docs/API_docs/methods/account_unregisterDevice.md +++ b/docs/API_docs/methods/account_unregisterDevice.md @@ -12,9 +12,9 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|other\_uids|Array of [int](../types/int.md) | Yes|Other UUIDs| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|other\_uids|Array of [CLICK ME int](../types/int.md) | Yes|Other UUIDs| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/account_updateDeviceLocked.md b/docs/API_docs/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/docs/API_docs/methods/account_updateDeviceLocked.md +++ b/docs/API_docs/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/account_updateNotifySettings.md b/docs/API_docs/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/docs/API_docs/methods/account_updateNotifySettings.md +++ b/docs/API_docs/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/account_updatePasswordSettings.md b/docs/API_docs/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/docs/API_docs/methods/account_updatePasswordSettings.md +++ b/docs/API_docs/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/account_updateProfile.md b/docs/API_docs/methods/account_updateProfile.md index 8b0c3268..f4335a9e 100644 --- a/docs/API_docs/methods/account_updateProfile.md +++ b/docs/API_docs/methods/account_updateProfile.md @@ -12,9 +12,9 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Optional|The first name| -|last\_name|[string](../types/string.md) | Optional|The last name| -|about|[string](../types/string.md) | Optional|The bio/about field| +|first\_name|[CLICK ME string](../types/string.md) | Optional|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Optional|The last name| +|about|[CLICK ME string](../types/string.md) | Optional|The bio/about field| ### Return type: [User](../types/User.md) diff --git a/docs/API_docs/methods/account_updateStatus.md b/docs/API_docs/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/docs/API_docs/methods/account_updateStatus.md +++ b/docs/API_docs/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/account_updateUsername.md b/docs/API_docs/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/docs/API_docs/methods/account_updateUsername.md +++ b/docs/API_docs/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/docs/API_docs/methods/auth_cancelCode.md b/docs/API_docs/methods/auth_cancelCode.md index 1283e1e5..9ddbf819 100644 --- a/docs/API_docs/methods/auth_cancelCode.md +++ b/docs/API_docs/methods/auth_cancelCode.md @@ -12,8 +12,8 @@ Invalidate sent phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/auth_checkPhone.md b/docs/API_docs/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/docs/API_docs/methods/auth_checkPhone.md +++ b/docs/API_docs/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/docs/API_docs/methods/auth_dropTempAuthKeys.md b/docs/API_docs/methods/auth_dropTempAuthKeys.md index b08b9f40..81bb2ae2 100644 --- a/docs/API_docs/methods/auth_dropTempAuthKeys.md +++ b/docs/API_docs/methods/auth_dropTempAuthKeys.md @@ -12,7 +12,7 @@ Delete all temporary authorization keys except the ones provided | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|except\_auth\_keys|Array of [long](../types/long.md) | Yes|The temporary authorization keys to keep| +|except\_auth\_keys|Array of [CLICK ME long](../types/long.md) | Yes|The temporary authorization keys to keep| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/auth_recoverPassword.md b/docs/API_docs/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/docs/API_docs/methods/auth_recoverPassword.md +++ b/docs/API_docs/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/docs/API_docs/methods/auth_resendCode.md b/docs/API_docs/methods/auth_resendCode.md index 4bfbf379..02471563 100644 --- a/docs/API_docs/methods/auth_resendCode.md +++ b/docs/API_docs/methods/auth_resendCode.md @@ -12,8 +12,8 @@ Resend the SMS verification code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|The phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|The phone code hash| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/docs/API_docs/methods/auth_sendInvites.md b/docs/API_docs/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/docs/API_docs/methods/auth_sendInvites.md +++ b/docs/API_docs/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/bots_answerWebhookJSONQuery.md b/docs/API_docs/methods/bots_answerWebhookJSONQuery.md index 809576fa..ed38c8d9 100644 --- a/docs/API_docs/methods/bots_answerWebhookJSONQuery.md +++ b/docs/API_docs/methods/bots_answerWebhookJSONQuery.md @@ -10,8 +10,8 @@ description: bots.answerWebhookJSONQuery parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query\_id|[long](../types/long.md) | Yes| -|data|[DataJSON](../types/DataJSON.md) | Yes| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|data|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/bots_sendCustomRequest.md b/docs/API_docs/methods/bots_sendCustomRequest.md index ce28f6ca..0b395c96 100644 --- a/docs/API_docs/methods/bots_sendCustomRequest.md +++ b/docs/API_docs/methods/bots_sendCustomRequest.md @@ -10,8 +10,8 @@ description: bots.sendCustomRequest parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|custom\_method|[string](../types/string.md) | Yes| -|params|[DataJSON](../types/DataJSON.md) | Yes| +|custom\_method|[CLICK ME string](../types/string.md) | Yes| +|params|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [DataJSON](../types/DataJSON.md) diff --git a/docs/API_docs/methods/channels_checkUsername.md b/docs/API_docs/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/docs/API_docs/methods/channels_checkUsername.md +++ b/docs/API_docs/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/channels_createChannel.md b/docs/API_docs/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/docs/API_docs/methods/channels_createChannel.md +++ b/docs/API_docs/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/channels_deleteHistory.md b/docs/API_docs/methods/channels_deleteHistory.md index 519cf766..d77a6a03 100644 --- a/docs/API_docs/methods/channels_deleteHistory.md +++ b/docs/API_docs/methods/channels_deleteHistory.md @@ -11,7 +11,7 @@ description: channels.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/channels_deleteMessages.md b/docs/API_docs/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/docs/API_docs/methods/channels_deleteMessages.md +++ b/docs/API_docs/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/docs/API_docs/methods/channels_editAbout.md b/docs/API_docs/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/docs/API_docs/methods/channels_editAbout.md +++ b/docs/API_docs/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/channels_editAdmin.md b/docs/API_docs/methods/channels_editAdmin.md index 36ae5241..e3273e7d 100644 --- a/docs/API_docs/methods/channels_editAdmin.md +++ b/docs/API_docs/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|admin\_rights|[ChannelAdminRights](../types/ChannelAdminRights.md) | Yes| +|admin\_rights|[CLICK ME ChannelAdminRights](../types/ChannelAdminRights.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/channels_editBanned.md b/docs/API_docs/methods/channels_editBanned.md index 4f5dc25c..c5ca7f2c 100644 --- a/docs/API_docs/methods/channels_editBanned.md +++ b/docs/API_docs/methods/channels_editBanned.md @@ -12,7 +12,7 @@ description: channels.editBanned parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|banned\_rights|[ChannelBannedRights](../types/ChannelBannedRights.md) | Yes| +|banned\_rights|[CLICK ME ChannelBannedRights](../types/ChannelBannedRights.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/channels_editPhoto.md b/docs/API_docs/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/docs/API_docs/methods/channels_editPhoto.md +++ b/docs/API_docs/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/channels_editTitle.md b/docs/API_docs/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/docs/API_docs/methods/channels_editTitle.md +++ b/docs/API_docs/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/channels_exportMessageLink.md b/docs/API_docs/methods/channels_exportMessageLink.md index 94bbb418..146eebdd 100644 --- a/docs/API_docs/methods/channels_exportMessageLink.md +++ b/docs/API_docs/methods/channels_exportMessageLink.md @@ -11,8 +11,8 @@ description: channels.exportMessageLink parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| -|grouped|[Bool](../types/Bool.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| +|grouped|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [ExportedMessageLink](../types/ExportedMessageLink.md) diff --git a/docs/API_docs/methods/channels_getAdminLog.md b/docs/API_docs/methods/channels_getAdminLog.md index 2b4d08d6..6ea1b86a 100644 --- a/docs/API_docs/methods/channels_getAdminLog.md +++ b/docs/API_docs/methods/channels_getAdminLog.md @@ -11,12 +11,12 @@ description: channels.getAdminLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|q|[string](../types/string.md) | Yes| -|events\_filter|[ChannelAdminLogEventsFilter](../types/ChannelAdminLogEventsFilter.md) | Optional| +|q|[CLICK ME string](../types/string.md) | Yes| +|events\_filter|[CLICK ME ChannelAdminLogEventsFilter](../types/ChannelAdminLogEventsFilter.md) | Optional| |admins|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|max\_id|[long](../types/long.md) | Yes| -|min\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|min\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_AdminLogResults](../types/channels_AdminLogResults.md) diff --git a/docs/API_docs/methods/channels_getParticipants.md b/docs/API_docs/methods/channels_getParticipants.md index 45c48c25..fb295702 100644 --- a/docs/API_docs/methods/channels_getParticipants.md +++ b/docs/API_docs/methods/channels_getParticipants.md @@ -11,10 +11,10 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|hash|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/docs/API_docs/methods/channels_readHistory.md b/docs/API_docs/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/docs/API_docs/methods/channels_readHistory.md +++ b/docs/API_docs/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/channels_readMessageContents.md b/docs/API_docs/methods/channels_readMessageContents.md index 7e3da8e4..d36c4387 100644 --- a/docs/API_docs/methods/channels_readMessageContents.md +++ b/docs/API_docs/methods/channels_readMessageContents.md @@ -11,7 +11,7 @@ description: channels.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/channels_reportSpam.md b/docs/API_docs/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/docs/API_docs/methods/channels_reportSpam.md +++ b/docs/API_docs/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/channels_setStickers.md b/docs/API_docs/methods/channels_setStickers.md index a1f733eb..9deb6fa3 100644 --- a/docs/API_docs/methods/channels_setStickers.md +++ b/docs/API_docs/methods/channels_setStickers.md @@ -11,7 +11,7 @@ description: channels.setStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/channels_toggleInvites.md b/docs/API_docs/methods/channels_toggleInvites.md index 8d977fd0..f18ea3c2 100644 --- a/docs/API_docs/methods/channels_toggleInvites.md +++ b/docs/API_docs/methods/channels_toggleInvites.md @@ -11,7 +11,7 @@ description: channels.toggleInvites parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/channels_togglePreHistoryHidden.md b/docs/API_docs/methods/channels_togglePreHistoryHidden.md index 421878a6..ab400991 100644 --- a/docs/API_docs/methods/channels_togglePreHistoryHidden.md +++ b/docs/API_docs/methods/channels_togglePreHistoryHidden.md @@ -11,7 +11,7 @@ description: channels.togglePreHistoryHidden parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/channels_toggleSignatures.md b/docs/API_docs/methods/channels_toggleSignatures.md index 13d53d92..1b8832f0 100644 --- a/docs/API_docs/methods/channels_toggleSignatures.md +++ b/docs/API_docs/methods/channels_toggleSignatures.md @@ -11,7 +11,7 @@ description: channels.toggleSignatures parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/channels_updatePinnedMessage.md b/docs/API_docs/methods/channels_updatePinnedMessage.md index ecc15ce6..76b894cd 100644 --- a/docs/API_docs/methods/channels_updatePinnedMessage.md +++ b/docs/API_docs/methods/channels_updatePinnedMessage.md @@ -10,9 +10,9 @@ description: channels.updatePinnedMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/channels_updateUsername.md b/docs/API_docs/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/docs/API_docs/methods/channels_updateUsername.md +++ b/docs/API_docs/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/contacts_getBlocked.md b/docs/API_docs/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/docs/API_docs/methods/contacts_getBlocked.md +++ b/docs/API_docs/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/docs/API_docs/methods/contacts_getContacts.md b/docs/API_docs/methods/contacts_getContacts.md index 32823094..32877d62 100644 --- a/docs/API_docs/methods/contacts_getContacts.md +++ b/docs/API_docs/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[int](../types/int.md) | Yes|$ids is the list ids of previously fetched contacts, $hash = $MadelineProto->gen_vector_hash($ids);| +|hash|[CLICK ME int](../types/int.md) | Yes|$ids is the list ids of previously fetched contacts, $hash = $MadelineProto->gen_vector_hash($ids);| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/docs/API_docs/methods/contacts_getTopPeers.md b/docs/API_docs/methods/contacts_getTopPeers.md index 560f15c6..4c2af1fe 100644 --- a/docs/API_docs/methods/contacts_getTopPeers.md +++ b/docs/API_docs/methods/contacts_getTopPeers.md @@ -12,15 +12,15 @@ Get most used chats | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|correspondents|[Bool](../types/Bool.md) | Optional|| -|bots\_pm|[Bool](../types/Bool.md) | Optional|| -|bots\_inline|[Bool](../types/Bool.md) | Optional|| -|phone\_calls|[Bool](../types/Bool.md) | Optional|| -|groups|[Bool](../types/Bool.md) | Optional|| -|channels|[Bool](../types/Bool.md) | Optional|| -|offset|[int](../types/int.md) | Yes|| -|limit|[int](../types/int.md) | Yes|| -|hash|[int](../types/int.md) | Yes|| +|correspondents|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_pm|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_inline|[CLICK ME Bool](../types/Bool.md) | Optional|| +|phone\_calls|[CLICK ME Bool](../types/Bool.md) | Optional|| +|groups|[CLICK ME Bool](../types/Bool.md) | Optional|| +|channels|[CLICK ME Bool](../types/Bool.md) | Optional|| +|offset|[CLICK ME int](../types/int.md) | Yes|| +|limit|[CLICK ME int](../types/int.md) | Yes|| +|hash|[CLICK ME int](../types/int.md) | Yes|| ### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md) diff --git a/docs/API_docs/methods/contacts_importCard.md b/docs/API_docs/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/docs/API_docs/methods/contacts_importCard.md +++ b/docs/API_docs/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/docs/API_docs/methods/contacts_importContacts.md b/docs/API_docs/methods/contacts_importContacts.md index a6b93600..858715b9 100644 --- a/docs/API_docs/methods/contacts_importContacts.md +++ b/docs/API_docs/methods/contacts_importContacts.md @@ -12,7 +12,7 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/docs/API_docs/methods/contacts_resetTopPeerRating.md b/docs/API_docs/methods/contacts_resetTopPeerRating.md index ddcf6b2f..ee6d382b 100644 --- a/docs/API_docs/methods/contacts_resetTopPeerRating.md +++ b/docs/API_docs/methods/contacts_resetTopPeerRating.md @@ -10,7 +10,7 @@ description: contacts.resetTopPeerRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|category|[TopPeerCategory](../types/TopPeerCategory.md) | Yes| +|category|[CLICK ME TopPeerCategory](../types/TopPeerCategory.md) | Yes| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/docs/API_docs/methods/contacts_search.md b/docs/API_docs/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/docs/API_docs/methods/contacts_search.md +++ b/docs/API_docs/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/docs/API_docs/methods/help_getAppChangelog.md b/docs/API_docs/methods/help_getAppChangelog.md index f09a7a0d..c141705d 100644 --- a/docs/API_docs/methods/help_getAppChangelog.md +++ b/docs/API_docs/methods/help_getAppChangelog.md @@ -10,7 +10,7 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|prev\_app\_version|[string](../types/string.md) | Yes| +|prev\_app\_version|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/help_getRecentMeUrls.md b/docs/API_docs/methods/help_getRecentMeUrls.md index 720e0f72..85a777b9 100644 --- a/docs/API_docs/methods/help_getRecentMeUrls.md +++ b/docs/API_docs/methods/help_getRecentMeUrls.md @@ -10,7 +10,7 @@ description: help.getRecentMeUrls parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|referer|[string](../types/string.md) | Yes| +|referer|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_RecentMeUrls](../types/help_RecentMeUrls.md) diff --git a/docs/API_docs/methods/help_saveAppLog.md b/docs/API_docs/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/docs/API_docs/methods/help_saveAppLog.md +++ b/docs/API_docs/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/help_setBotUpdatesStatus.md b/docs/API_docs/methods/help_setBotUpdatesStatus.md index 68c9720a..702da826 100644 --- a/docs/API_docs/methods/help_setBotUpdatesStatus.md +++ b/docs/API_docs/methods/help_setBotUpdatesStatus.md @@ -10,8 +10,8 @@ description: help.setBotUpdatesStatus parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pending\_updates\_count|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Yes| +|pending\_updates\_count|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/initConnection.md b/docs/API_docs/methods/initConnection.md index 3c81c311..e46a548b 100644 --- a/docs/API_docs/methods/initConnection.md +++ b/docs/API_docs/methods/initConnection.md @@ -12,14 +12,14 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|system\_lang\_code|[string](../types/string.md) | Yes|Language code| -|lang\_pack|[string](../types/string.md) | Yes|Language pack to use| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|system\_lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code| +|lang\_pack|[CLICK ME string](../types/string.md) | Yes|Language pack to use| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/docs/API_docs/methods/invokeAfterMsg.md b/docs/API_docs/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/docs/API_docs/methods/invokeAfterMsg.md +++ b/docs/API_docs/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/docs/API_docs/methods/invokeAfterMsgs.md b/docs/API_docs/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/docs/API_docs/methods/invokeAfterMsgs.md +++ b/docs/API_docs/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/docs/API_docs/methods/invokeWithLayer.md b/docs/API_docs/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/docs/API_docs/methods/invokeWithLayer.md +++ b/docs/API_docs/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/docs/API_docs/methods/invokeWithoutUpdates.md b/docs/API_docs/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/docs/API_docs/methods/invokeWithoutUpdates.md +++ b/docs/API_docs/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/docs/API_docs/methods/langpack_getDifference.md b/docs/API_docs/methods/langpack_getDifference.md index b1078532..b092b486 100644 --- a/docs/API_docs/methods/langpack_getDifference.md +++ b/docs/API_docs/methods/langpack_getDifference.md @@ -10,7 +10,7 @@ description: langpack.getDifference parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|from\_version|[int](../types/int.md) | Yes| +|from\_version|[CLICK ME int](../types/int.md) | Yes| ### Return type: [LangPackDifference](../types/LangPackDifference.md) diff --git a/docs/API_docs/methods/langpack_getLangPack.md b/docs/API_docs/methods/langpack_getLangPack.md index 7d440b66..28a07ea2 100644 --- a/docs/API_docs/methods/langpack_getLangPack.md +++ b/docs/API_docs/methods/langpack_getLangPack.md @@ -10,7 +10,7 @@ description: langpack.getLangPack parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [LangPackDifference](../types/LangPackDifference.md) diff --git a/docs/API_docs/methods/langpack_getStrings.md b/docs/API_docs/methods/langpack_getStrings.md index 9791f621..a4c21e9b 100644 --- a/docs/API_docs/methods/langpack_getStrings.md +++ b/docs/API_docs/methods/langpack_getStrings.md @@ -10,8 +10,8 @@ description: langpack.getStrings parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| -|keys|Array of [string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| +|keys|Array of [CLICK ME string](../types/string.md) | Yes| ### Return type: [Vector\_of\_LangPackString](../types/LangPackString.md) diff --git a/docs/API_docs/methods/messages_addChatUser.md b/docs/API_docs/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/docs/API_docs/methods/messages_addChatUser.md +++ b/docs/API_docs/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/messages_checkChatInvite.md b/docs/API_docs/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/docs/API_docs/methods/messages_checkChatInvite.md +++ b/docs/API_docs/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/docs/API_docs/methods/messages_clearRecentStickers.md b/docs/API_docs/methods/messages_clearRecentStickers.md index 31941a34..00d81839 100644 --- a/docs/API_docs/methods/messages_clearRecentStickers.md +++ b/docs/API_docs/methods/messages_clearRecentStickers.md @@ -10,7 +10,7 @@ description: messages.clearRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/messages_createChat.md b/docs/API_docs/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/docs/API_docs/methods/messages_createChat.md +++ b/docs/API_docs/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/messages_deleteHistory.md b/docs/API_docs/methods/messages_deleteHistory.md index 01686b2b..ff2f5471 100644 --- a/docs/API_docs/methods/messages_deleteHistory.md +++ b/docs/API_docs/methods/messages_deleteHistory.md @@ -10,9 +10,9 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|just\_clear|[Bool](../types/Bool.md) | Optional| +|just\_clear|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/docs/API_docs/methods/messages_deleteMessages.md b/docs/API_docs/methods/messages_deleteMessages.md index 0cc6e6ed..5e0f1ad1 100644 --- a/docs/API_docs/methods/messages_deleteMessages.md +++ b/docs/API_docs/methods/messages_deleteMessages.md @@ -10,8 +10,8 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|revoke|[Bool](../types/Bool.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|revoke|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/docs/API_docs/methods/messages_editChatAdmin.md b/docs/API_docs/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/docs/API_docs/methods/messages_editChatAdmin.md +++ b/docs/API_docs/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/messages_editChatPhoto.md b/docs/API_docs/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/docs/API_docs/methods/messages_editChatPhoto.md +++ b/docs/API_docs/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/messages_editChatTitle.md b/docs/API_docs/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/docs/API_docs/methods/messages_editChatTitle.md +++ b/docs/API_docs/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/messages_editInlineBotMessage.md b/docs/API_docs/methods/messages_editInlineBotMessage.md index a2f59d4c..8ae22d93 100644 --- a/docs/API_docs/methods/messages_editInlineBotMessage.md +++ b/docs/API_docs/methods/messages_editInlineBotMessage.md @@ -10,14 +10,14 @@ description: messages.editInlineBotMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|stop\_geo\_live|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|stop\_geo\_live|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/messages_editMessage.md b/docs/API_docs/methods/messages_editMessage.md index 396c9449..1bb0c702 100644 --- a/docs/API_docs/methods/messages_editMessage.md +++ b/docs/API_docs/methods/messages_editMessage.md @@ -10,15 +10,15 @@ description: messages.editMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|stop\_geo\_live|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|stop\_geo\_live|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|id|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/messages_faveSticker.md b/docs/API_docs/methods/messages_faveSticker.md index 88544c20..12000674 100644 --- a/docs/API_docs/methods/messages_faveSticker.md +++ b/docs/API_docs/methods/messages_faveSticker.md @@ -11,7 +11,7 @@ description: messages.faveSticker parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unfave|[Bool](../types/Bool.md) | Yes| +|unfave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/messages_forwardMessages.md b/docs/API_docs/methods/messages_forwardMessages.md index 62703972..9992b7ef 100644 --- a/docs/API_docs/methods/messages_forwardMessages.md +++ b/docs/API_docs/methods/messages_forwardMessages.md @@ -10,12 +10,12 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|with\_my\_score|[Bool](../types/Bool.md) | Optional| -|grouped|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|with\_my\_score|[CLICK ME Bool](../types/Bool.md) | Optional| +|grouped|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/docs/API_docs/methods/messages_getAllChats.md b/docs/API_docs/methods/messages_getAllChats.md index 59bc0add..5a5ce6da 100644 --- a/docs/API_docs/methods/messages_getAllChats.md +++ b/docs/API_docs/methods/messages_getAllChats.md @@ -10,7 +10,7 @@ description: messages.getAllChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|except\_ids|Array of [int](../types/int.md) | Yes| +|except\_ids|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/docs/API_docs/methods/messages_getAllStickers.md b/docs/API_docs/methods/messages_getAllStickers.md index 7ab91cef..b30ea741 100644 --- a/docs/API_docs/methods/messages_getAllStickers.md +++ b/docs/API_docs/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/docs/API_docs/methods/messages_getArchivedStickers.md b/docs/API_docs/methods/messages_getArchivedStickers.md index 8c2041a3..2c1f1f95 100644 --- a/docs/API_docs/methods/messages_getArchivedStickers.md +++ b/docs/API_docs/methods/messages_getArchivedStickers.md @@ -10,9 +10,9 @@ description: messages.getArchivedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|offset\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_ArchivedStickers](../types/messages_ArchivedStickers.md) diff --git a/docs/API_docs/methods/messages_getAttachedStickers.md b/docs/API_docs/methods/messages_getAttachedStickers.md index f03f0be2..5a1374c5 100644 --- a/docs/API_docs/methods/messages_getAttachedStickers.md +++ b/docs/API_docs/methods/messages_getAttachedStickers.md @@ -10,7 +10,7 @@ description: messages.getAttachedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|media|[InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| +|media|[CLICK ME InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| ### Return type: [Vector\_of\_StickerSetCovered](../types/StickerSetCovered.md) diff --git a/docs/API_docs/methods/messages_getBotCallbackAnswer.md b/docs/API_docs/methods/messages_getBotCallbackAnswer.md index b9039098..f477f013 100644 --- a/docs/API_docs/methods/messages_getBotCallbackAnswer.md +++ b/docs/API_docs/methods/messages_getBotCallbackAnswer.md @@ -10,10 +10,10 @@ description: messages.getBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|game|[Bool](../types/Bool.md) | Optional| +|game|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|data|[bytes](../types/bytes.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|data|[CLICK ME bytes](../types/bytes.md) | Optional| ### Return type: [messages\_BotCallbackAnswer](../types/messages_BotCallbackAnswer.md) diff --git a/docs/API_docs/methods/messages_getChats.md b/docs/API_docs/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/docs/API_docs/methods/messages_getChats.md +++ b/docs/API_docs/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/docs/API_docs/methods/messages_getCommonChats.md b/docs/API_docs/methods/messages_getCommonChats.md index 0df79096..370930d7 100644 --- a/docs/API_docs/methods/messages_getCommonChats.md +++ b/docs/API_docs/methods/messages_getCommonChats.md @@ -11,8 +11,8 @@ description: messages.getCommonChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/docs/API_docs/methods/messages_getDhConfig.md b/docs/API_docs/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/docs/API_docs/methods/messages_getDhConfig.md +++ b/docs/API_docs/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/docs/API_docs/methods/messages_getDialogs.md b/docs/API_docs/methods/messages_getDialogs.md index 041b3efe..dca266c6 100644 --- a/docs/API_docs/methods/messages_getDialogs.md +++ b/docs/API_docs/methods/messages_getDialogs.md @@ -10,11 +10,11 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|exclude\_pinned|[Bool](../types/Bool.md) | Optional| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|exclude\_pinned|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/docs/API_docs/methods/messages_getDocumentByHash.md b/docs/API_docs/methods/messages_getDocumentByHash.md index 13f0c18f..14e3e5bd 100644 --- a/docs/API_docs/methods/messages_getDocumentByHash.md +++ b/docs/API_docs/methods/messages_getDocumentByHash.md @@ -10,9 +10,9 @@ description: messages.getDocumentByHash parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|sha256|[bytes](../types/bytes.md) | Yes| -|size|[int](../types/int.md) | Yes| -|mime\_type|[string](../types/string.md) | Yes| +|sha256|[CLICK ME bytes](../types/bytes.md) | Yes| +|size|[CLICK ME int](../types/int.md) | Yes| +|mime\_type|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Document](../types/Document.md) diff --git a/docs/API_docs/methods/messages_getFavedStickers.md b/docs/API_docs/methods/messages_getFavedStickers.md index fc2717f8..a7a21952 100644 --- a/docs/API_docs/methods/messages_getFavedStickers.md +++ b/docs/API_docs/methods/messages_getFavedStickers.md @@ -10,7 +10,7 @@ description: messages.getFavedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FavedStickers](../types/messages_FavedStickers.md) diff --git a/docs/API_docs/methods/messages_getFeaturedStickers.md b/docs/API_docs/methods/messages_getFeaturedStickers.md index 51097eda..9e8c4eaf 100644 --- a/docs/API_docs/methods/messages_getFeaturedStickers.md +++ b/docs/API_docs/methods/messages_getFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.getFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md) diff --git a/docs/API_docs/methods/messages_getGameHighScores.md b/docs/API_docs/methods/messages_getGameHighScores.md index 4b8b1397..39d1e406 100644 --- a/docs/API_docs/methods/messages_getGameHighScores.md +++ b/docs/API_docs/methods/messages_getGameHighScores.md @@ -11,7 +11,7 @@ description: messages.getGameHighScores parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/docs/API_docs/methods/messages_getHistory.md b/docs/API_docs/methods/messages_getHistory.md index e25111ed..900a9d25 100644 --- a/docs/API_docs/methods/messages_getHistory.md +++ b/docs/API_docs/methods/messages_getHistory.md @@ -11,13 +11,13 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| -|hash|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/docs/API_docs/methods/messages_getInlineBotResults.md b/docs/API_docs/methods/messages_getInlineBotResults.md index 6d965b19..fcbe281d 100644 --- a/docs/API_docs/methods/messages_getInlineBotResults.md +++ b/docs/API_docs/methods/messages_getInlineBotResults.md @@ -12,9 +12,9 @@ description: messages.getInlineBotResults parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|query|[string](../types/string.md) | Yes| -|offset|[string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|query|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_BotResults](../types/messages_BotResults.md) diff --git a/docs/API_docs/methods/messages_getInlineGameHighScores.md b/docs/API_docs/methods/messages_getInlineGameHighScores.md index 9305a0f4..5f3e774a 100644 --- a/docs/API_docs/methods/messages_getInlineGameHighScores.md +++ b/docs/API_docs/methods/messages_getInlineGameHighScores.md @@ -10,7 +10,7 @@ description: messages.getInlineGameHighScores parameters, return type and exampl | Name | Type | Required | |----------|---------------|----------| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/docs/API_docs/methods/messages_getMaskStickers.md b/docs/API_docs/methods/messages_getMaskStickers.md index 260cfdb7..018e5c6b 100644 --- a/docs/API_docs/methods/messages_getMaskStickers.md +++ b/docs/API_docs/methods/messages_getMaskStickers.md @@ -10,7 +10,7 @@ description: messages.getMaskStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/docs/API_docs/methods/messages_getMessageEditData.md b/docs/API_docs/methods/messages_getMessageEditData.md index 2a90a419..9f02a9c9 100644 --- a/docs/API_docs/methods/messages_getMessageEditData.md +++ b/docs/API_docs/methods/messages_getMessageEditData.md @@ -11,7 +11,7 @@ description: messages.getMessageEditData parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_MessageEditData](../types/messages_MessageEditData.md) diff --git a/docs/API_docs/methods/messages_getMessagesViews.md b/docs/API_docs/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/docs/API_docs/methods/messages_getMessagesViews.md +++ b/docs/API_docs/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/docs/API_docs/methods/messages_getRecentLocations.md b/docs/API_docs/methods/messages_getRecentLocations.md index be42bb77..b73fa066 100644 --- a/docs/API_docs/methods/messages_getRecentLocations.md +++ b/docs/API_docs/methods/messages_getRecentLocations.md @@ -11,7 +11,7 @@ description: messages.getRecentLocations parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/docs/API_docs/methods/messages_getRecentStickers.md b/docs/API_docs/methods/messages_getRecentStickers.md index 5a60d345..6ec71d0e 100644 --- a/docs/API_docs/methods/messages_getRecentStickers.md +++ b/docs/API_docs/methods/messages_getRecentStickers.md @@ -10,8 +10,8 @@ description: messages.getRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| -|hash|[int](../types/int.md) | Yes| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md) diff --git a/docs/API_docs/methods/messages_getSavedGifs.md b/docs/API_docs/methods/messages_getSavedGifs.md index bcb4590d..7545b642 100644 --- a/docs/API_docs/methods/messages_getSavedGifs.md +++ b/docs/API_docs/methods/messages_getSavedGifs.md @@ -10,7 +10,7 @@ description: messages.getSavedGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md) diff --git a/docs/API_docs/methods/messages_getStickerSet.md b/docs/API_docs/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/docs/API_docs/methods/messages_getStickerSet.md +++ b/docs/API_docs/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/docs/API_docs/methods/messages_getStickers.md b/docs/API_docs/methods/messages_getStickers.md index 6ac68c87..5f70bcba 100644 --- a/docs/API_docs/methods/messages_getStickers.md +++ b/docs/API_docs/methods/messages_getStickers.md @@ -10,8 +10,8 @@ description: messages.getStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|emoticon|[string](../types/string.md) | Yes| -|hash|[string](../types/string.md) | Yes| +|emoticon|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_Stickers](../types/messages_Stickers.md) diff --git a/docs/API_docs/methods/messages_getUnreadMentions.md b/docs/API_docs/methods/messages_getUnreadMentions.md index 181e730c..c63ea824 100644 --- a/docs/API_docs/methods/messages_getUnreadMentions.md +++ b/docs/API_docs/methods/messages_getUnreadMentions.md @@ -11,11 +11,11 @@ description: messages.getUnreadMentions parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/docs/API_docs/methods/messages_getWebPage.md b/docs/API_docs/methods/messages_getWebPage.md index 0f09af47..9e39b988 100644 --- a/docs/API_docs/methods/messages_getWebPage.md +++ b/docs/API_docs/methods/messages_getWebPage.md @@ -10,8 +10,8 @@ description: messages.getWebPage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|url|[string](../types/string.md) | Yes| -|hash|[int](../types/int.md) | Yes| +|url|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [WebPage](../types/WebPage.md) diff --git a/docs/API_docs/methods/messages_getWebPagePreview.md b/docs/API_docs/methods/messages_getWebPagePreview.md index 31630bc2..4e6b070f 100644 --- a/docs/API_docs/methods/messages_getWebPagePreview.md +++ b/docs/API_docs/methods/messages_getWebPagePreview.md @@ -10,8 +10,8 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/docs/API_docs/methods/messages_importChatInvite.md b/docs/API_docs/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/docs/API_docs/methods/messages_importChatInvite.md +++ b/docs/API_docs/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/messages_installStickerSet.md b/docs/API_docs/methods/messages_installStickerSet.md index f405adce..8dfeacfa 100644 --- a/docs/API_docs/methods/messages_installStickerSet.md +++ b/docs/API_docs/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|archived|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|archived|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [messages\_StickerSetInstallResult](../types/messages_StickerSetInstallResult.md) diff --git a/docs/API_docs/methods/messages_readEncryptedHistory.md b/docs/API_docs/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/docs/API_docs/methods/messages_readEncryptedHistory.md +++ b/docs/API_docs/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/messages_readFeaturedStickers.md b/docs/API_docs/methods/messages_readFeaturedStickers.md index 766ba200..9aef0199 100644 --- a/docs/API_docs/methods/messages_readFeaturedStickers.md +++ b/docs/API_docs/methods/messages_readFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.readFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [long](../types/long.md) | Yes| +|id|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/messages_readHistory.md b/docs/API_docs/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/docs/API_docs/methods/messages_readHistory.md +++ b/docs/API_docs/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/docs/API_docs/methods/messages_readMessageContents.md b/docs/API_docs/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/docs/API_docs/methods/messages_readMessageContents.md +++ b/docs/API_docs/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/docs/API_docs/methods/messages_receivedMessages.md b/docs/API_docs/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/docs/API_docs/methods/messages_receivedMessages.md +++ b/docs/API_docs/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/docs/API_docs/methods/messages_receivedQueue.md b/docs/API_docs/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/docs/API_docs/methods/messages_receivedQueue.md +++ b/docs/API_docs/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/docs/API_docs/methods/messages_reorderPinnedDialogs.md b/docs/API_docs/methods/messages_reorderPinnedDialogs.md index 30e926d9..2d81735f 100644 --- a/docs/API_docs/methods/messages_reorderPinnedDialogs.md +++ b/docs/API_docs/methods/messages_reorderPinnedDialogs.md @@ -10,7 +10,7 @@ description: messages.reorderPinnedDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|force|[Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |order|Array of [Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Yes| diff --git a/docs/API_docs/methods/messages_reorderStickerSets.md b/docs/API_docs/methods/messages_reorderStickerSets.md index 0e2c121d..21092485 100644 --- a/docs/API_docs/methods/messages_reorderStickerSets.md +++ b/docs/API_docs/methods/messages_reorderStickerSets.md @@ -10,8 +10,8 @@ description: messages.reorderStickerSets parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|order|Array of [long](../types/long.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|order|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/messages_saveDraft.md b/docs/API_docs/methods/messages_saveDraft.md index 754b4da2..7160fda4 100644 --- a/docs/API_docs/methods/messages_saveDraft.md +++ b/docs/API_docs/methods/messages_saveDraft.md @@ -10,11 +10,11 @@ description: messages.saveDraft parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|message|[string](../types/string.md) | Yes| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/docs/API_docs/methods/messages_saveGif.md b/docs/API_docs/methods/messages_saveGif.md index 725bc949..d6487133 100644 --- a/docs/API_docs/methods/messages_saveGif.md +++ b/docs/API_docs/methods/messages_saveGif.md @@ -11,7 +11,7 @@ description: messages.saveGif parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/messages_saveRecentSticker.md b/docs/API_docs/methods/messages_saveRecentSticker.md index 4a8298e2..2c3c7e12 100644 --- a/docs/API_docs/methods/messages_saveRecentSticker.md +++ b/docs/API_docs/methods/messages_saveRecentSticker.md @@ -10,9 +10,9 @@ description: messages.saveRecentSticker parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/messages_search.md b/docs/API_docs/methods/messages_search.md index 4dd3f947..a5aa36bd 100644 --- a/docs/API_docs/methods/messages_search.md +++ b/docs/API_docs/methods/messages_search.md @@ -11,16 +11,16 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| |from\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/docs/API_docs/methods/messages_searchGifs.md b/docs/API_docs/methods/messages_searchGifs.md index 896e98d2..d37ebbd0 100644 --- a/docs/API_docs/methods/messages_searchGifs.md +++ b/docs/API_docs/methods/messages_searchGifs.md @@ -10,8 +10,8 @@ description: messages.searchGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FoundGifs](../types/messages_FoundGifs.md) diff --git a/docs/API_docs/methods/messages_searchGlobal.md b/docs/API_docs/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/docs/API_docs/methods/messages_searchGlobal.md +++ b/docs/API_docs/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/docs/API_docs/methods/messages_sendEncrypted.md b/docs/API_docs/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/docs/API_docs/methods/messages_sendEncrypted.md +++ b/docs/API_docs/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/docs/API_docs/methods/messages_sendEncryptedFile.md b/docs/API_docs/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/docs/API_docs/methods/messages_sendEncryptedFile.md +++ b/docs/API_docs/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/docs/API_docs/methods/messages_sendEncryptedService.md b/docs/API_docs/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/docs/API_docs/methods/messages_sendEncryptedService.md +++ b/docs/API_docs/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/docs/API_docs/methods/messages_sendInlineBotResult.md b/docs/API_docs/methods/messages_sendInlineBotResult.md index 6bfb1578..692c79f6 100644 --- a/docs/API_docs/methods/messages_sendInlineBotResult.md +++ b/docs/API_docs/methods/messages_sendInlineBotResult.md @@ -10,13 +10,13 @@ description: messages.sendInlineBotResult parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|id|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|id|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/messages_sendMedia.md b/docs/API_docs/methods/messages_sendMedia.md index 3d49b319..03c60c9e 100644 --- a/docs/API_docs/methods/messages_sendMedia.md +++ b/docs/API_docs/methods/messages_sendMedia.md @@ -10,15 +10,15 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/docs/API_docs/methods/messages_sendMessage.md b/docs/API_docs/methods/messages_sendMessage.md index 49ace99c..314c73b7 100644 --- a/docs/API_docs/methods/messages_sendMessage.md +++ b/docs/API_docs/methods/messages_sendMessage.md @@ -10,15 +10,15 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/docs/API_docs/methods/messages_sendMultiMedia.md b/docs/API_docs/methods/messages_sendMultiMedia.md index 53afd358..1b00eb4c 100644 --- a/docs/API_docs/methods/messages_sendMultiMedia.md +++ b/docs/API_docs/methods/messages_sendMultiMedia.md @@ -10,12 +10,12 @@ description: messages.sendMultiMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|multi\_media|Array of [InputSingleMedia](../types/InputSingleMedia.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|multi\_media|Array of [CLICK ME InputSingleMedia](../types/InputSingleMedia.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/messages_sendScreenshotNotification.md b/docs/API_docs/methods/messages_sendScreenshotNotification.md index 2e66b51a..e786f4be 100644 --- a/docs/API_docs/methods/messages_sendScreenshotNotification.md +++ b/docs/API_docs/methods/messages_sendScreenshotNotification.md @@ -11,7 +11,7 @@ description: messages.sendScreenshotNotification parameters, return type and exa | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/messages_setBotCallbackAnswer.md b/docs/API_docs/methods/messages_setBotCallbackAnswer.md index 0282168b..7fec715e 100644 --- a/docs/API_docs/methods/messages_setBotCallbackAnswer.md +++ b/docs/API_docs/methods/messages_setBotCallbackAnswer.md @@ -10,11 +10,11 @@ description: messages.setBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|alert|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|message|[string](../types/string.md) | Optional| -|url|[string](../types/string.md) | Optional| -|cache\_time|[int](../types/int.md) | Yes| +|alert|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|url|[CLICK ME string](../types/string.md) | Optional| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/messages_setBotPrecheckoutResults.md b/docs/API_docs/methods/messages_setBotPrecheckoutResults.md index 4aba8ca3..1a0854e0 100644 --- a/docs/API_docs/methods/messages_setBotPrecheckoutResults.md +++ b/docs/API_docs/methods/messages_setBotPrecheckoutResults.md @@ -10,9 +10,9 @@ description: messages.setBotPrecheckoutResults parameters, return type and examp | Name | Type | Required | |----------|---------------|----------| -|success|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|error|[string](../types/string.md) | Optional| +|success|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|error|[CLICK ME string](../types/string.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/messages_setBotShippingResults.md b/docs/API_docs/methods/messages_setBotShippingResults.md index 5dcfe12e..526729f6 100644 --- a/docs/API_docs/methods/messages_setBotShippingResults.md +++ b/docs/API_docs/methods/messages_setBotShippingResults.md @@ -10,9 +10,9 @@ description: messages.setBotShippingResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query\_id|[long](../types/long.md) | Yes| -|error|[string](../types/string.md) | Optional| -|shipping\_options|Array of [ShippingOption](../types/ShippingOption.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|error|[CLICK ME string](../types/string.md) | Optional| +|shipping\_options|Array of [CLICK ME ShippingOption](../types/ShippingOption.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/messages_setEncryptedTyping.md b/docs/API_docs/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/docs/API_docs/methods/messages_setEncryptedTyping.md +++ b/docs/API_docs/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/messages_setGameScore.md b/docs/API_docs/methods/messages_setGameScore.md index 61dfe579..400ef8ca 100644 --- a/docs/API_docs/methods/messages_setGameScore.md +++ b/docs/API_docs/methods/messages_setGameScore.md @@ -10,12 +10,12 @@ description: messages.setGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/messages_setInlineBotResults.md b/docs/API_docs/methods/messages_setInlineBotResults.md index c38b8c2e..2071061a 100644 --- a/docs/API_docs/methods/messages_setInlineBotResults.md +++ b/docs/API_docs/methods/messages_setInlineBotResults.md @@ -10,13 +10,13 @@ description: messages.setInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|gallery|[Bool](../types/Bool.md) | Optional| -|private|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|results|Array of [InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| -|cache\_time|[int](../types/int.md) | Yes| -|next\_offset|[string](../types/string.md) | Optional| -|switch\_pm|[InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| +|gallery|[CLICK ME Bool](../types/Bool.md) | Optional| +|private|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|results|Array of [CLICK ME InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| +|next\_offset|[CLICK ME string](../types/string.md) | Optional| +|switch\_pm|[CLICK ME InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/messages_setInlineGameScore.md b/docs/API_docs/methods/messages_setInlineGameScore.md index 9fadc31e..7cd855b2 100644 --- a/docs/API_docs/methods/messages_setInlineGameScore.md +++ b/docs/API_docs/methods/messages_setInlineGameScore.md @@ -10,11 +10,11 @@ description: messages.setInlineGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/messages_setTyping.md b/docs/API_docs/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/docs/API_docs/methods/messages_setTyping.md +++ b/docs/API_docs/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/messages_startBot.md b/docs/API_docs/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/docs/API_docs/methods/messages_startBot.md +++ b/docs/API_docs/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/messages_toggleChatAdmins.md b/docs/API_docs/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/docs/API_docs/methods/messages_toggleChatAdmins.md +++ b/docs/API_docs/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/messages_toggleDialogPin.md b/docs/API_docs/methods/messages_toggleDialogPin.md index 7c5bfa9f..4b2282c3 100644 --- a/docs/API_docs/methods/messages_toggleDialogPin.md +++ b/docs/API_docs/methods/messages_toggleDialogPin.md @@ -10,7 +10,7 @@ description: messages.toggleDialogPin parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pinned|[Bool](../types/Bool.md) | Optional| +|pinned|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/docs/API_docs/methods/messages_uninstallStickerSet.md b/docs/API_docs/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/docs/API_docs/methods/messages_uninstallStickerSet.md +++ b/docs/API_docs/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/payments_clearSavedInfo.md b/docs/API_docs/methods/payments_clearSavedInfo.md index dc762198..beedba00 100644 --- a/docs/API_docs/methods/payments_clearSavedInfo.md +++ b/docs/API_docs/methods/payments_clearSavedInfo.md @@ -10,8 +10,8 @@ description: payments.clearSavedInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|credentials|[Bool](../types/Bool.md) | Optional| -|info|[Bool](../types/Bool.md) | Optional| +|credentials|[CLICK ME Bool](../types/Bool.md) | Optional| +|info|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/payments_getPaymentForm.md b/docs/API_docs/methods/payments_getPaymentForm.md index ee269741..2ea128aa 100644 --- a/docs/API_docs/methods/payments_getPaymentForm.md +++ b/docs/API_docs/methods/payments_getPaymentForm.md @@ -10,7 +10,7 @@ description: payments.getPaymentForm parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [payments\_PaymentForm](../types/payments_PaymentForm.md) diff --git a/docs/API_docs/methods/payments_getPaymentReceipt.md b/docs/API_docs/methods/payments_getPaymentReceipt.md index e46563d0..6df0998f 100644 --- a/docs/API_docs/methods/payments_getPaymentReceipt.md +++ b/docs/API_docs/methods/payments_getPaymentReceipt.md @@ -10,7 +10,7 @@ description: payments.getPaymentReceipt parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [payments\_PaymentReceipt](../types/payments_PaymentReceipt.md) diff --git a/docs/API_docs/methods/payments_sendPaymentForm.md b/docs/API_docs/methods/payments_sendPaymentForm.md index 08505110..84a67497 100644 --- a/docs/API_docs/methods/payments_sendPaymentForm.md +++ b/docs/API_docs/methods/payments_sendPaymentForm.md @@ -10,10 +10,10 @@ description: payments.sendPaymentForm parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| -|requested\_info\_id|[string](../types/string.md) | Optional| -|shipping\_option\_id|[string](../types/string.md) | Optional| -|credentials|[InputPaymentCredentials](../types/InputPaymentCredentials.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|requested\_info\_id|[CLICK ME string](../types/string.md) | Optional| +|shipping\_option\_id|[CLICK ME string](../types/string.md) | Optional| +|credentials|[CLICK ME InputPaymentCredentials](../types/InputPaymentCredentials.md) | Yes| ### Return type: [payments\_PaymentResult](../types/payments_PaymentResult.md) diff --git a/docs/API_docs/methods/payments_validateRequestedInfo.md b/docs/API_docs/methods/payments_validateRequestedInfo.md index ebfc5c22..3a3f832b 100644 --- a/docs/API_docs/methods/payments_validateRequestedInfo.md +++ b/docs/API_docs/methods/payments_validateRequestedInfo.md @@ -10,9 +10,9 @@ description: payments.validateRequestedInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|save|[Bool](../types/Bool.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|info|[PaymentRequestedInfo](../types/PaymentRequestedInfo.md) | Yes| +|save|[CLICK ME Bool](../types/Bool.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|info|[CLICK ME PaymentRequestedInfo](../types/PaymentRequestedInfo.md) | Yes| ### Return type: [payments\_ValidatedRequestedInfo](../types/payments_ValidatedRequestedInfo.md) diff --git a/docs/API_docs/methods/phone_receivedCall.md b/docs/API_docs/methods/phone_receivedCall.md index 00b51aed..daca3fe2 100644 --- a/docs/API_docs/methods/phone_receivedCall.md +++ b/docs/API_docs/methods/phone_receivedCall.md @@ -10,7 +10,7 @@ description: phone.receivedCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/phone_saveCallDebug.md b/docs/API_docs/methods/phone_saveCallDebug.md index 90135792..063ab7a2 100644 --- a/docs/API_docs/methods/phone_saveCallDebug.md +++ b/docs/API_docs/methods/phone_saveCallDebug.md @@ -10,8 +10,8 @@ description: phone.saveCallDebug parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| -|debug|[DataJSON](../types/DataJSON.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|debug|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/docs/API_docs/methods/phone_setCallRating.md b/docs/API_docs/methods/phone_setCallRating.md index 21570b80..3f6b792d 100644 --- a/docs/API_docs/methods/phone_setCallRating.md +++ b/docs/API_docs/methods/phone_setCallRating.md @@ -10,9 +10,9 @@ description: phone.setCallRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| -|rating|[int](../types/int.md) | Yes| -|comment|[string](../types/string.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|rating|[CLICK ME int](../types/int.md) | Yes| +|comment|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/docs/API_docs/methods/photos_getUserPhotos.md b/docs/API_docs/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/docs/API_docs/methods/photos_getUserPhotos.md +++ b/docs/API_docs/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/docs/API_docs/methods/stickers_addStickerToSet.md b/docs/API_docs/methods/stickers_addStickerToSet.md index f70d14fb..2f62b57b 100644 --- a/docs/API_docs/methods/stickers_addStickerToSet.md +++ b/docs/API_docs/methods/stickers_addStickerToSet.md @@ -10,8 +10,8 @@ description: stickers.addStickerToSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|sticker|[InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|sticker|[CLICK ME InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/docs/API_docs/methods/stickers_changeStickerPosition.md b/docs/API_docs/methods/stickers_changeStickerPosition.md index 05597041..a0947680 100644 --- a/docs/API_docs/methods/stickers_changeStickerPosition.md +++ b/docs/API_docs/methods/stickers_changeStickerPosition.md @@ -11,7 +11,7 @@ description: stickers.changeStickerPosition parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |sticker|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|position|[int](../types/int.md) | Yes| +|position|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/docs/API_docs/methods/stickers_createStickerSet.md b/docs/API_docs/methods/stickers_createStickerSet.md index 1db94b11..1e7a5bb7 100644 --- a/docs/API_docs/methods/stickers_createStickerSet.md +++ b/docs/API_docs/methods/stickers_createStickerSet.md @@ -10,11 +10,11 @@ description: stickers.createStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|title|[string](../types/string.md) | Yes| -|short\_name|[string](../types/string.md) | Yes| -|stickers|Array of [InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| +|short\_name|[CLICK ME string](../types/string.md) | Yes| +|stickers|Array of [CLICK ME InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/docs/API_docs/methods/upload_getWebFile.md b/docs/API_docs/methods/upload_getWebFile.md index ca200db1..54615226 100644 --- a/docs/API_docs/methods/upload_getWebFile.md +++ b/docs/API_docs/methods/upload_getWebFile.md @@ -10,9 +10,9 @@ description: upload.getWebFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|location|[InputWebFileLocation](../types/InputWebFileLocation.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|location|[CLICK ME InputWebFileLocation](../types/InputWebFileLocation.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [upload\_WebFile](../types/upload_WebFile.md) diff --git a/docs/MTProto_docs/methods/destroy_session.md b/docs/MTProto_docs/methods/destroy_session.md index b2525dfb..97e5c64e 100644 --- a/docs/MTProto_docs/methods/destroy_session.md +++ b/docs/MTProto_docs/methods/destroy_session.md @@ -12,7 +12,7 @@ Destroy the current MTProto session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|session\_id|[long](../types/long.md) | Yes|The session to destroy| +|session\_id|[CLICK ME long](../types/long.md) | Yes|The session to destroy| ### Return type: [DestroySessionRes](../types/DestroySessionRes.md) diff --git a/docs/MTProto_docs/methods/get_future_salts.md b/docs/MTProto_docs/methods/get_future_salts.md index 4c2c9c46..520bfbce 100644 --- a/docs/MTProto_docs/methods/get_future_salts.md +++ b/docs/MTProto_docs/methods/get_future_salts.md @@ -12,7 +12,7 @@ Get future salts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|num|[int](../types/int.md) | Yes|How many salts should be fetched| +|num|[CLICK ME int](../types/int.md) | Yes|How many salts should be fetched| ### Return type: [FutureSalts](../types/FutureSalts.md) diff --git a/docs/MTProto_docs/methods/http_wait.md b/docs/MTProto_docs/methods/http_wait.md index a86f012d..1b9c8fd1 100644 --- a/docs/MTProto_docs/methods/http_wait.md +++ b/docs/MTProto_docs/methods/http_wait.md @@ -12,9 +12,9 @@ Makes the server send messages waiting in the buffer | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|max\_delay|[int](../types/int.md) | Yes|Denotes the maximum number of milliseconds that has elapsed between the first message for this session and the transmission of an HTTP response| -|wait\_after|[int](../types/int.md) | Yes|after the receipt of the latest message for a particular session, the server waits another wait_after milliseconds in case there are more messages. If there are no additional messages, the result is transmitted (a container with all the messages).| -|max\_wait|[int](../types/int.md) | Yes|If more messages appear, the wait_after timer is reset.| +|max\_delay|[CLICK ME int](../types/int.md) | Yes|Denotes the maximum number of milliseconds that has elapsed between the first message for this session and the transmission of an HTTP response| +|wait\_after|[CLICK ME int](../types/int.md) | Yes|after the receipt of the latest message for a particular session, the server waits another wait_after milliseconds in case there are more messages. If there are no additional messages, the result is transmitted (a container with all the messages).| +|max\_wait|[CLICK ME int](../types/int.md) | Yes|If more messages appear, the wait_after timer is reset.| ### Return type: [HttpWait](../types/HttpWait.md) diff --git a/docs/MTProto_docs/methods/ping.md b/docs/MTProto_docs/methods/ping.md index 18f5a2bd..e08de68f 100644 --- a/docs/MTProto_docs/methods/ping.md +++ b/docs/MTProto_docs/methods/ping.md @@ -12,7 +12,7 @@ pings the server | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ping\_id|[long](../types/long.md) | Yes|Ping ID| +|ping\_id|[CLICK ME long](../types/long.md) | Yes|Ping ID| ### Return type: [Pong](../types/Pong.md) diff --git a/docs/MTProto_docs/methods/ping_delay_disconnect.md b/docs/MTProto_docs/methods/ping_delay_disconnect.md index 709f8026..e3438a12 100644 --- a/docs/MTProto_docs/methods/ping_delay_disconnect.md +++ b/docs/MTProto_docs/methods/ping_delay_disconnect.md @@ -12,8 +12,8 @@ Pings the server and causes disconection if the same method is not called within | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ping\_id|[long](../types/long.md) | Yes|Ping ID| -|disconnect\_delay|[int](../types/int.md) | Yes|Disconection delay| +|ping\_id|[CLICK ME long](../types/long.md) | Yes|Ping ID| +|disconnect\_delay|[CLICK ME int](../types/int.md) | Yes|Disconection delay| ### Return type: [Pong](../types/Pong.md) diff --git a/docs/MTProto_docs/methods/req_DH_params.md b/docs/MTProto_docs/methods/req_DH_params.md index 9e5b6ed7..e923ebf6 100644 --- a/docs/MTProto_docs/methods/req_DH_params.md +++ b/docs/MTProto_docs/methods/req_DH_params.md @@ -12,12 +12,12 @@ Requests Diffie-hellman parameters for key exchange | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| -|server\_nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| -|p|[bytes](../types/bytes.md) | Yes|Factorized p from pq| -|q|[bytes](../types/bytes.md) | Yes|Factorized q from pq| -|public\_key\_fingerprint|[long](../types/long.md) | Yes|Server RSA fingerprint| -|encrypted\_data|[bytes](../types/bytes.md) | Yes|Encrypted key exchange message| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| +|server\_nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| +|p|[CLICK ME bytes](../types/bytes.md) | Yes|Factorized p from pq| +|q|[CLICK ME bytes](../types/bytes.md) | Yes|Factorized q from pq| +|public\_key\_fingerprint|[CLICK ME long](../types/long.md) | Yes|Server RSA fingerprint| +|encrypted\_data|[CLICK ME bytes](../types/bytes.md) | Yes|Encrypted key exchange message| ### Return type: [Server\_DH\_Params](../types/Server_DH_Params.md) diff --git a/docs/MTProto_docs/methods/req_pq.md b/docs/MTProto_docs/methods/req_pq.md index 39a1715b..170f38d5 100644 --- a/docs/MTProto_docs/methods/req_pq.md +++ b/docs/MTProto_docs/methods/req_pq.md @@ -12,7 +12,7 @@ Requests PQ for factorization | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| ### Return type: [ResPQ](../types/ResPQ.md) diff --git a/docs/MTProto_docs/methods/req_pq_multi.md b/docs/MTProto_docs/methods/req_pq_multi.md index 6ed67047..c926d55f 100644 --- a/docs/MTProto_docs/methods/req_pq_multi.md +++ b/docs/MTProto_docs/methods/req_pq_multi.md @@ -12,7 +12,7 @@ Requests PQ for factorization (new version) | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| ### Return type: [ResPQ](../types/ResPQ.md) diff --git a/docs/MTProto_docs/methods/rpc_drop_answer.md b/docs/MTProto_docs/methods/rpc_drop_answer.md index 225a43b5..f12fd85f 100644 --- a/docs/MTProto_docs/methods/rpc_drop_answer.md +++ b/docs/MTProto_docs/methods/rpc_drop_answer.md @@ -12,7 +12,7 @@ Do not send answer to provided request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|req\_msg\_id|[long](../types/long.md) | Yes|The message ID of the request| +|req\_msg\_id|[CLICK ME long](../types/long.md) | Yes|The message ID of the request| ### Return type: [RpcDropAnswer](../types/RpcDropAnswer.md) diff --git a/docs/MTProto_docs/methods/set_client_DH_params.md b/docs/MTProto_docs/methods/set_client_DH_params.md index 70f15bf8..eb878fe6 100644 --- a/docs/MTProto_docs/methods/set_client_DH_params.md +++ b/docs/MTProto_docs/methods/set_client_DH_params.md @@ -12,9 +12,9 @@ Sets client diffie-hellman parameters | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| -|server\_nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| -|encrypted\_data|[bytes](../types/bytes.md) | Yes|Encrypted key exchange message| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| +|server\_nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| +|encrypted\_data|[CLICK ME bytes](../types/bytes.md) | Yes|Encrypted key exchange message| ### Return type: [Set\_client\_DH\_params\_answer](../types/Set_client_DH_params_answer.md) diff --git a/docs/TD_docs/methods/acceptCall.md b/docs/TD_docs/methods/acceptCall.md index 0e327ce5..2bc708be 100644 --- a/docs/TD_docs/methods/acceptCall.md +++ b/docs/TD_docs/methods/acceptCall.md @@ -15,8 +15,8 @@ Accepts incoming call | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|call\_id|[int](../types/int.md) | Yes|Call identifier| -|protocol|[callProtocol](../constructors/callProtocol.md) | Yes|Description of supported by the client call protocols| +|call\_id|[CLICK ME int](../types/int.md) | Yes|Call identifier| +|protocol|[CLICK ME callProtocol](../constructors/callProtocol.md) | Yes|Description of supported by the client call protocols| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/addChatMember.md b/docs/TD_docs/methods/addChatMember.md index e5d9997d..c7852600 100644 --- a/docs/TD_docs/methods/addChatMember.md +++ b/docs/TD_docs/methods/addChatMember.md @@ -15,9 +15,9 @@ Adds new member to chat. Members can't be added to private or secret chats. Memb | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|user\_id|[int](../types/int.md) | Yes|Identifier of the user to add| -|forward\_limit|[int](../types/int.md) | Yes|Number of previous messages from chat to forward to new member, ignored for channel chats. Can't be greater than 300| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|user\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the user to add| +|forward\_limit|[CLICK ME int](../types/int.md) | Yes|Number of previous messages from chat to forward to new member, ignored for channel chats. Can't be greater than 300| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/addChatMembers.md b/docs/TD_docs/methods/addChatMembers.md index ef061253..1231539e 100644 --- a/docs/TD_docs/methods/addChatMembers.md +++ b/docs/TD_docs/methods/addChatMembers.md @@ -15,8 +15,8 @@ Adds many new members to the chat. Currently, available only for channels. Can't | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|user\_ids|Array of [int](../types/int.md) | Yes|Identifiers of the users to add| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|user\_ids|Array of [CLICK ME int](../types/int.md) | Yes|Identifiers of the users to add| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/addFavoriteSticker.md b/docs/TD_docs/methods/addFavoriteSticker.md index 7663d22e..bd6dc659 100644 --- a/docs/TD_docs/methods/addFavoriteSticker.md +++ b/docs/TD_docs/methods/addFavoriteSticker.md @@ -15,7 +15,7 @@ Adds new sticker to the list of favorite stickers. New sticker is added to the b | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|sticker|[InputFile](../types/InputFile.md) | Yes|Sticker file to add| +|sticker|[CLICK ME InputFile](../types/InputFile.md) | Yes|Sticker file to add| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/addNetworkStatistics.md b/docs/TD_docs/methods/addNetworkStatistics.md index 9bc24ddb..00371a36 100644 --- a/docs/TD_docs/methods/addNetworkStatistics.md +++ b/docs/TD_docs/methods/addNetworkStatistics.md @@ -15,7 +15,7 @@ Adds specified data to data usage statistics. Can be called before authorization | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|entry|[NetworkStatisticsEntry](../types/NetworkStatisticsEntry.md) | Yes|Network statistics entry with a data to add to statistics| +|entry|[CLICK ME NetworkStatisticsEntry](../types/NetworkStatisticsEntry.md) | Yes|Network statistics entry with a data to add to statistics| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/addRecentSticker.md b/docs/TD_docs/methods/addRecentSticker.md index 6abb0ca8..036b669b 100644 --- a/docs/TD_docs/methods/addRecentSticker.md +++ b/docs/TD_docs/methods/addRecentSticker.md @@ -15,8 +15,8 @@ Manually adds new sticker to the list of recently used stickers. New sticker is | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|is\_attached|[Bool](../types/Bool.md) | Yes|Pass true to add the sticker to the list of stickers recently attached to photo or video files, pass false to add the sticker to the list of recently sent stickers| -|sticker|[InputFile](../types/InputFile.md) | Yes|Sticker file to add| +|is\_attached|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true to add the sticker to the list of stickers recently attached to photo or video files, pass false to add the sticker to the list of recently sent stickers| +|sticker|[CLICK ME InputFile](../types/InputFile.md) | Yes|Sticker file to add| ### Return type: [Stickers](../types/Stickers.md) diff --git a/docs/TD_docs/methods/addRecentlyFoundChat.md b/docs/TD_docs/methods/addRecentlyFoundChat.md index e305058c..2cbdb860 100644 --- a/docs/TD_docs/methods/addRecentlyFoundChat.md +++ b/docs/TD_docs/methods/addRecentlyFoundChat.md @@ -15,7 +15,7 @@ Adds chat to the list of recently found chats. The chat is added to the beginnin | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Identifier of the chat to add| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the chat to add| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/addSavedAnimation.md b/docs/TD_docs/methods/addSavedAnimation.md index f626fa18..94c68214 100644 --- a/docs/TD_docs/methods/addSavedAnimation.md +++ b/docs/TD_docs/methods/addSavedAnimation.md @@ -15,7 +15,7 @@ Manually adds new animation to the list of saved animations. New animation is ad | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|animation|[InputFile](../types/InputFile.md) | Yes|Animation file to add. Only known to server animations (i. e. successfully sent via message) can be added to the list| +|animation|[CLICK ME InputFile](../types/InputFile.md) | Yes|Animation file to add. Only known to server animations (i. e. successfully sent via message) can be added to the list| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/addStickerToSet.md b/docs/TD_docs/methods/addStickerToSet.md index e322aca6..3d8060d6 100644 --- a/docs/TD_docs/methods/addStickerToSet.md +++ b/docs/TD_docs/methods/addStickerToSet.md @@ -15,9 +15,9 @@ Bots only. Adds new sticker to a set. Returns the sticker set | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|user\_id|[int](../types/int.md) | Yes|Sticker set owner| -|name|[string](../types/string.md) | Yes|Sticker set name| -|sticker|[inputSticker](../constructors/inputSticker.md) | Yes|Sticker to add to the set| +|user\_id|[CLICK ME int](../types/int.md) | Yes|Sticker set owner| +|name|[CLICK ME string](../types/string.md) | Yes|Sticker set name| +|sticker|[CLICK ME inputSticker](../constructors/inputSticker.md) | Yes|Sticker to add to the set| ### Return type: [StickerSet](../types/StickerSet.md) diff --git a/docs/TD_docs/methods/answerCallbackQuery.md b/docs/TD_docs/methods/answerCallbackQuery.md index 8eebe561..e1428be2 100644 --- a/docs/TD_docs/methods/answerCallbackQuery.md +++ b/docs/TD_docs/methods/answerCallbackQuery.md @@ -15,11 +15,11 @@ Bots only. Sets result of a callback query | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|callback\_query\_id|[int64](../constructors/int64.md) | Yes|Identifier of the callback query| -|text|[string](../types/string.md) | Yes|Text of the answer| -|show\_alert|[Bool](../types/Bool.md) | Yes|If true, an alert should be shown to the user instead of a toast| -|url|[string](../types/string.md) | Yes|Url to be opened| -|cache\_time|[int](../types/int.md) | Yes|Allowed time to cache result of the query in seconds| +|callback\_query\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier of the callback query| +|text|[CLICK ME string](../types/string.md) | Yes|Text of the answer| +|show\_alert|[CLICK ME Bool](../types/Bool.md) | Yes|If true, an alert should be shown to the user instead of a toast| +|url|[CLICK ME string](../types/string.md) | Yes|Url to be opened| +|cache\_time|[CLICK ME int](../types/int.md) | Yes|Allowed time to cache result of the query in seconds| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/answerCustomQuery.md b/docs/TD_docs/methods/answerCustomQuery.md index 3d0a0a39..8718c10d 100644 --- a/docs/TD_docs/methods/answerCustomQuery.md +++ b/docs/TD_docs/methods/answerCustomQuery.md @@ -15,8 +15,8 @@ Bots only. Answers a custom query | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|custom\_query\_id|[int64](../constructors/int64.md) | Yes|Identifier of a custom query| -|data|[string](../types/string.md) | Yes|JSON-serialized answer to the query| +|custom\_query\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier of a custom query| +|data|[CLICK ME string](../types/string.md) | Yes|JSON-serialized answer to the query| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/answerInlineQuery.md b/docs/TD_docs/methods/answerInlineQuery.md index cae03e9f..3c98b409 100644 --- a/docs/TD_docs/methods/answerInlineQuery.md +++ b/docs/TD_docs/methods/answerInlineQuery.md @@ -15,13 +15,13 @@ Bots only. Sets result of an inline query | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|inline\_query\_id|[int64](../constructors/int64.md) | Yes|Identifier of the inline query| -|is\_personal|[Bool](../types/Bool.md) | Yes|Does result of the query can be cached only for specified user| -|results|Array of [InputInlineQueryResult](../types/InputInlineQueryResult.md) | Yes|Results of the query| -|cache\_time|[int](../types/int.md) | Yes|Allowed time to cache results of the query in seconds| -|next\_offset|[string](../types/string.md) | Yes|Offset for the next inline query, pass empty string if there is no more results| -|switch\_pm\_text|[string](../types/string.md) | Yes|If non-empty, this text should be shown on the button, which opens private chat with the bot and sends bot start message with parameter switch_pm_parameter| -|switch\_pm\_parameter|[string](../types/string.md) | Yes|Parameter for the bot start message| +|inline\_query\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier of the inline query| +|is\_personal|[CLICK ME Bool](../types/Bool.md) | Yes|Does result of the query can be cached only for specified user| +|results|Array of [CLICK ME InputInlineQueryResult](../types/InputInlineQueryResult.md) | Yes|Results of the query| +|cache\_time|[CLICK ME int](../types/int.md) | Yes|Allowed time to cache results of the query in seconds| +|next\_offset|[CLICK ME string](../types/string.md) | Yes|Offset for the next inline query, pass empty string if there is no more results| +|switch\_pm\_text|[CLICK ME string](../types/string.md) | Yes|If non-empty, this text should be shown on the button, which opens private chat with the bot and sends bot start message with parameter switch_pm_parameter| +|switch\_pm\_parameter|[CLICK ME string](../types/string.md) | Yes|Parameter for the bot start message| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/answerPreCheckoutQuery.md b/docs/TD_docs/methods/answerPreCheckoutQuery.md index 5e4cdb2a..fb9756e3 100644 --- a/docs/TD_docs/methods/answerPreCheckoutQuery.md +++ b/docs/TD_docs/methods/answerPreCheckoutQuery.md @@ -15,8 +15,8 @@ Bots only. Sets result of a pre checkout query | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|pre\_checkout\_query\_id|[int64](../constructors/int64.md) | Yes|Identifier of the pre-checkout query| -|error\_message|[string](../types/string.md) | Yes|Error message, empty on success| +|pre\_checkout\_query\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier of the pre-checkout query| +|error\_message|[CLICK ME string](../types/string.md) | Yes|Error message, empty on success| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/answerShippingQuery.md b/docs/TD_docs/methods/answerShippingQuery.md index 9b560b43..333a55ee 100644 --- a/docs/TD_docs/methods/answerShippingQuery.md +++ b/docs/TD_docs/methods/answerShippingQuery.md @@ -15,9 +15,9 @@ Bots only. Sets result of a shipping query | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|shipping\_query\_id|[int64](../constructors/int64.md) | Yes|Identifier of the shipping query| -|shipping\_options|Array of [shippingOption](../constructors/shippingOption.md) | Yes|Available shipping options| -|error\_message|[string](../types/string.md) | Yes|Error message, empty on success| +|shipping\_query\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier of the shipping query| +|shipping\_options|Array of [CLICK ME shippingOption](../constructors/shippingOption.md) | Yes|Available shipping options| +|error\_message|[CLICK ME string](../types/string.md) | Yes|Error message, empty on success| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/blockUser.md b/docs/TD_docs/methods/blockUser.md index 8ff6ca82..428577af 100644 --- a/docs/TD_docs/methods/blockUser.md +++ b/docs/TD_docs/methods/blockUser.md @@ -15,7 +15,7 @@ Adds user to black list | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|user\_id|[int](../types/int.md) | Yes|User identifier| +|user\_id|[CLICK ME int](../types/int.md) | Yes|User identifier| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/cancelDownloadFile.md b/docs/TD_docs/methods/cancelDownloadFile.md index fb9c5fe0..b7113eb4 100644 --- a/docs/TD_docs/methods/cancelDownloadFile.md +++ b/docs/TD_docs/methods/cancelDownloadFile.md @@ -15,7 +15,7 @@ Stops file downloading. If file is already downloaded, does nothing | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|file\_id|[int](../types/int.md) | Yes|Identifier of file to cancel download| +|file\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of file to cancel download| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/cancelUploadFile.md b/docs/TD_docs/methods/cancelUploadFile.md index 06cec86f..7f68b68b 100644 --- a/docs/TD_docs/methods/cancelUploadFile.md +++ b/docs/TD_docs/methods/cancelUploadFile.md @@ -15,7 +15,7 @@ Stops file uploading. Works only for files uploaded using uploadFile. For other | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|file\_id|[int](../types/int.md) | Yes|Identifier of file to cancel upload| +|file\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of file to cancel upload| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/changeAbout.md b/docs/TD_docs/methods/changeAbout.md index d73bd51c..d1635ddc 100644 --- a/docs/TD_docs/methods/changeAbout.md +++ b/docs/TD_docs/methods/changeAbout.md @@ -15,7 +15,7 @@ Changes about information of logged in user | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|about|[string](../types/string.md) | Yes|New value of userFull.about, 0-70 characters without line feeds| +|about|[CLICK ME string](../types/string.md) | Yes|New value of userFull.about, 0-70 characters without line feeds| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/changeAccountTtl.md b/docs/TD_docs/methods/changeAccountTtl.md index e98e53fd..be4c4029 100644 --- a/docs/TD_docs/methods/changeAccountTtl.md +++ b/docs/TD_docs/methods/changeAccountTtl.md @@ -15,7 +15,7 @@ Changes period of inactivity, after which the account of currently logged in use | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[accountTtl](../constructors/accountTtl.md) | Yes|New account TTL| +|ttl|[CLICK ME accountTtl](../constructors/accountTtl.md) | Yes|New account TTL| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/changeChannelDescription.md b/docs/TD_docs/methods/changeChannelDescription.md index 03e05755..39e57def 100644 --- a/docs/TD_docs/methods/changeChannelDescription.md +++ b/docs/TD_docs/methods/changeChannelDescription.md @@ -15,8 +15,8 @@ Changes information about the channel. Needs appropriate rights in the channel | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|channel\_id|[int](../types/int.md) | Yes|Identifier of the channel| -|description|[string](../types/string.md) | Yes|New channel description, 0-255 characters| +|channel\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the channel| +|description|[CLICK ME string](../types/string.md) | Yes|New channel description, 0-255 characters| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/changeChannelUsername.md b/docs/TD_docs/methods/changeChannelUsername.md index ff891e79..35136969 100644 --- a/docs/TD_docs/methods/changeChannelUsername.md +++ b/docs/TD_docs/methods/changeChannelUsername.md @@ -15,8 +15,8 @@ Changes username of the channel. Needs creator privileges in the channel | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|channel\_id|[int](../types/int.md) | Yes|Identifier of the channel| -|username|[string](../types/string.md) | Yes|New value of username. Use empty string to remove username| +|channel\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the channel| +|username|[CLICK ME string](../types/string.md) | Yes|New value of username. Use empty string to remove username| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/changeChatDraftMessage.md b/docs/TD_docs/methods/changeChatDraftMessage.md index 07d0eb8d..e7dfde7c 100644 --- a/docs/TD_docs/methods/changeChatDraftMessage.md +++ b/docs/TD_docs/methods/changeChatDraftMessage.md @@ -15,8 +15,8 @@ Changes chat draft message | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|draft\_message|[draftMessage](../constructors/draftMessage.md) | Yes|New draft message, nullable| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|draft\_message|[CLICK ME draftMessage](../constructors/draftMessage.md) | Yes|New draft message, nullable| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/changeChatMemberStatus.md b/docs/TD_docs/methods/changeChatMemberStatus.md index 69b729af..eb03283e 100644 --- a/docs/TD_docs/methods/changeChatMemberStatus.md +++ b/docs/TD_docs/methods/changeChatMemberStatus.md @@ -15,9 +15,9 @@ Changes status of the chat member, need appropriate privileges. This function is | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|user\_id|[int](../types/int.md) | Yes|Identifier of the user to edit status| -|status|[ChatMemberStatus](../types/ChatMemberStatus.md) | Yes|New status of the member in the chat| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|user\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the user to edit status| +|status|[CLICK ME ChatMemberStatus](../types/ChatMemberStatus.md) | Yes|New status of the member in the chat| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/changeChatPhoto.md b/docs/TD_docs/methods/changeChatPhoto.md index 48604f70..32347353 100644 --- a/docs/TD_docs/methods/changeChatPhoto.md +++ b/docs/TD_docs/methods/changeChatPhoto.md @@ -15,8 +15,8 @@ Changes chat photo. Works only for group and channel chats. Requires administrat | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|photo|[InputFile](../types/InputFile.md) | Yes|New chat photo. You can use zero InputFileId to delete chat photo. Files accessible only by HTTP URL are not acceptable| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|photo|[CLICK ME InputFile](../types/InputFile.md) | Yes|New chat photo. You can use zero InputFileId to delete chat photo. Files accessible only by HTTP URL are not acceptable| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/changeChatReportSpamState.md b/docs/TD_docs/methods/changeChatReportSpamState.md index 9840af65..13e752cf 100644 --- a/docs/TD_docs/methods/changeChatReportSpamState.md +++ b/docs/TD_docs/methods/changeChatReportSpamState.md @@ -15,8 +15,8 @@ Reports chat as a spam chat or as not a spam chat. Can be used only if ChatRepor | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|is\_spam\_chat|[Bool](../types/Bool.md) | Yes|If true, chat will be reported as a spam chat, otherwise it will be marked as not a spam chat| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|is\_spam\_chat|[CLICK ME Bool](../types/Bool.md) | Yes|If true, chat will be reported as a spam chat, otherwise it will be marked as not a spam chat| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/changeChatTitle.md b/docs/TD_docs/methods/changeChatTitle.md index 3a5ec699..03970879 100644 --- a/docs/TD_docs/methods/changeChatTitle.md +++ b/docs/TD_docs/methods/changeChatTitle.md @@ -15,8 +15,8 @@ Changes chat title. Works only for group and channel chats. Requires administrat | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|title|[string](../types/string.md) | Yes|New title of the chat, 1-255 characters| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|title|[CLICK ME string](../types/string.md) | Yes|New title of the chat, 1-255 characters| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/changeName.md b/docs/TD_docs/methods/changeName.md index e0981adc..03522f1e 100644 --- a/docs/TD_docs/methods/changeName.md +++ b/docs/TD_docs/methods/changeName.md @@ -15,8 +15,8 @@ Changes first and last names of logged in user. If something changes, updateUser | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Yes|New value of user first name, 1-255 characters| -|last\_name|[string](../types/string.md) | Yes|New value of optional user last name, 0-255 characters| +|first\_name|[CLICK ME string](../types/string.md) | Yes|New value of user first name, 1-255 characters| +|last\_name|[CLICK ME string](../types/string.md) | Yes|New value of optional user last name, 0-255 characters| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/changePhoneNumber.md b/docs/TD_docs/methods/changePhoneNumber.md index 2dea3a85..8912ddec 100644 --- a/docs/TD_docs/methods/changePhoneNumber.md +++ b/docs/TD_docs/methods/changePhoneNumber.md @@ -15,9 +15,9 @@ Changes user's phone number and sends authentication code to the new user's phon | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|New user's phone number in any reasonable format| -|allow\_flash\_call|[Bool](../types/Bool.md) | Yes|Pass True, if code can be sent via flash call to the specified phone number| -|is\_current\_phone\_number|[Bool](../types/Bool.md) | Yes|Pass true, if the phone number is used on the current device. Ignored if allow_flash_call is False| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New user's phone number in any reasonable format| +|allow\_flash\_call|[CLICK ME Bool](../types/Bool.md) | Yes|Pass True, if code can be sent via flash call to the specified phone number| +|is\_current\_phone\_number|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true, if the phone number is used on the current device. Ignored if allow_flash_call is False| ### Return type: [AuthState](../types/AuthState.md) diff --git a/docs/TD_docs/methods/changeStickerSet.md b/docs/TD_docs/methods/changeStickerSet.md index 0f2c101d..a7853dc3 100644 --- a/docs/TD_docs/methods/changeStickerSet.md +++ b/docs/TD_docs/methods/changeStickerSet.md @@ -15,9 +15,9 @@ Installs/uninstalls or enables/archives sticker set | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|set\_id|[int64](../constructors/int64.md) | Yes|Identifier of the sticker set| -|is\_installed|[Bool](../types/Bool.md) | Yes|New value of is_installed| -|is\_archived|[Bool](../types/Bool.md) | Yes|New value of is_archived. A sticker set can't be installed and archived simultaneously| +|set\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier of the sticker set| +|is\_installed|[CLICK ME Bool](../types/Bool.md) | Yes|New value of is_installed| +|is\_archived|[CLICK ME Bool](../types/Bool.md) | Yes|New value of is_archived. A sticker set can't be installed and archived simultaneously| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/changeUsername.md b/docs/TD_docs/methods/changeUsername.md index ac193251..710836fa 100644 --- a/docs/TD_docs/methods/changeUsername.md +++ b/docs/TD_docs/methods/changeUsername.md @@ -15,7 +15,7 @@ Changes username of logged in user. If something changes, updateUser will be sen | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|New value of username. Use empty string to remove username| +|username|[CLICK ME string](../types/string.md) | Yes|New value of username. Use empty string to remove username| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/checkAuthBotToken.md b/docs/TD_docs/methods/checkAuthBotToken.md index 5cf252b3..a08082db 100644 --- a/docs/TD_docs/methods/checkAuthBotToken.md +++ b/docs/TD_docs/methods/checkAuthBotToken.md @@ -15,7 +15,7 @@ Check bot's authentication token to log in as a bot. Works only when getAuthStat | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token|[string](../types/string.md) | Yes|Bot token| +|token|[CLICK ME string](../types/string.md) | Yes|Bot token| ### Return type: [AuthState](../types/AuthState.md) diff --git a/docs/TD_docs/methods/checkAuthCode.md b/docs/TD_docs/methods/checkAuthCode.md index 1fbb2abc..e15f4981 100644 --- a/docs/TD_docs/methods/checkAuthCode.md +++ b/docs/TD_docs/methods/checkAuthCode.md @@ -15,9 +15,9 @@ Checks authentication code. Works only when getAuthState returns authStateWaitCo | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|Verification code from SMS, Telegram message, phone call or flash call| -|first\_name|[string](../types/string.md) | Yes|User first name, if user is yet not registered, 1-255 characters| -|last\_name|[string](../types/string.md) | Yes|Optional user last name, if user is yet not registered, 0-255 characters| +|code|[CLICK ME string](../types/string.md) | Yes|Verification code from SMS, Telegram message, phone call or flash call| +|first\_name|[CLICK ME string](../types/string.md) | Yes|User first name, if user is yet not registered, 1-255 characters| +|last\_name|[CLICK ME string](../types/string.md) | Yes|Optional user last name, if user is yet not registered, 0-255 characters| ### Return type: [AuthState](../types/AuthState.md) diff --git a/docs/TD_docs/methods/checkAuthPassword.md b/docs/TD_docs/methods/checkAuthPassword.md index 6fd051d7..01ce1786 100644 --- a/docs/TD_docs/methods/checkAuthPassword.md +++ b/docs/TD_docs/methods/checkAuthPassword.md @@ -15,7 +15,7 @@ Checks password for correctness. Works only when getAuthState returns authStateW | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|password|[string](../types/string.md) | Yes|Password to check| +|password|[CLICK ME string](../types/string.md) | Yes|Password to check| ### Return type: [AuthState](../types/AuthState.md) diff --git a/docs/TD_docs/methods/checkChangePhoneNumberCode.md b/docs/TD_docs/methods/checkChangePhoneNumberCode.md index 99cdb972..d9b2103c 100644 --- a/docs/TD_docs/methods/checkChangePhoneNumberCode.md +++ b/docs/TD_docs/methods/checkChangePhoneNumberCode.md @@ -15,7 +15,7 @@ Checks authentication code sent to change user's phone number. Returns authState | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|Verification code from SMS, phone call or flash call| +|code|[CLICK ME string](../types/string.md) | Yes|Verification code from SMS, phone call or flash call| ### Return type: [AuthState](../types/AuthState.md) diff --git a/docs/TD_docs/methods/checkChatInviteLink.md b/docs/TD_docs/methods/checkChatInviteLink.md index b38327cc..d2dab6ed 100644 --- a/docs/TD_docs/methods/checkChatInviteLink.md +++ b/docs/TD_docs/methods/checkChatInviteLink.md @@ -15,7 +15,7 @@ Checks chat invite link for validness and returns information about the correspo | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|invite\_link|[string](../types/string.md) | Yes|Invite link to check. Should begin with "https: t.me/joinchat/", "https: telegram.me/joinchat/" or "https: telegram.dog/joinchat/"| +|invite\_link|[CLICK ME string](../types/string.md) | Yes|Invite link to check. Should begin with "https: t.me/joinchat/", "https: telegram.me/joinchat/" or "https: telegram.dog/joinchat/"| ### Return type: [ChatInviteLinkInfo](../types/ChatInviteLinkInfo.md) diff --git a/docs/TD_docs/methods/clearRecentStickers.md b/docs/TD_docs/methods/clearRecentStickers.md index 3532e1ea..f382e5e9 100644 --- a/docs/TD_docs/methods/clearRecentStickers.md +++ b/docs/TD_docs/methods/clearRecentStickers.md @@ -15,7 +15,7 @@ Clears list of recently used stickers | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|is\_attached|[Bool](../types/Bool.md) | Yes|Pass true to clear list of stickers recently attached to photo or video files, pass false to clear the list of recently sent stickers| +|is\_attached|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true to clear list of stickers recently attached to photo or video files, pass false to clear the list of recently sent stickers| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/closeChat.md b/docs/TD_docs/methods/closeChat.md index e76dc1cd..458dede1 100644 --- a/docs/TD_docs/methods/closeChat.md +++ b/docs/TD_docs/methods/closeChat.md @@ -15,7 +15,7 @@ Chat is closed by the user. Many useful activities depends on chat being opened | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/closeSecretChat.md b/docs/TD_docs/methods/closeSecretChat.md index 75984ed7..fe163e41 100644 --- a/docs/TD_docs/methods/closeSecretChat.md +++ b/docs/TD_docs/methods/closeSecretChat.md @@ -15,7 +15,7 @@ Closes secret chat, effectively transfering its state to "Closed" | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|secret\_chat\_id|[int](../types/int.md) | Yes|Secret chat identifier| +|secret\_chat\_id|[CLICK ME int](../types/int.md) | Yes|Secret chat identifier| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/createCall.md b/docs/TD_docs/methods/createCall.md index 88e3c7eb..767d15b3 100644 --- a/docs/TD_docs/methods/createCall.md +++ b/docs/TD_docs/methods/createCall.md @@ -15,8 +15,8 @@ Creates new call | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|user\_id|[int](../types/int.md) | Yes|Identifier of user to call| -|protocol|[callProtocol](../constructors/callProtocol.md) | Yes|Description of supported by the client call protocols| +|user\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of user to call| +|protocol|[CLICK ME callProtocol](../constructors/callProtocol.md) | Yes|Description of supported by the client call protocols| ### Return type: [CallId](../types/CallId.md) diff --git a/docs/TD_docs/methods/createChannelChat.md b/docs/TD_docs/methods/createChannelChat.md index 3d160f73..823380c7 100644 --- a/docs/TD_docs/methods/createChannelChat.md +++ b/docs/TD_docs/methods/createChannelChat.md @@ -15,7 +15,7 @@ Returns existing chat corresponding to the known channel | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|channel\_id|[int](../types/int.md) | Yes|Channel identifier| +|channel\_id|[CLICK ME int](../types/int.md) | Yes|Channel identifier| ### Return type: [Chat](../types/Chat.md) diff --git a/docs/TD_docs/methods/createGroupChat.md b/docs/TD_docs/methods/createGroupChat.md index aec5b4c8..d6c1fb14 100644 --- a/docs/TD_docs/methods/createGroupChat.md +++ b/docs/TD_docs/methods/createGroupChat.md @@ -15,7 +15,7 @@ Returns existing chat corresponding to the known group | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|group\_id|[int](../types/int.md) | Yes|Group identifier| +|group\_id|[CLICK ME int](../types/int.md) | Yes|Group identifier| ### Return type: [Chat](../types/Chat.md) diff --git a/docs/TD_docs/methods/createNewChannelChat.md b/docs/TD_docs/methods/createNewChannelChat.md index c9df33c0..bc855193 100644 --- a/docs/TD_docs/methods/createNewChannelChat.md +++ b/docs/TD_docs/methods/createNewChannelChat.md @@ -15,9 +15,9 @@ Creates new channel chat and send corresponding messageChannelChatCreate, return | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|title|[string](../types/string.md) | Yes|Title of new channel chat, 1-255 characters| -|is\_supergroup|[Bool](../types/Bool.md) | Yes|True, if supergroup chat should be created| -|description|[string](../types/string.md) | Yes|Channel description, 0-255 characters| +|title|[CLICK ME string](../types/string.md) | Yes|Title of new channel chat, 1-255 characters| +|is\_supergroup|[CLICK ME Bool](../types/Bool.md) | Yes|True, if supergroup chat should be created| +|description|[CLICK ME string](../types/string.md) | Yes|Channel description, 0-255 characters| ### Return type: [Chat](../types/Chat.md) diff --git a/docs/TD_docs/methods/createNewGroupChat.md b/docs/TD_docs/methods/createNewGroupChat.md index f72d2817..2d0bbf72 100644 --- a/docs/TD_docs/methods/createNewGroupChat.md +++ b/docs/TD_docs/methods/createNewGroupChat.md @@ -15,8 +15,8 @@ Creates new group chat and send corresponding messageGroupChatCreate, returns cr | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|user\_ids|Array of [int](../types/int.md) | Yes|Identifiers of users to add to the group| -|title|[string](../types/string.md) | Yes|Title of new group chat, 1-255 characters| +|user\_ids|Array of [CLICK ME int](../types/int.md) | Yes|Identifiers of users to add to the group| +|title|[CLICK ME string](../types/string.md) | Yes|Title of new group chat, 1-255 characters| ### Return type: [Chat](../types/Chat.md) diff --git a/docs/TD_docs/methods/createNewSecretChat.md b/docs/TD_docs/methods/createNewSecretChat.md index 1540f5f4..c650522c 100644 --- a/docs/TD_docs/methods/createNewSecretChat.md +++ b/docs/TD_docs/methods/createNewSecretChat.md @@ -15,7 +15,7 @@ Creates new secret chat, returns created chat | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|user\_id|[int](../types/int.md) | Yes|Identifier of a user to create secret chat with| +|user\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of a user to create secret chat with| ### Return type: [Chat](../types/Chat.md) diff --git a/docs/TD_docs/methods/createNewStickerSet.md b/docs/TD_docs/methods/createNewStickerSet.md index df9ca5be..42ad7306 100644 --- a/docs/TD_docs/methods/createNewStickerSet.md +++ b/docs/TD_docs/methods/createNewStickerSet.md @@ -15,11 +15,11 @@ Bots only. Creates new sticker set. Returns created sticker set | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|user\_id|[int](../types/int.md) | Yes|Sticker set owner| -|title|[string](../types/string.md) | Yes|Sticker set title, 1-64 characters| -|name|[string](../types/string.md) | Yes|Sticker set name. Can contain only english letters, digits and underscores. Should end on *"_by_"*. ** is case insensitive, 1-64 characters| -|is\_masks|[Bool](../types/Bool.md) | Yes|True, is stickers are masks| -|stickers|Array of [inputSticker](../constructors/inputSticker.md) | Yes|List of stickers to add to the set| +|user\_id|[CLICK ME int](../types/int.md) | Yes|Sticker set owner| +|title|[CLICK ME string](../types/string.md) | Yes|Sticker set title, 1-64 characters| +|name|[CLICK ME string](../types/string.md) | Yes|Sticker set name. Can contain only english letters, digits and underscores. Should end on *"_by_"*. ** is case insensitive, 1-64 characters| +|is\_masks|[CLICK ME Bool](../types/Bool.md) | Yes|True, is stickers are masks| +|stickers|Array of [CLICK ME inputSticker](../constructors/inputSticker.md) | Yes|List of stickers to add to the set| ### Return type: [StickerSet](../types/StickerSet.md) diff --git a/docs/TD_docs/methods/createPrivateChat.md b/docs/TD_docs/methods/createPrivateChat.md index 3124ab2b..fcc795ce 100644 --- a/docs/TD_docs/methods/createPrivateChat.md +++ b/docs/TD_docs/methods/createPrivateChat.md @@ -15,7 +15,7 @@ Returns existing chat corresponding to the given user | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|user\_id|[int](../types/int.md) | Yes|User identifier| +|user\_id|[CLICK ME int](../types/int.md) | Yes|User identifier| ### Return type: [Chat](../types/Chat.md) diff --git a/docs/TD_docs/methods/createSecretChat.md b/docs/TD_docs/methods/createSecretChat.md index 09e48ad2..036124c4 100644 --- a/docs/TD_docs/methods/createSecretChat.md +++ b/docs/TD_docs/methods/createSecretChat.md @@ -15,7 +15,7 @@ Returns existing chat corresponding to the known secret chat | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|secret\_chat\_id|[int](../types/int.md) | Yes|SecretChat identifier| +|secret\_chat\_id|[CLICK ME int](../types/int.md) | Yes|SecretChat identifier| ### Return type: [Chat](../types/Chat.md) diff --git a/docs/TD_docs/methods/createTemporaryPassword.md b/docs/TD_docs/methods/createTemporaryPassword.md index 0aec1c6d..6602dbd6 100644 --- a/docs/TD_docs/methods/createTemporaryPassword.md +++ b/docs/TD_docs/methods/createTemporaryPassword.md @@ -15,8 +15,8 @@ Creates new temporary password for payments processing | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|password|[string](../types/string.md) | Yes|Persistent user password| -|valid\_for|[int](../types/int.md) | Yes|Time before temporary password will expire, seconds. Should be between 60 and 86400| +|password|[CLICK ME string](../types/string.md) | Yes|Persistent user password| +|valid\_for|[CLICK ME int](../types/int.md) | Yes|Time before temporary password will expire, seconds. Should be between 60 and 86400| ### Return type: [TemporaryPasswordState](../types/TemporaryPasswordState.md) diff --git a/docs/TD_docs/methods/debugCall.md b/docs/TD_docs/methods/debugCall.md index 0c0bb1db..45f92349 100644 --- a/docs/TD_docs/methods/debugCall.md +++ b/docs/TD_docs/methods/debugCall.md @@ -15,8 +15,8 @@ Sends call debug information | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|call\_id|[int](../types/int.md) | Yes|Call identifier| -|debug|[string](../types/string.md) | Yes|Debug information in application specific format| +|call\_id|[CLICK ME int](../types/int.md) | Yes|Call identifier| +|debug|[CLICK ME string](../types/string.md) | Yes|Debug information in application specific format| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/deleteAccount.md b/docs/TD_docs/methods/deleteAccount.md index a97ce6c9..2f79b129 100644 --- a/docs/TD_docs/methods/deleteAccount.md +++ b/docs/TD_docs/methods/deleteAccount.md @@ -15,7 +15,7 @@ Deletes the account of currently logged in user, deleting from the server all in | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Optional reason of account deletion| +|reason|[CLICK ME string](../types/string.md) | Yes|Optional reason of account deletion| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/deleteChannel.md b/docs/TD_docs/methods/deleteChannel.md index 67c3aaf8..231b6a67 100644 --- a/docs/TD_docs/methods/deleteChannel.md +++ b/docs/TD_docs/methods/deleteChannel.md @@ -15,7 +15,7 @@ Deletes channel along with all messages in corresponding chat. Releases channel | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|channel\_id|[int](../types/int.md) | Yes|Identifier of the channel| +|channel\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the channel| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/deleteChatHistory.md b/docs/TD_docs/methods/deleteChatHistory.md index f85c5e19..d5bfdf46 100644 --- a/docs/TD_docs/methods/deleteChatHistory.md +++ b/docs/TD_docs/methods/deleteChatHistory.md @@ -15,8 +15,8 @@ Deletes all messages in the chat. Can't be used for channel chats | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|remove\_from\_chat\_list|[Bool](../types/Bool.md) | Yes|Pass true, if chat should be removed from the chat list| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|remove\_from\_chat\_list|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true, if chat should be removed from the chat list| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/deleteChatReplyMarkup.md b/docs/TD_docs/methods/deleteChatReplyMarkup.md index a956dbc0..177ec5e2 100644 --- a/docs/TD_docs/methods/deleteChatReplyMarkup.md +++ b/docs/TD_docs/methods/deleteChatReplyMarkup.md @@ -15,8 +15,8 @@ Deletes default reply markup from chat. This method needs to be called after one | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|message\_id|[int53](../types/int53.md) | Yes|Message identifier of used keyboard| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Message identifier of used keyboard| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/deleteContacts.md b/docs/TD_docs/methods/deleteContacts.md index 33caae03..47f12044 100644 --- a/docs/TD_docs/methods/deleteContacts.md +++ b/docs/TD_docs/methods/deleteContacts.md @@ -15,7 +15,7 @@ Deletes users from contacts list | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|user\_ids|Array of [int](../types/int.md) | Yes|Identifiers of users to be deleted| +|user\_ids|Array of [CLICK ME int](../types/int.md) | Yes|Identifiers of users to be deleted| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/deleteFavoriteSticker.md b/docs/TD_docs/methods/deleteFavoriteSticker.md index 030906a0..e8c51b39 100644 --- a/docs/TD_docs/methods/deleteFavoriteSticker.md +++ b/docs/TD_docs/methods/deleteFavoriteSticker.md @@ -15,7 +15,7 @@ Removes a sticker from the list of favorite stickers | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|sticker|[InputFile](../types/InputFile.md) | Yes|Sticker file to delete from the list| +|sticker|[CLICK ME InputFile](../types/InputFile.md) | Yes|Sticker file to delete from the list| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/deleteFile.md b/docs/TD_docs/methods/deleteFile.md index 569be98a..5563e27e 100644 --- a/docs/TD_docs/methods/deleteFile.md +++ b/docs/TD_docs/methods/deleteFile.md @@ -15,7 +15,7 @@ Deletes a file from TDLib file cache | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|file\_id|[int](../types/int.md) | Yes|Identifier of the file to delete| +|file\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the file to delete| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/deleteMessages.md b/docs/TD_docs/methods/deleteMessages.md index 37e3791d..d1da04ed 100644 --- a/docs/TD_docs/methods/deleteMessages.md +++ b/docs/TD_docs/methods/deleteMessages.md @@ -15,9 +15,9 @@ Deletes messages | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|message\_ids|Array of [int53](../types/int53.md) | Yes|Identifiers of messages to delete| -|revoke|[Bool](../types/Bool.md) | Yes|Pass true to try to delete sent messages for all chat members (may fail if messages are too old). Is always true for Channels and SecretChats| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|message\_ids|Array of [CLICK ME int53](../types/int53.md) | Yes|Identifiers of messages to delete| +|revoke|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true to try to delete sent messages for all chat members (may fail if messages are too old). Is always true for Channels and SecretChats| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/deleteMessagesFromUser.md b/docs/TD_docs/methods/deleteMessagesFromUser.md index a1332293..bb518f00 100644 --- a/docs/TD_docs/methods/deleteMessagesFromUser.md +++ b/docs/TD_docs/methods/deleteMessagesFromUser.md @@ -15,8 +15,8 @@ Deletes all messages in the chat sent by the specified user. Works only in super | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|user\_id|[int](../types/int.md) | Yes|User identifier| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|user\_id|[CLICK ME int](../types/int.md) | Yes|User identifier| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/deleteProfilePhoto.md b/docs/TD_docs/methods/deleteProfilePhoto.md index 65d86fef..6ff24162 100644 --- a/docs/TD_docs/methods/deleteProfilePhoto.md +++ b/docs/TD_docs/methods/deleteProfilePhoto.md @@ -15,7 +15,7 @@ Deletes profile photo. If something changes, updateUser will be sent | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|profile\_photo\_id|[int64](../constructors/int64.md) | Yes|Identifier of profile photo to delete| +|profile\_photo\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier of profile photo to delete| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/deleteRecentHashtag.md b/docs/TD_docs/methods/deleteRecentHashtag.md index 5dd47cf8..60d03d51 100644 --- a/docs/TD_docs/methods/deleteRecentHashtag.md +++ b/docs/TD_docs/methods/deleteRecentHashtag.md @@ -15,7 +15,7 @@ Deletes a hashtag from the list of recently used hashtags | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hashtag|[string](../types/string.md) | Yes|The hashtag to delete| +|hashtag|[CLICK ME string](../types/string.md) | Yes|The hashtag to delete| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/deleteRecentSticker.md b/docs/TD_docs/methods/deleteRecentSticker.md index 92b1121f..595e312c 100644 --- a/docs/TD_docs/methods/deleteRecentSticker.md +++ b/docs/TD_docs/methods/deleteRecentSticker.md @@ -15,8 +15,8 @@ Removes a sticker from the list of recently used stickers | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|is\_attached|[Bool](../types/Bool.md) | Yes|Pass true to remove the sticker from the list of stickers recently attached to photo or video files, pass false to remove the sticker from the list of recently sent stickers| -|sticker|[InputFile](../types/InputFile.md) | Yes|Sticker file to delete| +|is\_attached|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true to remove the sticker from the list of stickers recently attached to photo or video files, pass false to remove the sticker from the list of recently sent stickers| +|sticker|[CLICK ME InputFile](../types/InputFile.md) | Yes|Sticker file to delete| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/deleteRecentlyFoundChat.md b/docs/TD_docs/methods/deleteRecentlyFoundChat.md index 0c9e1203..2179ff59 100644 --- a/docs/TD_docs/methods/deleteRecentlyFoundChat.md +++ b/docs/TD_docs/methods/deleteRecentlyFoundChat.md @@ -15,7 +15,7 @@ Deletes chat from the list of recently found chats | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Identifier of the chat to delete| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the chat to delete| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/deleteSavedAnimation.md b/docs/TD_docs/methods/deleteSavedAnimation.md index 72c5d77b..3e5f68fb 100644 --- a/docs/TD_docs/methods/deleteSavedAnimation.md +++ b/docs/TD_docs/methods/deleteSavedAnimation.md @@ -15,7 +15,7 @@ Removes an animation from the list of saved animations | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|animation|[InputFile](../types/InputFile.md) | Yes|Animation file to delete| +|animation|[CLICK ME InputFile](../types/InputFile.md) | Yes|Animation file to delete| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/deleteStickerFromSet.md b/docs/TD_docs/methods/deleteStickerFromSet.md index c1283cba..4eae037a 100644 --- a/docs/TD_docs/methods/deleteStickerFromSet.md +++ b/docs/TD_docs/methods/deleteStickerFromSet.md @@ -15,7 +15,7 @@ Bots only. Deletes a sticker from the set it belongs to. Sticker set should be c | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|sticker|[InputFile](../types/InputFile.md) | Yes|The sticker| +|sticker|[CLICK ME InputFile](../types/InputFile.md) | Yes|The sticker| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/deleteTopChat.md b/docs/TD_docs/methods/deleteTopChat.md index 05b4e380..0c9f2dd6 100644 --- a/docs/TD_docs/methods/deleteTopChat.md +++ b/docs/TD_docs/methods/deleteTopChat.md @@ -15,8 +15,8 @@ Delete a chat from a list of frequently used chats. Supported only if chat info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|category|[TopChatCategory](../types/TopChatCategory.md) | Yes|Category of frequently used chats| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| +|category|[CLICK ME TopChatCategory](../types/TopChatCategory.md) | Yes|Category of frequently used chats| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/discardCall.md b/docs/TD_docs/methods/discardCall.md index 0d9a9418..b07b15d9 100644 --- a/docs/TD_docs/methods/discardCall.md +++ b/docs/TD_docs/methods/discardCall.md @@ -15,10 +15,10 @@ Discards a call | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|call\_id|[int](../types/int.md) | Yes|Call identifier| -|is\_disconnected|[Bool](../types/Bool.md) | Yes|True, if users was disconnected| -|duration|[int](../types/int.md) | Yes|Call duration in seconds| -|connection\_id|[int64](../constructors/int64.md) | Yes|Identifier of a connection used during the call| +|call\_id|[CLICK ME int](../types/int.md) | Yes|Call identifier| +|is\_disconnected|[CLICK ME Bool](../types/Bool.md) | Yes|True, if users was disconnected| +|duration|[CLICK ME int](../types/int.md) | Yes|Call duration in seconds| +|connection\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier of a connection used during the call| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/downloadFile.md b/docs/TD_docs/methods/downloadFile.md index 2f18bede..9d79a96b 100644 --- a/docs/TD_docs/methods/downloadFile.md +++ b/docs/TD_docs/methods/downloadFile.md @@ -15,8 +15,8 @@ Asynchronously downloads file from cloud. Updates updateFile will notify about d | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|file\_id|[int](../types/int.md) | Yes|Identifier of file to download| -|priority|[int](../types/int.md) | Yes|Priority of download, 1-32. The higher priority, the earlier file will be downloaded. If priorities of two files are equal then the last one for which downloadFile is called will be downloaded first| +|file\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of file to download| +|priority|[CLICK ME int](../types/int.md) | Yes|Priority of download, 1-32. The higher priority, the earlier file will be downloaded. If priorities of two files are equal then the last one for which downloadFile is called will be downloaded first| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/editInlineMessageCaption.md b/docs/TD_docs/methods/editInlineMessageCaption.md index 049f40dc..3fdf0928 100644 --- a/docs/TD_docs/methods/editInlineMessageCaption.md +++ b/docs/TD_docs/methods/editInlineMessageCaption.md @@ -15,9 +15,9 @@ Bots only. Edits caption of an inline message content sent via bot | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|inline\_message\_id|[string](../types/string.md) | Yes|Inline message identifier| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Yes|New message reply markup| -|caption|[string](../types/string.md) | Yes|New message content caption, 0-200 characters| +|inline\_message\_id|[CLICK ME string](../types/string.md) | Yes|Inline message identifier| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Yes|New message reply markup| +|caption|[CLICK ME string](../types/string.md) | Yes|New message content caption, 0-200 characters| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/editInlineMessageReplyMarkup.md b/docs/TD_docs/methods/editInlineMessageReplyMarkup.md index b568f45c..af491457 100644 --- a/docs/TD_docs/methods/editInlineMessageReplyMarkup.md +++ b/docs/TD_docs/methods/editInlineMessageReplyMarkup.md @@ -15,8 +15,8 @@ Bots only. Edits reply markup of an inline message sent via bot | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|inline\_message\_id|[string](../types/string.md) | Yes|Inline message identifier| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Yes|New message reply markup| +|inline\_message\_id|[CLICK ME string](../types/string.md) | Yes|Inline message identifier| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Yes|New message reply markup| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/editInlineMessageText.md b/docs/TD_docs/methods/editInlineMessageText.md index 085b072a..3460277f 100644 --- a/docs/TD_docs/methods/editInlineMessageText.md +++ b/docs/TD_docs/methods/editInlineMessageText.md @@ -15,9 +15,9 @@ Bots only. Edits text of an inline text or game message sent via bot | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|inline\_message\_id|[string](../types/string.md) | Yes|Inline message identifier| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Yes|New message reply markup| -|input\_message\_content|[InputMessageContent](../types/InputMessageContent.md) | Yes|New text content of the message. Should be of type InputMessageText| +|inline\_message\_id|[CLICK ME string](../types/string.md) | Yes|Inline message identifier| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Yes|New message reply markup| +|input\_message\_content|[CLICK ME InputMessageContent](../types/InputMessageContent.md) | Yes|New text content of the message. Should be of type InputMessageText| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/editMessageCaption.md b/docs/TD_docs/methods/editMessageCaption.md index 43001928..d004cdea 100644 --- a/docs/TD_docs/methods/editMessageCaption.md +++ b/docs/TD_docs/methods/editMessageCaption.md @@ -15,10 +15,10 @@ Edits message content caption. Non-bots can edit message in a limited period of | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat the message belongs to| -|message\_id|[int53](../types/int53.md) | Yes|Identifier of the message| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Yes|Bots only. New message reply markup| -|caption|[string](../types/string.md) | Yes|New message content caption, 0-200 characters| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat the message belongs to| +|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the message| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Yes|Bots only. New message reply markup| +|caption|[CLICK ME string](../types/string.md) | Yes|New message content caption, 0-200 characters| ### Return type: [Message](../types/Message.md) diff --git a/docs/TD_docs/methods/editMessageReplyMarkup.md b/docs/TD_docs/methods/editMessageReplyMarkup.md index eae11a1b..6fc6decf 100644 --- a/docs/TD_docs/methods/editMessageReplyMarkup.md +++ b/docs/TD_docs/methods/editMessageReplyMarkup.md @@ -15,9 +15,9 @@ Bots only. Edits message reply markup. Returns edited message after edit is comp | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat the message belongs to| -|message\_id|[int53](../types/int53.md) | Yes|Identifier of the message| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Yes|New message reply markup| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat the message belongs to| +|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the message| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Yes|New message reply markup| ### Return type: [Message](../types/Message.md) diff --git a/docs/TD_docs/methods/editMessageText.md b/docs/TD_docs/methods/editMessageText.md index a08bd109..5795551c 100644 --- a/docs/TD_docs/methods/editMessageText.md +++ b/docs/TD_docs/methods/editMessageText.md @@ -15,10 +15,10 @@ Edits text of text or game message. Non-bots can edit message in a limited perio | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat the message belongs to| -|message\_id|[int53](../types/int53.md) | Yes|Identifier of the message| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Yes|Bots only. New message reply markup| -|input\_message\_content|[InputMessageContent](../types/InputMessageContent.md) | Yes|New text content of the message. Should be of type InputMessageText| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat the message belongs to| +|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the message| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Yes|Bots only. New message reply markup| +|input\_message\_content|[CLICK ME InputMessageContent](../types/InputMessageContent.md) | Yes|New text content of the message. Should be of type InputMessageText| ### Return type: [Message](../types/Message.md) diff --git a/docs/TD_docs/methods/exportChatInviteLink.md b/docs/TD_docs/methods/exportChatInviteLink.md index 161f777b..673afaee 100644 --- a/docs/TD_docs/methods/exportChatInviteLink.md +++ b/docs/TD_docs/methods/exportChatInviteLink.md @@ -15,7 +15,7 @@ Generates new chat invite link, previously generated link is revoked. Available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| ### Return type: [ChatInviteLink](../types/ChatInviteLink.md) diff --git a/docs/TD_docs/methods/finishFileGeneration.md b/docs/TD_docs/methods/finishFileGeneration.md index ca2cec2a..7625f7d0 100644 --- a/docs/TD_docs/methods/finishFileGeneration.md +++ b/docs/TD_docs/methods/finishFileGeneration.md @@ -15,7 +15,7 @@ Finishes file generation | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|generation\_id|[int64](../constructors/int64.md) | Yes|Identifier of the generation process| +|generation\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier of the generation process| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/forwardMessages.md b/docs/TD_docs/methods/forwardMessages.md index 27e12908..c193b705 100644 --- a/docs/TD_docs/methods/forwardMessages.md +++ b/docs/TD_docs/methods/forwardMessages.md @@ -15,11 +15,11 @@ Forwards previously sent messages. Returns forwarded messages in the same order | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Identifier of a chat to forward messages| -|from\_chat\_id|[int53](../types/int53.md) | Yes|Identifier of a chat to forward from| -|message\_ids|Array of [int53](../types/int53.md) | Yes|Identifiers of messages to forward| -|disable\_notification|[Bool](../types/Bool.md) | Yes|Pass true, to disable notification about the message, doesn't works if messages are forwarded to secret chat| -|from\_background|[Bool](../types/Bool.md) | Yes|Pass true, if the message is sent from background| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of a chat to forward messages| +|from\_chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of a chat to forward from| +|message\_ids|Array of [CLICK ME int53](../types/int53.md) | Yes|Identifiers of messages to forward| +|disable\_notification|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true, to disable notification about the message, doesn't works if messages are forwarded to secret chat| +|from\_background|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true, if the message is sent from background| ### Return type: [Messages](../types/Messages.md) diff --git a/docs/TD_docs/methods/getArchivedStickerSets.md b/docs/TD_docs/methods/getArchivedStickerSets.md index 1cd320bb..96626dd7 100644 --- a/docs/TD_docs/methods/getArchivedStickerSets.md +++ b/docs/TD_docs/methods/getArchivedStickerSets.md @@ -15,9 +15,9 @@ Returns list of archived sticker sets | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|is\_masks|[Bool](../types/Bool.md) | Yes|Pass true to return mask stickers sets, pass false to return ordinary sticker sets| -|offset\_sticker\_set\_id|[int64](../constructors/int64.md) | Yes|Identifier of the sticker set from which return the result| -|limit|[int](../types/int.md) | Yes|Maximum number of sticker sets to return| +|is\_masks|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true to return mask stickers sets, pass false to return ordinary sticker sets| +|offset\_sticker\_set\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier of the sticker set from which return the result| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of sticker sets to return| ### Return type: [StickerSets](../types/StickerSets.md) diff --git a/docs/TD_docs/methods/getAttachedStickerSets.md b/docs/TD_docs/methods/getAttachedStickerSets.md index 3073381a..56cb4d2e 100644 --- a/docs/TD_docs/methods/getAttachedStickerSets.md +++ b/docs/TD_docs/methods/getAttachedStickerSets.md @@ -15,7 +15,7 @@ Returns list of sticker sets attached to a file, currently only photos and video | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|file\_id|[int](../types/int.md) | Yes|File identifier| +|file\_id|[CLICK ME int](../types/int.md) | Yes|File identifier| ### Return type: [StickerSets](../types/StickerSets.md) diff --git a/docs/TD_docs/methods/getBlockedUsers.md b/docs/TD_docs/methods/getBlockedUsers.md index dd5d0bf3..6e3a3866 100644 --- a/docs/TD_docs/methods/getBlockedUsers.md +++ b/docs/TD_docs/methods/getBlockedUsers.md @@ -15,8 +15,8 @@ Returns users blocked by the current user | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Number of users to skip in result, must be non-negative| -|limit|[int](../types/int.md) | Yes|Maximum number of users to return, can't be greater than 100| +|offset|[CLICK ME int](../types/int.md) | Yes|Number of users to skip in result, must be non-negative| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of users to return, can't be greater than 100| ### Return type: [Users](../types/Users.md) diff --git a/docs/TD_docs/methods/getCallbackQueryAnswer.md b/docs/TD_docs/methods/getCallbackQueryAnswer.md index 3afd6906..ba74ed22 100644 --- a/docs/TD_docs/methods/getCallbackQueryAnswer.md +++ b/docs/TD_docs/methods/getCallbackQueryAnswer.md @@ -15,9 +15,9 @@ Sends callback query to a bot and returns answer to it. Returns error with code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Identifier of the chat with a message| -|message\_id|[int53](../types/int53.md) | Yes|Identifier of the message, from which the query is originated| -|payload|[CallbackQueryPayload](../types/CallbackQueryPayload.md) | Yes|Query payload| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the chat with a message| +|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the message, from which the query is originated| +|payload|[CLICK ME CallbackQueryPayload](../types/CallbackQueryPayload.md) | Yes|Query payload| ### Return type: [CallbackQueryAnswer](../types/CallbackQueryAnswer.md) diff --git a/docs/TD_docs/methods/getChannel.md b/docs/TD_docs/methods/getChannel.md index 5fa71fb5..49fee925 100644 --- a/docs/TD_docs/methods/getChannel.md +++ b/docs/TD_docs/methods/getChannel.md @@ -15,7 +15,7 @@ Returns information about a channel by its identifier, offline request if curren | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|channel\_id|[int](../types/int.md) | Yes|Channel identifier| +|channel\_id|[CLICK ME int](../types/int.md) | Yes|Channel identifier| ### Return type: [Channel](../types/Channel.md) diff --git a/docs/TD_docs/methods/getChannelFull.md b/docs/TD_docs/methods/getChannelFull.md index 9f0c5cca..798bbcaa 100644 --- a/docs/TD_docs/methods/getChannelFull.md +++ b/docs/TD_docs/methods/getChannelFull.md @@ -15,7 +15,7 @@ Returns full information about a channel by its identifier, cached for at most 1 | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|channel\_id|[int](../types/int.md) | Yes|Channel identifier| +|channel\_id|[CLICK ME int](../types/int.md) | Yes|Channel identifier| ### Return type: [ChannelFull](../types/ChannelFull.md) diff --git a/docs/TD_docs/methods/getChannelMembers.md b/docs/TD_docs/methods/getChannelMembers.md index 5f03c21b..18021a96 100644 --- a/docs/TD_docs/methods/getChannelMembers.md +++ b/docs/TD_docs/methods/getChannelMembers.md @@ -15,10 +15,10 @@ Returns information about channel members or banned users. Can be used only if c | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|channel\_id|[int](../types/int.md) | Yes|Identifier of the channel| -|filter|[ChannelMembersFilter](../types/ChannelMembersFilter.md) | Yes|Kind of channel users to return, defaults to channelMembersRecent| -|offset|[int](../types/int.md) | Yes|Number of channel users to skip| -|limit|[int](../types/int.md) | Yes|Maximum number of users be returned, can't be greater than 200| +|channel\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the channel| +|filter|[CLICK ME ChannelMembersFilter](../types/ChannelMembersFilter.md) | Yes|Kind of channel users to return, defaults to channelMembersRecent| +|offset|[CLICK ME int](../types/int.md) | Yes|Number of channel users to skip| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of users be returned, can't be greater than 200| ### Return type: [ChatMembers](../types/ChatMembers.md) diff --git a/docs/TD_docs/methods/getChat.md b/docs/TD_docs/methods/getChat.md index 74871e0f..398bbf7a 100644 --- a/docs/TD_docs/methods/getChat.md +++ b/docs/TD_docs/methods/getChat.md @@ -15,7 +15,7 @@ Returns information about a chat by its identifier, offline request if current u | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| ### Return type: [Chat](../types/Chat.md) diff --git a/docs/TD_docs/methods/getChatEventLog.md b/docs/TD_docs/methods/getChatEventLog.md index 2ac9e568..38684283 100644 --- a/docs/TD_docs/methods/getChatEventLog.md +++ b/docs/TD_docs/methods/getChatEventLog.md @@ -15,12 +15,12 @@ Returns list of service actions taken by chat members and administrators in the | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|query|[string](../types/string.md) | Yes|Search query to filter events| -|from\_event\_id|[int64](../constructors/int64.md) | Yes|Identifier of an event from which to return result, you can use 0 to get results from the latest events| -|limit|[int](../types/int.md) | Yes|Maximum number of events to return, can't be greater than 100| -|filters|[chatEventLogFilters](../constructors/chatEventLogFilters.md) | Yes|Types of events to return, defaults to all| -|user\_ids|Array of [int](../types/int.md) | Yes|User identifiers, which events to return, defaults to all users| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|query|[CLICK ME string](../types/string.md) | Yes|Search query to filter events| +|from\_event\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier of an event from which to return result, you can use 0 to get results from the latest events| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of events to return, can't be greater than 100| +|filters|[CLICK ME chatEventLogFilters](../constructors/chatEventLogFilters.md) | Yes|Types of events to return, defaults to all| +|user\_ids|Array of [CLICK ME int](../types/int.md) | Yes|User identifiers, which events to return, defaults to all users| ### Return type: [ChatEvents](../types/ChatEvents.md) diff --git a/docs/TD_docs/methods/getChatHistory.md b/docs/TD_docs/methods/getChatHistory.md index 16f8c99c..24b5b69f 100644 --- a/docs/TD_docs/methods/getChatHistory.md +++ b/docs/TD_docs/methods/getChatHistory.md @@ -15,11 +15,11 @@ Returns messages in a chat. Returns result in reverse chronological order, i.e. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|from\_message\_id|[int53](../types/int53.md) | Yes|Identifier of the message near which we need a history, you can use 0 to get results from the beginning, i.e. from oldest to newest| -|offset|[int](../types/int.md) | Yes|Specify 0 to get results exactly from from_message_id or negative offset to get specified message and some newer messages| -|limit|[int](../types/int.md) | Yes|Maximum number of messages to be returned, should be positive and can't be greater than 100. If offset is negative, limit must be greater than -offset. There may be less than limit messages returned even the end of the history is not reached| -|only\_local|[Bool](../types/Bool.md) | Yes|Return only locally available messages without sending network requests| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|from\_message\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the message near which we need a history, you can use 0 to get results from the beginning, i.e. from oldest to newest| +|offset|[CLICK ME int](../types/int.md) | Yes|Specify 0 to get results exactly from from_message_id or negative offset to get specified message and some newer messages| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of messages to be returned, should be positive and can't be greater than 100. If offset is negative, limit must be greater than -offset. There may be less than limit messages returned even the end of the history is not reached| +|only\_local|[CLICK ME Bool](../types/Bool.md) | Yes|Return only locally available messages without sending network requests| ### Return type: [Messages](../types/Messages.md) diff --git a/docs/TD_docs/methods/getChatMember.md b/docs/TD_docs/methods/getChatMember.md index 99b52331..f2ae3653 100644 --- a/docs/TD_docs/methods/getChatMember.md +++ b/docs/TD_docs/methods/getChatMember.md @@ -15,8 +15,8 @@ Returns information about one participant of the chat | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|user\_id|[int](../types/int.md) | Yes|User identifier| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|user\_id|[CLICK ME int](../types/int.md) | Yes|User identifier| ### Return type: [ChatMember](../types/ChatMember.md) diff --git a/docs/TD_docs/methods/getChatReportSpamState.md b/docs/TD_docs/methods/getChatReportSpamState.md index 788b47eb..497621b2 100644 --- a/docs/TD_docs/methods/getChatReportSpamState.md +++ b/docs/TD_docs/methods/getChatReportSpamState.md @@ -15,7 +15,7 @@ Returns current chat report spam state | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| ### Return type: [ChatReportSpamState](../types/ChatReportSpamState.md) diff --git a/docs/TD_docs/methods/getChats.md b/docs/TD_docs/methods/getChats.md index 01513190..e34f7029 100644 --- a/docs/TD_docs/methods/getChats.md +++ b/docs/TD_docs/methods/getChats.md @@ -15,9 +15,9 @@ Returns list of chats in the right order, chats are sorted by (order, chat_id) i | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset\_order|[int64](../constructors/int64.md) | Yes|Chat order to return chats from| -|offset\_chat\_id|[int53](../types/int53.md) | Yes|Chat identifier to return chats from| -|limit|[int](../types/int.md) | Yes|Maximum number of chats to be returned. There may be less than limit chats returned even the end of the list is not reached| +|offset\_order|[CLICK ME int64](../constructors/int64.md) | Yes|Chat order to return chats from| +|offset\_chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier to return chats from| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of chats to be returned. There may be less than limit chats returned even the end of the list is not reached| ### Return type: [Chats](../types/Chats.md) diff --git a/docs/TD_docs/methods/getCommonChats.md b/docs/TD_docs/methods/getCommonChats.md index e9ed12e0..5dde2ef1 100644 --- a/docs/TD_docs/methods/getCommonChats.md +++ b/docs/TD_docs/methods/getCommonChats.md @@ -15,9 +15,9 @@ Returns list of common chats with an other given user. Chats are sorted by their | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|user\_id|[int](../types/int.md) | Yes|User identifier| -|offset\_chat\_id|[int53](../types/int53.md) | Yes|Chat identifier to return chats from, use 0 for the first request| -|limit|[int](../types/int.md) | Yes|Maximum number of chats to be returned, up to 100| +|user\_id|[CLICK ME int](../types/int.md) | Yes|User identifier| +|offset\_chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier to return chats from, use 0 for the first request| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of chats to be returned, up to 100| ### Return type: [Chats](../types/Chats.md) diff --git a/docs/TD_docs/methods/getFile.md b/docs/TD_docs/methods/getFile.md index 596336e1..3aa164fe 100644 --- a/docs/TD_docs/methods/getFile.md +++ b/docs/TD_docs/methods/getFile.md @@ -15,7 +15,7 @@ Returns information about a file, offline request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|file\_id|[int](../types/int.md) | Yes|Identifier of the file to get| +|file\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the file to get| ### Return type: [File](../types/File.md) diff --git a/docs/TD_docs/methods/getFileExtension.md b/docs/TD_docs/methods/getFileExtension.md index 8b5c417f..7773e317 100644 --- a/docs/TD_docs/methods/getFileExtension.md +++ b/docs/TD_docs/methods/getFileExtension.md @@ -15,7 +15,7 @@ Returns file's extension guessing only by its mime type. Returns empty string on | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|mime\_type|[string](../types/string.md) | Yes|Mime type of the file| +|mime\_type|[CLICK ME string](../types/string.md) | Yes|Mime type of the file| ### Return type: [Text](../types/Text.md) diff --git a/docs/TD_docs/methods/getFileMimeType.md b/docs/TD_docs/methods/getFileMimeType.md index 2ec83637..7b3f1f34 100644 --- a/docs/TD_docs/methods/getFileMimeType.md +++ b/docs/TD_docs/methods/getFileMimeType.md @@ -15,7 +15,7 @@ Returns file's mime type guessing only by its extension. Returns empty string on | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|file\_name|[string](../types/string.md) | Yes|Name of the file or path to the file| +|file\_name|[CLICK ME string](../types/string.md) | Yes|Name of the file or path to the file| ### Return type: [Text](../types/Text.md) diff --git a/docs/TD_docs/methods/getFilePersistent.md b/docs/TD_docs/methods/getFilePersistent.md index 6ae39ece..1f4368c1 100644 --- a/docs/TD_docs/methods/getFilePersistent.md +++ b/docs/TD_docs/methods/getFilePersistent.md @@ -15,8 +15,8 @@ Returns information about a file by its persistent id, offline request. May be u | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|persistent\_file\_id|[string](../types/string.md) | Yes|Persistent identifier of the file to get| -|file\_type|[FileType](../types/FileType.md) | Yes|File type, if known| +|persistent\_file\_id|[CLICK ME string](../types/string.md) | Yes|Persistent identifier of the file to get| +|file\_type|[CLICK ME FileType](../types/FileType.md) | Yes|File type, if known| ### Return type: [File](../types/File.md) diff --git a/docs/TD_docs/methods/getGameHighScores.md b/docs/TD_docs/methods/getGameHighScores.md index 0332e731..81960c76 100644 --- a/docs/TD_docs/methods/getGameHighScores.md +++ b/docs/TD_docs/methods/getGameHighScores.md @@ -15,9 +15,9 @@ Bots only. Returns game high scores and some part of the score table around of t | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat a message with the game belongs to| -|message\_id|[int53](../types/int53.md) | Yes|Identifier of the message| -|user\_id|[int](../types/int.md) | Yes|User identifie| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat a message with the game belongs to| +|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the message| +|user\_id|[CLICK ME int](../types/int.md) | Yes|User identifie| ### Return type: [GameHighScores](../types/GameHighScores.md) diff --git a/docs/TD_docs/methods/getGroup.md b/docs/TD_docs/methods/getGroup.md index 46fad255..ad23ef28 100644 --- a/docs/TD_docs/methods/getGroup.md +++ b/docs/TD_docs/methods/getGroup.md @@ -15,7 +15,7 @@ Returns information about a group by its identifier, offline request if current | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|group\_id|[int](../types/int.md) | Yes|Group identifier| +|group\_id|[CLICK ME int](../types/int.md) | Yes|Group identifier| ### Return type: [Group](../types/Group.md) diff --git a/docs/TD_docs/methods/getGroupFull.md b/docs/TD_docs/methods/getGroupFull.md index 4506da11..86e046c8 100644 --- a/docs/TD_docs/methods/getGroupFull.md +++ b/docs/TD_docs/methods/getGroupFull.md @@ -15,7 +15,7 @@ Returns full information about a group by its identifier | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|group\_id|[int](../types/int.md) | Yes|Group identifier| +|group\_id|[CLICK ME int](../types/int.md) | Yes|Group identifier| ### Return type: [GroupFull](../types/GroupFull.md) diff --git a/docs/TD_docs/methods/getInlineGameHighScores.md b/docs/TD_docs/methods/getInlineGameHighScores.md index a1419d6a..33c0a5c3 100644 --- a/docs/TD_docs/methods/getInlineGameHighScores.md +++ b/docs/TD_docs/methods/getInlineGameHighScores.md @@ -15,8 +15,8 @@ Bots only. Returns game high scores and some part of the score table around of t | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|inline\_message\_id|[string](../types/string.md) | Yes|Inline message identifier| -|user\_id|[int](../types/int.md) | Yes|User identifier| +|inline\_message\_id|[CLICK ME string](../types/string.md) | Yes|Inline message identifier| +|user\_id|[CLICK ME int](../types/int.md) | Yes|User identifier| ### Return type: [GameHighScores](../types/GameHighScores.md) diff --git a/docs/TD_docs/methods/getInlineQueryResults.md b/docs/TD_docs/methods/getInlineQueryResults.md index 99ce5e83..90f89df5 100644 --- a/docs/TD_docs/methods/getInlineQueryResults.md +++ b/docs/TD_docs/methods/getInlineQueryResults.md @@ -15,11 +15,11 @@ Sends inline query to a bot and returns its results. Returns error with code 502 | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|bot\_user\_id|[int](../types/int.md) | Yes|Identifier of the bot send query to| -|chat\_id|[int53](../types/int53.md) | Yes|Identifier of the chat, where the query is sent| -|user\_location|[location](../constructors/location.md) | Yes|User location, only if needed| -|query|[string](../types/string.md) | Yes|Text of the query| -|offset|[string](../types/string.md) | Yes|Offset of the first entry to return| +|bot\_user\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the bot send query to| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the chat, where the query is sent| +|user\_location|[CLICK ME location](../constructors/location.md) | Yes|User location, only if needed| +|query|[CLICK ME string](../types/string.md) | Yes|Text of the query| +|offset|[CLICK ME string](../types/string.md) | Yes|Offset of the first entry to return| ### Return type: [InlineQueryResults](../types/InlineQueryResults.md) diff --git a/docs/TD_docs/methods/getInstalledStickerSets.md b/docs/TD_docs/methods/getInstalledStickerSets.md index dd0ecb99..1d181ffd 100644 --- a/docs/TD_docs/methods/getInstalledStickerSets.md +++ b/docs/TD_docs/methods/getInstalledStickerSets.md @@ -15,7 +15,7 @@ Returns list of installed sticker sets | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|is\_masks|[Bool](../types/Bool.md) | Yes|Pass true to return mask sticker sets, pass false to return ordinary sticker sets| +|is\_masks|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true to return mask sticker sets, pass false to return ordinary sticker sets| ### Return type: [StickerSets](../types/StickerSets.md) diff --git a/docs/TD_docs/methods/getMessage.md b/docs/TD_docs/methods/getMessage.md index 0a00c9bd..9b7e92c8 100644 --- a/docs/TD_docs/methods/getMessage.md +++ b/docs/TD_docs/methods/getMessage.md @@ -15,8 +15,8 @@ Returns information about a message | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Identifier of the chat, message belongs to| -|message\_id|[int53](../types/int53.md) | Yes|Identifier of the message to get| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the chat, message belongs to| +|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the message to get| ### Return type: [Message](../types/Message.md) diff --git a/docs/TD_docs/methods/getMessages.md b/docs/TD_docs/methods/getMessages.md index 95845bc2..ec89eab9 100644 --- a/docs/TD_docs/methods/getMessages.md +++ b/docs/TD_docs/methods/getMessages.md @@ -15,8 +15,8 @@ Returns information about messages. If message is not found, returns null on the | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Identifier of the chat, messages belongs to| -|message\_ids|Array of [int53](../types/int53.md) | Yes|Identifiers of the messages to get| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the chat, messages belongs to| +|message\_ids|Array of [CLICK ME int53](../types/int53.md) | Yes|Identifiers of the messages to get| ### Return type: [Messages](../types/Messages.md) diff --git a/docs/TD_docs/methods/getNetworkStatistics.md b/docs/TD_docs/methods/getNetworkStatistics.md index 7cbe32dd..0bb996b4 100644 --- a/docs/TD_docs/methods/getNetworkStatistics.md +++ b/docs/TD_docs/methods/getNetworkStatistics.md @@ -15,7 +15,7 @@ Returns network data usage statistics. Can be called before authorization | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|only\_current|[Bool](../types/Bool.md) | Yes|If true, returns only data for the current library launch| +|only\_current|[CLICK ME Bool](../types/Bool.md) | Yes|If true, returns only data for the current library launch| ### Return type: [NetworkStatistics](../types/NetworkStatistics.md) diff --git a/docs/TD_docs/methods/getNotificationSettings.md b/docs/TD_docs/methods/getNotificationSettings.md index 2693724b..a1422314 100644 --- a/docs/TD_docs/methods/getNotificationSettings.md +++ b/docs/TD_docs/methods/getNotificationSettings.md @@ -15,7 +15,7 @@ Returns notification settings for a given scope | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|scope|[NotificationSettingsScope](../types/NotificationSettingsScope.md) | Yes|Scope to return information about notification settings| +|scope|[CLICK ME NotificationSettingsScope](../types/NotificationSettingsScope.md) | Yes|Scope to return information about notification settings| ### Return type: [NotificationSettings](../types/NotificationSettings.md) diff --git a/docs/TD_docs/methods/getOption.md b/docs/TD_docs/methods/getOption.md index 6b8d358d..3820d307 100644 --- a/docs/TD_docs/methods/getOption.md +++ b/docs/TD_docs/methods/getOption.md @@ -15,7 +15,7 @@ Returns value of an option by its name. See list of available options on https: | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|name|[string](../types/string.md) | Yes|Name of the option| +|name|[CLICK ME string](../types/string.md) | Yes|Name of the option| ### Return type: [OptionValue](../types/OptionValue.md) diff --git a/docs/TD_docs/methods/getPaymentForm.md b/docs/TD_docs/methods/getPaymentForm.md index 40178332..cb705312 100644 --- a/docs/TD_docs/methods/getPaymentForm.md +++ b/docs/TD_docs/methods/getPaymentForm.md @@ -15,8 +15,8 @@ Returns invoice payment form. The method should be called when user presses inli | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier of the Invoice message| -|message\_id|[int53](../types/int53.md) | Yes|Message identifier| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier of the Invoice message| +|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Message identifier| ### Return type: [PaymentForm](../types/PaymentForm.md) diff --git a/docs/TD_docs/methods/getPaymentReceipt.md b/docs/TD_docs/methods/getPaymentReceipt.md index 1558b90b..94abcef6 100644 --- a/docs/TD_docs/methods/getPaymentReceipt.md +++ b/docs/TD_docs/methods/getPaymentReceipt.md @@ -15,8 +15,8 @@ Returns information about successful payment | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier of the PaymentSuccessful message| -|message\_id|[int53](../types/int53.md) | Yes|Message identifier| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier of the PaymentSuccessful message| +|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Message identifier| ### Return type: [PaymentReceipt](../types/PaymentReceipt.md) diff --git a/docs/TD_docs/methods/getPrivacy.md b/docs/TD_docs/methods/getPrivacy.md index 357b71c0..1573b91b 100644 --- a/docs/TD_docs/methods/getPrivacy.md +++ b/docs/TD_docs/methods/getPrivacy.md @@ -15,7 +15,7 @@ Returns current privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[PrivacyKey](../types/PrivacyKey.md) | Yes|Privacy key| +|key|[CLICK ME PrivacyKey](../types/PrivacyKey.md) | Yes|Privacy key| ### Return type: [PrivacyRules](../types/PrivacyRules.md) diff --git a/docs/TD_docs/methods/getPublicMessageLink.md b/docs/TD_docs/methods/getPublicMessageLink.md index 358202ac..039455ca 100644 --- a/docs/TD_docs/methods/getPublicMessageLink.md +++ b/docs/TD_docs/methods/getPublicMessageLink.md @@ -15,8 +15,8 @@ Returns public HTTPS link to a message. Available only for messages in public ch | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Identifier of the chat, message belongs to| -|message\_id|[int53](../types/int53.md) | Yes|Identifier of the message| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the chat, message belongs to| +|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the message| ### Return type: [PublicMessageLink](../types/PublicMessageLink.md) diff --git a/docs/TD_docs/methods/getRecentStickers.md b/docs/TD_docs/methods/getRecentStickers.md index 8209eded..397927c3 100644 --- a/docs/TD_docs/methods/getRecentStickers.md +++ b/docs/TD_docs/methods/getRecentStickers.md @@ -15,7 +15,7 @@ Returns list of recently used stickers | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|is\_attached|[Bool](../types/Bool.md) | Yes|Pass true to return stickers and masks recently attached to photo or video files, pass false to return recently sent stickers| +|is\_attached|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true to return stickers and masks recently attached to photo or video files, pass false to return recently sent stickers| ### Return type: [Stickers](../types/Stickers.md) diff --git a/docs/TD_docs/methods/getRecoveryEmail.md b/docs/TD_docs/methods/getRecoveryEmail.md index 8b040489..88a95384 100644 --- a/docs/TD_docs/methods/getRecoveryEmail.md +++ b/docs/TD_docs/methods/getRecoveryEmail.md @@ -15,7 +15,7 @@ Returns set up recovery email. This method can be used to verify a password prov | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|password|[string](../types/string.md) | Yes|Current user password| +|password|[CLICK ME string](../types/string.md) | Yes|Current user password| ### Return type: [RecoveryEmail](../types/RecoveryEmail.md) diff --git a/docs/TD_docs/methods/getSecretChat.md b/docs/TD_docs/methods/getSecretChat.md index 1b00087f..d91cd77f 100644 --- a/docs/TD_docs/methods/getSecretChat.md +++ b/docs/TD_docs/methods/getSecretChat.md @@ -15,7 +15,7 @@ Returns information about a secret chat by its identifier, offline request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|secret\_chat\_id|[int](../types/int.md) | Yes|Secret chat identifier| +|secret\_chat\_id|[CLICK ME int](../types/int.md) | Yes|Secret chat identifier| ### Return type: [SecretChat](../types/SecretChat.md) diff --git a/docs/TD_docs/methods/getStickerEmojis.md b/docs/TD_docs/methods/getStickerEmojis.md index 26f3991a..9188fc72 100644 --- a/docs/TD_docs/methods/getStickerEmojis.md +++ b/docs/TD_docs/methods/getStickerEmojis.md @@ -15,7 +15,7 @@ Returns emojis corresponding to a sticker | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|sticker|[InputFile](../types/InputFile.md) | Yes|Sticker file identifier| +|sticker|[CLICK ME InputFile](../types/InputFile.md) | Yes|Sticker file identifier| ### Return type: [StickerEmojis](../types/StickerEmojis.md) diff --git a/docs/TD_docs/methods/getStickerSet.md b/docs/TD_docs/methods/getStickerSet.md index 4f93c682..53c04e3a 100644 --- a/docs/TD_docs/methods/getStickerSet.md +++ b/docs/TD_docs/methods/getStickerSet.md @@ -15,7 +15,7 @@ Returns information about sticker set by its identifier | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|set\_id|[int64](../constructors/int64.md) | Yes|Identifier of the sticker set| +|set\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier of the sticker set| ### Return type: [StickerSet](../types/StickerSet.md) diff --git a/docs/TD_docs/methods/getStickers.md b/docs/TD_docs/methods/getStickers.md index c05fe05e..05cf91bc 100644 --- a/docs/TD_docs/methods/getStickers.md +++ b/docs/TD_docs/methods/getStickers.md @@ -15,8 +15,8 @@ Returns stickers from installed ordinary sticker sets corresponding to the given | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|emoji|[string](../types/string.md) | Yes|String representation of emoji. If empty, returns all known stickers| -|limit|[int](../types/int.md) | Yes|Maximum number of stickers to return| +|emoji|[CLICK ME string](../types/string.md) | Yes|String representation of emoji. If empty, returns all known stickers| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of stickers to return| ### Return type: [Stickers](../types/Stickers.md) diff --git a/docs/TD_docs/methods/getStorageStatistics.md b/docs/TD_docs/methods/getStorageStatistics.md index 8a38f64c..b083b769 100644 --- a/docs/TD_docs/methods/getStorageStatistics.md +++ b/docs/TD_docs/methods/getStorageStatistics.md @@ -15,7 +15,7 @@ Returns storage usage statistics | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_limit|[int](../types/int.md) | Yes|Maximum number of chats with biggest storage usage for which separate statistics should be returned. All other chats will be grouped in entries with chat_id == 0. If chat info database is not used, chat_limit is ignored and is always set to 0| +|chat\_limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of chats with biggest storage usage for which separate statistics should be returned. All other chats will be grouped in entries with chat_id == 0. If chat info database is not used, chat_limit is ignored and is always set to 0| ### Return type: [StorageStatistics](../types/StorageStatistics.md) diff --git a/docs/TD_docs/methods/getTextEntities.md b/docs/TD_docs/methods/getTextEntities.md index 1ff63ba5..78d1cb6b 100644 --- a/docs/TD_docs/methods/getTextEntities.md +++ b/docs/TD_docs/methods/getTextEntities.md @@ -15,7 +15,7 @@ Returns all mentions, hashtags, bot commands, URLs and emails contained in the t | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|text|[string](../types/string.md) | Yes|Text to find entites in| +|text|[CLICK ME string](../types/string.md) | Yes|Text to find entites in| ### Return type: [TextEntities](../types/TextEntities.md) diff --git a/docs/TD_docs/methods/getTopChats.md b/docs/TD_docs/methods/getTopChats.md index ff7be40c..8238af13 100644 --- a/docs/TD_docs/methods/getTopChats.md +++ b/docs/TD_docs/methods/getTopChats.md @@ -15,8 +15,8 @@ Returns a list of frequently used chats. Supported only if chat info database is | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|category|[TopChatCategory](../types/TopChatCategory.md) | Yes|Category of chats to return| -|limit|[int](../types/int.md) | Yes|Maximum number of chats to be returned, at most 30| +|category|[CLICK ME TopChatCategory](../types/TopChatCategory.md) | Yes|Category of chats to return| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of chats to be returned, at most 30| ### Return type: [Chats](../types/Chats.md) diff --git a/docs/TD_docs/methods/getUser.md b/docs/TD_docs/methods/getUser.md index f9135ce2..cea0057f 100644 --- a/docs/TD_docs/methods/getUser.md +++ b/docs/TD_docs/methods/getUser.md @@ -15,7 +15,7 @@ Returns information about a user by its identifier, offline request if current u | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|user\_id|[int](../types/int.md) | Yes|User identifier| +|user\_id|[CLICK ME int](../types/int.md) | Yes|User identifier| ### Return type: [User](../types/User.md) diff --git a/docs/TD_docs/methods/getUserFull.md b/docs/TD_docs/methods/getUserFull.md index 9ae075ba..e3848981 100644 --- a/docs/TD_docs/methods/getUserFull.md +++ b/docs/TD_docs/methods/getUserFull.md @@ -15,7 +15,7 @@ Returns full information about a user by its identifier | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|user\_id|[int](../types/int.md) | Yes|User identifier| +|user\_id|[CLICK ME int](../types/int.md) | Yes|User identifier| ### Return type: [UserFull](../types/UserFull.md) diff --git a/docs/TD_docs/methods/getUserProfilePhotos.md b/docs/TD_docs/methods/getUserProfilePhotos.md index fe16b0e9..0627b245 100644 --- a/docs/TD_docs/methods/getUserProfilePhotos.md +++ b/docs/TD_docs/methods/getUserProfilePhotos.md @@ -15,9 +15,9 @@ Returns profile photos of the user. Result of this query may be outdated: some p | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|user\_id|[int](../types/int.md) | Yes|User identifier| -|offset|[int](../types/int.md) | Yes|Photos to skip, must be non-negative| -|limit|[int](../types/int.md) | Yes|Maximum number of photos to be returned, can't be greater than 100| +|user\_id|[CLICK ME int](../types/int.md) | Yes|User identifier| +|offset|[CLICK ME int](../types/int.md) | Yes|Photos to skip, must be non-negative| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of photos to be returned, can't be greater than 100| ### Return type: [UserProfilePhotos](../types/UserProfilePhotos.md) diff --git a/docs/TD_docs/methods/getWebPageInstantView.md b/docs/TD_docs/methods/getWebPageInstantView.md index 1b8ee19d..e8847a05 100644 --- a/docs/TD_docs/methods/getWebPageInstantView.md +++ b/docs/TD_docs/methods/getWebPageInstantView.md @@ -15,8 +15,8 @@ Returns web page instant view if available. Returns error 404 if web page has no | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|url|[string](../types/string.md) | Yes|Web page URL| -|force\_full|[Bool](../types/Bool.md) | Yes|If true, full web page instant view will be returned| +|url|[CLICK ME string](../types/string.md) | Yes|Web page URL| +|force\_full|[CLICK ME Bool](../types/Bool.md) | Yes|If true, full web page instant view will be returned| ### Return type: [WebPageInstantView](../types/WebPageInstantView.md) diff --git a/docs/TD_docs/methods/getWebPagePreview.md b/docs/TD_docs/methods/getWebPagePreview.md index 9dc48906..d54fa859 100644 --- a/docs/TD_docs/methods/getWebPagePreview.md +++ b/docs/TD_docs/methods/getWebPagePreview.md @@ -15,7 +15,7 @@ Returns web page preview by text of the message. Do not call this function to of | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|message\_text|[string](../types/string.md) | Yes|Message text| +|message\_text|[CLICK ME string](../types/string.md) | Yes|Message text| ### Return type: [WebPage](../types/WebPage.md) diff --git a/docs/TD_docs/methods/importChatInviteLink.md b/docs/TD_docs/methods/importChatInviteLink.md index 5350b54e..140ad831 100644 --- a/docs/TD_docs/methods/importChatInviteLink.md +++ b/docs/TD_docs/methods/importChatInviteLink.md @@ -15,7 +15,7 @@ Imports chat invite link, adds current user to a chat if possible. Member will n | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|invite\_link|[string](../types/string.md) | Yes|Invite link to import. Should begin with "https: t.me/joinchat/", "https: telegram.me/joinchat/" or "https: telegram.dog/joinchat/"| +|invite\_link|[CLICK ME string](../types/string.md) | Yes|Invite link to import. Should begin with "https: t.me/joinchat/", "https: telegram.me/joinchat/" or "https: telegram.dog/joinchat/"| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/importContacts.md b/docs/TD_docs/methods/importContacts.md index 2a6e4887..0e55801a 100644 --- a/docs/TD_docs/methods/importContacts.md +++ b/docs/TD_docs/methods/importContacts.md @@ -15,7 +15,7 @@ Adds new contacts/edits existing contacts, contacts user identifiers are ignored | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [contact](../constructors/contact.md) | Yes|List of contacts to import/edit| +|contacts|Array of [CLICK ME contact](../constructors/contact.md) | Yes|List of contacts to import/edit| ### Return type: [ImportedContacts](../types/ImportedContacts.md) diff --git a/docs/TD_docs/methods/migrateGroupChatToChannelChat.md b/docs/TD_docs/methods/migrateGroupChatToChannelChat.md index 87a25568..8a019851 100644 --- a/docs/TD_docs/methods/migrateGroupChatToChannelChat.md +++ b/docs/TD_docs/methods/migrateGroupChatToChannelChat.md @@ -15,7 +15,7 @@ Creates new channel supergroup chat from existing group chat and send correspond | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Group chat identifier| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Group chat identifier| ### Return type: [Chat](../types/Chat.md) diff --git a/docs/TD_docs/methods/openChat.md b/docs/TD_docs/methods/openChat.md index dca732cb..4deb3350 100644 --- a/docs/TD_docs/methods/openChat.md +++ b/docs/TD_docs/methods/openChat.md @@ -15,7 +15,7 @@ Chat is opened by the user. Many useful activities depends on chat being opened | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/openMessageContent.md b/docs/TD_docs/methods/openMessageContent.md index 266ebad5..1865fb0a 100644 --- a/docs/TD_docs/methods/openMessageContent.md +++ b/docs/TD_docs/methods/openMessageContent.md @@ -15,8 +15,8 @@ Message content is opened, for example the user has opened a photo, a video, a d | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier of the message| -|message\_id|[int53](../types/int53.md) | Yes|Identifier of the message with opened content| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier of the message| +|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the message with opened content| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/optimizeStorage.md b/docs/TD_docs/methods/optimizeStorage.md index 58e40e70..2d692a01 100644 --- a/docs/TD_docs/methods/optimizeStorage.md +++ b/docs/TD_docs/methods/optimizeStorage.md @@ -15,14 +15,14 @@ Optimizes storage usage, i.e. deletes some files and return new storage usage st | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|size|[int53](../types/int53.md) | Yes|Limit on total size of files after deletion. Pass -1 to use default limit| -|ttl|[int](../types/int.md) | Yes|Limit on time passed since last access time (or creation time on some filesystems) to a file. Pass -1 to use default limit| -|count|[int](../types/int.md) | Yes|Limit on total count of files after deletion. Pass -1 to use default limit| -|immunity\_delay|[int](../types/int.md) | Yes|Number of seconds after creation of a file, it can't be delited. Pass -1 to use default value| -|file\_types|Array of [FileType](../types/FileType.md) | Yes|If not empty, only files with given types are considered. By default, all types except thumbnails, profile photos, stickers and wallpapers are deleted| -|chat\_ids|Array of [int53](../types/int53.md) | Yes|If not empty, only files from the given chats are considered. Use 0 as chat identifier to delete files not belonging to any chat, for example profile photos| -|exclude\_chat\_ids|Array of [int53](../types/int53.md) | Yes|If not empty, files from the given chats are exluded. Use 0 as chat identifier to exclude all files not belonging to any chat, for example profile photos| -|chat\_limit|[int](../types/int.md) | Yes|Same as in getStorageStatistics. Affects only returned statistics| +|size|[CLICK ME int53](../types/int53.md) | Yes|Limit on total size of files after deletion. Pass -1 to use default limit| +|ttl|[CLICK ME int](../types/int.md) | Yes|Limit on time passed since last access time (or creation time on some filesystems) to a file. Pass -1 to use default limit| +|count|[CLICK ME int](../types/int.md) | Yes|Limit on total count of files after deletion. Pass -1 to use default limit| +|immunity\_delay|[CLICK ME int](../types/int.md) | Yes|Number of seconds after creation of a file, it can't be delited. Pass -1 to use default value| +|file\_types|Array of [CLICK ME FileType](../types/FileType.md) | Yes|If not empty, only files with given types are considered. By default, all types except thumbnails, profile photos, stickers and wallpapers are deleted| +|chat\_ids|Array of [CLICK ME int53](../types/int53.md) | Yes|If not empty, only files from the given chats are considered. Use 0 as chat identifier to delete files not belonging to any chat, for example profile photos| +|exclude\_chat\_ids|Array of [CLICK ME int53](../types/int53.md) | Yes|If not empty, files from the given chats are exluded. Use 0 as chat identifier to exclude all files not belonging to any chat, for example profile photos| +|chat\_limit|[CLICK ME int](../types/int.md) | Yes|Same as in getStorageStatistics. Affects only returned statistics| ### Return type: [StorageStatistics](../types/StorageStatistics.md) diff --git a/docs/TD_docs/methods/pinChannelMessage.md b/docs/TD_docs/methods/pinChannelMessage.md index d9b50f8c..93593bed 100644 --- a/docs/TD_docs/methods/pinChannelMessage.md +++ b/docs/TD_docs/methods/pinChannelMessage.md @@ -15,9 +15,9 @@ Pins a message in a supergroup channel chat. Needs appropriate rights in the cha | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|channel\_id|[int](../types/int.md) | Yes|Identifier of the channel| -|message\_id|[int53](../types/int53.md) | Yes|Identifier of the new pinned message| -|disable\_notification|[Bool](../types/Bool.md) | Yes|True, if there should be no notification about the pinned message| +|channel\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the channel| +|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the new pinned message| +|disable\_notification|[CLICK ME Bool](../types/Bool.md) | Yes|True, if there should be no notification about the pinned message| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/processDcUpdate.md b/docs/TD_docs/methods/processDcUpdate.md index f93761e8..50935d01 100644 --- a/docs/TD_docs/methods/processDcUpdate.md +++ b/docs/TD_docs/methods/processDcUpdate.md @@ -15,8 +15,8 @@ Handles DC_UPDATE push service notification. Can be called before authorization | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|dc|[string](../types/string.md) | Yes|Value of 'dc' paramater of the notification| -|addr|[string](../types/string.md) | Yes|Value of 'addr' parameter of the notification| +|dc|[CLICK ME string](../types/string.md) | Yes|Value of 'dc' paramater of the notification| +|addr|[CLICK ME string](../types/string.md) | Yes|Value of 'addr' parameter of the notification| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/rateCall.md b/docs/TD_docs/methods/rateCall.md index 13e66dc5..f9b67fbc 100644 --- a/docs/TD_docs/methods/rateCall.md +++ b/docs/TD_docs/methods/rateCall.md @@ -15,9 +15,9 @@ Sends call rating | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|call\_id|[int](../types/int.md) | Yes|Call identifier| -|rating|[int](../types/int.md) | Yes|Call rating, 1-5| -|comment|[string](../types/string.md) | Yes|Optional user comment if rating is less than 5| +|call\_id|[CLICK ME int](../types/int.md) | Yes|Call identifier| +|rating|[CLICK ME int](../types/int.md) | Yes|Call rating, 1-5| +|comment|[CLICK ME string](../types/string.md) | Yes|Optional user comment if rating is less than 5| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/recoverAuthPassword.md b/docs/TD_docs/methods/recoverAuthPassword.md index c6b49b68..f0f97e50 100644 --- a/docs/TD_docs/methods/recoverAuthPassword.md +++ b/docs/TD_docs/methods/recoverAuthPassword.md @@ -15,7 +15,7 @@ Recovers password with recovery code sent to email. Works only when getAuthState | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|recovery\_code|[string](../types/string.md) | Yes|Recovery code to check| +|recovery\_code|[CLICK ME string](../types/string.md) | Yes|Recovery code to check| ### Return type: [AuthState](../types/AuthState.md) diff --git a/docs/TD_docs/methods/recoverPassword.md b/docs/TD_docs/methods/recoverPassword.md index 35bbeba7..1a3c0d82 100644 --- a/docs/TD_docs/methods/recoverPassword.md +++ b/docs/TD_docs/methods/recoverPassword.md @@ -15,7 +15,7 @@ Recovers password with recovery code sent to email | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|recovery\_code|[string](../types/string.md) | Yes|Recovery code to check| +|recovery\_code|[CLICK ME string](../types/string.md) | Yes|Recovery code to check| ### Return type: [PasswordState](../types/PasswordState.md) diff --git a/docs/TD_docs/methods/registerDevice.md b/docs/TD_docs/methods/registerDevice.md index 5a500a3d..9d2b21e4 100644 --- a/docs/TD_docs/methods/registerDevice.md +++ b/docs/TD_docs/methods/registerDevice.md @@ -15,7 +15,7 @@ Registers current used device for receiving push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|device\_token|[DeviceToken](../types/DeviceToken.md) | Yes|Device token| +|device\_token|[CLICK ME DeviceToken](../types/DeviceToken.md) | Yes|Device token| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/reorderInstalledStickerSets.md b/docs/TD_docs/methods/reorderInstalledStickerSets.md index c347616d..1bf58bbd 100644 --- a/docs/TD_docs/methods/reorderInstalledStickerSets.md +++ b/docs/TD_docs/methods/reorderInstalledStickerSets.md @@ -15,8 +15,8 @@ Changes the order of installed sticker sets | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|is\_masks|[Bool](../types/Bool.md) | Yes|Pass true to change mask sticker sets order, pass false to change ordinary sticker sets order| -|sticker\_set\_ids|Array of [int64](../constructors/int64.md) | Yes|Identifiers of installed sticker sets in the new right order| +|is\_masks|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true to change mask sticker sets order, pass false to change ordinary sticker sets order| +|sticker\_set\_ids|Array of [CLICK ME int64](../constructors/int64.md) | Yes|Identifiers of installed sticker sets in the new right order| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/reportChannelSpam.md b/docs/TD_docs/methods/reportChannelSpam.md index 712ab778..e6f17dd0 100644 --- a/docs/TD_docs/methods/reportChannelSpam.md +++ b/docs/TD_docs/methods/reportChannelSpam.md @@ -15,9 +15,9 @@ Reports some supergroup channel messages from a user as spam messages | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|channel\_id|[int](../types/int.md) | Yes|Channel identifier| -|user\_id|[int](../types/int.md) | Yes|User identifier| -|message\_ids|Array of [int53](../types/int53.md) | Yes|Identifiers of messages sent in the supergroup by the user, the list should be non-empty| +|channel\_id|[CLICK ME int](../types/int.md) | Yes|Channel identifier| +|user\_id|[CLICK ME int](../types/int.md) | Yes|User identifier| +|message\_ids|Array of [CLICK ME int53](../types/int53.md) | Yes|Identifiers of messages sent in the supergroup by the user, the list should be non-empty| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/reportChat.md b/docs/TD_docs/methods/reportChat.md index acec9259..8cf3450a 100644 --- a/docs/TD_docs/methods/reportChat.md +++ b/docs/TD_docs/methods/reportChat.md @@ -15,8 +15,8 @@ Reports chat to Telegram moderators. Can be used only for a channel chat or a pr | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|reason|[ChatReportReason](../types/ChatReportReason.md) | Yes|Reason, the chat is reported| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|reason|[CLICK ME ChatReportReason](../types/ChatReportReason.md) | Yes|Reason, the chat is reported| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/resetAuth.md b/docs/TD_docs/methods/resetAuth.md index e2b7928b..6643473c 100644 --- a/docs/TD_docs/methods/resetAuth.md +++ b/docs/TD_docs/methods/resetAuth.md @@ -15,7 +15,7 @@ Logs out user. If force == false, begins to perform soft log out, returns authSt | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|force|[Bool](../types/Bool.md) | Yes|If true, just delete all local data. Session will remain in list of active sessions| +|force|[CLICK ME Bool](../types/Bool.md) | Yes|If true, just delete all local data. Session will remain in list of active sessions| ### Return type: [AuthState](../types/AuthState.md) diff --git a/docs/TD_docs/methods/searchCallMessages.md b/docs/TD_docs/methods/searchCallMessages.md index 9bee293c..cc2a5ac2 100644 --- a/docs/TD_docs/methods/searchCallMessages.md +++ b/docs/TD_docs/methods/searchCallMessages.md @@ -15,9 +15,9 @@ Searches for call messages. Returns result in reverse chronological order, i. e. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|from\_message\_id|[int53](../types/int53.md) | Yes|Identifier of the message from which to search, you can use 0 to get results from beginning| -|limit|[int](../types/int.md) | Yes|Maximum number of messages to be returned, can't be greater than 100. There may be less than limit messages returned even the end of the history is not reached filter| -|only\_missed|[Bool](../types/Bool.md) | Yes|If true, return only messages with missed calls| +|from\_message\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the message from which to search, you can use 0 to get results from beginning| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of messages to be returned, can't be greater than 100. There may be less than limit messages returned even the end of the history is not reached filter| +|only\_missed|[CLICK ME Bool](../types/Bool.md) | Yes|If true, return only messages with missed calls| ### Return type: [Messages](../types/Messages.md) diff --git a/docs/TD_docs/methods/searchChatMembers.md b/docs/TD_docs/methods/searchChatMembers.md index 1be33ab1..539365da 100644 --- a/docs/TD_docs/methods/searchChatMembers.md +++ b/docs/TD_docs/methods/searchChatMembers.md @@ -15,9 +15,9 @@ Searches for the specified query in the first name, last name and username among | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|query|[string](../types/string.md) | Yes|Query to search for| -|limit|[int](../types/int.md) | Yes|Maximum number of users to be returned| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|query|[CLICK ME string](../types/string.md) | Yes|Query to search for| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of users to be returned| ### Return type: [ChatMembers](../types/ChatMembers.md) diff --git a/docs/TD_docs/methods/searchChatMessages.md b/docs/TD_docs/methods/searchChatMessages.md index 3686e795..f26727ce 100644 --- a/docs/TD_docs/methods/searchChatMessages.md +++ b/docs/TD_docs/methods/searchChatMessages.md @@ -15,13 +15,13 @@ Searches for messages with given words in the chat. Returns result in reverse ch | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier to search messages in| -|query|[string](../types/string.md) | Yes|Query to search for| -|sender\_user\_id|[int](../types/int.md) | Yes|If not 0, only messages sent by the specified user will be returned. Doesn't supported in secret chats| -|from\_message\_id|[int53](../types/int53.md) | Yes|Identifier of the message from which we need a history, you can use 0 to get results from the beginning| -|offset|[int](../types/int.md) | Yes|Specify 0 to get results exactly from from_message_id or negative offset to get specified message and some newer messages| -|limit|[int](../types/int.md) | Yes|Maximum number of messages to be returned, should be positive and can't be greater than 100. If offset is negative, limit must be greater than -offset. There may be less than limit messages returned even the end of the history is not reached| -|filter|[SearchMessagesFilter](../types/SearchMessagesFilter.md) | Optional|Filter for content of the searched messages| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier to search messages in| +|query|[CLICK ME string](../types/string.md) | Yes|Query to search for| +|sender\_user\_id|[CLICK ME int](../types/int.md) | Yes|If not 0, only messages sent by the specified user will be returned. Doesn't supported in secret chats| +|from\_message\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the message from which we need a history, you can use 0 to get results from the beginning| +|offset|[CLICK ME int](../types/int.md) | Yes|Specify 0 to get results exactly from from_message_id or negative offset to get specified message and some newer messages| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of messages to be returned, should be positive and can't be greater than 100. If offset is negative, limit must be greater than -offset. There may be less than limit messages returned even the end of the history is not reached| +|filter|[CLICK ME SearchMessagesFilter](../types/SearchMessagesFilter.md) | Optional|Filter for content of the searched messages| ### Return type: [Messages](../types/Messages.md) diff --git a/docs/TD_docs/methods/searchChats.md b/docs/TD_docs/methods/searchChats.md index 1fbbe420..12d2d53c 100644 --- a/docs/TD_docs/methods/searchChats.md +++ b/docs/TD_docs/methods/searchChats.md @@ -15,8 +15,8 @@ Searches for specified query in the title and username of known chats, offline r | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[string](../types/string.md) | Yes|Query to search for, if query is empty, returns up to 20 recently found chats| -|limit|[int](../types/int.md) | Yes|Maximum number of chats to be returned| +|query|[CLICK ME string](../types/string.md) | Yes|Query to search for, if query is empty, returns up to 20 recently found chats| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of chats to be returned| ### Return type: [Chats](../types/Chats.md) diff --git a/docs/TD_docs/methods/searchContacts.md b/docs/TD_docs/methods/searchContacts.md index f8303cfa..4a3c8bc9 100644 --- a/docs/TD_docs/methods/searchContacts.md +++ b/docs/TD_docs/methods/searchContacts.md @@ -15,8 +15,8 @@ Searches for specified query in the first name, last name and username of the kn | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[string](../types/string.md) | Yes|Query to search for, can be empty to return all contacts| -|limit|[int](../types/int.md) | Yes|Maximum number of users to be returned| +|query|[CLICK ME string](../types/string.md) | Yes|Query to search for, can be empty to return all contacts| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of users to be returned| ### Return type: [Users](../types/Users.md) diff --git a/docs/TD_docs/methods/searchHashtags.md b/docs/TD_docs/methods/searchHashtags.md index 683bc45b..1eef9231 100644 --- a/docs/TD_docs/methods/searchHashtags.md +++ b/docs/TD_docs/methods/searchHashtags.md @@ -15,8 +15,8 @@ Searches for recently used hashtags by their prefix | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|prefix|[string](../types/string.md) | Yes|Hashtag prefix to search for| -|limit|[int](../types/int.md) | Yes|Maximum number of hashtags to return| +|prefix|[CLICK ME string](../types/string.md) | Yes|Hashtag prefix to search for| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of hashtags to return| ### Return type: [Hashtags](../types/Hashtags.md) diff --git a/docs/TD_docs/methods/searchMessages.md b/docs/TD_docs/methods/searchMessages.md index 0bd212d5..e7f01abc 100644 --- a/docs/TD_docs/methods/searchMessages.md +++ b/docs/TD_docs/methods/searchMessages.md @@ -15,11 +15,11 @@ Searches for messages in all chats except secret chats. Returns result in revers | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[string](../types/string.md) | Yes|Query to search for| -|offset\_date|[int](../types/int.md) | Yes|Date of the message to search from, you can use 0 or any date in the future to get results from the beginning| -|offset\_chat\_id|[int53](../types/int53.md) | Yes|Chat identifier of the last found message or 0 for the first request| -|offset\_message\_id|[int53](../types/int53.md) | Yes|Message identifier of the last found message or 0 for the first request| -|limit|[int](../types/int.md) | Yes|Maximum number of messages to be returned, at most 100| +|query|[CLICK ME string](../types/string.md) | Yes|Query to search for| +|offset\_date|[CLICK ME int](../types/int.md) | Yes|Date of the message to search from, you can use 0 or any date in the future to get results from the beginning| +|offset\_chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier of the last found message or 0 for the first request| +|offset\_message\_id|[CLICK ME int53](../types/int53.md) | Yes|Message identifier of the last found message or 0 for the first request| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of messages to be returned, at most 100| ### Return type: [Messages](../types/Messages.md) diff --git a/docs/TD_docs/methods/searchPublicChat.md b/docs/TD_docs/methods/searchPublicChat.md index 9eb7526a..1ee71698 100644 --- a/docs/TD_docs/methods/searchPublicChat.md +++ b/docs/TD_docs/methods/searchPublicChat.md @@ -15,7 +15,7 @@ Searches public chat by its username. Currently only private and channel chats c | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|Username to be resolved| +|username|[CLICK ME string](../types/string.md) | Yes|Username to be resolved| ### Return type: [Chat](../types/Chat.md) diff --git a/docs/TD_docs/methods/searchPublicChats.md b/docs/TD_docs/methods/searchPublicChats.md index 43929165..63e48170 100644 --- a/docs/TD_docs/methods/searchPublicChats.md +++ b/docs/TD_docs/methods/searchPublicChats.md @@ -15,7 +15,7 @@ Searches public chats by prefix of their username. Currently only private and ch | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username\_prefix|[string](../types/string.md) | Yes|Prefix of the username to search| +|username\_prefix|[CLICK ME string](../types/string.md) | Yes|Prefix of the username to search| ### Return type: [Chats](../types/Chats.md) diff --git a/docs/TD_docs/methods/searchSecretMessages.md b/docs/TD_docs/methods/searchSecretMessages.md index 0c262cd6..c5558e46 100644 --- a/docs/TD_docs/methods/searchSecretMessages.md +++ b/docs/TD_docs/methods/searchSecretMessages.md @@ -15,11 +15,11 @@ Searches for messages in secret chats. Returns result in reverse chronological o | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Identifier of a chat to search in. Specify 0 to search in all secret chats| -|query|[string](../types/string.md) | Yes|Query to search for. If empty, searchChatMessages should be used instead| -|from\_search\_id|[int64](../constructors/int64.md) | Yes|Identifier from the result of previous request, use 0 to get results from the beginning| -|limit|[int](../types/int.md) | Yes|Maximum number of messages to be returned, can't be greater than 100| -|filter|[SearchMessagesFilter](../types/SearchMessagesFilter.md) | Optional|Filter for content of searched messages| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of a chat to search in. Specify 0 to search in all secret chats| +|query|[CLICK ME string](../types/string.md) | Yes|Query to search for. If empty, searchChatMessages should be used instead| +|from\_search\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier from the result of previous request, use 0 to get results from the beginning| +|limit|[CLICK ME int](../types/int.md) | Yes|Maximum number of messages to be returned, can't be greater than 100| +|filter|[CLICK ME SearchMessagesFilter](../types/SearchMessagesFilter.md) | Optional|Filter for content of searched messages| ### Return type: [FoundMessages](../types/FoundMessages.md) diff --git a/docs/TD_docs/methods/searchStickerSet.md b/docs/TD_docs/methods/searchStickerSet.md index 18ca56ea..3055e552 100644 --- a/docs/TD_docs/methods/searchStickerSet.md +++ b/docs/TD_docs/methods/searchStickerSet.md @@ -15,7 +15,7 @@ Searches sticker set by its short name | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|name|[string](../types/string.md) | Yes|Name of the sticker set| +|name|[CLICK ME string](../types/string.md) | Yes|Name of the sticker set| ### Return type: [StickerSet](../types/StickerSet.md) diff --git a/docs/TD_docs/methods/sendBotStartMessage.md b/docs/TD_docs/methods/sendBotStartMessage.md index c0664450..cbbd1b24 100644 --- a/docs/TD_docs/methods/sendBotStartMessage.md +++ b/docs/TD_docs/methods/sendBotStartMessage.md @@ -15,9 +15,9 @@ Invites bot to a chat (if it is not in the chat) and send /start to it. Bot can' | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|bot\_user\_id|[int](../types/int.md) | Yes|Identifier of the bot| -|chat\_id|[int53](../types/int53.md) | Yes|Identifier of the chat| -|parameter|[string](../types/string.md) | Yes|Hidden parameter sent to bot for deep linking (https: api.telegram.org/bots#deep-linking)| +|bot\_user\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the bot| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the chat| +|parameter|[CLICK ME string](../types/string.md) | Yes|Hidden parameter sent to bot for deep linking (https: api.telegram.org/bots#deep-linking)| ### Return type: [Message](../types/Message.md) diff --git a/docs/TD_docs/methods/sendChatAction.md b/docs/TD_docs/methods/sendChatAction.md index 9dcb0c25..65183526 100644 --- a/docs/TD_docs/methods/sendChatAction.md +++ b/docs/TD_docs/methods/sendChatAction.md @@ -15,8 +15,8 @@ Sends notification about user activity in a chat | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|action|[ChatAction](../types/ChatAction.md) | Yes|Action description| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|action|[CLICK ME ChatAction](../types/ChatAction.md) | Yes|Action description| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/sendChatScreenshotTakenNotification.md b/docs/TD_docs/methods/sendChatScreenshotTakenNotification.md index 25b03427..b624b2a4 100644 --- a/docs/TD_docs/methods/sendChatScreenshotTakenNotification.md +++ b/docs/TD_docs/methods/sendChatScreenshotTakenNotification.md @@ -15,7 +15,7 @@ Sends notification about screenshot taken in a chat. Works only in private and s | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/sendChatSetTtlMessage.md b/docs/TD_docs/methods/sendChatSetTtlMessage.md index 933482c1..0a4fe658 100644 --- a/docs/TD_docs/methods/sendChatSetTtlMessage.md +++ b/docs/TD_docs/methods/sendChatSetTtlMessage.md @@ -15,8 +15,8 @@ Changes current ttl setting in a secret chat and sends corresponding message | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|ttl|[int](../types/int.md) | Yes|New value of ttl in seconds| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|ttl|[CLICK ME int](../types/int.md) | Yes|New value of ttl in seconds| ### Return type: [Message](../types/Message.md) diff --git a/docs/TD_docs/methods/sendCustomRequest.md b/docs/TD_docs/methods/sendCustomRequest.md index b7f88aab..2c553f3c 100644 --- a/docs/TD_docs/methods/sendCustomRequest.md +++ b/docs/TD_docs/methods/sendCustomRequest.md @@ -15,8 +15,8 @@ Bots only. Sends custom request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|method|[string](../types/string.md) | Yes|Method name| -|parameters|[string](../types/string.md) | Yes|JSON-serialized method parameters| +|method|[CLICK ME string](../types/string.md) | Yes|Method name| +|parameters|[CLICK ME string](../types/string.md) | Yes|JSON-serialized method parameters| ### Return type: [CustomRequestResult](../types/CustomRequestResult.md) diff --git a/docs/TD_docs/methods/sendInlineQueryResultMessage.md b/docs/TD_docs/methods/sendInlineQueryResultMessage.md index b2edb7fd..9ed525c6 100644 --- a/docs/TD_docs/methods/sendInlineQueryResultMessage.md +++ b/docs/TD_docs/methods/sendInlineQueryResultMessage.md @@ -15,12 +15,12 @@ Sends result of the inline query as a message. Returns sent message. Always clea | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat to send message| -|reply\_to\_message\_id|[int53](../types/int53.md) | Yes|Identifier of a message to reply to or 0| -|disable\_notification|[Bool](../types/Bool.md) | Yes|Pass true, to disable notification about the message, doesn't works in secret chats| -|from\_background|[Bool](../types/Bool.md) | Yes|Pass true, if the message is sent from background| -|query\_id|[int64](../constructors/int64.md) | Yes|Identifier of the inline query| -|result\_id|[string](../types/string.md) | Yes|Identifier of the inline result| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat to send message| +|reply\_to\_message\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of a message to reply to or 0| +|disable\_notification|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true, to disable notification about the message, doesn't works in secret chats| +|from\_background|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true, if the message is sent from background| +|query\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier of the inline query| +|result\_id|[CLICK ME string](../types/string.md) | Yes|Identifier of the inline result| ### Return type: [Message](../types/Message.md) diff --git a/docs/TD_docs/methods/sendMessage.md b/docs/TD_docs/methods/sendMessage.md index 2c2eb42e..7490b967 100644 --- a/docs/TD_docs/methods/sendMessage.md +++ b/docs/TD_docs/methods/sendMessage.md @@ -15,12 +15,12 @@ Sends a message. Returns sent message | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat to send message| -|reply\_to\_message\_id|[int53](../types/int53.md) | Yes|Identifier of a message to reply to or 0| -|disable\_notification|[Bool](../types/Bool.md) | Yes|Pass true, to disable notification about the message, doesn't works in secret chats| -|from\_background|[Bool](../types/Bool.md) | Yes|Pass true, if the message is sent from background| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Yes|Bots only. Markup for replying to message| -|input\_message\_content|[InputMessageContent](../types/InputMessageContent.md) | Yes|Content of a message to send| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat to send message| +|reply\_to\_message\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of a message to reply to or 0| +|disable\_notification|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true, to disable notification about the message, doesn't works in secret chats| +|from\_background|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true, if the message is sent from background| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Yes|Bots only. Markup for replying to message| +|input\_message\_content|[CLICK ME InputMessageContent](../types/InputMessageContent.md) | Yes|Content of a message to send| ### Return type: [Message](../types/Message.md) diff --git a/docs/TD_docs/methods/sendPaymentForm.md b/docs/TD_docs/methods/sendPaymentForm.md index f775d47e..093750ee 100644 --- a/docs/TD_docs/methods/sendPaymentForm.md +++ b/docs/TD_docs/methods/sendPaymentForm.md @@ -15,11 +15,11 @@ Sends filled payment form to the bot for the final verification | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier of the Invoice message| -|message\_id|[int53](../types/int53.md) | Yes|Message identifier| -|order\_info\_id|[string](../types/string.md) | Yes|Identifier returned by ValidateOrderInfo or empty string| -|shipping\_option\_id|[string](../types/string.md) | Yes|Identifier of a chosen shipping option, if applicable| -|credentials|[InputCredentials](../types/InputCredentials.md) | Yes|Credentials choosed by user for payment| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier of the Invoice message| +|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Message identifier| +|order\_info\_id|[CLICK ME string](../types/string.md) | Yes|Identifier returned by ValidateOrderInfo or empty string| +|shipping\_option\_id|[CLICK ME string](../types/string.md) | Yes|Identifier of a chosen shipping option, if applicable| +|credentials|[CLICK ME InputCredentials](../types/InputCredentials.md) | Yes|Credentials choosed by user for payment| ### Return type: [PaymentResult](../types/PaymentResult.md) diff --git a/docs/TD_docs/methods/setAlarm.md b/docs/TD_docs/methods/setAlarm.md index 039e6850..05f5434c 100644 --- a/docs/TD_docs/methods/setAlarm.md +++ b/docs/TD_docs/methods/setAlarm.md @@ -15,7 +15,7 @@ Returns Ok after specified amount of the time passed. Can be called before autho | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|seconds|[double](../types/double.md) | Yes|Number of seconds before that function returns| +|seconds|[CLICK ME double](../types/double.md) | Yes|Number of seconds before that function returns| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/setAuthPhoneNumber.md b/docs/TD_docs/methods/setAuthPhoneNumber.md index 0249f694..afbf4a74 100644 --- a/docs/TD_docs/methods/setAuthPhoneNumber.md +++ b/docs/TD_docs/methods/setAuthPhoneNumber.md @@ -15,9 +15,9 @@ Sets user's phone number and sends authentication code to the user. Works only w | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|User's phone number in any reasonable format| -|allow\_flash\_call|[Bool](../types/Bool.md) | Yes|Pass True, if code can be sent via flash call to the specified phone number| -|is\_current\_phone\_number|[Bool](../types/Bool.md) | Yes|Pass true, if the phone number is used on the current device. Ignored if allow_flash_call is False| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|User's phone number in any reasonable format| +|allow\_flash\_call|[CLICK ME Bool](../types/Bool.md) | Yes|Pass True, if code can be sent via flash call to the specified phone number| +|is\_current\_phone\_number|[CLICK ME Bool](../types/Bool.md) | Yes|Pass true, if the phone number is used on the current device. Ignored if allow_flash_call is False| ### Return type: [AuthState](../types/AuthState.md) diff --git a/docs/TD_docs/methods/setBotUpdatesStatus.md b/docs/TD_docs/methods/setBotUpdatesStatus.md index e4f4f107..d13e6c0e 100644 --- a/docs/TD_docs/methods/setBotUpdatesStatus.md +++ b/docs/TD_docs/methods/setBotUpdatesStatus.md @@ -15,8 +15,8 @@ Bots only. Informs server about number of pending bot updates if they aren't pro | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|pending\_update\_count|[int](../types/int.md) | Yes|Number of pending updates| -|error\_message|[string](../types/string.md) | Yes|Last error's message| +|pending\_update\_count|[CLICK ME int](../types/int.md) | Yes|Number of pending updates| +|error\_message|[CLICK ME string](../types/string.md) | Yes|Last error's message| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/setChannelStickerSet.md b/docs/TD_docs/methods/setChannelStickerSet.md index d80abb21..fe49adb1 100644 --- a/docs/TD_docs/methods/setChannelStickerSet.md +++ b/docs/TD_docs/methods/setChannelStickerSet.md @@ -15,8 +15,8 @@ Changes sticker set of the channel. Needs appropriate rights in the channel | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|channel\_id|[int](../types/int.md) | Yes|Identifier of the channel| -|sticker\_set\_id|[int64](../constructors/int64.md) | Yes|New value of channel sticker set identifier. Use 0 to remove channel sticker set| +|channel\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the channel| +|sticker\_set\_id|[CLICK ME int64](../constructors/int64.md) | Yes|New value of channel sticker set identifier. Use 0 to remove channel sticker set| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/setChatClientData.md b/docs/TD_docs/methods/setChatClientData.md index f2bd9293..f215dadd 100644 --- a/docs/TD_docs/methods/setChatClientData.md +++ b/docs/TD_docs/methods/setChatClientData.md @@ -15,8 +15,8 @@ Changes client data associated with a chat | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|client\_data|[string](../types/string.md) | Yes|New value of client_data| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|client\_data|[CLICK ME string](../types/string.md) | Yes|New value of client_data| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/setFileGenerationProgress.md b/docs/TD_docs/methods/setFileGenerationProgress.md index 247b7abd..59d3acb8 100644 --- a/docs/TD_docs/methods/setFileGenerationProgress.md +++ b/docs/TD_docs/methods/setFileGenerationProgress.md @@ -15,9 +15,9 @@ Next part of a file was generated | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|generation\_id|[int64](../constructors/int64.md) | Yes|Identifier of the generation process| -|size|[int](../types/int.md) | Yes|Full size of file in bytes, 0 if unknown.| -|local\_size|[int](../types/int.md) | Yes|Number of bytes already generated. Negative number means that generation has failed and should be terminated| +|generation\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Identifier of the generation process| +|size|[CLICK ME int](../types/int.md) | Yes|Full size of file in bytes, 0 if unknown.| +|local\_size|[CLICK ME int](../types/int.md) | Yes|Number of bytes already generated. Negative number means that generation has failed and should be terminated| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/setGameScore.md b/docs/TD_docs/methods/setGameScore.md index 3f74e8a1..c4ab44c8 100644 --- a/docs/TD_docs/methods/setGameScore.md +++ b/docs/TD_docs/methods/setGameScore.md @@ -15,12 +15,12 @@ Bots only. Updates game score of the specified user in the game | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat a message with the game belongs to| -|message\_id|[int53](../types/int53.md) | Yes|Identifier of the message| -|edit\_message|[Bool](../types/Bool.md) | Yes|True, if message should be edited| -|user\_id|[int](../types/int.md) | Yes|User identifier| -|score|[int](../types/int.md) | Yes|New score| -|force|[Bool](../types/Bool.md) | Yes|Pass True to update the score even if it decreases. If score is 0, user will be deleted from the high scores table| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat a message with the game belongs to| +|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Identifier of the message| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Yes|True, if message should be edited| +|user\_id|[CLICK ME int](../types/int.md) | Yes|User identifier| +|score|[CLICK ME int](../types/int.md) | Yes|New score| +|force|[CLICK ME Bool](../types/Bool.md) | Yes|Pass True to update the score even if it decreases. If score is 0, user will be deleted from the high scores table| ### Return type: [Message](../types/Message.md) diff --git a/docs/TD_docs/methods/setInlineGameScore.md b/docs/TD_docs/methods/setInlineGameScore.md index 1dc7e6ad..c5be8813 100644 --- a/docs/TD_docs/methods/setInlineGameScore.md +++ b/docs/TD_docs/methods/setInlineGameScore.md @@ -15,11 +15,11 @@ Bots only. Updates game score of the specified user in the game | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|inline\_message\_id|[string](../types/string.md) | Yes|Inline message identifier| -|edit\_message|[Bool](../types/Bool.md) | Yes|True, if message should be edited| -|user\_id|[int](../types/int.md) | Yes|User identifier| -|score|[int](../types/int.md) | Yes|New score| -|force|[Bool](../types/Bool.md) | Yes|Pass True to update the score even if it decreases. If score is 0, user will be deleted from the high scores table| +|inline\_message\_id|[CLICK ME string](../types/string.md) | Yes|Inline message identifier| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Yes|True, if message should be edited| +|user\_id|[CLICK ME int](../types/int.md) | Yes|User identifier| +|score|[CLICK ME int](../types/int.md) | Yes|New score| +|force|[CLICK ME Bool](../types/Bool.md) | Yes|Pass True to update the score even if it decreases. If score is 0, user will be deleted from the high scores table| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/setNetworkType.md b/docs/TD_docs/methods/setNetworkType.md index e14beee8..120c47c7 100644 --- a/docs/TD_docs/methods/setNetworkType.md +++ b/docs/TD_docs/methods/setNetworkType.md @@ -15,7 +15,7 @@ Sets current network type. Can be called before authorization. Call to this meth | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|type|[NetworkType](../types/NetworkType.md) | Yes|New network type, defaults to networkTypeNone| +|type|[CLICK ME NetworkType](../types/NetworkType.md) | Yes|New network type, defaults to networkTypeNone| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/setNotificationSettings.md b/docs/TD_docs/methods/setNotificationSettings.md index 844981cf..5c785921 100644 --- a/docs/TD_docs/methods/setNotificationSettings.md +++ b/docs/TD_docs/methods/setNotificationSettings.md @@ -15,8 +15,8 @@ Changes notification settings for a given scope | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|scope|[NotificationSettingsScope](../types/NotificationSettingsScope.md) | Yes|Scope to change notification settings| -|notification\_settings|[notificationSettings](../constructors/notificationSettings.md) | Yes|New notification settings for given scope| +|scope|[CLICK ME NotificationSettingsScope](../types/NotificationSettingsScope.md) | Yes|Scope to change notification settings| +|notification\_settings|[CLICK ME notificationSettings](../constructors/notificationSettings.md) | Yes|New notification settings for given scope| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/setOption.md b/docs/TD_docs/methods/setOption.md index 7854da3d..15115a99 100644 --- a/docs/TD_docs/methods/setOption.md +++ b/docs/TD_docs/methods/setOption.md @@ -15,8 +15,8 @@ Sets value of an option. See list of available options on https: core.telegram.o | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|name|[string](../types/string.md) | Yes|Name of the option| -|value|[OptionValue](../types/OptionValue.md) | Optional|New value of the option| +|name|[CLICK ME string](../types/string.md) | Yes|Name of the option| +|value|[CLICK ME OptionValue](../types/OptionValue.md) | Optional|New value of the option| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/setPassword.md b/docs/TD_docs/methods/setPassword.md index db54c4e6..23b60360 100644 --- a/docs/TD_docs/methods/setPassword.md +++ b/docs/TD_docs/methods/setPassword.md @@ -15,11 +15,11 @@ Changes user password. If new recovery email is specified, then error EMAIL_UNCO | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|old\_password|[string](../types/string.md) | Yes|Old user password| -|new\_password|[string](../types/string.md) | Yes|New user password, may be empty to remove the password| -|new\_hint|[string](../types/string.md) | Yes|New password hint, can be empty| -|set\_recovery\_email|[Bool](../types/Bool.md) | Yes|Pass True, if recovery email should be changed| -|new\_recovery\_email|[string](../types/string.md) | Yes|New recovery email, may be empty| +|old\_password|[CLICK ME string](../types/string.md) | Yes|Old user password| +|new\_password|[CLICK ME string](../types/string.md) | Yes|New user password, may be empty to remove the password| +|new\_hint|[CLICK ME string](../types/string.md) | Yes|New password hint, can be empty| +|set\_recovery\_email|[CLICK ME Bool](../types/Bool.md) | Yes|Pass True, if recovery email should be changed| +|new\_recovery\_email|[CLICK ME string](../types/string.md) | Yes|New recovery email, may be empty| ### Return type: [PasswordState](../types/PasswordState.md) diff --git a/docs/TD_docs/methods/setPinnedChats.md b/docs/TD_docs/methods/setPinnedChats.md index 5bece291..48b494a3 100644 --- a/docs/TD_docs/methods/setPinnedChats.md +++ b/docs/TD_docs/methods/setPinnedChats.md @@ -15,7 +15,7 @@ Changes list or order of pinned chats | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_ids|Array of [int53](../types/int53.md) | Yes|New list of pinned chats| +|chat\_ids|Array of [CLICK ME int53](../types/int53.md) | Yes|New list of pinned chats| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/setPrivacy.md b/docs/TD_docs/methods/setPrivacy.md index ca8b13df..129fbdf7 100644 --- a/docs/TD_docs/methods/setPrivacy.md +++ b/docs/TD_docs/methods/setPrivacy.md @@ -15,8 +15,8 @@ Changes privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[PrivacyKey](../types/PrivacyKey.md) | Yes|Privacy key| -|rules|[privacyRules](../constructors/privacyRules.md) | Yes|New privacy rules| +|key|[CLICK ME PrivacyKey](../types/PrivacyKey.md) | Yes|Privacy key| +|rules|[CLICK ME privacyRules](../constructors/privacyRules.md) | Yes|New privacy rules| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/setProfilePhoto.md b/docs/TD_docs/methods/setProfilePhoto.md index 7d69836c..c35fe96a 100644 --- a/docs/TD_docs/methods/setProfilePhoto.md +++ b/docs/TD_docs/methods/setProfilePhoto.md @@ -15,7 +15,7 @@ Uploads new profile photo for logged in user. If something changes, updateUser w | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|photo|[InputFile](../types/InputFile.md) | Yes|Profile photo to set. inputFileId and inputFilePersistentId may be unsupported| +|photo|[CLICK ME InputFile](../types/InputFile.md) | Yes|Profile photo to set. inputFileId and inputFilePersistentId may be unsupported| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/setProxy.md b/docs/TD_docs/methods/setProxy.md index 6fde536c..f538a668 100644 --- a/docs/TD_docs/methods/setProxy.md +++ b/docs/TD_docs/methods/setProxy.md @@ -15,7 +15,7 @@ Sets proxy server for network requests. Can be called before authorization | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|proxy|[Proxy](../types/Proxy.md) | Optional|The proxy to use. You can specify null to remove proxy server| +|proxy|[CLICK ME Proxy](../types/Proxy.md) | Optional|The proxy to use. You can specify null to remove proxy server| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/setRecoveryEmail.md b/docs/TD_docs/methods/setRecoveryEmail.md index 1c09cc44..7a9442c3 100644 --- a/docs/TD_docs/methods/setRecoveryEmail.md +++ b/docs/TD_docs/methods/setRecoveryEmail.md @@ -15,8 +15,8 @@ Changes user recovery email. If new recovery email is specified, then error EMAI | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|password|[string](../types/string.md) | Yes|Current user password| -|new\_recovery\_email|[string](../types/string.md) | Yes|New recovery email| +|password|[CLICK ME string](../types/string.md) | Yes|Current user password| +|new\_recovery\_email|[CLICK ME string](../types/string.md) | Yes|New recovery email| ### Return type: [PasswordState](../types/PasswordState.md) diff --git a/docs/TD_docs/methods/setStickerPositionInSet.md b/docs/TD_docs/methods/setStickerPositionInSet.md index 3b6fff1c..e1d704d6 100644 --- a/docs/TD_docs/methods/setStickerPositionInSet.md +++ b/docs/TD_docs/methods/setStickerPositionInSet.md @@ -15,8 +15,8 @@ Bots only. Changes position of a sticker in the set it belongs to. Sticker set s | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|sticker|[InputFile](../types/InputFile.md) | Yes|The sticker| -|position|[int](../types/int.md) | Yes|New sticker position in the set, zero-based| +|sticker|[CLICK ME InputFile](../types/InputFile.md) | Yes|The sticker| +|position|[CLICK ME int](../types/int.md) | Yes|New sticker position in the set, zero-based| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/terminateSession.md b/docs/TD_docs/methods/terminateSession.md index 5e9944f4..bc0bc32f 100644 --- a/docs/TD_docs/methods/terminateSession.md +++ b/docs/TD_docs/methods/terminateSession.md @@ -15,7 +15,7 @@ Terminates another session of logged in user | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|session\_id|[int64](../constructors/int64.md) | Yes|Session identifier| +|session\_id|[CLICK ME int64](../constructors/int64.md) | Yes|Session identifier| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/testCallBytes.md b/docs/TD_docs/methods/testCallBytes.md index e3dd8558..8beb5769 100644 --- a/docs/TD_docs/methods/testCallBytes.md +++ b/docs/TD_docs/methods/testCallBytes.md @@ -15,7 +15,7 @@ Test request. Returns back received bytes | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|x|[bytes](../types/bytes.md) | Yes|Bytes to return| +|x|[CLICK ME bytes](../types/bytes.md) | Yes|Bytes to return| ### Return type: [TestBytes](../types/TestBytes.md) diff --git a/docs/TD_docs/methods/testCallString.md b/docs/TD_docs/methods/testCallString.md index 4ff0c730..f0f3eda9 100644 --- a/docs/TD_docs/methods/testCallString.md +++ b/docs/TD_docs/methods/testCallString.md @@ -15,7 +15,7 @@ Test request. Returns back received string | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|x|[string](../types/string.md) | Yes|String to return| +|x|[CLICK ME string](../types/string.md) | Yes|String to return| ### Return type: [TestString](../types/TestString.md) diff --git a/docs/TD_docs/methods/testCallVectorInt.md b/docs/TD_docs/methods/testCallVectorInt.md index 434dd9a8..515f5bd9 100644 --- a/docs/TD_docs/methods/testCallVectorInt.md +++ b/docs/TD_docs/methods/testCallVectorInt.md @@ -15,7 +15,7 @@ Test request. Returns back received vector of numbers | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|x|Array of [int](../types/int.md) | Yes|Vector of numbers to return| +|x|Array of [CLICK ME int](../types/int.md) | Yes|Vector of numbers to return| ### Return type: [TestVectorInt](../types/TestVectorInt.md) diff --git a/docs/TD_docs/methods/testCallVectorIntObject.md b/docs/TD_docs/methods/testCallVectorIntObject.md index 5d7853af..35d83fb1 100644 --- a/docs/TD_docs/methods/testCallVectorIntObject.md +++ b/docs/TD_docs/methods/testCallVectorIntObject.md @@ -15,7 +15,7 @@ Test request. Returns back received vector of objects containing a number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|x|Array of [testInt](../constructors/testInt.md) | Yes|Vector of objects to return| +|x|Array of [CLICK ME testInt](../constructors/testInt.md) | Yes|Vector of objects to return| ### Return type: [TestVectorIntObject](../types/TestVectorIntObject.md) diff --git a/docs/TD_docs/methods/testCallVectorString.md b/docs/TD_docs/methods/testCallVectorString.md index 714ed50f..d7ba6d26 100644 --- a/docs/TD_docs/methods/testCallVectorString.md +++ b/docs/TD_docs/methods/testCallVectorString.md @@ -15,7 +15,7 @@ Test request. Returns back received vector of strings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|x|Array of [string](../types/string.md) | Yes|Vector of strings to return| +|x|Array of [CLICK ME string](../types/string.md) | Yes|Vector of strings to return| ### Return type: [TestVectorString](../types/TestVectorString.md) diff --git a/docs/TD_docs/methods/testCallVectorStringObject.md b/docs/TD_docs/methods/testCallVectorStringObject.md index d3ccedf7..8a1ec728 100644 --- a/docs/TD_docs/methods/testCallVectorStringObject.md +++ b/docs/TD_docs/methods/testCallVectorStringObject.md @@ -15,7 +15,7 @@ Test request. Returns back received vector of objects containing a string | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|x|Array of [testString](../constructors/testString.md) | Yes|Vector of objects to return| +|x|Array of [CLICK ME testString](../constructors/testString.md) | Yes|Vector of objects to return| ### Return type: [TestVectorStringObject](../types/TestVectorStringObject.md) diff --git a/docs/TD_docs/methods/testSquareInt.md b/docs/TD_docs/methods/testSquareInt.md index 1c54ae68..1a4ab278 100644 --- a/docs/TD_docs/methods/testSquareInt.md +++ b/docs/TD_docs/methods/testSquareInt.md @@ -15,7 +15,7 @@ Test request. Returns squared received number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|x|[int](../types/int.md) | Yes|Number to square| +|x|[CLICK ME int](../types/int.md) | Yes|Number to square| ### Return type: [TestInt](../types/TestInt.md) diff --git a/docs/TD_docs/methods/toggleChannelInvites.md b/docs/TD_docs/methods/toggleChannelInvites.md index 7988a079..e9d98451 100644 --- a/docs/TD_docs/methods/toggleChannelInvites.md +++ b/docs/TD_docs/methods/toggleChannelInvites.md @@ -15,8 +15,8 @@ Gives or revokes right to invite new members to all current members of the chann | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|channel\_id|[int](../types/int.md) | Yes|Identifier of the channel| -|anyone\_can\_invite|[Bool](../types/Bool.md) | Yes|New value of anyone_can_invite| +|channel\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the channel| +|anyone\_can\_invite|[CLICK ME Bool](../types/Bool.md) | Yes|New value of anyone_can_invite| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/toggleChannelSignMessages.md b/docs/TD_docs/methods/toggleChannelSignMessages.md index cc2b599e..7d883c2f 100644 --- a/docs/TD_docs/methods/toggleChannelSignMessages.md +++ b/docs/TD_docs/methods/toggleChannelSignMessages.md @@ -15,8 +15,8 @@ Enables or disables sender signature on sent messages in the channel. Needs appr | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|channel\_id|[int](../types/int.md) | Yes|Identifier of the channel| -|sign\_messages|[Bool](../types/Bool.md) | Yes|New value of sign_messages| +|channel\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the channel| +|sign\_messages|[CLICK ME Bool](../types/Bool.md) | Yes|New value of sign_messages| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/toggleChatIsPinned.md b/docs/TD_docs/methods/toggleChatIsPinned.md index 80ac3655..70aab583 100644 --- a/docs/TD_docs/methods/toggleChatIsPinned.md +++ b/docs/TD_docs/methods/toggleChatIsPinned.md @@ -15,8 +15,8 @@ Changes chat pinned state. You can pin up to getOption("pinned_chat_count_max") | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|is\_pinned|[Bool](../types/Bool.md) | Yes|New value of is_pinned| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|is\_pinned|[CLICK ME Bool](../types/Bool.md) | Yes|New value of is_pinned| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/toggleGroupAdministrators.md b/docs/TD_docs/methods/toggleGroupAdministrators.md index 0f3ca948..2e9ad3d8 100644 --- a/docs/TD_docs/methods/toggleGroupAdministrators.md +++ b/docs/TD_docs/methods/toggleGroupAdministrators.md @@ -15,8 +15,8 @@ Gives or revokes all members of the group administrator rights. Needs creator pr | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|group\_id|[int](../types/int.md) | Yes|Identifier of the group| -|everyone\_is\_administrator|[Bool](../types/Bool.md) | Yes|New value of everyone_is_administrator| +|group\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the group| +|everyone\_is\_administrator|[CLICK ME Bool](../types/Bool.md) | Yes|New value of everyone_is_administrator| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/unblockUser.md b/docs/TD_docs/methods/unblockUser.md index 42138c63..924b1efd 100644 --- a/docs/TD_docs/methods/unblockUser.md +++ b/docs/TD_docs/methods/unblockUser.md @@ -15,7 +15,7 @@ Removes user from black list | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|user\_id|[int](../types/int.md) | Yes|User identifier| +|user\_id|[CLICK ME int](../types/int.md) | Yes|User identifier| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/unpinChannelMessage.md b/docs/TD_docs/methods/unpinChannelMessage.md index 0fabb70f..11637a82 100644 --- a/docs/TD_docs/methods/unpinChannelMessage.md +++ b/docs/TD_docs/methods/unpinChannelMessage.md @@ -15,7 +15,7 @@ Removes pinned message in the supergroup channel. Needs appropriate rights in th | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|channel\_id|[int](../types/int.md) | Yes|Identifier of the channel| +|channel\_id|[CLICK ME int](../types/int.md) | Yes|Identifier of the channel| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/uploadFile.md b/docs/TD_docs/methods/uploadFile.md index 8524e01d..e9562a18 100644 --- a/docs/TD_docs/methods/uploadFile.md +++ b/docs/TD_docs/methods/uploadFile.md @@ -15,9 +15,9 @@ Asynchronously uploads file to the cloud without sending it in a message. Update | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|file|[InputFile](../types/InputFile.md) | Yes|File to upload| -|file\_type|[FileType](../types/FileType.md) | Yes|File type| -|priority|[int](../types/int.md) | Yes|Priority of upload, 1-32. The higher priority, the earlier file will be uploaded. If priorities of two files are equal then the first one for which uploadFile is called will be uploaded first| +|file|[CLICK ME InputFile](../types/InputFile.md) | Yes|File to upload| +|file\_type|[CLICK ME FileType](../types/FileType.md) | Yes|File type| +|priority|[CLICK ME int](../types/int.md) | Yes|Priority of upload, 1-32. The higher priority, the earlier file will be uploaded. If priorities of two files are equal then the first one for which uploadFile is called will be uploaded first| ### Return type: [File](../types/File.md) diff --git a/docs/TD_docs/methods/uploadStickerFile.md b/docs/TD_docs/methods/uploadStickerFile.md index 2b3f37c3..2aebf81a 100644 --- a/docs/TD_docs/methods/uploadStickerFile.md +++ b/docs/TD_docs/methods/uploadStickerFile.md @@ -15,8 +15,8 @@ Bots only. Uploads a png image with a sticker. Returns uploaded file | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|user\_id|[int](../types/int.md) | Yes|Sticker file owner| -|png\_sticker|[InputFile](../types/InputFile.md) | Yes|Png image with the sticker, must be up to 512 kilobytes in size and fit in 512x512 square| +|user\_id|[CLICK ME int](../types/int.md) | Yes|Sticker file owner| +|png\_sticker|[CLICK ME InputFile](../types/InputFile.md) | Yes|Png image with the sticker, must be up to 512 kilobytes in size and fit in 512x512 square| ### Return type: [File](../types/File.md) diff --git a/docs/TD_docs/methods/validateOrderInfo.md b/docs/TD_docs/methods/validateOrderInfo.md index a900fe62..afc22331 100644 --- a/docs/TD_docs/methods/validateOrderInfo.md +++ b/docs/TD_docs/methods/validateOrderInfo.md @@ -15,10 +15,10 @@ Validates order information provided by the user and returns available shipping | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier of the Invoice message| -|message\_id|[int53](../types/int53.md) | Yes|Message identifier| -|order\_info|[orderInfo](../constructors/orderInfo.md) | Yes|Order information, provided by the user| -|allow\_save|[Bool](../types/Bool.md) | Yes|True, if order information can be saved| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier of the Invoice message| +|message\_id|[CLICK ME int53](../types/int53.md) | Yes|Message identifier| +|order\_info|[CLICK ME orderInfo](../constructors/orderInfo.md) | Yes|Order information, provided by the user| +|allow\_save|[CLICK ME Bool](../types/Bool.md) | Yes|True, if order information can be saved| ### Return type: [ValidatedOrderInfo](../types/ValidatedOrderInfo.md) diff --git a/docs/TD_docs/methods/viewMessages.md b/docs/TD_docs/methods/viewMessages.md index b02cfda8..7644cce7 100644 --- a/docs/TD_docs/methods/viewMessages.md +++ b/docs/TD_docs/methods/viewMessages.md @@ -15,8 +15,8 @@ Messages are viewed by the user. Many useful activities depends on message being | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier| -|message\_ids|Array of [int53](../types/int53.md) | Yes|Identifiers of viewed messages| +|chat\_id|[CLICK ME int53](../types/int53.md) | Yes|Chat identifier| +|message\_ids|Array of [CLICK ME int53](../types/int53.md) | Yes|Identifiers of viewed messages| ### Return type: [Ok](../types/Ok.md) diff --git a/docs/TD_docs/methods/viewTrendingStickerSets.md b/docs/TD_docs/methods/viewTrendingStickerSets.md index 401b409c..4f1df0b4 100644 --- a/docs/TD_docs/methods/viewTrendingStickerSets.md +++ b/docs/TD_docs/methods/viewTrendingStickerSets.md @@ -15,7 +15,7 @@ Informs that some trending sticker sets are viewed by the user | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|sticker\_set\_ids|Array of [int64](../constructors/int64.md) | Yes|Identifiers of viewed trending sticker sets| +|sticker\_set\_ids|Array of [CLICK ME int64](../constructors/int64.md) | Yes|Identifiers of viewed trending sticker sets| ### Return type: [Ok](../types/Ok.md) diff --git a/old_docs/API_docs_v18/methods/account_checkUsername.md b/old_docs/API_docs_v18/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v18/methods/account_checkUsername.md +++ b/old_docs/API_docs_v18/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v18/methods/account_getNotifySettings.md b/old_docs/API_docs_v18/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v18/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v18/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v18/methods/account_registerDevice.md b/old_docs/API_docs_v18/methods/account_registerDevice.md index 5c86d74c..47623cd9 100644 --- a/old_docs/API_docs_v18/methods/account_registerDevice.md +++ b/old_docs/API_docs_v18/methods/account_registerDevice.md @@ -12,13 +12,13 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|device\_model|[string](../types/string.md) | Yes|| -|system\_version|[string](../types/string.md) | Yes|| -|app\_version|[string](../types/string.md) | Yes|| -|app\_sandbox|[Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| -|lang\_code|[string](../types/string.md) | Yes|| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|device\_model|[CLICK ME string](../types/string.md) | Yes|| +|system\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_sandbox|[CLICK ME Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v18/methods/account_unregisterDevice.md b/old_docs/API_docs_v18/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v18/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v18/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v18/methods/account_updateNotifySettings.md b/old_docs/API_docs_v18/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v18/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v18/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v18/methods/account_updateProfile.md b/old_docs/API_docs_v18/methods/account_updateProfile.md index 7f8d80c5..86552e1c 100644 --- a/old_docs/API_docs_v18/methods/account_updateProfile.md +++ b/old_docs/API_docs_v18/methods/account_updateProfile.md @@ -12,8 +12,8 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Yes|The first name| -|last\_name|[string](../types/string.md) | Yes|The last name| +|first\_name|[CLICK ME string](../types/string.md) | Yes|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Yes|The last name| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v18/methods/account_updateStatus.md b/old_docs/API_docs_v18/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v18/methods/account_updateStatus.md +++ b/old_docs/API_docs_v18/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v18/methods/account_updateUsername.md b/old_docs/API_docs_v18/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v18/methods/account_updateUsername.md +++ b/old_docs/API_docs_v18/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v18/methods/auth_checkPhone.md b/old_docs/API_docs_v18/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v18/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v18/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v18/methods/auth_sendCall.md b/old_docs/API_docs_v18/methods/auth_sendCall.md index 94ed6b7f..3bab952d 100644 --- a/old_docs/API_docs_v18/methods/auth_sendCall.md +++ b/old_docs/API_docs_v18/methods/auth_sendCall.md @@ -10,8 +10,8 @@ description: auth.sendCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v18/methods/auth_sendInvites.md b/old_docs/API_docs_v18/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v18/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v18/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v18/methods/auth_sendSms.md b/old_docs/API_docs_v18/methods/auth_sendSms.md index 0c4a7343..34450af2 100644 --- a/old_docs/API_docs_v18/methods/auth_sendSms.md +++ b/old_docs/API_docs_v18/methods/auth_sendSms.md @@ -10,8 +10,8 @@ description: auth.sendSms parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v18/methods/contacts_getBlocked.md b/old_docs/API_docs_v18/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v18/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v18/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v18/methods/contacts_getContacts.md b/old_docs/API_docs_v18/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v18/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v18/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v18/methods/contacts_getSuggested.md b/old_docs/API_docs_v18/methods/contacts_getSuggested.md index 7249b1f2..c324bc67 100644 --- a/old_docs/API_docs_v18/methods/contacts_getSuggested.md +++ b/old_docs/API_docs_v18/methods/contacts_getSuggested.md @@ -10,7 +10,7 @@ description: contacts.getSuggested parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [contacts\_Suggested](../types/contacts_Suggested.md) diff --git a/old_docs/API_docs_v18/methods/contacts_importCard.md b/old_docs/API_docs_v18/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v18/methods/contacts_importCard.md +++ b/old_docs/API_docs_v18/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v18/methods/contacts_importContacts.md b/old_docs/API_docs_v18/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v18/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v18/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v18/methods/contacts_search.md b/old_docs/API_docs_v18/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v18/methods/contacts_search.md +++ b/old_docs/API_docs_v18/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v18/methods/help_getAppUpdate.md b/old_docs/API_docs_v18/methods/help_getAppUpdate.md index f9b06641..cfc73e28 100644 --- a/old_docs/API_docs_v18/methods/help_getAppUpdate.md +++ b/old_docs/API_docs_v18/methods/help_getAppUpdate.md @@ -10,10 +10,10 @@ description: help.getAppUpdate parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppUpdate](../types/help_AppUpdate.md) diff --git a/old_docs/API_docs_v18/methods/help_getInviteText.md b/old_docs/API_docs_v18/methods/help_getInviteText.md index bac72a15..4604ff21 100644 --- a/old_docs/API_docs_v18/methods/help_getInviteText.md +++ b/old_docs/API_docs_v18/methods/help_getInviteText.md @@ -10,7 +10,7 @@ description: help.getInviteText parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_InviteText](../types/help_InviteText.md) diff --git a/old_docs/API_docs_v18/methods/help_saveAppLog.md b/old_docs/API_docs_v18/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v18/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v18/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v18/methods/initConnection.md b/old_docs/API_docs_v18/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v18/methods/initConnection.md +++ b/old_docs/API_docs_v18/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v18/methods/invokeAfterMsg.md b/old_docs/API_docs_v18/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v18/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v18/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v18/methods/invokeAfterMsgs.md b/old_docs/API_docs_v18/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v18/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v18/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v18/methods/invokeWithLayer18.md b/old_docs/API_docs_v18/methods/invokeWithLayer18.md index 5b751b71..05d65a46 100644 --- a/old_docs/API_docs_v18/methods/invokeWithLayer18.md +++ b/old_docs/API_docs_v18/methods/invokeWithLayer18.md @@ -10,7 +10,7 @@ description: invokeWithLayer18 parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query|[!X](../types/!X.md) | Yes| +|query|[CLICK ME !X](../types/!X.md) | Yes| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v18/methods/messages_addChatUser.md b/old_docs/API_docs_v18/methods/messages_addChatUser.md index 27daee60..1f22a056 100644 --- a/old_docs/API_docs_v18/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v18/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_StatedMessage](../types/messages_StatedMessage.md) diff --git a/old_docs/API_docs_v18/methods/messages_createChat.md b/old_docs/API_docs_v18/methods/messages_createChat.md index 9151f426..bc4b76bf 100644 --- a/old_docs/API_docs_v18/methods/messages_createChat.md +++ b/old_docs/API_docs_v18/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_StatedMessage](../types/messages_StatedMessage.md) diff --git a/old_docs/API_docs_v18/methods/messages_deleteHistory.md b/old_docs/API_docs_v18/methods/messages_deleteHistory.md index 8e24ee79..75e27344 100644 --- a/old_docs/API_docs_v18/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v18/methods/messages_deleteHistory.md @@ -11,7 +11,7 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v18/methods/messages_deleteMessages.md b/old_docs/API_docs_v18/methods/messages_deleteMessages.md index 6e57455d..4ba2c964 100644 --- a/old_docs/API_docs_v18/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v18/methods/messages_deleteMessages.md @@ -10,7 +10,7 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v18/methods/messages_editChatPhoto.md b/old_docs/API_docs_v18/methods/messages_editChatPhoto.md index d0e0624a..a94bf081 100644 --- a/old_docs/API_docs_v18/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v18/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [messages\_StatedMessage](../types/messages_StatedMessage.md) diff --git a/old_docs/API_docs_v18/methods/messages_editChatTitle.md b/old_docs/API_docs_v18/methods/messages_editChatTitle.md index addff8ae..f474982f 100644 --- a/old_docs/API_docs_v18/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v18/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_StatedMessage](../types/messages_StatedMessage.md) diff --git a/old_docs/API_docs_v18/methods/messages_forwardMessage.md b/old_docs/API_docs_v18/methods/messages_forwardMessage.md index 25d09df3..01cbe652 100644 --- a/old_docs/API_docs_v18/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v18/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_StatedMessage](../types/messages_StatedMessage.md) diff --git a/old_docs/API_docs_v18/methods/messages_forwardMessages.md b/old_docs/API_docs_v18/methods/messages_forwardMessages.md index 5b583d07..73031315 100644 --- a/old_docs/API_docs_v18/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v18/methods/messages_forwardMessages.md @@ -11,7 +11,7 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_StatedMessages](../types/messages_StatedMessages.md) diff --git a/old_docs/API_docs_v18/methods/messages_getChats.md b/old_docs/API_docs_v18/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v18/methods/messages_getChats.md +++ b/old_docs/API_docs_v18/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v18/methods/messages_getDhConfig.md b/old_docs/API_docs_v18/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v18/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v18/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v18/methods/messages_getDialogs.md b/old_docs/API_docs_v18/methods/messages_getDialogs.md index 0cd10d8c..b266f8c6 100644 --- a/old_docs/API_docs_v18/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v18/methods/messages_getDialogs.md @@ -10,9 +10,9 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v18/methods/messages_getHistory.md b/old_docs/API_docs_v18/methods/messages_getHistory.md index e3eef289..0b1b8e92 100644 --- a/old_docs/API_docs_v18/methods/messages_getHistory.md +++ b/old_docs/API_docs_v18/methods/messages_getHistory.md @@ -11,9 +11,9 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v18/methods/messages_getMessages.md b/old_docs/API_docs_v18/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v18/methods/messages_getMessages.md +++ b/old_docs/API_docs_v18/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v18/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v18/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v18/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v18/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v18/methods/messages_readHistory.md b/old_docs/API_docs_v18/methods/messages_readHistory.md index 08eca081..2dd26c73 100644 --- a/old_docs/API_docs_v18/methods/messages_readHistory.md +++ b/old_docs/API_docs_v18/methods/messages_readHistory.md @@ -11,9 +11,9 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|read\_contents|[Bool](../types/Bool.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|read\_contents|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v18/methods/messages_readMessageContents.md b/old_docs/API_docs_v18/methods/messages_readMessageContents.md index 70d5d48d..20e661f2 100644 --- a/old_docs/API_docs_v18/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v18/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v18/methods/messages_receivedMessages.md b/old_docs/API_docs_v18/methods/messages_receivedMessages.md index 86e2812d..6afdd2fd 100644 --- a/old_docs/API_docs_v18/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v18/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v18/methods/messages_receivedQueue.md b/old_docs/API_docs_v18/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v18/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v18/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v18/methods/messages_search.md b/old_docs/API_docs_v18/methods/messages_search.md index 11b968bf..a59ea798 100644 --- a/old_docs/API_docs_v18/methods/messages_search.md +++ b/old_docs/API_docs_v18/methods/messages_search.md @@ -11,13 +11,13 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v18/methods/messages_sendBroadcast.md b/old_docs/API_docs_v18/methods/messages_sendBroadcast.md index fcc00263..a3163ed0 100644 --- a/old_docs/API_docs_v18/methods/messages_sendBroadcast.md +++ b/old_docs/API_docs_v18/methods/messages_sendBroadcast.md @@ -11,7 +11,7 @@ description: messages.sendBroadcast parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |contacts|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v18/methods/messages_sendEncrypted.md b/old_docs/API_docs_v18/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v18/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v18/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v18/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v18/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v18/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v18/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v18/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v18/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v18/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v18/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v18/methods/messages_sendMessage.md b/old_docs/API_docs_v18/methods/messages_sendMessage.md index 01c61e7e..708123ae 100644 --- a/old_docs/API_docs_v18/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v18/methods/messages_sendMessage.md @@ -11,7 +11,7 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_SentMessage](../types/messages_SentMessage.md) diff --git a/old_docs/API_docs_v18/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v18/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v18/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v18/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v18/methods/messages_setTyping.md b/old_docs/API_docs_v18/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v18/methods/messages_setTyping.md +++ b/old_docs/API_docs_v18/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v18/methods/photos_getUserPhotos.md b/old_docs/API_docs_v18/methods/photos_getUserPhotos.md index 76046e95..b8e881e5 100644 --- a/old_docs/API_docs_v18/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v18/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v18/methods/photos_updateProfilePhoto.md b/old_docs/API_docs_v18/methods/photos_updateProfilePhoto.md index fbe84e26..74f9d4a6 100644 --- a/old_docs/API_docs_v18/methods/photos_updateProfilePhoto.md +++ b/old_docs/API_docs_v18/methods/photos_updateProfilePhoto.md @@ -11,7 +11,7 @@ description: photos.updateProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputPhoto](../types/InputPhoto.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [UserProfilePhoto](../types/UserProfilePhoto.md) diff --git a/old_docs/API_docs_v18/methods/photos_uploadProfilePhoto.md b/old_docs/API_docs_v18/methods/photos_uploadProfilePhoto.md index 303ed4ea..fe4392f0 100644 --- a/old_docs/API_docs_v18/methods/photos_uploadProfilePhoto.md +++ b/old_docs/API_docs_v18/methods/photos_uploadProfilePhoto.md @@ -11,9 +11,9 @@ description: photos.uploadProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |file|[File path or InputFile](../types/InputFile.md) | Yes| -|caption|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|caption|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [photos\_Photo](../types/photos_Photo.md) diff --git a/old_docs/API_docs_v23/methods/account_changePhone.md b/old_docs/API_docs_v23/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v23/methods/account_changePhone.md +++ b/old_docs/API_docs_v23/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v23/methods/account_checkUsername.md b/old_docs/API_docs_v23/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v23/methods/account_checkUsername.md +++ b/old_docs/API_docs_v23/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v23/methods/account_deleteAccount.md b/old_docs/API_docs_v23/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v23/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v23/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v23/methods/account_getNotifySettings.md b/old_docs/API_docs_v23/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v23/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v23/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v23/methods/account_getPrivacy.md b/old_docs/API_docs_v23/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v23/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v23/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v23/methods/account_registerDevice.md b/old_docs/API_docs_v23/methods/account_registerDevice.md index 5c86d74c..47623cd9 100644 --- a/old_docs/API_docs_v23/methods/account_registerDevice.md +++ b/old_docs/API_docs_v23/methods/account_registerDevice.md @@ -12,13 +12,13 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|device\_model|[string](../types/string.md) | Yes|| -|system\_version|[string](../types/string.md) | Yes|| -|app\_version|[string](../types/string.md) | Yes|| -|app\_sandbox|[Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| -|lang\_code|[string](../types/string.md) | Yes|| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|device\_model|[CLICK ME string](../types/string.md) | Yes|| +|system\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_sandbox|[CLICK ME Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v23/methods/account_reportPeer.md b/old_docs/API_docs_v23/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/old_docs/API_docs_v23/methods/account_reportPeer.md +++ b/old_docs/API_docs_v23/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v23/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v23/methods/account_sendChangePhoneCode.md index b5258245..81846556 100644 --- a/old_docs/API_docs_v23/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v23/methods/account_sendChangePhoneCode.md @@ -12,7 +12,7 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|New phone number| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| ### Return type: [account\_SentChangePhoneCode](../types/account_SentChangePhoneCode.md) diff --git a/old_docs/API_docs_v23/methods/account_setAccountTTL.md b/old_docs/API_docs_v23/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v23/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v23/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v23/methods/account_setPrivacy.md b/old_docs/API_docs_v23/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v23/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v23/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v23/methods/account_unregisterDevice.md b/old_docs/API_docs_v23/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v23/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v23/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v23/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v23/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v23/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v23/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v23/methods/account_updateNotifySettings.md b/old_docs/API_docs_v23/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v23/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v23/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v23/methods/account_updateProfile.md b/old_docs/API_docs_v23/methods/account_updateProfile.md index 7f8d80c5..86552e1c 100644 --- a/old_docs/API_docs_v23/methods/account_updateProfile.md +++ b/old_docs/API_docs_v23/methods/account_updateProfile.md @@ -12,8 +12,8 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Yes|The first name| -|last\_name|[string](../types/string.md) | Yes|The last name| +|first\_name|[CLICK ME string](../types/string.md) | Yes|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Yes|The last name| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v23/methods/account_updateStatus.md b/old_docs/API_docs_v23/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v23/methods/account_updateStatus.md +++ b/old_docs/API_docs_v23/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v23/methods/account_updateUsername.md b/old_docs/API_docs_v23/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v23/methods/account_updateUsername.md +++ b/old_docs/API_docs_v23/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v23/methods/auth_checkPhone.md b/old_docs/API_docs_v23/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v23/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v23/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v23/methods/auth_sendCall.md b/old_docs/API_docs_v23/methods/auth_sendCall.md index 94ed6b7f..3bab952d 100644 --- a/old_docs/API_docs_v23/methods/auth_sendCall.md +++ b/old_docs/API_docs_v23/methods/auth_sendCall.md @@ -10,8 +10,8 @@ description: auth.sendCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v23/methods/auth_sendInvites.md b/old_docs/API_docs_v23/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v23/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v23/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v23/methods/auth_sendSms.md b/old_docs/API_docs_v23/methods/auth_sendSms.md index 0c4a7343..34450af2 100644 --- a/old_docs/API_docs_v23/methods/auth_sendSms.md +++ b/old_docs/API_docs_v23/methods/auth_sendSms.md @@ -10,8 +10,8 @@ description: auth.sendSms parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v23/methods/contacts_getBlocked.md b/old_docs/API_docs_v23/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v23/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v23/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v23/methods/contacts_getContacts.md b/old_docs/API_docs_v23/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v23/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v23/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v23/methods/contacts_getSuggested.md b/old_docs/API_docs_v23/methods/contacts_getSuggested.md index 7249b1f2..c324bc67 100644 --- a/old_docs/API_docs_v23/methods/contacts_getSuggested.md +++ b/old_docs/API_docs_v23/methods/contacts_getSuggested.md @@ -10,7 +10,7 @@ description: contacts.getSuggested parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [contacts\_Suggested](../types/contacts_Suggested.md) diff --git a/old_docs/API_docs_v23/methods/contacts_importCard.md b/old_docs/API_docs_v23/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v23/methods/contacts_importCard.md +++ b/old_docs/API_docs_v23/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v23/methods/contacts_importContacts.md b/old_docs/API_docs_v23/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v23/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v23/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v23/methods/contacts_search.md b/old_docs/API_docs_v23/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v23/methods/contacts_search.md +++ b/old_docs/API_docs_v23/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v23/methods/help_getAppUpdate.md b/old_docs/API_docs_v23/methods/help_getAppUpdate.md index f9b06641..cfc73e28 100644 --- a/old_docs/API_docs_v23/methods/help_getAppUpdate.md +++ b/old_docs/API_docs_v23/methods/help_getAppUpdate.md @@ -10,10 +10,10 @@ description: help.getAppUpdate parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppUpdate](../types/help_AppUpdate.md) diff --git a/old_docs/API_docs_v23/methods/help_getInviteText.md b/old_docs/API_docs_v23/methods/help_getInviteText.md index bac72a15..4604ff21 100644 --- a/old_docs/API_docs_v23/methods/help_getInviteText.md +++ b/old_docs/API_docs_v23/methods/help_getInviteText.md @@ -10,7 +10,7 @@ description: help.getInviteText parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_InviteText](../types/help_InviteText.md) diff --git a/old_docs/API_docs_v23/methods/help_saveAppLog.md b/old_docs/API_docs_v23/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v23/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v23/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v23/methods/initConnection.md b/old_docs/API_docs_v23/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v23/methods/initConnection.md +++ b/old_docs/API_docs_v23/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v23/methods/invokeAfterMsg.md b/old_docs/API_docs_v23/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v23/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v23/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v23/methods/invokeAfterMsgs.md b/old_docs/API_docs_v23/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v23/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v23/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v23/methods/invokeWithLayer.md b/old_docs/API_docs_v23/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v23/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v23/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v23/methods/messages_addChatUser.md b/old_docs/API_docs_v23/methods/messages_addChatUser.md index 27daee60..1f22a056 100644 --- a/old_docs/API_docs_v23/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v23/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_StatedMessage](../types/messages_StatedMessage.md) diff --git a/old_docs/API_docs_v23/methods/messages_createChat.md b/old_docs/API_docs_v23/methods/messages_createChat.md index 9151f426..bc4b76bf 100644 --- a/old_docs/API_docs_v23/methods/messages_createChat.md +++ b/old_docs/API_docs_v23/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_StatedMessage](../types/messages_StatedMessage.md) diff --git a/old_docs/API_docs_v23/methods/messages_deleteHistory.md b/old_docs/API_docs_v23/methods/messages_deleteHistory.md index 8e24ee79..75e27344 100644 --- a/old_docs/API_docs_v23/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v23/methods/messages_deleteHistory.md @@ -11,7 +11,7 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v23/methods/messages_deleteMessages.md b/old_docs/API_docs_v23/methods/messages_deleteMessages.md index 6e57455d..4ba2c964 100644 --- a/old_docs/API_docs_v23/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v23/methods/messages_deleteMessages.md @@ -10,7 +10,7 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v23/methods/messages_editChatPhoto.md b/old_docs/API_docs_v23/methods/messages_editChatPhoto.md index d0e0624a..a94bf081 100644 --- a/old_docs/API_docs_v23/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v23/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [messages\_StatedMessage](../types/messages_StatedMessage.md) diff --git a/old_docs/API_docs_v23/methods/messages_editChatTitle.md b/old_docs/API_docs_v23/methods/messages_editChatTitle.md index addff8ae..f474982f 100644 --- a/old_docs/API_docs_v23/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v23/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_StatedMessage](../types/messages_StatedMessage.md) diff --git a/old_docs/API_docs_v23/methods/messages_forwardMessage.md b/old_docs/API_docs_v23/methods/messages_forwardMessage.md index 25d09df3..01cbe652 100644 --- a/old_docs/API_docs_v23/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v23/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_StatedMessage](../types/messages_StatedMessage.md) diff --git a/old_docs/API_docs_v23/methods/messages_forwardMessages.md b/old_docs/API_docs_v23/methods/messages_forwardMessages.md index 5b583d07..73031315 100644 --- a/old_docs/API_docs_v23/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v23/methods/messages_forwardMessages.md @@ -11,7 +11,7 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_StatedMessages](../types/messages_StatedMessages.md) diff --git a/old_docs/API_docs_v23/methods/messages_getAllStickers.md b/old_docs/API_docs_v23/methods/messages_getAllStickers.md index c1387ab3..aa5c6663 100644 --- a/old_docs/API_docs_v23/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v23/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v23/methods/messages_getChats.md b/old_docs/API_docs_v23/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v23/methods/messages_getChats.md +++ b/old_docs/API_docs_v23/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v23/methods/messages_getDhConfig.md b/old_docs/API_docs_v23/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v23/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v23/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v23/methods/messages_getDialogs.md b/old_docs/API_docs_v23/methods/messages_getDialogs.md index 0cd10d8c..b266f8c6 100644 --- a/old_docs/API_docs_v23/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v23/methods/messages_getDialogs.md @@ -10,9 +10,9 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v23/methods/messages_getHistory.md b/old_docs/API_docs_v23/methods/messages_getHistory.md index e3eef289..0b1b8e92 100644 --- a/old_docs/API_docs_v23/methods/messages_getHistory.md +++ b/old_docs/API_docs_v23/methods/messages_getHistory.md @@ -11,9 +11,9 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v23/methods/messages_getMessages.md b/old_docs/API_docs_v23/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v23/methods/messages_getMessages.md +++ b/old_docs/API_docs_v23/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v23/methods/messages_getStickers.md b/old_docs/API_docs_v23/methods/messages_getStickers.md index 6ac68c87..5f70bcba 100644 --- a/old_docs/API_docs_v23/methods/messages_getStickers.md +++ b/old_docs/API_docs_v23/methods/messages_getStickers.md @@ -10,8 +10,8 @@ description: messages.getStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|emoticon|[string](../types/string.md) | Yes| -|hash|[string](../types/string.md) | Yes| +|emoticon|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_Stickers](../types/messages_Stickers.md) diff --git a/old_docs/API_docs_v23/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v23/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v23/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v23/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v23/methods/messages_readHistory.md b/old_docs/API_docs_v23/methods/messages_readHistory.md index 08eca081..2dd26c73 100644 --- a/old_docs/API_docs_v23/methods/messages_readHistory.md +++ b/old_docs/API_docs_v23/methods/messages_readHistory.md @@ -11,9 +11,9 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|read\_contents|[Bool](../types/Bool.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|read\_contents|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v23/methods/messages_readMessageContents.md b/old_docs/API_docs_v23/methods/messages_readMessageContents.md index 70d5d48d..20e661f2 100644 --- a/old_docs/API_docs_v23/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v23/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v23/methods/messages_receivedMessages.md b/old_docs/API_docs_v23/methods/messages_receivedMessages.md index 86e2812d..6afdd2fd 100644 --- a/old_docs/API_docs_v23/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v23/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v23/methods/messages_receivedQueue.md b/old_docs/API_docs_v23/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v23/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v23/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v23/methods/messages_search.md b/old_docs/API_docs_v23/methods/messages_search.md index 11b968bf..a59ea798 100644 --- a/old_docs/API_docs_v23/methods/messages_search.md +++ b/old_docs/API_docs_v23/methods/messages_search.md @@ -11,13 +11,13 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v23/methods/messages_sendBroadcast.md b/old_docs/API_docs_v23/methods/messages_sendBroadcast.md index fcc00263..a3163ed0 100644 --- a/old_docs/API_docs_v23/methods/messages_sendBroadcast.md +++ b/old_docs/API_docs_v23/methods/messages_sendBroadcast.md @@ -11,7 +11,7 @@ description: messages.sendBroadcast parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |contacts|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v23/methods/messages_sendEncrypted.md b/old_docs/API_docs_v23/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v23/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v23/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v23/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v23/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v23/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v23/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v23/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v23/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v23/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v23/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v23/methods/messages_sendMessage.md b/old_docs/API_docs_v23/methods/messages_sendMessage.md index 01c61e7e..708123ae 100644 --- a/old_docs/API_docs_v23/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v23/methods/messages_sendMessage.md @@ -11,7 +11,7 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_SentMessage](../types/messages_SentMessage.md) diff --git a/old_docs/API_docs_v23/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v23/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v23/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v23/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v23/methods/messages_setTyping.md b/old_docs/API_docs_v23/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v23/methods/messages_setTyping.md +++ b/old_docs/API_docs_v23/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v23/methods/photos_getUserPhotos.md b/old_docs/API_docs_v23/methods/photos_getUserPhotos.md index 76046e95..b8e881e5 100644 --- a/old_docs/API_docs_v23/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v23/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v23/methods/photos_updateProfilePhoto.md b/old_docs/API_docs_v23/methods/photos_updateProfilePhoto.md index fbe84e26..74f9d4a6 100644 --- a/old_docs/API_docs_v23/methods/photos_updateProfilePhoto.md +++ b/old_docs/API_docs_v23/methods/photos_updateProfilePhoto.md @@ -11,7 +11,7 @@ description: photos.updateProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputPhoto](../types/InputPhoto.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [UserProfilePhoto](../types/UserProfilePhoto.md) diff --git a/old_docs/API_docs_v23/methods/photos_uploadProfilePhoto.md b/old_docs/API_docs_v23/methods/photos_uploadProfilePhoto.md index 303ed4ea..fe4392f0 100644 --- a/old_docs/API_docs_v23/methods/photos_uploadProfilePhoto.md +++ b/old_docs/API_docs_v23/methods/photos_uploadProfilePhoto.md @@ -11,9 +11,9 @@ description: photos.uploadProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |file|[File path or InputFile](../types/InputFile.md) | Yes| -|caption|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|caption|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [photos\_Photo](../types/photos_Photo.md) diff --git a/old_docs/API_docs_v25/methods/account_changePhone.md b/old_docs/API_docs_v25/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v25/methods/account_changePhone.md +++ b/old_docs/API_docs_v25/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v25/methods/account_checkUsername.md b/old_docs/API_docs_v25/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v25/methods/account_checkUsername.md +++ b/old_docs/API_docs_v25/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/account_deleteAccount.md b/old_docs/API_docs_v25/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v25/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v25/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/account_getNotifySettings.md b/old_docs/API_docs_v25/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v25/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v25/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v25/methods/account_getPrivacy.md b/old_docs/API_docs_v25/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v25/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v25/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v25/methods/account_registerDevice.md b/old_docs/API_docs_v25/methods/account_registerDevice.md index 5c86d74c..47623cd9 100644 --- a/old_docs/API_docs_v25/methods/account_registerDevice.md +++ b/old_docs/API_docs_v25/methods/account_registerDevice.md @@ -12,13 +12,13 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|device\_model|[string](../types/string.md) | Yes|| -|system\_version|[string](../types/string.md) | Yes|| -|app\_version|[string](../types/string.md) | Yes|| -|app\_sandbox|[Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| -|lang\_code|[string](../types/string.md) | Yes|| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|device\_model|[CLICK ME string](../types/string.md) | Yes|| +|system\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_sandbox|[CLICK ME Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v25/methods/account_sendChangePhoneCode.md index b5258245..81846556 100644 --- a/old_docs/API_docs_v25/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v25/methods/account_sendChangePhoneCode.md @@ -12,7 +12,7 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|New phone number| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| ### Return type: [account\_SentChangePhoneCode](../types/account_SentChangePhoneCode.md) diff --git a/old_docs/API_docs_v25/methods/account_setAccountTTL.md b/old_docs/API_docs_v25/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v25/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v25/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/account_setPassword.md b/old_docs/API_docs_v25/methods/account_setPassword.md index da0ec2ab..92bb06a7 100644 --- a/old_docs/API_docs_v25/methods/account_setPassword.md +++ b/old_docs/API_docs_v25/methods/account_setPassword.md @@ -10,10 +10,10 @@ description: account.setPassword parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes| -|new\_salt|[bytes](../types/bytes.md) | Yes| -|new\_password\_hash|[bytes](../types/bytes.md) | Yes| -|hint|[string](../types/string.md) | Yes| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes| +|new\_salt|[CLICK ME bytes](../types/bytes.md) | Yes| +|new\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes| +|hint|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/account_setPrivacy.md b/old_docs/API_docs_v25/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v25/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v25/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v25/methods/account_unregisterDevice.md b/old_docs/API_docs_v25/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v25/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v25/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v25/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v25/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v25/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/account_updateNotifySettings.md b/old_docs/API_docs_v25/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v25/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v25/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/account_updateProfile.md b/old_docs/API_docs_v25/methods/account_updateProfile.md index 7f8d80c5..86552e1c 100644 --- a/old_docs/API_docs_v25/methods/account_updateProfile.md +++ b/old_docs/API_docs_v25/methods/account_updateProfile.md @@ -12,8 +12,8 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Yes|The first name| -|last\_name|[string](../types/string.md) | Yes|The last name| +|first\_name|[CLICK ME string](../types/string.md) | Yes|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Yes|The last name| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v25/methods/account_updateStatus.md b/old_docs/API_docs_v25/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v25/methods/account_updateStatus.md +++ b/old_docs/API_docs_v25/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/account_updateUsername.md b/old_docs/API_docs_v25/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v25/methods/account_updateUsername.md +++ b/old_docs/API_docs_v25/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v25/methods/auth_checkPhone.md b/old_docs/API_docs_v25/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v25/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v25/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v25/methods/auth_sendCall.md b/old_docs/API_docs_v25/methods/auth_sendCall.md index 94ed6b7f..3bab952d 100644 --- a/old_docs/API_docs_v25/methods/auth_sendCall.md +++ b/old_docs/API_docs_v25/methods/auth_sendCall.md @@ -10,8 +10,8 @@ description: auth.sendCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/auth_sendInvites.md b/old_docs/API_docs_v25/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v25/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v25/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/auth_sendSms.md b/old_docs/API_docs_v25/methods/auth_sendSms.md index 0c4a7343..34450af2 100644 --- a/old_docs/API_docs_v25/methods/auth_sendSms.md +++ b/old_docs/API_docs_v25/methods/auth_sendSms.md @@ -10,8 +10,8 @@ description: auth.sendSms parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/contacts_getBlocked.md b/old_docs/API_docs_v25/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v25/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v25/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v25/methods/contacts_getContacts.md b/old_docs/API_docs_v25/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v25/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v25/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v25/methods/contacts_getSuggested.md b/old_docs/API_docs_v25/methods/contacts_getSuggested.md index 7249b1f2..c324bc67 100644 --- a/old_docs/API_docs_v25/methods/contacts_getSuggested.md +++ b/old_docs/API_docs_v25/methods/contacts_getSuggested.md @@ -10,7 +10,7 @@ description: contacts.getSuggested parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [contacts\_Suggested](../types/contacts_Suggested.md) diff --git a/old_docs/API_docs_v25/methods/contacts_importCard.md b/old_docs/API_docs_v25/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v25/methods/contacts_importCard.md +++ b/old_docs/API_docs_v25/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v25/methods/contacts_importContacts.md b/old_docs/API_docs_v25/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v25/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v25/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v25/methods/contacts_search.md b/old_docs/API_docs_v25/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v25/methods/contacts_search.md +++ b/old_docs/API_docs_v25/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v25/methods/geochats_checkin.md b/old_docs/API_docs_v25/methods/geochats_checkin.md index a011bbe2..bf8893fe 100644 --- a/old_docs/API_docs_v25/methods/geochats_checkin.md +++ b/old_docs/API_docs_v25/methods/geochats_checkin.md @@ -10,7 +10,7 @@ description: geochats.checkin parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| ### Return type: [geochats\_StatedMessage](../types/geochats_StatedMessage.md) diff --git a/old_docs/API_docs_v25/methods/geochats_createGeoChat.md b/old_docs/API_docs_v25/methods/geochats_createGeoChat.md index 60b34aba..4ae78246 100644 --- a/old_docs/API_docs_v25/methods/geochats_createGeoChat.md +++ b/old_docs/API_docs_v25/methods/geochats_createGeoChat.md @@ -10,10 +10,10 @@ description: geochats.createGeoChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|title|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|address|[string](../types/string.md) | Yes| -|venue|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|address|[CLICK ME string](../types/string.md) | Yes| +|venue|[CLICK ME string](../types/string.md) | Yes| ### Return type: [geochats\_StatedMessage](../types/geochats_StatedMessage.md) diff --git a/old_docs/API_docs_v25/methods/geochats_editChatPhoto.md b/old_docs/API_docs_v25/methods/geochats_editChatPhoto.md index 650bb041..7662cfe4 100644 --- a/old_docs/API_docs_v25/methods/geochats_editChatPhoto.md +++ b/old_docs/API_docs_v25/methods/geochats_editChatPhoto.md @@ -10,8 +10,8 @@ description: geochats.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [geochats\_StatedMessage](../types/geochats_StatedMessage.md) diff --git a/old_docs/API_docs_v25/methods/geochats_editChatTitle.md b/old_docs/API_docs_v25/methods/geochats_editChatTitle.md index 3a0f2517..445f9a09 100644 --- a/old_docs/API_docs_v25/methods/geochats_editChatTitle.md +++ b/old_docs/API_docs_v25/methods/geochats_editChatTitle.md @@ -10,9 +10,9 @@ description: geochats.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|title|[string](../types/string.md) | Yes| -|address|[string](../types/string.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| +|address|[CLICK ME string](../types/string.md) | Yes| ### Return type: [geochats\_StatedMessage](../types/geochats_StatedMessage.md) diff --git a/old_docs/API_docs_v25/methods/geochats_getFullChat.md b/old_docs/API_docs_v25/methods/geochats_getFullChat.md index 5dde7118..d139b2ab 100644 --- a/old_docs/API_docs_v25/methods/geochats_getFullChat.md +++ b/old_docs/API_docs_v25/methods/geochats_getFullChat.md @@ -10,7 +10,7 @@ description: geochats.getFullChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| ### Return type: [messages\_ChatFull](../types/messages_ChatFull.md) diff --git a/old_docs/API_docs_v25/methods/geochats_getHistory.md b/old_docs/API_docs_v25/methods/geochats_getHistory.md index 4c53d110..67f4eeeb 100644 --- a/old_docs/API_docs_v25/methods/geochats_getHistory.md +++ b/old_docs/API_docs_v25/methods/geochats_getHistory.md @@ -10,10 +10,10 @@ description: geochats.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [geochats\_Messages](../types/geochats_Messages.md) diff --git a/old_docs/API_docs_v25/methods/geochats_getLocated.md b/old_docs/API_docs_v25/methods/geochats_getLocated.md index 0e008ce8..83869f72 100644 --- a/old_docs/API_docs_v25/methods/geochats_getLocated.md +++ b/old_docs/API_docs_v25/methods/geochats_getLocated.md @@ -10,9 +10,9 @@ description: geochats.getLocated parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|radius|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|radius|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [geochats\_Located](../types/geochats_Located.md) diff --git a/old_docs/API_docs_v25/methods/geochats_getRecents.md b/old_docs/API_docs_v25/methods/geochats_getRecents.md index 9f0dc40e..75d7be76 100644 --- a/old_docs/API_docs_v25/methods/geochats_getRecents.md +++ b/old_docs/API_docs_v25/methods/geochats_getRecents.md @@ -10,8 +10,8 @@ description: geochats.getRecents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [geochats\_Messages](../types/geochats_Messages.md) diff --git a/old_docs/API_docs_v25/methods/geochats_search.md b/old_docs/API_docs_v25/methods/geochats_search.md index 38b073f8..f4673476 100644 --- a/old_docs/API_docs_v25/methods/geochats_search.md +++ b/old_docs/API_docs_v25/methods/geochats_search.md @@ -10,14 +10,14 @@ description: geochats.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [geochats\_Messages](../types/geochats_Messages.md) diff --git a/old_docs/API_docs_v25/methods/geochats_sendMedia.md b/old_docs/API_docs_v25/methods/geochats_sendMedia.md index 6b1e88ec..f7c08555 100644 --- a/old_docs/API_docs_v25/methods/geochats_sendMedia.md +++ b/old_docs/API_docs_v25/methods/geochats_sendMedia.md @@ -10,7 +10,7 @@ description: geochats.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v25/methods/geochats_sendMessage.md b/old_docs/API_docs_v25/methods/geochats_sendMessage.md index 149ba8d8..a7d73a1f 100644 --- a/old_docs/API_docs_v25/methods/geochats_sendMessage.md +++ b/old_docs/API_docs_v25/methods/geochats_sendMessage.md @@ -10,8 +10,8 @@ description: geochats.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|message|[string](../types/string.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [geochats\_StatedMessage](../types/geochats_StatedMessage.md) diff --git a/old_docs/API_docs_v25/methods/geochats_setTyping.md b/old_docs/API_docs_v25/methods/geochats_setTyping.md index bf73a8a8..e9a4851e 100644 --- a/old_docs/API_docs_v25/methods/geochats_setTyping.md +++ b/old_docs/API_docs_v25/methods/geochats_setTyping.md @@ -10,8 +10,8 @@ description: geochats.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/help_getAppUpdate.md b/old_docs/API_docs_v25/methods/help_getAppUpdate.md index f9b06641..cfc73e28 100644 --- a/old_docs/API_docs_v25/methods/help_getAppUpdate.md +++ b/old_docs/API_docs_v25/methods/help_getAppUpdate.md @@ -10,10 +10,10 @@ description: help.getAppUpdate parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppUpdate](../types/help_AppUpdate.md) diff --git a/old_docs/API_docs_v25/methods/help_getInviteText.md b/old_docs/API_docs_v25/methods/help_getInviteText.md index bac72a15..4604ff21 100644 --- a/old_docs/API_docs_v25/methods/help_getInviteText.md +++ b/old_docs/API_docs_v25/methods/help_getInviteText.md @@ -10,7 +10,7 @@ description: help.getInviteText parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_InviteText](../types/help_InviteText.md) diff --git a/old_docs/API_docs_v25/methods/help_saveAppLog.md b/old_docs/API_docs_v25/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v25/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v25/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/initConnection.md b/old_docs/API_docs_v25/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v25/methods/initConnection.md +++ b/old_docs/API_docs_v25/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v25/methods/invokeAfterMsg.md b/old_docs/API_docs_v25/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v25/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v25/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v25/methods/invokeAfterMsgs.md b/old_docs/API_docs_v25/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v25/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v25/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v25/methods/invokeWithLayer.md b/old_docs/API_docs_v25/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v25/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v25/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v25/methods/messages_addChatUser.md b/old_docs/API_docs_v25/methods/messages_addChatUser.md index 27daee60..1f22a056 100644 --- a/old_docs/API_docs_v25/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v25/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_StatedMessage](../types/messages_StatedMessage.md) diff --git a/old_docs/API_docs_v25/methods/messages_createChat.md b/old_docs/API_docs_v25/methods/messages_createChat.md index 9151f426..bc4b76bf 100644 --- a/old_docs/API_docs_v25/methods/messages_createChat.md +++ b/old_docs/API_docs_v25/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_StatedMessage](../types/messages_StatedMessage.md) diff --git a/old_docs/API_docs_v25/methods/messages_deleteHistory.md b/old_docs/API_docs_v25/methods/messages_deleteHistory.md index 8e24ee79..75e27344 100644 --- a/old_docs/API_docs_v25/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v25/methods/messages_deleteHistory.md @@ -11,7 +11,7 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v25/methods/messages_deleteMessages.md b/old_docs/API_docs_v25/methods/messages_deleteMessages.md index 12347c81..fd6402c6 100644 --- a/old_docs/API_docs_v25/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v25/methods/messages_deleteMessages.md @@ -10,7 +10,7 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v25/methods/messages_editChatPhoto.md b/old_docs/API_docs_v25/methods/messages_editChatPhoto.md index d0e0624a..a94bf081 100644 --- a/old_docs/API_docs_v25/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v25/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [messages\_StatedMessage](../types/messages_StatedMessage.md) diff --git a/old_docs/API_docs_v25/methods/messages_editChatTitle.md b/old_docs/API_docs_v25/methods/messages_editChatTitle.md index addff8ae..f474982f 100644 --- a/old_docs/API_docs_v25/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v25/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_StatedMessage](../types/messages_StatedMessage.md) diff --git a/old_docs/API_docs_v25/methods/messages_forwardMessage.md b/old_docs/API_docs_v25/methods/messages_forwardMessage.md index 25d09df3..01cbe652 100644 --- a/old_docs/API_docs_v25/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v25/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_StatedMessage](../types/messages_StatedMessage.md) diff --git a/old_docs/API_docs_v25/methods/messages_forwardMessages.md b/old_docs/API_docs_v25/methods/messages_forwardMessages.md index 5b583d07..73031315 100644 --- a/old_docs/API_docs_v25/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v25/methods/messages_forwardMessages.md @@ -11,7 +11,7 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_StatedMessages](../types/messages_StatedMessages.md) diff --git a/old_docs/API_docs_v25/methods/messages_getAllStickers.md b/old_docs/API_docs_v25/methods/messages_getAllStickers.md index c1387ab3..aa5c6663 100644 --- a/old_docs/API_docs_v25/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v25/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v25/methods/messages_getChats.md b/old_docs/API_docs_v25/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v25/methods/messages_getChats.md +++ b/old_docs/API_docs_v25/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v25/methods/messages_getDhConfig.md b/old_docs/API_docs_v25/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v25/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v25/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v25/methods/messages_getDialogs.md b/old_docs/API_docs_v25/methods/messages_getDialogs.md index 0cd10d8c..b266f8c6 100644 --- a/old_docs/API_docs_v25/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v25/methods/messages_getDialogs.md @@ -10,9 +10,9 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v25/methods/messages_getHistory.md b/old_docs/API_docs_v25/methods/messages_getHistory.md index e3eef289..0b1b8e92 100644 --- a/old_docs/API_docs_v25/methods/messages_getHistory.md +++ b/old_docs/API_docs_v25/methods/messages_getHistory.md @@ -11,9 +11,9 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v25/methods/messages_getMessages.md b/old_docs/API_docs_v25/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v25/methods/messages_getMessages.md +++ b/old_docs/API_docs_v25/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v25/methods/messages_getStickers.md b/old_docs/API_docs_v25/methods/messages_getStickers.md index 6ac68c87..5f70bcba 100644 --- a/old_docs/API_docs_v25/methods/messages_getStickers.md +++ b/old_docs/API_docs_v25/methods/messages_getStickers.md @@ -10,8 +10,8 @@ description: messages.getStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|emoticon|[string](../types/string.md) | Yes| -|hash|[string](../types/string.md) | Yes| +|emoticon|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_Stickers](../types/messages_Stickers.md) diff --git a/old_docs/API_docs_v25/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v25/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v25/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v25/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/messages_readHistory.md b/old_docs/API_docs_v25/methods/messages_readHistory.md index 4bb27a35..a67b9036 100644 --- a/old_docs/API_docs_v25/methods/messages_readHistory.md +++ b/old_docs/API_docs_v25/methods/messages_readHistory.md @@ -11,8 +11,8 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v25/methods/messages_readMessageContents.md b/old_docs/API_docs_v25/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v25/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v25/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v25/methods/messages_receivedMessages.md b/old_docs/API_docs_v25/methods/messages_receivedMessages.md index 86e2812d..6afdd2fd 100644 --- a/old_docs/API_docs_v25/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v25/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v25/methods/messages_receivedQueue.md b/old_docs/API_docs_v25/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v25/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v25/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v25/methods/messages_search.md b/old_docs/API_docs_v25/methods/messages_search.md index 11b968bf..a59ea798 100644 --- a/old_docs/API_docs_v25/methods/messages_search.md +++ b/old_docs/API_docs_v25/methods/messages_search.md @@ -11,13 +11,13 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v25/methods/messages_sendBroadcast.md b/old_docs/API_docs_v25/methods/messages_sendBroadcast.md index fcc00263..a3163ed0 100644 --- a/old_docs/API_docs_v25/methods/messages_sendBroadcast.md +++ b/old_docs/API_docs_v25/methods/messages_sendBroadcast.md @@ -11,7 +11,7 @@ description: messages.sendBroadcast parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |contacts|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v25/methods/messages_sendEncrypted.md b/old_docs/API_docs_v25/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v25/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v25/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v25/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v25/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v25/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v25/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v25/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v25/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v25/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v25/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v25/methods/messages_sendMedia.md b/old_docs/API_docs_v25/methods/messages_sendMedia.md index b32dbb05..a1eb158b 100644 --- a/old_docs/API_docs_v25/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v25/methods/messages_sendMedia.md @@ -11,7 +11,7 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v25/methods/messages_sendMessage.md b/old_docs/API_docs_v25/methods/messages_sendMessage.md index 8dd3a8bd..15dbdb22 100644 --- a/old_docs/API_docs_v25/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v25/methods/messages_sendMessage.md @@ -11,8 +11,8 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_SentMessage](../types/messages_SentMessage.md) diff --git a/old_docs/API_docs_v25/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v25/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v25/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v25/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/messages_setTyping.md b/old_docs/API_docs_v25/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v25/methods/messages_setTyping.md +++ b/old_docs/API_docs_v25/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v25/methods/photos_getUserPhotos.md b/old_docs/API_docs_v25/methods/photos_getUserPhotos.md index 76046e95..b8e881e5 100644 --- a/old_docs/API_docs_v25/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v25/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v25/methods/photos_updateProfilePhoto.md b/old_docs/API_docs_v25/methods/photos_updateProfilePhoto.md index fbe84e26..74f9d4a6 100644 --- a/old_docs/API_docs_v25/methods/photos_updateProfilePhoto.md +++ b/old_docs/API_docs_v25/methods/photos_updateProfilePhoto.md @@ -11,7 +11,7 @@ description: photos.updateProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputPhoto](../types/InputPhoto.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [UserProfilePhoto](../types/UserProfilePhoto.md) diff --git a/old_docs/API_docs_v25/methods/photos_uploadProfilePhoto.md b/old_docs/API_docs_v25/methods/photos_uploadProfilePhoto.md index 303ed4ea..fe4392f0 100644 --- a/old_docs/API_docs_v25/methods/photos_uploadProfilePhoto.md +++ b/old_docs/API_docs_v25/methods/photos_uploadProfilePhoto.md @@ -11,9 +11,9 @@ description: photos.uploadProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |file|[File path or InputFile](../types/InputFile.md) | Yes| -|caption|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|caption|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [photos\_Photo](../types/photos_Photo.md) diff --git a/old_docs/API_docs_v27/methods/account_changePhone.md b/old_docs/API_docs_v27/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v27/methods/account_changePhone.md +++ b/old_docs/API_docs_v27/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v27/methods/account_checkUsername.md b/old_docs/API_docs_v27/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v27/methods/account_checkUsername.md +++ b/old_docs/API_docs_v27/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/account_deleteAccount.md b/old_docs/API_docs_v27/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v27/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v27/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/account_getNotifySettings.md b/old_docs/API_docs_v27/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v27/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v27/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v27/methods/account_getPasswordSettings.md b/old_docs/API_docs_v27/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v27/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v27/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v27/methods/account_getPrivacy.md b/old_docs/API_docs_v27/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v27/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v27/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v27/methods/account_registerDevice.md b/old_docs/API_docs_v27/methods/account_registerDevice.md index 5c86d74c..47623cd9 100644 --- a/old_docs/API_docs_v27/methods/account_registerDevice.md +++ b/old_docs/API_docs_v27/methods/account_registerDevice.md @@ -12,13 +12,13 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|device\_model|[string](../types/string.md) | Yes|| -|system\_version|[string](../types/string.md) | Yes|| -|app\_version|[string](../types/string.md) | Yes|| -|app\_sandbox|[Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| -|lang\_code|[string](../types/string.md) | Yes|| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|device\_model|[CLICK ME string](../types/string.md) | Yes|| +|system\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_sandbox|[CLICK ME Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/account_resetAuthorization.md b/old_docs/API_docs_v27/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v27/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v27/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v27/methods/account_sendChangePhoneCode.md index b5258245..81846556 100644 --- a/old_docs/API_docs_v27/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v27/methods/account_sendChangePhoneCode.md @@ -12,7 +12,7 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|New phone number| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| ### Return type: [account\_SentChangePhoneCode](../types/account_SentChangePhoneCode.md) diff --git a/old_docs/API_docs_v27/methods/account_setAccountTTL.md b/old_docs/API_docs_v27/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v27/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v27/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/account_setPrivacy.md b/old_docs/API_docs_v27/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v27/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v27/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v27/methods/account_unregisterDevice.md b/old_docs/API_docs_v27/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v27/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v27/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v27/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v27/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v27/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/account_updateNotifySettings.md b/old_docs/API_docs_v27/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v27/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v27/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v27/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v27/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v27/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/account_updateProfile.md b/old_docs/API_docs_v27/methods/account_updateProfile.md index 7f8d80c5..86552e1c 100644 --- a/old_docs/API_docs_v27/methods/account_updateProfile.md +++ b/old_docs/API_docs_v27/methods/account_updateProfile.md @@ -12,8 +12,8 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Yes|The first name| -|last\_name|[string](../types/string.md) | Yes|The last name| +|first\_name|[CLICK ME string](../types/string.md) | Yes|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Yes|The last name| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v27/methods/account_updateStatus.md b/old_docs/API_docs_v27/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v27/methods/account_updateStatus.md +++ b/old_docs/API_docs_v27/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/account_updateUsername.md b/old_docs/API_docs_v27/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v27/methods/account_updateUsername.md +++ b/old_docs/API_docs_v27/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v27/methods/auth_checkPhone.md b/old_docs/API_docs_v27/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v27/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v27/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v27/methods/auth_recoverPassword.md b/old_docs/API_docs_v27/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v27/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v27/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v27/methods/auth_sendCall.md b/old_docs/API_docs_v27/methods/auth_sendCall.md index 94ed6b7f..3bab952d 100644 --- a/old_docs/API_docs_v27/methods/auth_sendCall.md +++ b/old_docs/API_docs_v27/methods/auth_sendCall.md @@ -10,8 +10,8 @@ description: auth.sendCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/auth_sendInvites.md b/old_docs/API_docs_v27/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v27/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v27/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/auth_sendSms.md b/old_docs/API_docs_v27/methods/auth_sendSms.md index 0c4a7343..34450af2 100644 --- a/old_docs/API_docs_v27/methods/auth_sendSms.md +++ b/old_docs/API_docs_v27/methods/auth_sendSms.md @@ -10,8 +10,8 @@ description: auth.sendSms parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/contacts_getBlocked.md b/old_docs/API_docs_v27/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v27/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v27/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v27/methods/contacts_getContacts.md b/old_docs/API_docs_v27/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v27/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v27/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v27/methods/contacts_getSuggested.md b/old_docs/API_docs_v27/methods/contacts_getSuggested.md index 7249b1f2..c324bc67 100644 --- a/old_docs/API_docs_v27/methods/contacts_getSuggested.md +++ b/old_docs/API_docs_v27/methods/contacts_getSuggested.md @@ -10,7 +10,7 @@ description: contacts.getSuggested parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [contacts\_Suggested](../types/contacts_Suggested.md) diff --git a/old_docs/API_docs_v27/methods/contacts_importCard.md b/old_docs/API_docs_v27/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v27/methods/contacts_importCard.md +++ b/old_docs/API_docs_v27/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v27/methods/contacts_importContacts.md b/old_docs/API_docs_v27/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v27/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v27/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v27/methods/contacts_search.md b/old_docs/API_docs_v27/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v27/methods/contacts_search.md +++ b/old_docs/API_docs_v27/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v27/methods/geochats_checkin.md b/old_docs/API_docs_v27/methods/geochats_checkin.md index a011bbe2..bf8893fe 100644 --- a/old_docs/API_docs_v27/methods/geochats_checkin.md +++ b/old_docs/API_docs_v27/methods/geochats_checkin.md @@ -10,7 +10,7 @@ description: geochats.checkin parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| ### Return type: [geochats\_StatedMessage](../types/geochats_StatedMessage.md) diff --git a/old_docs/API_docs_v27/methods/geochats_createGeoChat.md b/old_docs/API_docs_v27/methods/geochats_createGeoChat.md index 60b34aba..4ae78246 100644 --- a/old_docs/API_docs_v27/methods/geochats_createGeoChat.md +++ b/old_docs/API_docs_v27/methods/geochats_createGeoChat.md @@ -10,10 +10,10 @@ description: geochats.createGeoChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|title|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|address|[string](../types/string.md) | Yes| -|venue|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|address|[CLICK ME string](../types/string.md) | Yes| +|venue|[CLICK ME string](../types/string.md) | Yes| ### Return type: [geochats\_StatedMessage](../types/geochats_StatedMessage.md) diff --git a/old_docs/API_docs_v27/methods/geochats_editChatPhoto.md b/old_docs/API_docs_v27/methods/geochats_editChatPhoto.md index 650bb041..7662cfe4 100644 --- a/old_docs/API_docs_v27/methods/geochats_editChatPhoto.md +++ b/old_docs/API_docs_v27/methods/geochats_editChatPhoto.md @@ -10,8 +10,8 @@ description: geochats.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [geochats\_StatedMessage](../types/geochats_StatedMessage.md) diff --git a/old_docs/API_docs_v27/methods/geochats_editChatTitle.md b/old_docs/API_docs_v27/methods/geochats_editChatTitle.md index 3a0f2517..445f9a09 100644 --- a/old_docs/API_docs_v27/methods/geochats_editChatTitle.md +++ b/old_docs/API_docs_v27/methods/geochats_editChatTitle.md @@ -10,9 +10,9 @@ description: geochats.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|title|[string](../types/string.md) | Yes| -|address|[string](../types/string.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| +|address|[CLICK ME string](../types/string.md) | Yes| ### Return type: [geochats\_StatedMessage](../types/geochats_StatedMessage.md) diff --git a/old_docs/API_docs_v27/methods/geochats_getFullChat.md b/old_docs/API_docs_v27/methods/geochats_getFullChat.md index 5dde7118..d139b2ab 100644 --- a/old_docs/API_docs_v27/methods/geochats_getFullChat.md +++ b/old_docs/API_docs_v27/methods/geochats_getFullChat.md @@ -10,7 +10,7 @@ description: geochats.getFullChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| ### Return type: [messages\_ChatFull](../types/messages_ChatFull.md) diff --git a/old_docs/API_docs_v27/methods/geochats_getHistory.md b/old_docs/API_docs_v27/methods/geochats_getHistory.md index 4c53d110..67f4eeeb 100644 --- a/old_docs/API_docs_v27/methods/geochats_getHistory.md +++ b/old_docs/API_docs_v27/methods/geochats_getHistory.md @@ -10,10 +10,10 @@ description: geochats.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [geochats\_Messages](../types/geochats_Messages.md) diff --git a/old_docs/API_docs_v27/methods/geochats_getLocated.md b/old_docs/API_docs_v27/methods/geochats_getLocated.md index 0e008ce8..83869f72 100644 --- a/old_docs/API_docs_v27/methods/geochats_getLocated.md +++ b/old_docs/API_docs_v27/methods/geochats_getLocated.md @@ -10,9 +10,9 @@ description: geochats.getLocated parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|radius|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|radius|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [geochats\_Located](../types/geochats_Located.md) diff --git a/old_docs/API_docs_v27/methods/geochats_getRecents.md b/old_docs/API_docs_v27/methods/geochats_getRecents.md index 9f0dc40e..75d7be76 100644 --- a/old_docs/API_docs_v27/methods/geochats_getRecents.md +++ b/old_docs/API_docs_v27/methods/geochats_getRecents.md @@ -10,8 +10,8 @@ description: geochats.getRecents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [geochats\_Messages](../types/geochats_Messages.md) diff --git a/old_docs/API_docs_v27/methods/geochats_search.md b/old_docs/API_docs_v27/methods/geochats_search.md index 38b073f8..f4673476 100644 --- a/old_docs/API_docs_v27/methods/geochats_search.md +++ b/old_docs/API_docs_v27/methods/geochats_search.md @@ -10,14 +10,14 @@ description: geochats.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [geochats\_Messages](../types/geochats_Messages.md) diff --git a/old_docs/API_docs_v27/methods/geochats_sendMedia.md b/old_docs/API_docs_v27/methods/geochats_sendMedia.md index 6b1e88ec..f7c08555 100644 --- a/old_docs/API_docs_v27/methods/geochats_sendMedia.md +++ b/old_docs/API_docs_v27/methods/geochats_sendMedia.md @@ -10,7 +10,7 @@ description: geochats.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v27/methods/geochats_sendMessage.md b/old_docs/API_docs_v27/methods/geochats_sendMessage.md index 149ba8d8..a7d73a1f 100644 --- a/old_docs/API_docs_v27/methods/geochats_sendMessage.md +++ b/old_docs/API_docs_v27/methods/geochats_sendMessage.md @@ -10,8 +10,8 @@ description: geochats.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|message|[string](../types/string.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [geochats\_StatedMessage](../types/geochats_StatedMessage.md) diff --git a/old_docs/API_docs_v27/methods/geochats_setTyping.md b/old_docs/API_docs_v27/methods/geochats_setTyping.md index bf73a8a8..e9a4851e 100644 --- a/old_docs/API_docs_v27/methods/geochats_setTyping.md +++ b/old_docs/API_docs_v27/methods/geochats_setTyping.md @@ -10,8 +10,8 @@ description: geochats.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/help_getAppUpdate.md b/old_docs/API_docs_v27/methods/help_getAppUpdate.md index f9b06641..cfc73e28 100644 --- a/old_docs/API_docs_v27/methods/help_getAppUpdate.md +++ b/old_docs/API_docs_v27/methods/help_getAppUpdate.md @@ -10,10 +10,10 @@ description: help.getAppUpdate parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppUpdate](../types/help_AppUpdate.md) diff --git a/old_docs/API_docs_v27/methods/help_getInviteText.md b/old_docs/API_docs_v27/methods/help_getInviteText.md index bac72a15..4604ff21 100644 --- a/old_docs/API_docs_v27/methods/help_getInviteText.md +++ b/old_docs/API_docs_v27/methods/help_getInviteText.md @@ -10,7 +10,7 @@ description: help.getInviteText parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_InviteText](../types/help_InviteText.md) diff --git a/old_docs/API_docs_v27/methods/help_saveAppLog.md b/old_docs/API_docs_v27/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v27/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v27/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/initConnection.md b/old_docs/API_docs_v27/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v27/methods/initConnection.md +++ b/old_docs/API_docs_v27/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v27/methods/invokeAfterMsg.md b/old_docs/API_docs_v27/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v27/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v27/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v27/methods/invokeAfterMsgs.md b/old_docs/API_docs_v27/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v27/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v27/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v27/methods/invokeWithLayer.md b/old_docs/API_docs_v27/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v27/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v27/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v27/methods/messages_addChatUser.md b/old_docs/API_docs_v27/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v27/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v27/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v27/methods/messages_createChat.md b/old_docs/API_docs_v27/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v27/methods/messages_createChat.md +++ b/old_docs/API_docs_v27/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v27/methods/messages_deleteHistory.md b/old_docs/API_docs_v27/methods/messages_deleteHistory.md index 8e24ee79..75e27344 100644 --- a/old_docs/API_docs_v27/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v27/methods/messages_deleteHistory.md @@ -11,7 +11,7 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v27/methods/messages_deleteMessages.md b/old_docs/API_docs_v27/methods/messages_deleteMessages.md index 12347c81..fd6402c6 100644 --- a/old_docs/API_docs_v27/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v27/methods/messages_deleteMessages.md @@ -10,7 +10,7 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v27/methods/messages_editChatPhoto.md b/old_docs/API_docs_v27/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v27/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v27/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v27/methods/messages_editChatTitle.md b/old_docs/API_docs_v27/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v27/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v27/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v27/methods/messages_forwardMessage.md b/old_docs/API_docs_v27/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v27/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v27/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v27/methods/messages_forwardMessages.md b/old_docs/API_docs_v27/methods/messages_forwardMessages.md index 3ab63630..56545d35 100644 --- a/old_docs/API_docs_v27/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v27/methods/messages_forwardMessages.md @@ -11,7 +11,7 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v27/methods/messages_getAllStickers.md b/old_docs/API_docs_v27/methods/messages_getAllStickers.md index c1387ab3..aa5c6663 100644 --- a/old_docs/API_docs_v27/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v27/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v27/methods/messages_getChats.md b/old_docs/API_docs_v27/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v27/methods/messages_getChats.md +++ b/old_docs/API_docs_v27/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v27/methods/messages_getDhConfig.md b/old_docs/API_docs_v27/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v27/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v27/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v27/methods/messages_getDialogs.md b/old_docs/API_docs_v27/methods/messages_getDialogs.md index 0cd10d8c..b266f8c6 100644 --- a/old_docs/API_docs_v27/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v27/methods/messages_getDialogs.md @@ -10,9 +10,9 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v27/methods/messages_getHistory.md b/old_docs/API_docs_v27/methods/messages_getHistory.md index e3eef289..0b1b8e92 100644 --- a/old_docs/API_docs_v27/methods/messages_getHistory.md +++ b/old_docs/API_docs_v27/methods/messages_getHistory.md @@ -11,9 +11,9 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v27/methods/messages_getMessages.md b/old_docs/API_docs_v27/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v27/methods/messages_getMessages.md +++ b/old_docs/API_docs_v27/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v27/methods/messages_getStickers.md b/old_docs/API_docs_v27/methods/messages_getStickers.md index 6ac68c87..5f70bcba 100644 --- a/old_docs/API_docs_v27/methods/messages_getStickers.md +++ b/old_docs/API_docs_v27/methods/messages_getStickers.md @@ -10,8 +10,8 @@ description: messages.getStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|emoticon|[string](../types/string.md) | Yes| -|hash|[string](../types/string.md) | Yes| +|emoticon|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_Stickers](../types/messages_Stickers.md) diff --git a/old_docs/API_docs_v27/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v27/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v27/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v27/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v27/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v27/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v27/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v27/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/messages_readHistory.md b/old_docs/API_docs_v27/methods/messages_readHistory.md index 4bb27a35..a67b9036 100644 --- a/old_docs/API_docs_v27/methods/messages_readHistory.md +++ b/old_docs/API_docs_v27/methods/messages_readHistory.md @@ -11,8 +11,8 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v27/methods/messages_readMessageContents.md b/old_docs/API_docs_v27/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v27/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v27/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v27/methods/messages_receivedMessages.md b/old_docs/API_docs_v27/methods/messages_receivedMessages.md index 86e2812d..6afdd2fd 100644 --- a/old_docs/API_docs_v27/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v27/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v27/methods/messages_receivedQueue.md b/old_docs/API_docs_v27/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v27/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v27/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v27/methods/messages_search.md b/old_docs/API_docs_v27/methods/messages_search.md index 11b968bf..a59ea798 100644 --- a/old_docs/API_docs_v27/methods/messages_search.md +++ b/old_docs/API_docs_v27/methods/messages_search.md @@ -11,13 +11,13 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v27/methods/messages_sendBroadcast.md b/old_docs/API_docs_v27/methods/messages_sendBroadcast.md index 0ab60e43..16a244d9 100644 --- a/old_docs/API_docs_v27/methods/messages_sendBroadcast.md +++ b/old_docs/API_docs_v27/methods/messages_sendBroadcast.md @@ -11,7 +11,7 @@ description: messages.sendBroadcast parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |contacts|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v27/methods/messages_sendEncrypted.md b/old_docs/API_docs_v27/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v27/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v27/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v27/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v27/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v27/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v27/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v27/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v27/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v27/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v27/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v27/methods/messages_sendMedia.md b/old_docs/API_docs_v27/methods/messages_sendMedia.md index 42cb7c89..dafd610d 100644 --- a/old_docs/API_docs_v27/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v27/methods/messages_sendMedia.md @@ -11,7 +11,7 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v27/methods/messages_sendMessage.md b/old_docs/API_docs_v27/methods/messages_sendMessage.md index 55c5ad85..e94eed0c 100644 --- a/old_docs/API_docs_v27/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v27/methods/messages_sendMessage.md @@ -11,8 +11,8 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_SentMessage](../types/messages_SentMessage.md) diff --git a/old_docs/API_docs_v27/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v27/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v27/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v27/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/messages_setTyping.md b/old_docs/API_docs_v27/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v27/methods/messages_setTyping.md +++ b/old_docs/API_docs_v27/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v27/methods/photos_getUserPhotos.md b/old_docs/API_docs_v27/methods/photos_getUserPhotos.md index 76046e95..b8e881e5 100644 --- a/old_docs/API_docs_v27/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v27/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v27/methods/photos_updateProfilePhoto.md b/old_docs/API_docs_v27/methods/photos_updateProfilePhoto.md index fbe84e26..74f9d4a6 100644 --- a/old_docs/API_docs_v27/methods/photos_updateProfilePhoto.md +++ b/old_docs/API_docs_v27/methods/photos_updateProfilePhoto.md @@ -11,7 +11,7 @@ description: photos.updateProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputPhoto](../types/InputPhoto.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [UserProfilePhoto](../types/UserProfilePhoto.md) diff --git a/old_docs/API_docs_v27/methods/photos_uploadProfilePhoto.md b/old_docs/API_docs_v27/methods/photos_uploadProfilePhoto.md index 303ed4ea..fe4392f0 100644 --- a/old_docs/API_docs_v27/methods/photos_uploadProfilePhoto.md +++ b/old_docs/API_docs_v27/methods/photos_uploadProfilePhoto.md @@ -11,9 +11,9 @@ description: photos.uploadProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |file|[File path or InputFile](../types/InputFile.md) | Yes| -|caption|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|caption|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [photos\_Photo](../types/photos_Photo.md) diff --git a/old_docs/API_docs_v33/methods/account_changePhone.md b/old_docs/API_docs_v33/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v33/methods/account_changePhone.md +++ b/old_docs/API_docs_v33/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v33/methods/account_checkUsername.md b/old_docs/API_docs_v33/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v33/methods/account_checkUsername.md +++ b/old_docs/API_docs_v33/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/account_deleteAccount.md b/old_docs/API_docs_v33/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v33/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v33/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/account_getNotifySettings.md b/old_docs/API_docs_v33/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v33/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v33/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v33/methods/account_getPasswordSettings.md b/old_docs/API_docs_v33/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v33/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v33/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v33/methods/account_getPrivacy.md b/old_docs/API_docs_v33/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v33/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v33/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v33/methods/account_registerDevice.md b/old_docs/API_docs_v33/methods/account_registerDevice.md index 5c86d74c..47623cd9 100644 --- a/old_docs/API_docs_v33/methods/account_registerDevice.md +++ b/old_docs/API_docs_v33/methods/account_registerDevice.md @@ -12,13 +12,13 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|device\_model|[string](../types/string.md) | Yes|| -|system\_version|[string](../types/string.md) | Yes|| -|app\_version|[string](../types/string.md) | Yes|| -|app\_sandbox|[Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| -|lang\_code|[string](../types/string.md) | Yes|| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|device\_model|[CLICK ME string](../types/string.md) | Yes|| +|system\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_sandbox|[CLICK ME Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/account_resetAuthorization.md b/old_docs/API_docs_v33/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v33/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v33/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v33/methods/account_sendChangePhoneCode.md index b5258245..81846556 100644 --- a/old_docs/API_docs_v33/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v33/methods/account_sendChangePhoneCode.md @@ -12,7 +12,7 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|New phone number| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| ### Return type: [account\_SentChangePhoneCode](../types/account_SentChangePhoneCode.md) diff --git a/old_docs/API_docs_v33/methods/account_setAccountTTL.md b/old_docs/API_docs_v33/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v33/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v33/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/account_setPrivacy.md b/old_docs/API_docs_v33/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v33/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v33/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v33/methods/account_unregisterDevice.md b/old_docs/API_docs_v33/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v33/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v33/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v33/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v33/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v33/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/account_updateNotifySettings.md b/old_docs/API_docs_v33/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v33/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v33/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v33/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v33/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v33/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/account_updateProfile.md b/old_docs/API_docs_v33/methods/account_updateProfile.md index 7f8d80c5..86552e1c 100644 --- a/old_docs/API_docs_v33/methods/account_updateProfile.md +++ b/old_docs/API_docs_v33/methods/account_updateProfile.md @@ -12,8 +12,8 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Yes|The first name| -|last\_name|[string](../types/string.md) | Yes|The last name| +|first\_name|[CLICK ME string](../types/string.md) | Yes|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Yes|The last name| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v33/methods/account_updateStatus.md b/old_docs/API_docs_v33/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v33/methods/account_updateStatus.md +++ b/old_docs/API_docs_v33/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/account_updateUsername.md b/old_docs/API_docs_v33/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v33/methods/account_updateUsername.md +++ b/old_docs/API_docs_v33/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v33/methods/auth_checkPhone.md b/old_docs/API_docs_v33/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v33/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v33/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v33/methods/auth_recoverPassword.md b/old_docs/API_docs_v33/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v33/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v33/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v33/methods/auth_sendCall.md b/old_docs/API_docs_v33/methods/auth_sendCall.md index 94ed6b7f..3bab952d 100644 --- a/old_docs/API_docs_v33/methods/auth_sendCall.md +++ b/old_docs/API_docs_v33/methods/auth_sendCall.md @@ -10,8 +10,8 @@ description: auth.sendCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/auth_sendInvites.md b/old_docs/API_docs_v33/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v33/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v33/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/auth_sendSms.md b/old_docs/API_docs_v33/methods/auth_sendSms.md index 0c4a7343..34450af2 100644 --- a/old_docs/API_docs_v33/methods/auth_sendSms.md +++ b/old_docs/API_docs_v33/methods/auth_sendSms.md @@ -10,8 +10,8 @@ description: auth.sendSms parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/contacts_getBlocked.md b/old_docs/API_docs_v33/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v33/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v33/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v33/methods/contacts_getContacts.md b/old_docs/API_docs_v33/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v33/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v33/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v33/methods/contacts_getSuggested.md b/old_docs/API_docs_v33/methods/contacts_getSuggested.md index 7249b1f2..c324bc67 100644 --- a/old_docs/API_docs_v33/methods/contacts_getSuggested.md +++ b/old_docs/API_docs_v33/methods/contacts_getSuggested.md @@ -10,7 +10,7 @@ description: contacts.getSuggested parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [contacts\_Suggested](../types/contacts_Suggested.md) diff --git a/old_docs/API_docs_v33/methods/contacts_importCard.md b/old_docs/API_docs_v33/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v33/methods/contacts_importCard.md +++ b/old_docs/API_docs_v33/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v33/methods/contacts_importContacts.md b/old_docs/API_docs_v33/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v33/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v33/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v33/methods/contacts_search.md b/old_docs/API_docs_v33/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v33/methods/contacts_search.md +++ b/old_docs/API_docs_v33/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v33/methods/geochats_checkin.md b/old_docs/API_docs_v33/methods/geochats_checkin.md index a011bbe2..bf8893fe 100644 --- a/old_docs/API_docs_v33/methods/geochats_checkin.md +++ b/old_docs/API_docs_v33/methods/geochats_checkin.md @@ -10,7 +10,7 @@ description: geochats.checkin parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| ### Return type: [geochats\_StatedMessage](../types/geochats_StatedMessage.md) diff --git a/old_docs/API_docs_v33/methods/geochats_createGeoChat.md b/old_docs/API_docs_v33/methods/geochats_createGeoChat.md index 60b34aba..4ae78246 100644 --- a/old_docs/API_docs_v33/methods/geochats_createGeoChat.md +++ b/old_docs/API_docs_v33/methods/geochats_createGeoChat.md @@ -10,10 +10,10 @@ description: geochats.createGeoChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|title|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|address|[string](../types/string.md) | Yes| -|venue|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|address|[CLICK ME string](../types/string.md) | Yes| +|venue|[CLICK ME string](../types/string.md) | Yes| ### Return type: [geochats\_StatedMessage](../types/geochats_StatedMessage.md) diff --git a/old_docs/API_docs_v33/methods/geochats_editChatPhoto.md b/old_docs/API_docs_v33/methods/geochats_editChatPhoto.md index 650bb041..7662cfe4 100644 --- a/old_docs/API_docs_v33/methods/geochats_editChatPhoto.md +++ b/old_docs/API_docs_v33/methods/geochats_editChatPhoto.md @@ -10,8 +10,8 @@ description: geochats.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [geochats\_StatedMessage](../types/geochats_StatedMessage.md) diff --git a/old_docs/API_docs_v33/methods/geochats_editChatTitle.md b/old_docs/API_docs_v33/methods/geochats_editChatTitle.md index 3a0f2517..445f9a09 100644 --- a/old_docs/API_docs_v33/methods/geochats_editChatTitle.md +++ b/old_docs/API_docs_v33/methods/geochats_editChatTitle.md @@ -10,9 +10,9 @@ description: geochats.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|title|[string](../types/string.md) | Yes| -|address|[string](../types/string.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| +|address|[CLICK ME string](../types/string.md) | Yes| ### Return type: [geochats\_StatedMessage](../types/geochats_StatedMessage.md) diff --git a/old_docs/API_docs_v33/methods/geochats_getFullChat.md b/old_docs/API_docs_v33/methods/geochats_getFullChat.md index 5dde7118..d139b2ab 100644 --- a/old_docs/API_docs_v33/methods/geochats_getFullChat.md +++ b/old_docs/API_docs_v33/methods/geochats_getFullChat.md @@ -10,7 +10,7 @@ description: geochats.getFullChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| ### Return type: [messages\_ChatFull](../types/messages_ChatFull.md) diff --git a/old_docs/API_docs_v33/methods/geochats_getHistory.md b/old_docs/API_docs_v33/methods/geochats_getHistory.md index 4c53d110..67f4eeeb 100644 --- a/old_docs/API_docs_v33/methods/geochats_getHistory.md +++ b/old_docs/API_docs_v33/methods/geochats_getHistory.md @@ -10,10 +10,10 @@ description: geochats.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [geochats\_Messages](../types/geochats_Messages.md) diff --git a/old_docs/API_docs_v33/methods/geochats_getLocated.md b/old_docs/API_docs_v33/methods/geochats_getLocated.md index 0e008ce8..83869f72 100644 --- a/old_docs/API_docs_v33/methods/geochats_getLocated.md +++ b/old_docs/API_docs_v33/methods/geochats_getLocated.md @@ -10,9 +10,9 @@ description: geochats.getLocated parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|radius|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|radius|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [geochats\_Located](../types/geochats_Located.md) diff --git a/old_docs/API_docs_v33/methods/geochats_getRecents.md b/old_docs/API_docs_v33/methods/geochats_getRecents.md index 9f0dc40e..75d7be76 100644 --- a/old_docs/API_docs_v33/methods/geochats_getRecents.md +++ b/old_docs/API_docs_v33/methods/geochats_getRecents.md @@ -10,8 +10,8 @@ description: geochats.getRecents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [geochats\_Messages](../types/geochats_Messages.md) diff --git a/old_docs/API_docs_v33/methods/geochats_search.md b/old_docs/API_docs_v33/methods/geochats_search.md index 38b073f8..f4673476 100644 --- a/old_docs/API_docs_v33/methods/geochats_search.md +++ b/old_docs/API_docs_v33/methods/geochats_search.md @@ -10,14 +10,14 @@ description: geochats.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [geochats\_Messages](../types/geochats_Messages.md) diff --git a/old_docs/API_docs_v33/methods/geochats_sendMedia.md b/old_docs/API_docs_v33/methods/geochats_sendMedia.md index 6b1e88ec..f7c08555 100644 --- a/old_docs/API_docs_v33/methods/geochats_sendMedia.md +++ b/old_docs/API_docs_v33/methods/geochats_sendMedia.md @@ -10,7 +10,7 @@ description: geochats.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v33/methods/geochats_sendMessage.md b/old_docs/API_docs_v33/methods/geochats_sendMessage.md index 149ba8d8..a7d73a1f 100644 --- a/old_docs/API_docs_v33/methods/geochats_sendMessage.md +++ b/old_docs/API_docs_v33/methods/geochats_sendMessage.md @@ -10,8 +10,8 @@ description: geochats.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|message|[string](../types/string.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [geochats\_StatedMessage](../types/geochats_StatedMessage.md) diff --git a/old_docs/API_docs_v33/methods/geochats_setTyping.md b/old_docs/API_docs_v33/methods/geochats_setTyping.md index bf73a8a8..e9a4851e 100644 --- a/old_docs/API_docs_v33/methods/geochats_setTyping.md +++ b/old_docs/API_docs_v33/methods/geochats_setTyping.md @@ -10,8 +10,8 @@ description: geochats.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputGeoChat](../types/InputGeoChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|peer|[CLICK ME InputGeoChat](../types/InputGeoChat.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/help_getAppChangelog.md b/old_docs/API_docs_v33/methods/help_getAppChangelog.md index d69a61cb..99c637ec 100644 --- a/old_docs/API_docs_v33/methods/help_getAppChangelog.md +++ b/old_docs/API_docs_v33/methods/help_getAppChangelog.md @@ -10,10 +10,10 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppChangelog](../types/help_AppChangelog.md) diff --git a/old_docs/API_docs_v33/methods/help_getAppUpdate.md b/old_docs/API_docs_v33/methods/help_getAppUpdate.md index f9b06641..cfc73e28 100644 --- a/old_docs/API_docs_v33/methods/help_getAppUpdate.md +++ b/old_docs/API_docs_v33/methods/help_getAppUpdate.md @@ -10,10 +10,10 @@ description: help.getAppUpdate parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppUpdate](../types/help_AppUpdate.md) diff --git a/old_docs/API_docs_v33/methods/help_getInviteText.md b/old_docs/API_docs_v33/methods/help_getInviteText.md index bac72a15..4604ff21 100644 --- a/old_docs/API_docs_v33/methods/help_getInviteText.md +++ b/old_docs/API_docs_v33/methods/help_getInviteText.md @@ -10,7 +10,7 @@ description: help.getInviteText parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_InviteText](../types/help_InviteText.md) diff --git a/old_docs/API_docs_v33/methods/help_saveAppLog.md b/old_docs/API_docs_v33/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v33/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v33/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/initConnection.md b/old_docs/API_docs_v33/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v33/methods/initConnection.md +++ b/old_docs/API_docs_v33/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v33/methods/invokeAfterMsg.md b/old_docs/API_docs_v33/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v33/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v33/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v33/methods/invokeAfterMsgs.md b/old_docs/API_docs_v33/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v33/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v33/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v33/methods/invokeWithLayer.md b/old_docs/API_docs_v33/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v33/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v33/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v33/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v33/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v33/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v33/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v33/methods/messages_addChatUser.md b/old_docs/API_docs_v33/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v33/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v33/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v33/methods/messages_checkChatInvite.md b/old_docs/API_docs_v33/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v33/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v33/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v33/methods/messages_createChat.md b/old_docs/API_docs_v33/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v33/methods/messages_createChat.md +++ b/old_docs/API_docs_v33/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v33/methods/messages_deleteHistory.md b/old_docs/API_docs_v33/methods/messages_deleteHistory.md index 8e24ee79..75e27344 100644 --- a/old_docs/API_docs_v33/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v33/methods/messages_deleteHistory.md @@ -11,7 +11,7 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v33/methods/messages_deleteMessages.md b/old_docs/API_docs_v33/methods/messages_deleteMessages.md index 12347c81..fd6402c6 100644 --- a/old_docs/API_docs_v33/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v33/methods/messages_deleteMessages.md @@ -10,7 +10,7 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v33/methods/messages_editChatPhoto.md b/old_docs/API_docs_v33/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v33/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v33/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v33/methods/messages_editChatTitle.md b/old_docs/API_docs_v33/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v33/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v33/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v33/methods/messages_forwardMessage.md b/old_docs/API_docs_v33/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v33/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v33/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v33/methods/messages_forwardMessages.md b/old_docs/API_docs_v33/methods/messages_forwardMessages.md index 3ab63630..56545d35 100644 --- a/old_docs/API_docs_v33/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v33/methods/messages_forwardMessages.md @@ -11,7 +11,7 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v33/methods/messages_getAllStickers.md b/old_docs/API_docs_v33/methods/messages_getAllStickers.md index c1387ab3..aa5c6663 100644 --- a/old_docs/API_docs_v33/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v33/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v33/methods/messages_getChats.md b/old_docs/API_docs_v33/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v33/methods/messages_getChats.md +++ b/old_docs/API_docs_v33/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v33/methods/messages_getDhConfig.md b/old_docs/API_docs_v33/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v33/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v33/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v33/methods/messages_getDialogs.md b/old_docs/API_docs_v33/methods/messages_getDialogs.md index 0cd10d8c..b266f8c6 100644 --- a/old_docs/API_docs_v33/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v33/methods/messages_getDialogs.md @@ -10,9 +10,9 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v33/methods/messages_getHistory.md b/old_docs/API_docs_v33/methods/messages_getHistory.md index e3eef289..0b1b8e92 100644 --- a/old_docs/API_docs_v33/methods/messages_getHistory.md +++ b/old_docs/API_docs_v33/methods/messages_getHistory.md @@ -11,9 +11,9 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v33/methods/messages_getMessages.md b/old_docs/API_docs_v33/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v33/methods/messages_getMessages.md +++ b/old_docs/API_docs_v33/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v33/methods/messages_getStickerSet.md b/old_docs/API_docs_v33/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v33/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v33/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v33/methods/messages_getStickers.md b/old_docs/API_docs_v33/methods/messages_getStickers.md index 6ac68c87..5f70bcba 100644 --- a/old_docs/API_docs_v33/methods/messages_getStickers.md +++ b/old_docs/API_docs_v33/methods/messages_getStickers.md @@ -10,8 +10,8 @@ description: messages.getStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|emoticon|[string](../types/string.md) | Yes| -|hash|[string](../types/string.md) | Yes| +|emoticon|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_Stickers](../types/messages_Stickers.md) diff --git a/old_docs/API_docs_v33/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v33/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v33/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v33/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v33/methods/messages_importChatInvite.md b/old_docs/API_docs_v33/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v33/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v33/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v33/methods/messages_installStickerSet.md b/old_docs/API_docs_v33/methods/messages_installStickerSet.md index ccabd393..c0b5e3d8 100644 --- a/old_docs/API_docs_v33/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v33/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|disabled|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|disabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v33/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v33/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v33/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/messages_readHistory.md b/old_docs/API_docs_v33/methods/messages_readHistory.md index 4bb27a35..a67b9036 100644 --- a/old_docs/API_docs_v33/methods/messages_readHistory.md +++ b/old_docs/API_docs_v33/methods/messages_readHistory.md @@ -11,8 +11,8 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v33/methods/messages_readMessageContents.md b/old_docs/API_docs_v33/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v33/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v33/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v33/methods/messages_receivedMessages.md b/old_docs/API_docs_v33/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v33/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v33/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v33/methods/messages_receivedQueue.md b/old_docs/API_docs_v33/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v33/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v33/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v33/methods/messages_search.md b/old_docs/API_docs_v33/methods/messages_search.md index 11b968bf..a59ea798 100644 --- a/old_docs/API_docs_v33/methods/messages_search.md +++ b/old_docs/API_docs_v33/methods/messages_search.md @@ -11,13 +11,13 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v33/methods/messages_sendBroadcast.md b/old_docs/API_docs_v33/methods/messages_sendBroadcast.md index 0ab60e43..16a244d9 100644 --- a/old_docs/API_docs_v33/methods/messages_sendBroadcast.md +++ b/old_docs/API_docs_v33/methods/messages_sendBroadcast.md @@ -11,7 +11,7 @@ description: messages.sendBroadcast parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |contacts|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v33/methods/messages_sendEncrypted.md b/old_docs/API_docs_v33/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v33/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v33/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v33/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v33/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v33/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v33/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v33/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v33/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v33/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v33/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v33/methods/messages_sendMedia.md b/old_docs/API_docs_v33/methods/messages_sendMedia.md index 6c0c3440..075ef55d 100644 --- a/old_docs/API_docs_v33/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v33/methods/messages_sendMedia.md @@ -11,9 +11,9 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v33/methods/messages_sendMessage.md b/old_docs/API_docs_v33/methods/messages_sendMessage.md index 746f0566..141ed959 100644 --- a/old_docs/API_docs_v33/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v33/methods/messages_sendMessage.md @@ -11,9 +11,9 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [messages\_SentMessage](../types/messages_SentMessage.md) diff --git a/old_docs/API_docs_v33/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v33/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v33/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v33/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/messages_setTyping.md b/old_docs/API_docs_v33/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v33/methods/messages_setTyping.md +++ b/old_docs/API_docs_v33/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/messages_startBot.md b/old_docs/API_docs_v33/methods/messages_startBot.md index a24cd348..6afa0857 100644 --- a/old_docs/API_docs_v33/methods/messages_startBot.md +++ b/old_docs/API_docs_v33/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v33/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v33/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v33/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v33/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v33/methods/photos_getUserPhotos.md b/old_docs/API_docs_v33/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v33/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v33/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v33/methods/photos_updateProfilePhoto.md b/old_docs/API_docs_v33/methods/photos_updateProfilePhoto.md index fbe84e26..74f9d4a6 100644 --- a/old_docs/API_docs_v33/methods/photos_updateProfilePhoto.md +++ b/old_docs/API_docs_v33/methods/photos_updateProfilePhoto.md @@ -11,7 +11,7 @@ description: photos.updateProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputPhoto](../types/InputPhoto.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [UserProfilePhoto](../types/UserProfilePhoto.md) diff --git a/old_docs/API_docs_v33/methods/photos_uploadProfilePhoto.md b/old_docs/API_docs_v33/methods/photos_uploadProfilePhoto.md index 303ed4ea..fe4392f0 100644 --- a/old_docs/API_docs_v33/methods/photos_uploadProfilePhoto.md +++ b/old_docs/API_docs_v33/methods/photos_uploadProfilePhoto.md @@ -11,9 +11,9 @@ description: photos.uploadProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |file|[File path or InputFile](../types/InputFile.md) | Yes| -|caption|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|caption|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [photos\_Photo](../types/photos_Photo.md) diff --git a/old_docs/API_docs_v38/methods/account_changePhone.md b/old_docs/API_docs_v38/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v38/methods/account_changePhone.md +++ b/old_docs/API_docs_v38/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v38/methods/account_checkUsername.md b/old_docs/API_docs_v38/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v38/methods/account_checkUsername.md +++ b/old_docs/API_docs_v38/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/account_deleteAccount.md b/old_docs/API_docs_v38/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v38/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v38/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/account_getNotifySettings.md b/old_docs/API_docs_v38/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v38/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v38/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v38/methods/account_getPasswordSettings.md b/old_docs/API_docs_v38/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v38/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v38/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v38/methods/account_getPrivacy.md b/old_docs/API_docs_v38/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v38/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v38/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v38/methods/account_registerDevice.md b/old_docs/API_docs_v38/methods/account_registerDevice.md index 5c86d74c..47623cd9 100644 --- a/old_docs/API_docs_v38/methods/account_registerDevice.md +++ b/old_docs/API_docs_v38/methods/account_registerDevice.md @@ -12,13 +12,13 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|device\_model|[string](../types/string.md) | Yes|| -|system\_version|[string](../types/string.md) | Yes|| -|app\_version|[string](../types/string.md) | Yes|| -|app\_sandbox|[Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| -|lang\_code|[string](../types/string.md) | Yes|| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|device\_model|[CLICK ME string](../types/string.md) | Yes|| +|system\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_sandbox|[CLICK ME Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/account_resetAuthorization.md b/old_docs/API_docs_v38/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v38/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v38/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v38/methods/account_sendChangePhoneCode.md index b5258245..81846556 100644 --- a/old_docs/API_docs_v38/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v38/methods/account_sendChangePhoneCode.md @@ -12,7 +12,7 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|New phone number| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| ### Return type: [account\_SentChangePhoneCode](../types/account_SentChangePhoneCode.md) diff --git a/old_docs/API_docs_v38/methods/account_setAccountTTL.md b/old_docs/API_docs_v38/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v38/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v38/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/account_setPrivacy.md b/old_docs/API_docs_v38/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v38/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v38/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v38/methods/account_unregisterDevice.md b/old_docs/API_docs_v38/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v38/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v38/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v38/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v38/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v38/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/account_updateNotifySettings.md b/old_docs/API_docs_v38/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v38/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v38/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v38/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v38/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v38/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/account_updateProfile.md b/old_docs/API_docs_v38/methods/account_updateProfile.md index 7f8d80c5..86552e1c 100644 --- a/old_docs/API_docs_v38/methods/account_updateProfile.md +++ b/old_docs/API_docs_v38/methods/account_updateProfile.md @@ -12,8 +12,8 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Yes|The first name| -|last\_name|[string](../types/string.md) | Yes|The last name| +|first\_name|[CLICK ME string](../types/string.md) | Yes|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Yes|The last name| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v38/methods/account_updateStatus.md b/old_docs/API_docs_v38/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v38/methods/account_updateStatus.md +++ b/old_docs/API_docs_v38/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/account_updateUsername.md b/old_docs/API_docs_v38/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v38/methods/account_updateUsername.md +++ b/old_docs/API_docs_v38/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v38/methods/auth_checkPhone.md b/old_docs/API_docs_v38/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v38/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v38/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v38/methods/auth_recoverPassword.md b/old_docs/API_docs_v38/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v38/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v38/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v38/methods/auth_sendCall.md b/old_docs/API_docs_v38/methods/auth_sendCall.md index 94ed6b7f..3bab952d 100644 --- a/old_docs/API_docs_v38/methods/auth_sendCall.md +++ b/old_docs/API_docs_v38/methods/auth_sendCall.md @@ -10,8 +10,8 @@ description: auth.sendCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/auth_sendInvites.md b/old_docs/API_docs_v38/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v38/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v38/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/auth_sendSms.md b/old_docs/API_docs_v38/methods/auth_sendSms.md index 0c4a7343..34450af2 100644 --- a/old_docs/API_docs_v38/methods/auth_sendSms.md +++ b/old_docs/API_docs_v38/methods/auth_sendSms.md @@ -10,8 +10,8 @@ description: auth.sendSms parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/channels_checkUsername.md b/old_docs/API_docs_v38/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v38/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v38/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/channels_createChannel.md b/old_docs/API_docs_v38/methods/channels_createChannel.md index db16a0c6..0afac677 100644 --- a/old_docs/API_docs_v38/methods/channels_createChannel.md +++ b/old_docs/API_docs_v38/methods/channels_createChannel.md @@ -10,8 +10,8 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| diff --git a/old_docs/API_docs_v38/methods/channels_deleteMessages.md b/old_docs/API_docs_v38/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v38/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v38/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v38/methods/channels_editAbout.md b/old_docs/API_docs_v38/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v38/methods/channels_editAbout.md +++ b/old_docs/API_docs_v38/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/channels_editAdmin.md b/old_docs/API_docs_v38/methods/channels_editAdmin.md index f0b6f0d1..4b3ed54b 100644 --- a/old_docs/API_docs_v38/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v38/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|role|[ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| +|role|[CLICK ME ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/channels_editPhoto.md b/old_docs/API_docs_v38/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v38/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v38/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v38/methods/channels_editTitle.md b/old_docs/API_docs_v38/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v38/methods/channels_editTitle.md +++ b/old_docs/API_docs_v38/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v38/methods/channels_getDialogs.md b/old_docs/API_docs_v38/methods/channels_getDialogs.md index 7c1464f8..1a551e4d 100644 --- a/old_docs/API_docs_v38/methods/channels_getDialogs.md +++ b/old_docs/API_docs_v38/methods/channels_getDialogs.md @@ -10,8 +10,8 @@ description: channels.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v38/methods/channels_getImportantHistory.md b/old_docs/API_docs_v38/methods/channels_getImportantHistory.md index 6dc710fb..99d6fcaf 100644 --- a/old_docs/API_docs_v38/methods/channels_getImportantHistory.md +++ b/old_docs/API_docs_v38/methods/channels_getImportantHistory.md @@ -11,11 +11,11 @@ description: channels.getImportantHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v38/methods/channels_getMessages.md b/old_docs/API_docs_v38/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v38/methods/channels_getMessages.md +++ b/old_docs/API_docs_v38/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v38/methods/channels_getParticipants.md b/old_docs/API_docs_v38/methods/channels_getParticipants.md index 7a9b6699..bfd09c2f 100644 --- a/old_docs/API_docs_v38/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v38/methods/channels_getParticipants.md @@ -11,9 +11,9 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v38/methods/channels_kickFromChannel.md b/old_docs/API_docs_v38/methods/channels_kickFromChannel.md index e4b68581..db90706b 100644 --- a/old_docs/API_docs_v38/methods/channels_kickFromChannel.md +++ b/old_docs/API_docs_v38/methods/channels_kickFromChannel.md @@ -12,7 +12,7 @@ description: channels.kickFromChannel parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|kicked|[Bool](../types/Bool.md) | Yes| +|kicked|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v38/methods/channels_readHistory.md b/old_docs/API_docs_v38/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v38/methods/channels_readHistory.md +++ b/old_docs/API_docs_v38/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/channels_reportSpam.md b/old_docs/API_docs_v38/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v38/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v38/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/channels_toggleComments.md b/old_docs/API_docs_v38/methods/channels_toggleComments.md index 8b77db49..fddbb1a9 100644 --- a/old_docs/API_docs_v38/methods/channels_toggleComments.md +++ b/old_docs/API_docs_v38/methods/channels_toggleComments.md @@ -11,7 +11,7 @@ description: channels.toggleComments parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v38/methods/channels_updateUsername.md b/old_docs/API_docs_v38/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v38/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v38/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/contacts_getBlocked.md b/old_docs/API_docs_v38/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v38/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v38/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v38/methods/contacts_getContacts.md b/old_docs/API_docs_v38/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v38/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v38/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v38/methods/contacts_getSuggested.md b/old_docs/API_docs_v38/methods/contacts_getSuggested.md index 7249b1f2..c324bc67 100644 --- a/old_docs/API_docs_v38/methods/contacts_getSuggested.md +++ b/old_docs/API_docs_v38/methods/contacts_getSuggested.md @@ -10,7 +10,7 @@ description: contacts.getSuggested parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [contacts\_Suggested](../types/contacts_Suggested.md) diff --git a/old_docs/API_docs_v38/methods/contacts_importCard.md b/old_docs/API_docs_v38/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v38/methods/contacts_importCard.md +++ b/old_docs/API_docs_v38/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v38/methods/contacts_importContacts.md b/old_docs/API_docs_v38/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v38/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v38/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v38/methods/contacts_search.md b/old_docs/API_docs_v38/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v38/methods/contacts_search.md +++ b/old_docs/API_docs_v38/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v38/methods/help_getAppChangelog.md b/old_docs/API_docs_v38/methods/help_getAppChangelog.md index d69a61cb..99c637ec 100644 --- a/old_docs/API_docs_v38/methods/help_getAppChangelog.md +++ b/old_docs/API_docs_v38/methods/help_getAppChangelog.md @@ -10,10 +10,10 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppChangelog](../types/help_AppChangelog.md) diff --git a/old_docs/API_docs_v38/methods/help_getAppUpdate.md b/old_docs/API_docs_v38/methods/help_getAppUpdate.md index f9b06641..cfc73e28 100644 --- a/old_docs/API_docs_v38/methods/help_getAppUpdate.md +++ b/old_docs/API_docs_v38/methods/help_getAppUpdate.md @@ -10,10 +10,10 @@ description: help.getAppUpdate parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppUpdate](../types/help_AppUpdate.md) diff --git a/old_docs/API_docs_v38/methods/help_getInviteText.md b/old_docs/API_docs_v38/methods/help_getInviteText.md index bac72a15..4604ff21 100644 --- a/old_docs/API_docs_v38/methods/help_getInviteText.md +++ b/old_docs/API_docs_v38/methods/help_getInviteText.md @@ -10,7 +10,7 @@ description: help.getInviteText parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_InviteText](../types/help_InviteText.md) diff --git a/old_docs/API_docs_v38/methods/help_saveAppLog.md b/old_docs/API_docs_v38/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v38/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v38/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/initConnection.md b/old_docs/API_docs_v38/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v38/methods/initConnection.md +++ b/old_docs/API_docs_v38/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v38/methods/invokeAfterMsg.md b/old_docs/API_docs_v38/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v38/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v38/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v38/methods/invokeAfterMsgs.md b/old_docs/API_docs_v38/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v38/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v38/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v38/methods/invokeWithLayer.md b/old_docs/API_docs_v38/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v38/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v38/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v38/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v38/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v38/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v38/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v38/methods/messages_addChatUser.md b/old_docs/API_docs_v38/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v38/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v38/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v38/methods/messages_checkChatInvite.md b/old_docs/API_docs_v38/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v38/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v38/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v38/methods/messages_createChat.md b/old_docs/API_docs_v38/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v38/methods/messages_createChat.md +++ b/old_docs/API_docs_v38/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v38/methods/messages_deleteHistory.md b/old_docs/API_docs_v38/methods/messages_deleteHistory.md index 8e24ee79..75e27344 100644 --- a/old_docs/API_docs_v38/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v38/methods/messages_deleteHistory.md @@ -11,7 +11,7 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v38/methods/messages_deleteMessages.md b/old_docs/API_docs_v38/methods/messages_deleteMessages.md index 12347c81..fd6402c6 100644 --- a/old_docs/API_docs_v38/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v38/methods/messages_deleteMessages.md @@ -10,7 +10,7 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v38/methods/messages_editChatPhoto.md b/old_docs/API_docs_v38/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v38/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v38/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v38/methods/messages_editChatTitle.md b/old_docs/API_docs_v38/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v38/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v38/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v38/methods/messages_forwardMessage.md b/old_docs/API_docs_v38/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v38/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v38/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v38/methods/messages_forwardMessages.md b/old_docs/API_docs_v38/methods/messages_forwardMessages.md index 7e19aec5..6048ad11 100644 --- a/old_docs/API_docs_v38/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v38/methods/messages_forwardMessages.md @@ -11,7 +11,7 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v38/methods/messages_getAllStickers.md b/old_docs/API_docs_v38/methods/messages_getAllStickers.md index c1387ab3..aa5c6663 100644 --- a/old_docs/API_docs_v38/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v38/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v38/methods/messages_getChats.md b/old_docs/API_docs_v38/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v38/methods/messages_getChats.md +++ b/old_docs/API_docs_v38/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v38/methods/messages_getDhConfig.md b/old_docs/API_docs_v38/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v38/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v38/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v38/methods/messages_getDialogs.md b/old_docs/API_docs_v38/methods/messages_getDialogs.md index 1ba0c7f0..e08d625f 100644 --- a/old_docs/API_docs_v38/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v38/methods/messages_getDialogs.md @@ -10,8 +10,8 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v38/methods/messages_getHistory.md b/old_docs/API_docs_v38/methods/messages_getHistory.md index c306f02c..c6d44846 100644 --- a/old_docs/API_docs_v38/methods/messages_getHistory.md +++ b/old_docs/API_docs_v38/methods/messages_getHistory.md @@ -11,11 +11,11 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v38/methods/messages_getMessages.md b/old_docs/API_docs_v38/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v38/methods/messages_getMessages.md +++ b/old_docs/API_docs_v38/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v38/methods/messages_getMessagesViews.md b/old_docs/API_docs_v38/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v38/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v38/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v38/methods/messages_getStickerSet.md b/old_docs/API_docs_v38/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v38/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v38/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v38/methods/messages_getStickers.md b/old_docs/API_docs_v38/methods/messages_getStickers.md index 6ac68c87..5f70bcba 100644 --- a/old_docs/API_docs_v38/methods/messages_getStickers.md +++ b/old_docs/API_docs_v38/methods/messages_getStickers.md @@ -10,8 +10,8 @@ description: messages.getStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|emoticon|[string](../types/string.md) | Yes| -|hash|[string](../types/string.md) | Yes| +|emoticon|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_Stickers](../types/messages_Stickers.md) diff --git a/old_docs/API_docs_v38/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v38/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v38/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v38/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v38/methods/messages_importChatInvite.md b/old_docs/API_docs_v38/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v38/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v38/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v38/methods/messages_installStickerSet.md b/old_docs/API_docs_v38/methods/messages_installStickerSet.md index ccabd393..c0b5e3d8 100644 --- a/old_docs/API_docs_v38/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v38/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|disabled|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|disabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v38/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v38/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v38/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/messages_readHistory.md b/old_docs/API_docs_v38/methods/messages_readHistory.md index 4bb27a35..a67b9036 100644 --- a/old_docs/API_docs_v38/methods/messages_readHistory.md +++ b/old_docs/API_docs_v38/methods/messages_readHistory.md @@ -11,8 +11,8 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v38/methods/messages_readMessageContents.md b/old_docs/API_docs_v38/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v38/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v38/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v38/methods/messages_receivedMessages.md b/old_docs/API_docs_v38/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v38/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v38/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v38/methods/messages_receivedQueue.md b/old_docs/API_docs_v38/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v38/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v38/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v38/methods/messages_search.md b/old_docs/API_docs_v38/methods/messages_search.md index 11b968bf..a59ea798 100644 --- a/old_docs/API_docs_v38/methods/messages_search.md +++ b/old_docs/API_docs_v38/methods/messages_search.md @@ -11,13 +11,13 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v38/methods/messages_sendBroadcast.md b/old_docs/API_docs_v38/methods/messages_sendBroadcast.md index 0ab60e43..16a244d9 100644 --- a/old_docs/API_docs_v38/methods/messages_sendBroadcast.md +++ b/old_docs/API_docs_v38/methods/messages_sendBroadcast.md @@ -11,7 +11,7 @@ description: messages.sendBroadcast parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |contacts|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v38/methods/messages_sendEncrypted.md b/old_docs/API_docs_v38/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v38/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v38/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v38/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v38/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v38/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v38/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v38/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v38/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v38/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v38/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v38/methods/messages_sendMedia.md b/old_docs/API_docs_v38/methods/messages_sendMedia.md index 6c0c3440..075ef55d 100644 --- a/old_docs/API_docs_v38/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v38/methods/messages_sendMedia.md @@ -11,9 +11,9 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v38/methods/messages_sendMessage.md b/old_docs/API_docs_v38/methods/messages_sendMessage.md index 9b04ca83..4260195e 100644 --- a/old_docs/API_docs_v38/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v38/methods/messages_sendMessage.md @@ -11,10 +11,10 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v38/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v38/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v38/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v38/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/messages_setTyping.md b/old_docs/API_docs_v38/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v38/methods/messages_setTyping.md +++ b/old_docs/API_docs_v38/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/messages_startBot.md b/old_docs/API_docs_v38/methods/messages_startBot.md index a24cd348..6afa0857 100644 --- a/old_docs/API_docs_v38/methods/messages_startBot.md +++ b/old_docs/API_docs_v38/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v38/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v38/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v38/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v38/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v38/methods/photos_getUserPhotos.md b/old_docs/API_docs_v38/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v38/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v38/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v38/methods/photos_updateProfilePhoto.md b/old_docs/API_docs_v38/methods/photos_updateProfilePhoto.md index fbe84e26..74f9d4a6 100644 --- a/old_docs/API_docs_v38/methods/photos_updateProfilePhoto.md +++ b/old_docs/API_docs_v38/methods/photos_updateProfilePhoto.md @@ -11,7 +11,7 @@ description: photos.updateProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputPhoto](../types/InputPhoto.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [UserProfilePhoto](../types/UserProfilePhoto.md) diff --git a/old_docs/API_docs_v38/methods/photos_uploadProfilePhoto.md b/old_docs/API_docs_v38/methods/photos_uploadProfilePhoto.md index 303ed4ea..fe4392f0 100644 --- a/old_docs/API_docs_v38/methods/photos_uploadProfilePhoto.md +++ b/old_docs/API_docs_v38/methods/photos_uploadProfilePhoto.md @@ -11,9 +11,9 @@ description: photos.uploadProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |file|[File path or InputFile](../types/InputFile.md) | Yes| -|caption|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|caption|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [photos\_Photo](../types/photos_Photo.md) diff --git a/old_docs/API_docs_v40/methods/account_changePhone.md b/old_docs/API_docs_v40/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v40/methods/account_changePhone.md +++ b/old_docs/API_docs_v40/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v40/methods/account_checkUsername.md b/old_docs/API_docs_v40/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v40/methods/account_checkUsername.md +++ b/old_docs/API_docs_v40/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/account_deleteAccount.md b/old_docs/API_docs_v40/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v40/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v40/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/account_getNotifySettings.md b/old_docs/API_docs_v40/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v40/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v40/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v40/methods/account_getPasswordSettings.md b/old_docs/API_docs_v40/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v40/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v40/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v40/methods/account_getPrivacy.md b/old_docs/API_docs_v40/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v40/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v40/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v40/methods/account_registerDevice.md b/old_docs/API_docs_v40/methods/account_registerDevice.md index 5c86d74c..47623cd9 100644 --- a/old_docs/API_docs_v40/methods/account_registerDevice.md +++ b/old_docs/API_docs_v40/methods/account_registerDevice.md @@ -12,13 +12,13 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|device\_model|[string](../types/string.md) | Yes|| -|system\_version|[string](../types/string.md) | Yes|| -|app\_version|[string](../types/string.md) | Yes|| -|app\_sandbox|[Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| -|lang\_code|[string](../types/string.md) | Yes|| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|device\_model|[CLICK ME string](../types/string.md) | Yes|| +|system\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_sandbox|[CLICK ME Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/account_resetAuthorization.md b/old_docs/API_docs_v40/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v40/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v40/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v40/methods/account_sendChangePhoneCode.md index b5258245..81846556 100644 --- a/old_docs/API_docs_v40/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v40/methods/account_sendChangePhoneCode.md @@ -12,7 +12,7 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|New phone number| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| ### Return type: [account\_SentChangePhoneCode](../types/account_SentChangePhoneCode.md) diff --git a/old_docs/API_docs_v40/methods/account_setAccountTTL.md b/old_docs/API_docs_v40/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v40/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v40/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/account_setPrivacy.md b/old_docs/API_docs_v40/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v40/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v40/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v40/methods/account_unregisterDevice.md b/old_docs/API_docs_v40/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v40/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v40/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v40/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v40/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v40/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/account_updateNotifySettings.md b/old_docs/API_docs_v40/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v40/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v40/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v40/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v40/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v40/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/account_updateProfile.md b/old_docs/API_docs_v40/methods/account_updateProfile.md index 7f8d80c5..86552e1c 100644 --- a/old_docs/API_docs_v40/methods/account_updateProfile.md +++ b/old_docs/API_docs_v40/methods/account_updateProfile.md @@ -12,8 +12,8 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Yes|The first name| -|last\_name|[string](../types/string.md) | Yes|The last name| +|first\_name|[CLICK ME string](../types/string.md) | Yes|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Yes|The last name| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v40/methods/account_updateStatus.md b/old_docs/API_docs_v40/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v40/methods/account_updateStatus.md +++ b/old_docs/API_docs_v40/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/account_updateUsername.md b/old_docs/API_docs_v40/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v40/methods/account_updateUsername.md +++ b/old_docs/API_docs_v40/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v40/methods/auth_checkPhone.md b/old_docs/API_docs_v40/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v40/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v40/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v40/methods/auth_recoverPassword.md b/old_docs/API_docs_v40/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v40/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v40/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v40/methods/auth_sendCall.md b/old_docs/API_docs_v40/methods/auth_sendCall.md index 94ed6b7f..3bab952d 100644 --- a/old_docs/API_docs_v40/methods/auth_sendCall.md +++ b/old_docs/API_docs_v40/methods/auth_sendCall.md @@ -10,8 +10,8 @@ description: auth.sendCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/auth_sendInvites.md b/old_docs/API_docs_v40/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v40/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v40/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/auth_sendSms.md b/old_docs/API_docs_v40/methods/auth_sendSms.md index 0c4a7343..34450af2 100644 --- a/old_docs/API_docs_v40/methods/auth_sendSms.md +++ b/old_docs/API_docs_v40/methods/auth_sendSms.md @@ -10,8 +10,8 @@ description: auth.sendSms parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/contacts_getBlocked.md b/old_docs/API_docs_v40/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v40/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v40/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v40/methods/contacts_getContacts.md b/old_docs/API_docs_v40/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v40/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v40/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v40/methods/contacts_getSuggested.md b/old_docs/API_docs_v40/methods/contacts_getSuggested.md index 7249b1f2..c324bc67 100644 --- a/old_docs/API_docs_v40/methods/contacts_getSuggested.md +++ b/old_docs/API_docs_v40/methods/contacts_getSuggested.md @@ -10,7 +10,7 @@ description: contacts.getSuggested parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [contacts\_Suggested](../types/contacts_Suggested.md) diff --git a/old_docs/API_docs_v40/methods/contacts_importCard.md b/old_docs/API_docs_v40/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v40/methods/contacts_importCard.md +++ b/old_docs/API_docs_v40/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v40/methods/contacts_importContacts.md b/old_docs/API_docs_v40/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v40/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v40/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v40/methods/contacts_search.md b/old_docs/API_docs_v40/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v40/methods/contacts_search.md +++ b/old_docs/API_docs_v40/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v40/methods/help_getAppChangelog.md b/old_docs/API_docs_v40/methods/help_getAppChangelog.md index d69a61cb..99c637ec 100644 --- a/old_docs/API_docs_v40/methods/help_getAppChangelog.md +++ b/old_docs/API_docs_v40/methods/help_getAppChangelog.md @@ -10,10 +10,10 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppChangelog](../types/help_AppChangelog.md) diff --git a/old_docs/API_docs_v40/methods/help_getAppUpdate.md b/old_docs/API_docs_v40/methods/help_getAppUpdate.md index f9b06641..cfc73e28 100644 --- a/old_docs/API_docs_v40/methods/help_getAppUpdate.md +++ b/old_docs/API_docs_v40/methods/help_getAppUpdate.md @@ -10,10 +10,10 @@ description: help.getAppUpdate parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppUpdate](../types/help_AppUpdate.md) diff --git a/old_docs/API_docs_v40/methods/help_getInviteText.md b/old_docs/API_docs_v40/methods/help_getInviteText.md index bac72a15..4604ff21 100644 --- a/old_docs/API_docs_v40/methods/help_getInviteText.md +++ b/old_docs/API_docs_v40/methods/help_getInviteText.md @@ -10,7 +10,7 @@ description: help.getInviteText parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_InviteText](../types/help_InviteText.md) diff --git a/old_docs/API_docs_v40/methods/help_saveAppLog.md b/old_docs/API_docs_v40/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v40/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v40/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/initConnection.md b/old_docs/API_docs_v40/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v40/methods/initConnection.md +++ b/old_docs/API_docs_v40/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v40/methods/invokeAfterMsg.md b/old_docs/API_docs_v40/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v40/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v40/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v40/methods/invokeAfterMsgs.md b/old_docs/API_docs_v40/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v40/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v40/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v40/methods/invokeWithLayer.md b/old_docs/API_docs_v40/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v40/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v40/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v40/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v40/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v40/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v40/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v40/methods/messages_addChatUser.md b/old_docs/API_docs_v40/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v40/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v40/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v40/methods/messages_checkChatInvite.md b/old_docs/API_docs_v40/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v40/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v40/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v40/methods/messages_createChannel.md b/old_docs/API_docs_v40/methods/messages_createChannel.md index af26f22e..454992aa 100644 --- a/old_docs/API_docs_v40/methods/messages_createChannel.md +++ b/old_docs/API_docs_v40/methods/messages_createChannel.md @@ -10,7 +10,7 @@ description: messages.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v40/methods/messages_createChat.md b/old_docs/API_docs_v40/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v40/methods/messages_createChat.md +++ b/old_docs/API_docs_v40/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v40/methods/messages_deleteChannelMessages.md b/old_docs/API_docs_v40/methods/messages_deleteChannelMessages.md index ace11816..731f3c25 100644 --- a/old_docs/API_docs_v40/methods/messages_deleteChannelMessages.md +++ b/old_docs/API_docs_v40/methods/messages_deleteChannelMessages.md @@ -11,7 +11,7 @@ description: messages.deleteChannelMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v40/methods/messages_deleteHistory.md b/old_docs/API_docs_v40/methods/messages_deleteHistory.md index 8e24ee79..75e27344 100644 --- a/old_docs/API_docs_v40/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v40/methods/messages_deleteHistory.md @@ -11,7 +11,7 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v40/methods/messages_deleteMessages.md b/old_docs/API_docs_v40/methods/messages_deleteMessages.md index 12347c81..fd6402c6 100644 --- a/old_docs/API_docs_v40/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v40/methods/messages_deleteMessages.md @@ -10,7 +10,7 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v40/methods/messages_editChatPhoto.md b/old_docs/API_docs_v40/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v40/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v40/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v40/methods/messages_editChatTitle.md b/old_docs/API_docs_v40/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v40/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v40/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v40/methods/messages_forwardMessage.md b/old_docs/API_docs_v40/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v40/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v40/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v40/methods/messages_forwardMessages.md b/old_docs/API_docs_v40/methods/messages_forwardMessages.md index 3ab63630..56545d35 100644 --- a/old_docs/API_docs_v40/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v40/methods/messages_forwardMessages.md @@ -11,7 +11,7 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v40/methods/messages_getAllStickers.md b/old_docs/API_docs_v40/methods/messages_getAllStickers.md index c1387ab3..aa5c6663 100644 --- a/old_docs/API_docs_v40/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v40/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v40/methods/messages_getChannelDialogs.md b/old_docs/API_docs_v40/methods/messages_getChannelDialogs.md index 68bc7692..390aa1d1 100644 --- a/old_docs/API_docs_v40/methods/messages_getChannelDialogs.md +++ b/old_docs/API_docs_v40/methods/messages_getChannelDialogs.md @@ -10,8 +10,8 @@ description: messages.getChannelDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v40/methods/messages_getChats.md b/old_docs/API_docs_v40/methods/messages_getChats.md index 5e922ea5..200c9ead 100644 --- a/old_docs/API_docs_v40/methods/messages_getChats.md +++ b/old_docs/API_docs_v40/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [InputChat](../types/InputChat.md) | Yes| +|id|Array of [CLICK ME InputChat](../types/InputChat.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v40/methods/messages_getDhConfig.md b/old_docs/API_docs_v40/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v40/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v40/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v40/methods/messages_getDialogs.md b/old_docs/API_docs_v40/methods/messages_getDialogs.md index 1ba0c7f0..e08d625f 100644 --- a/old_docs/API_docs_v40/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v40/methods/messages_getDialogs.md @@ -10,8 +10,8 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v40/methods/messages_getHistory.md b/old_docs/API_docs_v40/methods/messages_getHistory.md index 1216570c..b56977bd 100644 --- a/old_docs/API_docs_v40/methods/messages_getHistory.md +++ b/old_docs/API_docs_v40/methods/messages_getHistory.md @@ -11,10 +11,10 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v40/methods/messages_getImportantHistory.md b/old_docs/API_docs_v40/methods/messages_getImportantHistory.md index af3918f7..c53616ea 100644 --- a/old_docs/API_docs_v40/methods/messages_getImportantHistory.md +++ b/old_docs/API_docs_v40/methods/messages_getImportantHistory.md @@ -11,9 +11,9 @@ description: messages.getImportantHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v40/methods/messages_getMessages.md b/old_docs/API_docs_v40/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v40/methods/messages_getMessages.md +++ b/old_docs/API_docs_v40/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v40/methods/messages_getStickerSet.md b/old_docs/API_docs_v40/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v40/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v40/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v40/methods/messages_getStickers.md b/old_docs/API_docs_v40/methods/messages_getStickers.md index 6ac68c87..5f70bcba 100644 --- a/old_docs/API_docs_v40/methods/messages_getStickers.md +++ b/old_docs/API_docs_v40/methods/messages_getStickers.md @@ -10,8 +10,8 @@ description: messages.getStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|emoticon|[string](../types/string.md) | Yes| -|hash|[string](../types/string.md) | Yes| +|emoticon|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_Stickers](../types/messages_Stickers.md) diff --git a/old_docs/API_docs_v40/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v40/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v40/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v40/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v40/methods/messages_importChatInvite.md b/old_docs/API_docs_v40/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v40/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v40/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v40/methods/messages_installStickerSet.md b/old_docs/API_docs_v40/methods/messages_installStickerSet.md index ccabd393..c0b5e3d8 100644 --- a/old_docs/API_docs_v40/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v40/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|disabled|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|disabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/messages_readChannelHistory.md b/old_docs/API_docs_v40/methods/messages_readChannelHistory.md index 58feaa20..ac135d34 100644 --- a/old_docs/API_docs_v40/methods/messages_readChannelHistory.md +++ b/old_docs/API_docs_v40/methods/messages_readChannelHistory.md @@ -11,7 +11,7 @@ description: messages.readChannelHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v40/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v40/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v40/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/messages_readHistory.md b/old_docs/API_docs_v40/methods/messages_readHistory.md index 4bb27a35..a67b9036 100644 --- a/old_docs/API_docs_v40/methods/messages_readHistory.md +++ b/old_docs/API_docs_v40/methods/messages_readHistory.md @@ -11,8 +11,8 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v40/methods/messages_readMessageContents.md b/old_docs/API_docs_v40/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v40/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v40/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v40/methods/messages_receivedMessages.md b/old_docs/API_docs_v40/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v40/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v40/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v40/methods/messages_receivedQueue.md b/old_docs/API_docs_v40/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v40/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v40/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v40/methods/messages_search.md b/old_docs/API_docs_v40/methods/messages_search.md index 11b968bf..a59ea798 100644 --- a/old_docs/API_docs_v40/methods/messages_search.md +++ b/old_docs/API_docs_v40/methods/messages_search.md @@ -11,13 +11,13 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v40/methods/messages_sendBroadcast.md b/old_docs/API_docs_v40/methods/messages_sendBroadcast.md index 0ab60e43..16a244d9 100644 --- a/old_docs/API_docs_v40/methods/messages_sendBroadcast.md +++ b/old_docs/API_docs_v40/methods/messages_sendBroadcast.md @@ -11,7 +11,7 @@ description: messages.sendBroadcast parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |contacts|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v40/methods/messages_sendEncrypted.md b/old_docs/API_docs_v40/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v40/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v40/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v40/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v40/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v40/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v40/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v40/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v40/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v40/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v40/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v40/methods/messages_sendMedia.md b/old_docs/API_docs_v40/methods/messages_sendMedia.md index 6c0c3440..075ef55d 100644 --- a/old_docs/API_docs_v40/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v40/methods/messages_sendMedia.md @@ -11,9 +11,9 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v40/methods/messages_sendMessage.md b/old_docs/API_docs_v40/methods/messages_sendMessage.md index 9b04ca83..4260195e 100644 --- a/old_docs/API_docs_v40/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v40/methods/messages_sendMessage.md @@ -11,10 +11,10 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v40/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v40/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v40/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v40/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/messages_setTyping.md b/old_docs/API_docs_v40/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v40/methods/messages_setTyping.md +++ b/old_docs/API_docs_v40/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/messages_startBot.md b/old_docs/API_docs_v40/methods/messages_startBot.md index a24cd348..6afa0857 100644 --- a/old_docs/API_docs_v40/methods/messages_startBot.md +++ b/old_docs/API_docs_v40/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v40/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v40/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v40/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v40/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v40/methods/photos_getUserPhotos.md b/old_docs/API_docs_v40/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v40/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v40/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v40/methods/photos_updateProfilePhoto.md b/old_docs/API_docs_v40/methods/photos_updateProfilePhoto.md index fbe84e26..74f9d4a6 100644 --- a/old_docs/API_docs_v40/methods/photos_updateProfilePhoto.md +++ b/old_docs/API_docs_v40/methods/photos_updateProfilePhoto.md @@ -11,7 +11,7 @@ description: photos.updateProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputPhoto](../types/InputPhoto.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [UserProfilePhoto](../types/UserProfilePhoto.md) diff --git a/old_docs/API_docs_v40/methods/photos_uploadProfilePhoto.md b/old_docs/API_docs_v40/methods/photos_uploadProfilePhoto.md index 303ed4ea..fe4392f0 100644 --- a/old_docs/API_docs_v40/methods/photos_uploadProfilePhoto.md +++ b/old_docs/API_docs_v40/methods/photos_uploadProfilePhoto.md @@ -11,9 +11,9 @@ description: photos.uploadProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |file|[File path or InputFile](../types/InputFile.md) | Yes| -|caption|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|caption|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [photos\_Photo](../types/photos_Photo.md) diff --git a/old_docs/API_docs_v41/methods/account_changePhone.md b/old_docs/API_docs_v41/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v41/methods/account_changePhone.md +++ b/old_docs/API_docs_v41/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v41/methods/account_checkUsername.md b/old_docs/API_docs_v41/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v41/methods/account_checkUsername.md +++ b/old_docs/API_docs_v41/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/account_deleteAccount.md b/old_docs/API_docs_v41/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v41/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v41/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/account_getNotifySettings.md b/old_docs/API_docs_v41/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v41/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v41/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v41/methods/account_getPasswordSettings.md b/old_docs/API_docs_v41/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v41/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v41/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v41/methods/account_getPrivacy.md b/old_docs/API_docs_v41/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v41/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v41/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v41/methods/account_registerDevice.md b/old_docs/API_docs_v41/methods/account_registerDevice.md index 5c86d74c..47623cd9 100644 --- a/old_docs/API_docs_v41/methods/account_registerDevice.md +++ b/old_docs/API_docs_v41/methods/account_registerDevice.md @@ -12,13 +12,13 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|device\_model|[string](../types/string.md) | Yes|| -|system\_version|[string](../types/string.md) | Yes|| -|app\_version|[string](../types/string.md) | Yes|| -|app\_sandbox|[Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| -|lang\_code|[string](../types/string.md) | Yes|| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|device\_model|[CLICK ME string](../types/string.md) | Yes|| +|system\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_sandbox|[CLICK ME Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/account_resetAuthorization.md b/old_docs/API_docs_v41/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v41/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v41/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v41/methods/account_sendChangePhoneCode.md index b5258245..81846556 100644 --- a/old_docs/API_docs_v41/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v41/methods/account_sendChangePhoneCode.md @@ -12,7 +12,7 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|New phone number| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| ### Return type: [account\_SentChangePhoneCode](../types/account_SentChangePhoneCode.md) diff --git a/old_docs/API_docs_v41/methods/account_setAccountTTL.md b/old_docs/API_docs_v41/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v41/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v41/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/account_setPrivacy.md b/old_docs/API_docs_v41/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v41/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v41/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v41/methods/account_unregisterDevice.md b/old_docs/API_docs_v41/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v41/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v41/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v41/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v41/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v41/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/account_updateNotifySettings.md b/old_docs/API_docs_v41/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v41/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v41/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v41/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v41/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v41/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/account_updateProfile.md b/old_docs/API_docs_v41/methods/account_updateProfile.md index 7f8d80c5..86552e1c 100644 --- a/old_docs/API_docs_v41/methods/account_updateProfile.md +++ b/old_docs/API_docs_v41/methods/account_updateProfile.md @@ -12,8 +12,8 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Yes|The first name| -|last\_name|[string](../types/string.md) | Yes|The last name| +|first\_name|[CLICK ME string](../types/string.md) | Yes|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Yes|The last name| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v41/methods/account_updateStatus.md b/old_docs/API_docs_v41/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v41/methods/account_updateStatus.md +++ b/old_docs/API_docs_v41/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/account_updateUsername.md b/old_docs/API_docs_v41/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v41/methods/account_updateUsername.md +++ b/old_docs/API_docs_v41/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v41/methods/auth_checkPhone.md b/old_docs/API_docs_v41/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v41/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v41/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v41/methods/auth_recoverPassword.md b/old_docs/API_docs_v41/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v41/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v41/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v41/methods/auth_sendCall.md b/old_docs/API_docs_v41/methods/auth_sendCall.md index 94ed6b7f..3bab952d 100644 --- a/old_docs/API_docs_v41/methods/auth_sendCall.md +++ b/old_docs/API_docs_v41/methods/auth_sendCall.md @@ -10,8 +10,8 @@ description: auth.sendCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/auth_sendInvites.md b/old_docs/API_docs_v41/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v41/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v41/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/auth_sendSms.md b/old_docs/API_docs_v41/methods/auth_sendSms.md index 0c4a7343..34450af2 100644 --- a/old_docs/API_docs_v41/methods/auth_sendSms.md +++ b/old_docs/API_docs_v41/methods/auth_sendSms.md @@ -10,8 +10,8 @@ description: auth.sendSms parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/channels_checkUsername.md b/old_docs/API_docs_v41/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v41/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v41/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/channels_createChannel.md b/old_docs/API_docs_v41/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v41/methods/channels_createChannel.md +++ b/old_docs/API_docs_v41/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v41/methods/channels_deleteMessages.md b/old_docs/API_docs_v41/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v41/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v41/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v41/methods/channels_editAbout.md b/old_docs/API_docs_v41/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v41/methods/channels_editAbout.md +++ b/old_docs/API_docs_v41/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/channels_editAdmin.md b/old_docs/API_docs_v41/methods/channels_editAdmin.md index f0b6f0d1..4b3ed54b 100644 --- a/old_docs/API_docs_v41/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v41/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|role|[ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| +|role|[CLICK ME ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/channels_editPhoto.md b/old_docs/API_docs_v41/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v41/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v41/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v41/methods/channels_editTitle.md b/old_docs/API_docs_v41/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v41/methods/channels_editTitle.md +++ b/old_docs/API_docs_v41/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v41/methods/channels_getDialogs.md b/old_docs/API_docs_v41/methods/channels_getDialogs.md index 7c1464f8..1a551e4d 100644 --- a/old_docs/API_docs_v41/methods/channels_getDialogs.md +++ b/old_docs/API_docs_v41/methods/channels_getDialogs.md @@ -10,8 +10,8 @@ description: channels.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v41/methods/channels_getImportantHistory.md b/old_docs/API_docs_v41/methods/channels_getImportantHistory.md index 6dc710fb..99d6fcaf 100644 --- a/old_docs/API_docs_v41/methods/channels_getImportantHistory.md +++ b/old_docs/API_docs_v41/methods/channels_getImportantHistory.md @@ -11,11 +11,11 @@ description: channels.getImportantHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v41/methods/channels_getMessages.md b/old_docs/API_docs_v41/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v41/methods/channels_getMessages.md +++ b/old_docs/API_docs_v41/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v41/methods/channels_getParticipants.md b/old_docs/API_docs_v41/methods/channels_getParticipants.md index 7a9b6699..bfd09c2f 100644 --- a/old_docs/API_docs_v41/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v41/methods/channels_getParticipants.md @@ -11,9 +11,9 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v41/methods/channels_kickFromChannel.md b/old_docs/API_docs_v41/methods/channels_kickFromChannel.md index e4b68581..db90706b 100644 --- a/old_docs/API_docs_v41/methods/channels_kickFromChannel.md +++ b/old_docs/API_docs_v41/methods/channels_kickFromChannel.md @@ -12,7 +12,7 @@ description: channels.kickFromChannel parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|kicked|[Bool](../types/Bool.md) | Yes| +|kicked|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v41/methods/channels_readHistory.md b/old_docs/API_docs_v41/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v41/methods/channels_readHistory.md +++ b/old_docs/API_docs_v41/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/channels_reportSpam.md b/old_docs/API_docs_v41/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v41/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v41/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/channels_toggleComments.md b/old_docs/API_docs_v41/methods/channels_toggleComments.md index 8b77db49..fddbb1a9 100644 --- a/old_docs/API_docs_v41/methods/channels_toggleComments.md +++ b/old_docs/API_docs_v41/methods/channels_toggleComments.md @@ -11,7 +11,7 @@ description: channels.toggleComments parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v41/methods/channels_updateUsername.md b/old_docs/API_docs_v41/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v41/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v41/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/contacts_getBlocked.md b/old_docs/API_docs_v41/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v41/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v41/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v41/methods/contacts_getContacts.md b/old_docs/API_docs_v41/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v41/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v41/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v41/methods/contacts_getSuggested.md b/old_docs/API_docs_v41/methods/contacts_getSuggested.md index 7249b1f2..c324bc67 100644 --- a/old_docs/API_docs_v41/methods/contacts_getSuggested.md +++ b/old_docs/API_docs_v41/methods/contacts_getSuggested.md @@ -10,7 +10,7 @@ description: contacts.getSuggested parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [contacts\_Suggested](../types/contacts_Suggested.md) diff --git a/old_docs/API_docs_v41/methods/contacts_importCard.md b/old_docs/API_docs_v41/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v41/methods/contacts_importCard.md +++ b/old_docs/API_docs_v41/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v41/methods/contacts_importContacts.md b/old_docs/API_docs_v41/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v41/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v41/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v41/methods/contacts_search.md b/old_docs/API_docs_v41/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v41/methods/contacts_search.md +++ b/old_docs/API_docs_v41/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v41/methods/help_getAppChangelog.md b/old_docs/API_docs_v41/methods/help_getAppChangelog.md index d69a61cb..99c637ec 100644 --- a/old_docs/API_docs_v41/methods/help_getAppChangelog.md +++ b/old_docs/API_docs_v41/methods/help_getAppChangelog.md @@ -10,10 +10,10 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppChangelog](../types/help_AppChangelog.md) diff --git a/old_docs/API_docs_v41/methods/help_getAppUpdate.md b/old_docs/API_docs_v41/methods/help_getAppUpdate.md index f9b06641..cfc73e28 100644 --- a/old_docs/API_docs_v41/methods/help_getAppUpdate.md +++ b/old_docs/API_docs_v41/methods/help_getAppUpdate.md @@ -10,10 +10,10 @@ description: help.getAppUpdate parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppUpdate](../types/help_AppUpdate.md) diff --git a/old_docs/API_docs_v41/methods/help_getInviteText.md b/old_docs/API_docs_v41/methods/help_getInviteText.md index bac72a15..4604ff21 100644 --- a/old_docs/API_docs_v41/methods/help_getInviteText.md +++ b/old_docs/API_docs_v41/methods/help_getInviteText.md @@ -10,7 +10,7 @@ description: help.getInviteText parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_InviteText](../types/help_InviteText.md) diff --git a/old_docs/API_docs_v41/methods/help_saveAppLog.md b/old_docs/API_docs_v41/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v41/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v41/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/initConnection.md b/old_docs/API_docs_v41/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v41/methods/initConnection.md +++ b/old_docs/API_docs_v41/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v41/methods/invokeAfterMsg.md b/old_docs/API_docs_v41/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v41/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v41/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v41/methods/invokeAfterMsgs.md b/old_docs/API_docs_v41/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v41/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v41/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v41/methods/invokeWithLayer.md b/old_docs/API_docs_v41/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v41/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v41/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v41/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v41/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v41/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v41/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v41/methods/messages_addChatUser.md b/old_docs/API_docs_v41/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v41/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v41/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v41/methods/messages_checkChatInvite.md b/old_docs/API_docs_v41/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v41/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v41/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v41/methods/messages_createChat.md b/old_docs/API_docs_v41/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v41/methods/messages_createChat.md +++ b/old_docs/API_docs_v41/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v41/methods/messages_deactivateChat.md b/old_docs/API_docs_v41/methods/messages_deactivateChat.md index e0a1fa88..8639a743 100644 --- a/old_docs/API_docs_v41/methods/messages_deactivateChat.md +++ b/old_docs/API_docs_v41/methods/messages_deactivateChat.md @@ -11,7 +11,7 @@ description: messages.deactivateChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v41/methods/messages_deleteHistory.md b/old_docs/API_docs_v41/methods/messages_deleteHistory.md index e2e60c49..5904df0d 100644 --- a/old_docs/API_docs_v41/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v41/methods/messages_deleteHistory.md @@ -11,7 +11,7 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v41/methods/messages_deleteMessages.md b/old_docs/API_docs_v41/methods/messages_deleteMessages.md index 12347c81..fd6402c6 100644 --- a/old_docs/API_docs_v41/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v41/methods/messages_deleteMessages.md @@ -10,7 +10,7 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v41/methods/messages_editChatAdmin.md b/old_docs/API_docs_v41/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v41/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v41/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/messages_editChatPhoto.md b/old_docs/API_docs_v41/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v41/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v41/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v41/methods/messages_editChatTitle.md b/old_docs/API_docs_v41/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v41/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v41/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v41/methods/messages_forwardMessage.md b/old_docs/API_docs_v41/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v41/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v41/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v41/methods/messages_forwardMessages.md b/old_docs/API_docs_v41/methods/messages_forwardMessages.md index 2f759375..20e01204 100644 --- a/old_docs/API_docs_v41/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v41/methods/messages_forwardMessages.md @@ -10,9 +10,9 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v41/methods/messages_getAllStickers.md b/old_docs/API_docs_v41/methods/messages_getAllStickers.md index c1387ab3..aa5c6663 100644 --- a/old_docs/API_docs_v41/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v41/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v41/methods/messages_getChats.md b/old_docs/API_docs_v41/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v41/methods/messages_getChats.md +++ b/old_docs/API_docs_v41/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v41/methods/messages_getDhConfig.md b/old_docs/API_docs_v41/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v41/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v41/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v41/methods/messages_getDialogs.md b/old_docs/API_docs_v41/methods/messages_getDialogs.md index 1ba0c7f0..e08d625f 100644 --- a/old_docs/API_docs_v41/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v41/methods/messages_getDialogs.md @@ -10,8 +10,8 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v41/methods/messages_getHistory.md b/old_docs/API_docs_v41/methods/messages_getHistory.md index c306f02c..c6d44846 100644 --- a/old_docs/API_docs_v41/methods/messages_getHistory.md +++ b/old_docs/API_docs_v41/methods/messages_getHistory.md @@ -11,11 +11,11 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v41/methods/messages_getMessages.md b/old_docs/API_docs_v41/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v41/methods/messages_getMessages.md +++ b/old_docs/API_docs_v41/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v41/methods/messages_getMessagesViews.md b/old_docs/API_docs_v41/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v41/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v41/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v41/methods/messages_getStickerSet.md b/old_docs/API_docs_v41/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v41/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v41/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v41/methods/messages_getStickers.md b/old_docs/API_docs_v41/methods/messages_getStickers.md index 6ac68c87..5f70bcba 100644 --- a/old_docs/API_docs_v41/methods/messages_getStickers.md +++ b/old_docs/API_docs_v41/methods/messages_getStickers.md @@ -10,8 +10,8 @@ description: messages.getStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|emoticon|[string](../types/string.md) | Yes| -|hash|[string](../types/string.md) | Yes| +|emoticon|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_Stickers](../types/messages_Stickers.md) diff --git a/old_docs/API_docs_v41/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v41/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v41/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v41/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v41/methods/messages_importChatInvite.md b/old_docs/API_docs_v41/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v41/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v41/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v41/methods/messages_installStickerSet.md b/old_docs/API_docs_v41/methods/messages_installStickerSet.md index ccabd393..c0b5e3d8 100644 --- a/old_docs/API_docs_v41/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v41/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|disabled|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|disabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v41/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v41/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v41/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/messages_readHistory.md b/old_docs/API_docs_v41/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v41/methods/messages_readHistory.md +++ b/old_docs/API_docs_v41/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v41/methods/messages_readMessageContents.md b/old_docs/API_docs_v41/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v41/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v41/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v41/methods/messages_receivedMessages.md b/old_docs/API_docs_v41/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v41/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v41/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v41/methods/messages_receivedQueue.md b/old_docs/API_docs_v41/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v41/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v41/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v41/methods/messages_search.md b/old_docs/API_docs_v41/methods/messages_search.md index c2a822a1..3dc3f782 100644 --- a/old_docs/API_docs_v41/methods/messages_search.md +++ b/old_docs/API_docs_v41/methods/messages_search.md @@ -10,15 +10,15 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|important\_only|[Bool](../types/Bool.md) | Optional| +|important\_only|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v41/methods/messages_searchGlobal.md b/old_docs/API_docs_v41/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v41/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v41/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v41/methods/messages_sendBroadcast.md b/old_docs/API_docs_v41/methods/messages_sendBroadcast.md index 0ab60e43..16a244d9 100644 --- a/old_docs/API_docs_v41/methods/messages_sendBroadcast.md +++ b/old_docs/API_docs_v41/methods/messages_sendBroadcast.md @@ -11,7 +11,7 @@ description: messages.sendBroadcast parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |contacts|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v41/methods/messages_sendEncrypted.md b/old_docs/API_docs_v41/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v41/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v41/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v41/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v41/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v41/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v41/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v41/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v41/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v41/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v41/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v41/methods/messages_sendMedia.md b/old_docs/API_docs_v41/methods/messages_sendMedia.md index f153e219..7d1d8045 100644 --- a/old_docs/API_docs_v41/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v41/methods/messages_sendMedia.md @@ -10,11 +10,11 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v41/methods/messages_sendMessage.md b/old_docs/API_docs_v41/methods/messages_sendMessage.md index c4dc2cd5..44d73ff9 100644 --- a/old_docs/API_docs_v41/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v41/methods/messages_sendMessage.md @@ -10,13 +10,13 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|broadcast|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v41/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v41/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v41/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v41/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/messages_setTyping.md b/old_docs/API_docs_v41/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v41/methods/messages_setTyping.md +++ b/old_docs/API_docs_v41/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/messages_startBot.md b/old_docs/API_docs_v41/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v41/methods/messages_startBot.md +++ b/old_docs/API_docs_v41/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v41/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v41/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v41/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v41/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v41/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v41/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v41/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v41/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v41/methods/photos_getUserPhotos.md b/old_docs/API_docs_v41/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v41/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v41/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v41/methods/photos_updateProfilePhoto.md b/old_docs/API_docs_v41/methods/photos_updateProfilePhoto.md index fbe84e26..74f9d4a6 100644 --- a/old_docs/API_docs_v41/methods/photos_updateProfilePhoto.md +++ b/old_docs/API_docs_v41/methods/photos_updateProfilePhoto.md @@ -11,7 +11,7 @@ description: photos.updateProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputPhoto](../types/InputPhoto.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [UserProfilePhoto](../types/UserProfilePhoto.md) diff --git a/old_docs/API_docs_v41/methods/photos_uploadProfilePhoto.md b/old_docs/API_docs_v41/methods/photos_uploadProfilePhoto.md index 303ed4ea..fe4392f0 100644 --- a/old_docs/API_docs_v41/methods/photos_uploadProfilePhoto.md +++ b/old_docs/API_docs_v41/methods/photos_uploadProfilePhoto.md @@ -11,9 +11,9 @@ description: photos.uploadProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |file|[File path or InputFile](../types/InputFile.md) | Yes| -|caption|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|caption|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [photos\_Photo](../types/photos_Photo.md) diff --git a/old_docs/API_docs_v42/methods/account_changePhone.md b/old_docs/API_docs_v42/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v42/methods/account_changePhone.md +++ b/old_docs/API_docs_v42/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v42/methods/account_checkUsername.md b/old_docs/API_docs_v42/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v42/methods/account_checkUsername.md +++ b/old_docs/API_docs_v42/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/account_deleteAccount.md b/old_docs/API_docs_v42/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v42/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v42/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/account_getNotifySettings.md b/old_docs/API_docs_v42/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v42/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v42/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v42/methods/account_getPasswordSettings.md b/old_docs/API_docs_v42/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v42/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v42/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v42/methods/account_getPrivacy.md b/old_docs/API_docs_v42/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v42/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v42/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v42/methods/account_registerDevice.md b/old_docs/API_docs_v42/methods/account_registerDevice.md index 5c86d74c..47623cd9 100644 --- a/old_docs/API_docs_v42/methods/account_registerDevice.md +++ b/old_docs/API_docs_v42/methods/account_registerDevice.md @@ -12,13 +12,13 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|device\_model|[string](../types/string.md) | Yes|| -|system\_version|[string](../types/string.md) | Yes|| -|app\_version|[string](../types/string.md) | Yes|| -|app\_sandbox|[Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| -|lang\_code|[string](../types/string.md) | Yes|| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|device\_model|[CLICK ME string](../types/string.md) | Yes|| +|system\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_sandbox|[CLICK ME Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/account_resetAuthorization.md b/old_docs/API_docs_v42/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v42/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v42/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v42/methods/account_sendChangePhoneCode.md index b5258245..81846556 100644 --- a/old_docs/API_docs_v42/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v42/methods/account_sendChangePhoneCode.md @@ -12,7 +12,7 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|New phone number| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| ### Return type: [account\_SentChangePhoneCode](../types/account_SentChangePhoneCode.md) diff --git a/old_docs/API_docs_v42/methods/account_setAccountTTL.md b/old_docs/API_docs_v42/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v42/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v42/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/account_setPrivacy.md b/old_docs/API_docs_v42/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v42/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v42/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v42/methods/account_unregisterDevice.md b/old_docs/API_docs_v42/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v42/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v42/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v42/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v42/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v42/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/account_updateNotifySettings.md b/old_docs/API_docs_v42/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v42/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v42/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v42/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v42/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v42/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/account_updateProfile.md b/old_docs/API_docs_v42/methods/account_updateProfile.md index 7f8d80c5..86552e1c 100644 --- a/old_docs/API_docs_v42/methods/account_updateProfile.md +++ b/old_docs/API_docs_v42/methods/account_updateProfile.md @@ -12,8 +12,8 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Yes|The first name| -|last\_name|[string](../types/string.md) | Yes|The last name| +|first\_name|[CLICK ME string](../types/string.md) | Yes|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Yes|The last name| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v42/methods/account_updateStatus.md b/old_docs/API_docs_v42/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v42/methods/account_updateStatus.md +++ b/old_docs/API_docs_v42/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/account_updateUsername.md b/old_docs/API_docs_v42/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v42/methods/account_updateUsername.md +++ b/old_docs/API_docs_v42/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v42/methods/auth_checkPhone.md b/old_docs/API_docs_v42/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v42/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v42/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v42/methods/auth_recoverPassword.md b/old_docs/API_docs_v42/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v42/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v42/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v42/methods/auth_sendCall.md b/old_docs/API_docs_v42/methods/auth_sendCall.md index 94ed6b7f..3bab952d 100644 --- a/old_docs/API_docs_v42/methods/auth_sendCall.md +++ b/old_docs/API_docs_v42/methods/auth_sendCall.md @@ -10,8 +10,8 @@ description: auth.sendCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/auth_sendInvites.md b/old_docs/API_docs_v42/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v42/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v42/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/auth_sendSms.md b/old_docs/API_docs_v42/methods/auth_sendSms.md index 0c4a7343..34450af2 100644 --- a/old_docs/API_docs_v42/methods/auth_sendSms.md +++ b/old_docs/API_docs_v42/methods/auth_sendSms.md @@ -10,8 +10,8 @@ description: auth.sendSms parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/channels_checkUsername.md b/old_docs/API_docs_v42/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v42/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v42/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/channels_createChannel.md b/old_docs/API_docs_v42/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v42/methods/channels_createChannel.md +++ b/old_docs/API_docs_v42/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v42/methods/channels_deleteMessages.md b/old_docs/API_docs_v42/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v42/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v42/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v42/methods/channels_editAbout.md b/old_docs/API_docs_v42/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v42/methods/channels_editAbout.md +++ b/old_docs/API_docs_v42/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/channels_editAdmin.md b/old_docs/API_docs_v42/methods/channels_editAdmin.md index 146159d9..8bf2f7e9 100644 --- a/old_docs/API_docs_v42/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v42/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|role|[ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| +|role|[CLICK ME ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v42/methods/channels_editPhoto.md b/old_docs/API_docs_v42/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v42/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v42/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v42/methods/channels_editTitle.md b/old_docs/API_docs_v42/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v42/methods/channels_editTitle.md +++ b/old_docs/API_docs_v42/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v42/methods/channels_getDialogs.md b/old_docs/API_docs_v42/methods/channels_getDialogs.md index 7c1464f8..1a551e4d 100644 --- a/old_docs/API_docs_v42/methods/channels_getDialogs.md +++ b/old_docs/API_docs_v42/methods/channels_getDialogs.md @@ -10,8 +10,8 @@ description: channels.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v42/methods/channels_getImportantHistory.md b/old_docs/API_docs_v42/methods/channels_getImportantHistory.md index 6dc710fb..99d6fcaf 100644 --- a/old_docs/API_docs_v42/methods/channels_getImportantHistory.md +++ b/old_docs/API_docs_v42/methods/channels_getImportantHistory.md @@ -11,11 +11,11 @@ description: channels.getImportantHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v42/methods/channels_getMessages.md b/old_docs/API_docs_v42/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v42/methods/channels_getMessages.md +++ b/old_docs/API_docs_v42/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v42/methods/channels_getParticipants.md b/old_docs/API_docs_v42/methods/channels_getParticipants.md index 7a9b6699..bfd09c2f 100644 --- a/old_docs/API_docs_v42/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v42/methods/channels_getParticipants.md @@ -11,9 +11,9 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v42/methods/channels_kickFromChannel.md b/old_docs/API_docs_v42/methods/channels_kickFromChannel.md index e4b68581..db90706b 100644 --- a/old_docs/API_docs_v42/methods/channels_kickFromChannel.md +++ b/old_docs/API_docs_v42/methods/channels_kickFromChannel.md @@ -12,7 +12,7 @@ description: channels.kickFromChannel parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|kicked|[Bool](../types/Bool.md) | Yes| +|kicked|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v42/methods/channels_readHistory.md b/old_docs/API_docs_v42/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v42/methods/channels_readHistory.md +++ b/old_docs/API_docs_v42/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/channels_reportSpam.md b/old_docs/API_docs_v42/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v42/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v42/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/channels_toggleComments.md b/old_docs/API_docs_v42/methods/channels_toggleComments.md index 8b77db49..fddbb1a9 100644 --- a/old_docs/API_docs_v42/methods/channels_toggleComments.md +++ b/old_docs/API_docs_v42/methods/channels_toggleComments.md @@ -11,7 +11,7 @@ description: channels.toggleComments parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v42/methods/channels_updateUsername.md b/old_docs/API_docs_v42/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v42/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v42/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/contacts_getBlocked.md b/old_docs/API_docs_v42/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v42/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v42/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v42/methods/contacts_getContacts.md b/old_docs/API_docs_v42/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v42/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v42/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v42/methods/contacts_getSuggested.md b/old_docs/API_docs_v42/methods/contacts_getSuggested.md index 7249b1f2..c324bc67 100644 --- a/old_docs/API_docs_v42/methods/contacts_getSuggested.md +++ b/old_docs/API_docs_v42/methods/contacts_getSuggested.md @@ -10,7 +10,7 @@ description: contacts.getSuggested parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [contacts\_Suggested](../types/contacts_Suggested.md) diff --git a/old_docs/API_docs_v42/methods/contacts_importCard.md b/old_docs/API_docs_v42/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v42/methods/contacts_importCard.md +++ b/old_docs/API_docs_v42/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v42/methods/contacts_importContacts.md b/old_docs/API_docs_v42/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v42/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v42/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v42/methods/contacts_search.md b/old_docs/API_docs_v42/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v42/methods/contacts_search.md +++ b/old_docs/API_docs_v42/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v42/methods/help_getAppChangelog.md b/old_docs/API_docs_v42/methods/help_getAppChangelog.md index d69a61cb..99c637ec 100644 --- a/old_docs/API_docs_v42/methods/help_getAppChangelog.md +++ b/old_docs/API_docs_v42/methods/help_getAppChangelog.md @@ -10,10 +10,10 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppChangelog](../types/help_AppChangelog.md) diff --git a/old_docs/API_docs_v42/methods/help_getAppUpdate.md b/old_docs/API_docs_v42/methods/help_getAppUpdate.md index f9b06641..cfc73e28 100644 --- a/old_docs/API_docs_v42/methods/help_getAppUpdate.md +++ b/old_docs/API_docs_v42/methods/help_getAppUpdate.md @@ -10,10 +10,10 @@ description: help.getAppUpdate parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppUpdate](../types/help_AppUpdate.md) diff --git a/old_docs/API_docs_v42/methods/help_getInviteText.md b/old_docs/API_docs_v42/methods/help_getInviteText.md index bac72a15..4604ff21 100644 --- a/old_docs/API_docs_v42/methods/help_getInviteText.md +++ b/old_docs/API_docs_v42/methods/help_getInviteText.md @@ -10,7 +10,7 @@ description: help.getInviteText parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_InviteText](../types/help_InviteText.md) diff --git a/old_docs/API_docs_v42/methods/help_saveAppLog.md b/old_docs/API_docs_v42/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v42/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v42/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/initConnection.md b/old_docs/API_docs_v42/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v42/methods/initConnection.md +++ b/old_docs/API_docs_v42/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v42/methods/invokeAfterMsg.md b/old_docs/API_docs_v42/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v42/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v42/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v42/methods/invokeAfterMsgs.md b/old_docs/API_docs_v42/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v42/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v42/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v42/methods/invokeWithLayer.md b/old_docs/API_docs_v42/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v42/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v42/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v42/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v42/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v42/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v42/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v42/methods/messages_addChatUser.md b/old_docs/API_docs_v42/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v42/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v42/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v42/methods/messages_checkChatInvite.md b/old_docs/API_docs_v42/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v42/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v42/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v42/methods/messages_createChat.md b/old_docs/API_docs_v42/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v42/methods/messages_createChat.md +++ b/old_docs/API_docs_v42/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v42/methods/messages_deleteHistory.md b/old_docs/API_docs_v42/methods/messages_deleteHistory.md index e2e60c49..5904df0d 100644 --- a/old_docs/API_docs_v42/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v42/methods/messages_deleteHistory.md @@ -11,7 +11,7 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v42/methods/messages_deleteMessages.md b/old_docs/API_docs_v42/methods/messages_deleteMessages.md index 12347c81..fd6402c6 100644 --- a/old_docs/API_docs_v42/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v42/methods/messages_deleteMessages.md @@ -10,7 +10,7 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v42/methods/messages_editChatAdmin.md b/old_docs/API_docs_v42/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v42/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v42/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/messages_editChatPhoto.md b/old_docs/API_docs_v42/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v42/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v42/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v42/methods/messages_editChatTitle.md b/old_docs/API_docs_v42/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v42/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v42/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v42/methods/messages_forwardMessage.md b/old_docs/API_docs_v42/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v42/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v42/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v42/methods/messages_forwardMessages.md b/old_docs/API_docs_v42/methods/messages_forwardMessages.md index 2f759375..20e01204 100644 --- a/old_docs/API_docs_v42/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v42/methods/messages_forwardMessages.md @@ -10,9 +10,9 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v42/methods/messages_getAllStickers.md b/old_docs/API_docs_v42/methods/messages_getAllStickers.md index c1387ab3..aa5c6663 100644 --- a/old_docs/API_docs_v42/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v42/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v42/methods/messages_getChats.md b/old_docs/API_docs_v42/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v42/methods/messages_getChats.md +++ b/old_docs/API_docs_v42/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v42/methods/messages_getDhConfig.md b/old_docs/API_docs_v42/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v42/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v42/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v42/methods/messages_getDialogs.md b/old_docs/API_docs_v42/methods/messages_getDialogs.md index 323bb791..ede02f84 100644 --- a/old_docs/API_docs_v42/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v42/methods/messages_getDialogs.md @@ -10,10 +10,10 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v42/methods/messages_getHistory.md b/old_docs/API_docs_v42/methods/messages_getHistory.md index c306f02c..c6d44846 100644 --- a/old_docs/API_docs_v42/methods/messages_getHistory.md +++ b/old_docs/API_docs_v42/methods/messages_getHistory.md @@ -11,11 +11,11 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v42/methods/messages_getMessages.md b/old_docs/API_docs_v42/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v42/methods/messages_getMessages.md +++ b/old_docs/API_docs_v42/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v42/methods/messages_getMessagesViews.md b/old_docs/API_docs_v42/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v42/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v42/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v42/methods/messages_getStickerSet.md b/old_docs/API_docs_v42/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v42/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v42/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v42/methods/messages_getStickers.md b/old_docs/API_docs_v42/methods/messages_getStickers.md index 6ac68c87..5f70bcba 100644 --- a/old_docs/API_docs_v42/methods/messages_getStickers.md +++ b/old_docs/API_docs_v42/methods/messages_getStickers.md @@ -10,8 +10,8 @@ description: messages.getStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|emoticon|[string](../types/string.md) | Yes| -|hash|[string](../types/string.md) | Yes| +|emoticon|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_Stickers](../types/messages_Stickers.md) diff --git a/old_docs/API_docs_v42/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v42/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v42/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v42/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v42/methods/messages_importChatInvite.md b/old_docs/API_docs_v42/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v42/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v42/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v42/methods/messages_installStickerSet.md b/old_docs/API_docs_v42/methods/messages_installStickerSet.md index ccabd393..c0b5e3d8 100644 --- a/old_docs/API_docs_v42/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v42/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|disabled|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|disabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v42/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v42/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v42/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/messages_readHistory.md b/old_docs/API_docs_v42/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v42/methods/messages_readHistory.md +++ b/old_docs/API_docs_v42/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v42/methods/messages_readMessageContents.md b/old_docs/API_docs_v42/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v42/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v42/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v42/methods/messages_receivedMessages.md b/old_docs/API_docs_v42/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v42/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v42/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v42/methods/messages_receivedQueue.md b/old_docs/API_docs_v42/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v42/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v42/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v42/methods/messages_search.md b/old_docs/API_docs_v42/methods/messages_search.md index c2a822a1..3dc3f782 100644 --- a/old_docs/API_docs_v42/methods/messages_search.md +++ b/old_docs/API_docs_v42/methods/messages_search.md @@ -10,15 +10,15 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|important\_only|[Bool](../types/Bool.md) | Optional| +|important\_only|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v42/methods/messages_searchGlobal.md b/old_docs/API_docs_v42/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v42/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v42/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v42/methods/messages_sendBroadcast.md b/old_docs/API_docs_v42/methods/messages_sendBroadcast.md index 0ab60e43..16a244d9 100644 --- a/old_docs/API_docs_v42/methods/messages_sendBroadcast.md +++ b/old_docs/API_docs_v42/methods/messages_sendBroadcast.md @@ -11,7 +11,7 @@ description: messages.sendBroadcast parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |contacts|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v42/methods/messages_sendEncrypted.md b/old_docs/API_docs_v42/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v42/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v42/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v42/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v42/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v42/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v42/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v42/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v42/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v42/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v42/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v42/methods/messages_sendMedia.md b/old_docs/API_docs_v42/methods/messages_sendMedia.md index f153e219..7d1d8045 100644 --- a/old_docs/API_docs_v42/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v42/methods/messages_sendMedia.md @@ -10,11 +10,11 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v42/methods/messages_sendMessage.md b/old_docs/API_docs_v42/methods/messages_sendMessage.md index c4dc2cd5..44d73ff9 100644 --- a/old_docs/API_docs_v42/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v42/methods/messages_sendMessage.md @@ -10,13 +10,13 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|broadcast|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v42/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v42/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v42/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v42/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/messages_setTyping.md b/old_docs/API_docs_v42/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v42/methods/messages_setTyping.md +++ b/old_docs/API_docs_v42/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/messages_startBot.md b/old_docs/API_docs_v42/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v42/methods/messages_startBot.md +++ b/old_docs/API_docs_v42/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v42/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v42/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v42/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v42/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v42/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v42/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v42/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v42/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v42/methods/photos_getUserPhotos.md b/old_docs/API_docs_v42/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v42/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v42/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v42/methods/photos_updateProfilePhoto.md b/old_docs/API_docs_v42/methods/photos_updateProfilePhoto.md index fbe84e26..74f9d4a6 100644 --- a/old_docs/API_docs_v42/methods/photos_updateProfilePhoto.md +++ b/old_docs/API_docs_v42/methods/photos_updateProfilePhoto.md @@ -11,7 +11,7 @@ description: photos.updateProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputPhoto](../types/InputPhoto.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [UserProfilePhoto](../types/UserProfilePhoto.md) diff --git a/old_docs/API_docs_v42/methods/photos_uploadProfilePhoto.md b/old_docs/API_docs_v42/methods/photos_uploadProfilePhoto.md index 303ed4ea..fe4392f0 100644 --- a/old_docs/API_docs_v42/methods/photos_uploadProfilePhoto.md +++ b/old_docs/API_docs_v42/methods/photos_uploadProfilePhoto.md @@ -11,9 +11,9 @@ description: photos.uploadProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |file|[File path or InputFile](../types/InputFile.md) | Yes| -|caption|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|caption|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [photos\_Photo](../types/photos_Photo.md) diff --git a/old_docs/API_docs_v44/methods/account_changePhone.md b/old_docs/API_docs_v44/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v44/methods/account_changePhone.md +++ b/old_docs/API_docs_v44/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v44/methods/account_checkUsername.md b/old_docs/API_docs_v44/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v44/methods/account_checkUsername.md +++ b/old_docs/API_docs_v44/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/account_deleteAccount.md b/old_docs/API_docs_v44/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v44/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v44/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/account_getNotifySettings.md b/old_docs/API_docs_v44/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v44/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v44/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v44/methods/account_getPasswordSettings.md b/old_docs/API_docs_v44/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v44/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v44/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v44/methods/account_getPrivacy.md b/old_docs/API_docs_v44/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v44/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v44/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v44/methods/account_registerDevice.md b/old_docs/API_docs_v44/methods/account_registerDevice.md index 5c86d74c..47623cd9 100644 --- a/old_docs/API_docs_v44/methods/account_registerDevice.md +++ b/old_docs/API_docs_v44/methods/account_registerDevice.md @@ -12,13 +12,13 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|device\_model|[string](../types/string.md) | Yes|| -|system\_version|[string](../types/string.md) | Yes|| -|app\_version|[string](../types/string.md) | Yes|| -|app\_sandbox|[Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| -|lang\_code|[string](../types/string.md) | Yes|| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|device\_model|[CLICK ME string](../types/string.md) | Yes|| +|system\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_sandbox|[CLICK ME Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/account_reportPeer.md b/old_docs/API_docs_v44/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/old_docs/API_docs_v44/methods/account_reportPeer.md +++ b/old_docs/API_docs_v44/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/account_resetAuthorization.md b/old_docs/API_docs_v44/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v44/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v44/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v44/methods/account_sendChangePhoneCode.md index b5258245..81846556 100644 --- a/old_docs/API_docs_v44/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v44/methods/account_sendChangePhoneCode.md @@ -12,7 +12,7 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|New phone number| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| ### Return type: [account\_SentChangePhoneCode](../types/account_SentChangePhoneCode.md) diff --git a/old_docs/API_docs_v44/methods/account_setAccountTTL.md b/old_docs/API_docs_v44/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v44/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v44/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/account_setPrivacy.md b/old_docs/API_docs_v44/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v44/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v44/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v44/methods/account_unregisterDevice.md b/old_docs/API_docs_v44/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v44/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v44/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v44/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v44/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v44/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/account_updateNotifySettings.md b/old_docs/API_docs_v44/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v44/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v44/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v44/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v44/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v44/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/account_updateProfile.md b/old_docs/API_docs_v44/methods/account_updateProfile.md index 7f8d80c5..86552e1c 100644 --- a/old_docs/API_docs_v44/methods/account_updateProfile.md +++ b/old_docs/API_docs_v44/methods/account_updateProfile.md @@ -12,8 +12,8 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Yes|The first name| -|last\_name|[string](../types/string.md) | Yes|The last name| +|first\_name|[CLICK ME string](../types/string.md) | Yes|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Yes|The last name| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v44/methods/account_updateStatus.md b/old_docs/API_docs_v44/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v44/methods/account_updateStatus.md +++ b/old_docs/API_docs_v44/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/account_updateUsername.md b/old_docs/API_docs_v44/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v44/methods/account_updateUsername.md +++ b/old_docs/API_docs_v44/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v44/methods/auth_checkPhone.md b/old_docs/API_docs_v44/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v44/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v44/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v44/methods/auth_recoverPassword.md b/old_docs/API_docs_v44/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v44/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v44/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v44/methods/auth_sendCall.md b/old_docs/API_docs_v44/methods/auth_sendCall.md index 94ed6b7f..3bab952d 100644 --- a/old_docs/API_docs_v44/methods/auth_sendCall.md +++ b/old_docs/API_docs_v44/methods/auth_sendCall.md @@ -10,8 +10,8 @@ description: auth.sendCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/auth_sendInvites.md b/old_docs/API_docs_v44/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v44/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v44/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/auth_sendSms.md b/old_docs/API_docs_v44/methods/auth_sendSms.md index 0c4a7343..34450af2 100644 --- a/old_docs/API_docs_v44/methods/auth_sendSms.md +++ b/old_docs/API_docs_v44/methods/auth_sendSms.md @@ -10,8 +10,8 @@ description: auth.sendSms parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/channels_checkUsername.md b/old_docs/API_docs_v44/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v44/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v44/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/channels_createChannel.md b/old_docs/API_docs_v44/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v44/methods/channels_createChannel.md +++ b/old_docs/API_docs_v44/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v44/methods/channels_deleteMessages.md b/old_docs/API_docs_v44/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v44/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v44/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v44/methods/channels_editAbout.md b/old_docs/API_docs_v44/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v44/methods/channels_editAbout.md +++ b/old_docs/API_docs_v44/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/channels_editAdmin.md b/old_docs/API_docs_v44/methods/channels_editAdmin.md index 146159d9..8bf2f7e9 100644 --- a/old_docs/API_docs_v44/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v44/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|role|[ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| +|role|[CLICK ME ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v44/methods/channels_editPhoto.md b/old_docs/API_docs_v44/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v44/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v44/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v44/methods/channels_editTitle.md b/old_docs/API_docs_v44/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v44/methods/channels_editTitle.md +++ b/old_docs/API_docs_v44/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v44/methods/channels_getDialogs.md b/old_docs/API_docs_v44/methods/channels_getDialogs.md index 7c1464f8..1a551e4d 100644 --- a/old_docs/API_docs_v44/methods/channels_getDialogs.md +++ b/old_docs/API_docs_v44/methods/channels_getDialogs.md @@ -10,8 +10,8 @@ description: channels.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v44/methods/channels_getImportantHistory.md b/old_docs/API_docs_v44/methods/channels_getImportantHistory.md index 6dc710fb..99d6fcaf 100644 --- a/old_docs/API_docs_v44/methods/channels_getImportantHistory.md +++ b/old_docs/API_docs_v44/methods/channels_getImportantHistory.md @@ -11,11 +11,11 @@ description: channels.getImportantHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v44/methods/channels_getMessages.md b/old_docs/API_docs_v44/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v44/methods/channels_getMessages.md +++ b/old_docs/API_docs_v44/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v44/methods/channels_getParticipants.md b/old_docs/API_docs_v44/methods/channels_getParticipants.md index 7a9b6699..bfd09c2f 100644 --- a/old_docs/API_docs_v44/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v44/methods/channels_getParticipants.md @@ -11,9 +11,9 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v44/methods/channels_kickFromChannel.md b/old_docs/API_docs_v44/methods/channels_kickFromChannel.md index e4b68581..db90706b 100644 --- a/old_docs/API_docs_v44/methods/channels_kickFromChannel.md +++ b/old_docs/API_docs_v44/methods/channels_kickFromChannel.md @@ -12,7 +12,7 @@ description: channels.kickFromChannel parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|kicked|[Bool](../types/Bool.md) | Yes| +|kicked|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v44/methods/channels_readHistory.md b/old_docs/API_docs_v44/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v44/methods/channels_readHistory.md +++ b/old_docs/API_docs_v44/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/channels_reportSpam.md b/old_docs/API_docs_v44/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v44/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v44/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/channels_toggleComments.md b/old_docs/API_docs_v44/methods/channels_toggleComments.md index 8b77db49..fddbb1a9 100644 --- a/old_docs/API_docs_v44/methods/channels_toggleComments.md +++ b/old_docs/API_docs_v44/methods/channels_toggleComments.md @@ -11,7 +11,7 @@ description: channels.toggleComments parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v44/methods/channels_updateUsername.md b/old_docs/API_docs_v44/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v44/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v44/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/contacts_getBlocked.md b/old_docs/API_docs_v44/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v44/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v44/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v44/methods/contacts_getContacts.md b/old_docs/API_docs_v44/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v44/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v44/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v44/methods/contacts_getSuggested.md b/old_docs/API_docs_v44/methods/contacts_getSuggested.md index 7249b1f2..c324bc67 100644 --- a/old_docs/API_docs_v44/methods/contacts_getSuggested.md +++ b/old_docs/API_docs_v44/methods/contacts_getSuggested.md @@ -10,7 +10,7 @@ description: contacts.getSuggested parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [contacts\_Suggested](../types/contacts_Suggested.md) diff --git a/old_docs/API_docs_v44/methods/contacts_importCard.md b/old_docs/API_docs_v44/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v44/methods/contacts_importCard.md +++ b/old_docs/API_docs_v44/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v44/methods/contacts_importContacts.md b/old_docs/API_docs_v44/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v44/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v44/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v44/methods/contacts_search.md b/old_docs/API_docs_v44/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v44/methods/contacts_search.md +++ b/old_docs/API_docs_v44/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v44/methods/help_getAppChangelog.md b/old_docs/API_docs_v44/methods/help_getAppChangelog.md index d69a61cb..99c637ec 100644 --- a/old_docs/API_docs_v44/methods/help_getAppChangelog.md +++ b/old_docs/API_docs_v44/methods/help_getAppChangelog.md @@ -10,10 +10,10 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppChangelog](../types/help_AppChangelog.md) diff --git a/old_docs/API_docs_v44/methods/help_getAppUpdate.md b/old_docs/API_docs_v44/methods/help_getAppUpdate.md index f9b06641..cfc73e28 100644 --- a/old_docs/API_docs_v44/methods/help_getAppUpdate.md +++ b/old_docs/API_docs_v44/methods/help_getAppUpdate.md @@ -10,10 +10,10 @@ description: help.getAppUpdate parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppUpdate](../types/help_AppUpdate.md) diff --git a/old_docs/API_docs_v44/methods/help_getInviteText.md b/old_docs/API_docs_v44/methods/help_getInviteText.md index bac72a15..4604ff21 100644 --- a/old_docs/API_docs_v44/methods/help_getInviteText.md +++ b/old_docs/API_docs_v44/methods/help_getInviteText.md @@ -10,7 +10,7 @@ description: help.getInviteText parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_InviteText](../types/help_InviteText.md) diff --git a/old_docs/API_docs_v44/methods/help_getTermsOfService.md b/old_docs/API_docs_v44/methods/help_getTermsOfService.md index 56a75769..e7e6314d 100644 --- a/old_docs/API_docs_v44/methods/help_getTermsOfService.md +++ b/old_docs/API_docs_v44/methods/help_getTermsOfService.md @@ -10,7 +10,7 @@ description: help.getTermsOfService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_TermsOfService](../types/help_TermsOfService.md) diff --git a/old_docs/API_docs_v44/methods/help_saveAppLog.md b/old_docs/API_docs_v44/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v44/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v44/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/initConnection.md b/old_docs/API_docs_v44/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v44/methods/initConnection.md +++ b/old_docs/API_docs_v44/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v44/methods/invokeAfterMsg.md b/old_docs/API_docs_v44/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v44/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v44/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v44/methods/invokeAfterMsgs.md b/old_docs/API_docs_v44/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v44/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v44/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v44/methods/invokeWithLayer.md b/old_docs/API_docs_v44/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v44/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v44/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v44/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v44/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v44/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v44/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v44/methods/messages_addChatUser.md b/old_docs/API_docs_v44/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v44/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v44/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v44/methods/messages_checkChatInvite.md b/old_docs/API_docs_v44/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v44/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v44/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v44/methods/messages_createChat.md b/old_docs/API_docs_v44/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v44/methods/messages_createChat.md +++ b/old_docs/API_docs_v44/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v44/methods/messages_deleteHistory.md b/old_docs/API_docs_v44/methods/messages_deleteHistory.md index e2e60c49..5904df0d 100644 --- a/old_docs/API_docs_v44/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v44/methods/messages_deleteHistory.md @@ -11,7 +11,7 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v44/methods/messages_deleteMessages.md b/old_docs/API_docs_v44/methods/messages_deleteMessages.md index 12347c81..fd6402c6 100644 --- a/old_docs/API_docs_v44/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v44/methods/messages_deleteMessages.md @@ -10,7 +10,7 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v44/methods/messages_editChatAdmin.md b/old_docs/API_docs_v44/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v44/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v44/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/messages_editChatPhoto.md b/old_docs/API_docs_v44/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v44/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v44/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v44/methods/messages_editChatTitle.md b/old_docs/API_docs_v44/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v44/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v44/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v44/methods/messages_forwardMessage.md b/old_docs/API_docs_v44/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v44/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v44/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v44/methods/messages_forwardMessages.md b/old_docs/API_docs_v44/methods/messages_forwardMessages.md index 2f759375..20e01204 100644 --- a/old_docs/API_docs_v44/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v44/methods/messages_forwardMessages.md @@ -10,9 +10,9 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v44/methods/messages_getAllStickers.md b/old_docs/API_docs_v44/methods/messages_getAllStickers.md index 7ab91cef..b30ea741 100644 --- a/old_docs/API_docs_v44/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v44/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v44/methods/messages_getChats.md b/old_docs/API_docs_v44/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v44/methods/messages_getChats.md +++ b/old_docs/API_docs_v44/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v44/methods/messages_getDhConfig.md b/old_docs/API_docs_v44/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v44/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v44/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v44/methods/messages_getDialogs.md b/old_docs/API_docs_v44/methods/messages_getDialogs.md index 323bb791..ede02f84 100644 --- a/old_docs/API_docs_v44/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v44/methods/messages_getDialogs.md @@ -10,10 +10,10 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v44/methods/messages_getDocumentByHash.md b/old_docs/API_docs_v44/methods/messages_getDocumentByHash.md index 13f0c18f..14e3e5bd 100644 --- a/old_docs/API_docs_v44/methods/messages_getDocumentByHash.md +++ b/old_docs/API_docs_v44/methods/messages_getDocumentByHash.md @@ -10,9 +10,9 @@ description: messages.getDocumentByHash parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|sha256|[bytes](../types/bytes.md) | Yes| -|size|[int](../types/int.md) | Yes| -|mime\_type|[string](../types/string.md) | Yes| +|sha256|[CLICK ME bytes](../types/bytes.md) | Yes| +|size|[CLICK ME int](../types/int.md) | Yes| +|mime\_type|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Document](../types/Document.md) diff --git a/old_docs/API_docs_v44/methods/messages_getHistory.md b/old_docs/API_docs_v44/methods/messages_getHistory.md index c306f02c..c6d44846 100644 --- a/old_docs/API_docs_v44/methods/messages_getHistory.md +++ b/old_docs/API_docs_v44/methods/messages_getHistory.md @@ -11,11 +11,11 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v44/methods/messages_getMessages.md b/old_docs/API_docs_v44/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v44/methods/messages_getMessages.md +++ b/old_docs/API_docs_v44/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v44/methods/messages_getMessagesViews.md b/old_docs/API_docs_v44/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v44/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v44/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v44/methods/messages_getStickerSet.md b/old_docs/API_docs_v44/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v44/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v44/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v44/methods/messages_getStickers.md b/old_docs/API_docs_v44/methods/messages_getStickers.md index 6ac68c87..5f70bcba 100644 --- a/old_docs/API_docs_v44/methods/messages_getStickers.md +++ b/old_docs/API_docs_v44/methods/messages_getStickers.md @@ -10,8 +10,8 @@ description: messages.getStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|emoticon|[string](../types/string.md) | Yes| -|hash|[string](../types/string.md) | Yes| +|emoticon|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_Stickers](../types/messages_Stickers.md) diff --git a/old_docs/API_docs_v44/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v44/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v44/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v44/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v44/methods/messages_importChatInvite.md b/old_docs/API_docs_v44/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v44/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v44/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v44/methods/messages_installStickerSet.md b/old_docs/API_docs_v44/methods/messages_installStickerSet.md index ccabd393..c0b5e3d8 100644 --- a/old_docs/API_docs_v44/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v44/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|disabled|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|disabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v44/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v44/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v44/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/messages_readHistory.md b/old_docs/API_docs_v44/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v44/methods/messages_readHistory.md +++ b/old_docs/API_docs_v44/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v44/methods/messages_readMessageContents.md b/old_docs/API_docs_v44/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v44/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v44/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v44/methods/messages_receivedMessages.md b/old_docs/API_docs_v44/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v44/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v44/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v44/methods/messages_receivedQueue.md b/old_docs/API_docs_v44/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v44/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v44/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v44/methods/messages_reorderStickerSets.md b/old_docs/API_docs_v44/methods/messages_reorderStickerSets.md index eee7d0f2..d0e3ca9c 100644 --- a/old_docs/API_docs_v44/methods/messages_reorderStickerSets.md +++ b/old_docs/API_docs_v44/methods/messages_reorderStickerSets.md @@ -10,7 +10,7 @@ description: messages.reorderStickerSets parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|order|Array of [long](../types/long.md) | Yes| +|order|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/messages_search.md b/old_docs/API_docs_v44/methods/messages_search.md index c2a822a1..3dc3f782 100644 --- a/old_docs/API_docs_v44/methods/messages_search.md +++ b/old_docs/API_docs_v44/methods/messages_search.md @@ -10,15 +10,15 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|important\_only|[Bool](../types/Bool.md) | Optional| +|important\_only|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v44/methods/messages_searchGifs.md b/old_docs/API_docs_v44/methods/messages_searchGifs.md index 896e98d2..d37ebbd0 100644 --- a/old_docs/API_docs_v44/methods/messages_searchGifs.md +++ b/old_docs/API_docs_v44/methods/messages_searchGifs.md @@ -10,8 +10,8 @@ description: messages.searchGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FoundGifs](../types/messages_FoundGifs.md) diff --git a/old_docs/API_docs_v44/methods/messages_searchGlobal.md b/old_docs/API_docs_v44/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v44/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v44/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v44/methods/messages_sendBroadcast.md b/old_docs/API_docs_v44/methods/messages_sendBroadcast.md index 0ab60e43..16a244d9 100644 --- a/old_docs/API_docs_v44/methods/messages_sendBroadcast.md +++ b/old_docs/API_docs_v44/methods/messages_sendBroadcast.md @@ -11,7 +11,7 @@ description: messages.sendBroadcast parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |contacts|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v44/methods/messages_sendEncrypted.md b/old_docs/API_docs_v44/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v44/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v44/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v44/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v44/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v44/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v44/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v44/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v44/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v44/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v44/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v44/methods/messages_sendMedia.md b/old_docs/API_docs_v44/methods/messages_sendMedia.md index f153e219..7d1d8045 100644 --- a/old_docs/API_docs_v44/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v44/methods/messages_sendMedia.md @@ -10,11 +10,11 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v44/methods/messages_sendMessage.md b/old_docs/API_docs_v44/methods/messages_sendMessage.md index c4dc2cd5..44d73ff9 100644 --- a/old_docs/API_docs_v44/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v44/methods/messages_sendMessage.md @@ -10,13 +10,13 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|broadcast|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v44/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v44/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v44/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v44/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/messages_setTyping.md b/old_docs/API_docs_v44/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v44/methods/messages_setTyping.md +++ b/old_docs/API_docs_v44/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/messages_startBot.md b/old_docs/API_docs_v44/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v44/methods/messages_startBot.md +++ b/old_docs/API_docs_v44/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v44/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v44/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v44/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v44/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v44/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v44/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v44/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v44/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v44/methods/photos_getUserPhotos.md b/old_docs/API_docs_v44/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v44/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v44/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v44/methods/photos_updateProfilePhoto.md b/old_docs/API_docs_v44/methods/photos_updateProfilePhoto.md index fbe84e26..74f9d4a6 100644 --- a/old_docs/API_docs_v44/methods/photos_updateProfilePhoto.md +++ b/old_docs/API_docs_v44/methods/photos_updateProfilePhoto.md @@ -11,7 +11,7 @@ description: photos.updateProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputPhoto](../types/InputPhoto.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [UserProfilePhoto](../types/UserProfilePhoto.md) diff --git a/old_docs/API_docs_v44/methods/photos_uploadProfilePhoto.md b/old_docs/API_docs_v44/methods/photos_uploadProfilePhoto.md index 303ed4ea..fe4392f0 100644 --- a/old_docs/API_docs_v44/methods/photos_uploadProfilePhoto.md +++ b/old_docs/API_docs_v44/methods/photos_uploadProfilePhoto.md @@ -11,9 +11,9 @@ description: photos.uploadProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |file|[File path or InputFile](../types/InputFile.md) | Yes| -|caption|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|caption|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [photos\_Photo](../types/photos_Photo.md) diff --git a/old_docs/API_docs_v45/methods/account_changePhone.md b/old_docs/API_docs_v45/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v45/methods/account_changePhone.md +++ b/old_docs/API_docs_v45/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v45/methods/account_checkUsername.md b/old_docs/API_docs_v45/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v45/methods/account_checkUsername.md +++ b/old_docs/API_docs_v45/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/account_deleteAccount.md b/old_docs/API_docs_v45/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v45/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v45/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/account_getNotifySettings.md b/old_docs/API_docs_v45/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v45/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v45/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v45/methods/account_getPasswordSettings.md b/old_docs/API_docs_v45/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v45/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v45/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v45/methods/account_getPrivacy.md b/old_docs/API_docs_v45/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v45/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v45/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v45/methods/account_registerDevice.md b/old_docs/API_docs_v45/methods/account_registerDevice.md index 5c86d74c..47623cd9 100644 --- a/old_docs/API_docs_v45/methods/account_registerDevice.md +++ b/old_docs/API_docs_v45/methods/account_registerDevice.md @@ -12,13 +12,13 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|device\_model|[string](../types/string.md) | Yes|| -|system\_version|[string](../types/string.md) | Yes|| -|app\_version|[string](../types/string.md) | Yes|| -|app\_sandbox|[Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| -|lang\_code|[string](../types/string.md) | Yes|| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|device\_model|[CLICK ME string](../types/string.md) | Yes|| +|system\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_sandbox|[CLICK ME Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/account_reportPeer.md b/old_docs/API_docs_v45/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/old_docs/API_docs_v45/methods/account_reportPeer.md +++ b/old_docs/API_docs_v45/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/account_resetAuthorization.md b/old_docs/API_docs_v45/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v45/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v45/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v45/methods/account_sendChangePhoneCode.md index b5258245..81846556 100644 --- a/old_docs/API_docs_v45/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v45/methods/account_sendChangePhoneCode.md @@ -12,7 +12,7 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|New phone number| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| ### Return type: [account\_SentChangePhoneCode](../types/account_SentChangePhoneCode.md) diff --git a/old_docs/API_docs_v45/methods/account_setAccountTTL.md b/old_docs/API_docs_v45/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v45/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v45/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/account_setPrivacy.md b/old_docs/API_docs_v45/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v45/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v45/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v45/methods/account_unregisterDevice.md b/old_docs/API_docs_v45/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v45/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v45/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v45/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v45/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v45/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/account_updateNotifySettings.md b/old_docs/API_docs_v45/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v45/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v45/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v45/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v45/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v45/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/account_updateProfile.md b/old_docs/API_docs_v45/methods/account_updateProfile.md index 7f8d80c5..86552e1c 100644 --- a/old_docs/API_docs_v45/methods/account_updateProfile.md +++ b/old_docs/API_docs_v45/methods/account_updateProfile.md @@ -12,8 +12,8 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Yes|The first name| -|last\_name|[string](../types/string.md) | Yes|The last name| +|first\_name|[CLICK ME string](../types/string.md) | Yes|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Yes|The last name| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v45/methods/account_updateStatus.md b/old_docs/API_docs_v45/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v45/methods/account_updateStatus.md +++ b/old_docs/API_docs_v45/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/account_updateUsername.md b/old_docs/API_docs_v45/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v45/methods/account_updateUsername.md +++ b/old_docs/API_docs_v45/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v45/methods/auth_checkPhone.md b/old_docs/API_docs_v45/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v45/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v45/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v45/methods/auth_recoverPassword.md b/old_docs/API_docs_v45/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v45/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v45/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v45/methods/auth_sendCall.md b/old_docs/API_docs_v45/methods/auth_sendCall.md index 94ed6b7f..3bab952d 100644 --- a/old_docs/API_docs_v45/methods/auth_sendCall.md +++ b/old_docs/API_docs_v45/methods/auth_sendCall.md @@ -10,8 +10,8 @@ description: auth.sendCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/auth_sendInvites.md b/old_docs/API_docs_v45/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v45/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v45/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/auth_sendSms.md b/old_docs/API_docs_v45/methods/auth_sendSms.md index 0c4a7343..34450af2 100644 --- a/old_docs/API_docs_v45/methods/auth_sendSms.md +++ b/old_docs/API_docs_v45/methods/auth_sendSms.md @@ -10,8 +10,8 @@ description: auth.sendSms parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/channels_checkUsername.md b/old_docs/API_docs_v45/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v45/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v45/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/channels_createChannel.md b/old_docs/API_docs_v45/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v45/methods/channels_createChannel.md +++ b/old_docs/API_docs_v45/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/channels_deleteMessages.md b/old_docs/API_docs_v45/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v45/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v45/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v45/methods/channels_editAbout.md b/old_docs/API_docs_v45/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v45/methods/channels_editAbout.md +++ b/old_docs/API_docs_v45/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/channels_editAdmin.md b/old_docs/API_docs_v45/methods/channels_editAdmin.md index 146159d9..8bf2f7e9 100644 --- a/old_docs/API_docs_v45/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v45/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|role|[ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| +|role|[CLICK ME ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/channels_editPhoto.md b/old_docs/API_docs_v45/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v45/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v45/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/channels_editTitle.md b/old_docs/API_docs_v45/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v45/methods/channels_editTitle.md +++ b/old_docs/API_docs_v45/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/channels_getDialogs.md b/old_docs/API_docs_v45/methods/channels_getDialogs.md index 7c1464f8..1a551e4d 100644 --- a/old_docs/API_docs_v45/methods/channels_getDialogs.md +++ b/old_docs/API_docs_v45/methods/channels_getDialogs.md @@ -10,8 +10,8 @@ description: channels.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v45/methods/channels_getImportantHistory.md b/old_docs/API_docs_v45/methods/channels_getImportantHistory.md index 6dc710fb..99d6fcaf 100644 --- a/old_docs/API_docs_v45/methods/channels_getImportantHistory.md +++ b/old_docs/API_docs_v45/methods/channels_getImportantHistory.md @@ -11,11 +11,11 @@ description: channels.getImportantHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v45/methods/channels_getMessages.md b/old_docs/API_docs_v45/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v45/methods/channels_getMessages.md +++ b/old_docs/API_docs_v45/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v45/methods/channels_getParticipants.md b/old_docs/API_docs_v45/methods/channels_getParticipants.md index 7a9b6699..bfd09c2f 100644 --- a/old_docs/API_docs_v45/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v45/methods/channels_getParticipants.md @@ -11,9 +11,9 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v45/methods/channels_kickFromChannel.md b/old_docs/API_docs_v45/methods/channels_kickFromChannel.md index e4b68581..db90706b 100644 --- a/old_docs/API_docs_v45/methods/channels_kickFromChannel.md +++ b/old_docs/API_docs_v45/methods/channels_kickFromChannel.md @@ -12,7 +12,7 @@ description: channels.kickFromChannel parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|kicked|[Bool](../types/Bool.md) | Yes| +|kicked|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/channels_readHistory.md b/old_docs/API_docs_v45/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v45/methods/channels_readHistory.md +++ b/old_docs/API_docs_v45/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/channels_reportSpam.md b/old_docs/API_docs_v45/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v45/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v45/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/channels_toggleComments.md b/old_docs/API_docs_v45/methods/channels_toggleComments.md index 8b77db49..fddbb1a9 100644 --- a/old_docs/API_docs_v45/methods/channels_toggleComments.md +++ b/old_docs/API_docs_v45/methods/channels_toggleComments.md @@ -11,7 +11,7 @@ description: channels.toggleComments parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/channels_updateUsername.md b/old_docs/API_docs_v45/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v45/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v45/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/contacts_getBlocked.md b/old_docs/API_docs_v45/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v45/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v45/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v45/methods/contacts_getContacts.md b/old_docs/API_docs_v45/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v45/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v45/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v45/methods/contacts_getSuggested.md b/old_docs/API_docs_v45/methods/contacts_getSuggested.md index 7249b1f2..c324bc67 100644 --- a/old_docs/API_docs_v45/methods/contacts_getSuggested.md +++ b/old_docs/API_docs_v45/methods/contacts_getSuggested.md @@ -10,7 +10,7 @@ description: contacts.getSuggested parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [contacts\_Suggested](../types/contacts_Suggested.md) diff --git a/old_docs/API_docs_v45/methods/contacts_importCard.md b/old_docs/API_docs_v45/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v45/methods/contacts_importCard.md +++ b/old_docs/API_docs_v45/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v45/methods/contacts_importContacts.md b/old_docs/API_docs_v45/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v45/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v45/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v45/methods/contacts_search.md b/old_docs/API_docs_v45/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v45/methods/contacts_search.md +++ b/old_docs/API_docs_v45/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v45/methods/help_getAppChangelog.md b/old_docs/API_docs_v45/methods/help_getAppChangelog.md index d69a61cb..99c637ec 100644 --- a/old_docs/API_docs_v45/methods/help_getAppChangelog.md +++ b/old_docs/API_docs_v45/methods/help_getAppChangelog.md @@ -10,10 +10,10 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppChangelog](../types/help_AppChangelog.md) diff --git a/old_docs/API_docs_v45/methods/help_getAppUpdate.md b/old_docs/API_docs_v45/methods/help_getAppUpdate.md index f9b06641..cfc73e28 100644 --- a/old_docs/API_docs_v45/methods/help_getAppUpdate.md +++ b/old_docs/API_docs_v45/methods/help_getAppUpdate.md @@ -10,10 +10,10 @@ description: help.getAppUpdate parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppUpdate](../types/help_AppUpdate.md) diff --git a/old_docs/API_docs_v45/methods/help_getInviteText.md b/old_docs/API_docs_v45/methods/help_getInviteText.md index bac72a15..4604ff21 100644 --- a/old_docs/API_docs_v45/methods/help_getInviteText.md +++ b/old_docs/API_docs_v45/methods/help_getInviteText.md @@ -10,7 +10,7 @@ description: help.getInviteText parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_InviteText](../types/help_InviteText.md) diff --git a/old_docs/API_docs_v45/methods/help_getTermsOfService.md b/old_docs/API_docs_v45/methods/help_getTermsOfService.md index 56a75769..e7e6314d 100644 --- a/old_docs/API_docs_v45/methods/help_getTermsOfService.md +++ b/old_docs/API_docs_v45/methods/help_getTermsOfService.md @@ -10,7 +10,7 @@ description: help.getTermsOfService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_TermsOfService](../types/help_TermsOfService.md) diff --git a/old_docs/API_docs_v45/methods/help_saveAppLog.md b/old_docs/API_docs_v45/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v45/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v45/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/initConnection.md b/old_docs/API_docs_v45/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v45/methods/initConnection.md +++ b/old_docs/API_docs_v45/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v45/methods/invokeAfterMsg.md b/old_docs/API_docs_v45/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v45/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v45/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v45/methods/invokeAfterMsgs.md b/old_docs/API_docs_v45/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v45/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v45/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v45/methods/invokeWithLayer.md b/old_docs/API_docs_v45/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v45/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v45/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v45/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v45/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v45/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v45/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v45/methods/messages_addChatUser.md b/old_docs/API_docs_v45/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v45/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v45/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/messages_checkChatInvite.md b/old_docs/API_docs_v45/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v45/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v45/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v45/methods/messages_createChat.md b/old_docs/API_docs_v45/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v45/methods/messages_createChat.md +++ b/old_docs/API_docs_v45/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/messages_deleteHistory.md b/old_docs/API_docs_v45/methods/messages_deleteHistory.md index e2e60c49..5904df0d 100644 --- a/old_docs/API_docs_v45/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v45/methods/messages_deleteHistory.md @@ -11,7 +11,7 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v45/methods/messages_deleteMessages.md b/old_docs/API_docs_v45/methods/messages_deleteMessages.md index 12347c81..fd6402c6 100644 --- a/old_docs/API_docs_v45/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v45/methods/messages_deleteMessages.md @@ -10,7 +10,7 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v45/methods/messages_editChatAdmin.md b/old_docs/API_docs_v45/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v45/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v45/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/messages_editChatPhoto.md b/old_docs/API_docs_v45/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v45/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v45/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/messages_editChatTitle.md b/old_docs/API_docs_v45/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v45/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v45/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/messages_forwardMessage.md b/old_docs/API_docs_v45/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v45/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v45/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/messages_forwardMessages.md b/old_docs/API_docs_v45/methods/messages_forwardMessages.md index 2f759375..20e01204 100644 --- a/old_docs/API_docs_v45/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v45/methods/messages_forwardMessages.md @@ -10,9 +10,9 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v45/methods/messages_getAllStickers.md b/old_docs/API_docs_v45/methods/messages_getAllStickers.md index 7ab91cef..b30ea741 100644 --- a/old_docs/API_docs_v45/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v45/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v45/methods/messages_getChats.md b/old_docs/API_docs_v45/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v45/methods/messages_getChats.md +++ b/old_docs/API_docs_v45/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v45/methods/messages_getDhConfig.md b/old_docs/API_docs_v45/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v45/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v45/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v45/methods/messages_getDialogs.md b/old_docs/API_docs_v45/methods/messages_getDialogs.md index 323bb791..ede02f84 100644 --- a/old_docs/API_docs_v45/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v45/methods/messages_getDialogs.md @@ -10,10 +10,10 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v45/methods/messages_getDocumentByHash.md b/old_docs/API_docs_v45/methods/messages_getDocumentByHash.md index 13f0c18f..14e3e5bd 100644 --- a/old_docs/API_docs_v45/methods/messages_getDocumentByHash.md +++ b/old_docs/API_docs_v45/methods/messages_getDocumentByHash.md @@ -10,9 +10,9 @@ description: messages.getDocumentByHash parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|sha256|[bytes](../types/bytes.md) | Yes| -|size|[int](../types/int.md) | Yes| -|mime\_type|[string](../types/string.md) | Yes| +|sha256|[CLICK ME bytes](../types/bytes.md) | Yes| +|size|[CLICK ME int](../types/int.md) | Yes| +|mime\_type|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Document](../types/Document.md) diff --git a/old_docs/API_docs_v45/methods/messages_getHistory.md b/old_docs/API_docs_v45/methods/messages_getHistory.md index c306f02c..c6d44846 100644 --- a/old_docs/API_docs_v45/methods/messages_getHistory.md +++ b/old_docs/API_docs_v45/methods/messages_getHistory.md @@ -11,11 +11,11 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v45/methods/messages_getInlineBotResults.md b/old_docs/API_docs_v45/methods/messages_getInlineBotResults.md index 9624ba3b..e475b5bf 100644 --- a/old_docs/API_docs_v45/methods/messages_getInlineBotResults.md +++ b/old_docs/API_docs_v45/methods/messages_getInlineBotResults.md @@ -11,8 +11,8 @@ description: messages.getInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|query|[string](../types/string.md) | Yes| -|offset|[string](../types/string.md) | Yes| +|query|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_BotResults](../types/messages_BotResults.md) diff --git a/old_docs/API_docs_v45/methods/messages_getMessages.md b/old_docs/API_docs_v45/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v45/methods/messages_getMessages.md +++ b/old_docs/API_docs_v45/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v45/methods/messages_getMessagesViews.md b/old_docs/API_docs_v45/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v45/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v45/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v45/methods/messages_getSavedGifs.md b/old_docs/API_docs_v45/methods/messages_getSavedGifs.md index bcb4590d..7545b642 100644 --- a/old_docs/API_docs_v45/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v45/methods/messages_getSavedGifs.md @@ -10,7 +10,7 @@ description: messages.getSavedGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md) diff --git a/old_docs/API_docs_v45/methods/messages_getStickerSet.md b/old_docs/API_docs_v45/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v45/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v45/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v45/methods/messages_getStickers.md b/old_docs/API_docs_v45/methods/messages_getStickers.md index 6ac68c87..5f70bcba 100644 --- a/old_docs/API_docs_v45/methods/messages_getStickers.md +++ b/old_docs/API_docs_v45/methods/messages_getStickers.md @@ -10,8 +10,8 @@ description: messages.getStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|emoticon|[string](../types/string.md) | Yes| -|hash|[string](../types/string.md) | Yes| +|emoticon|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_Stickers](../types/messages_Stickers.md) diff --git a/old_docs/API_docs_v45/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v45/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v45/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v45/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v45/methods/messages_importChatInvite.md b/old_docs/API_docs_v45/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v45/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v45/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/messages_installStickerSet.md b/old_docs/API_docs_v45/methods/messages_installStickerSet.md index ccabd393..c0b5e3d8 100644 --- a/old_docs/API_docs_v45/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v45/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|disabled|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|disabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v45/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v45/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v45/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/messages_readHistory.md b/old_docs/API_docs_v45/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v45/methods/messages_readHistory.md +++ b/old_docs/API_docs_v45/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v45/methods/messages_readMessageContents.md b/old_docs/API_docs_v45/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v45/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v45/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v45/methods/messages_receivedMessages.md b/old_docs/API_docs_v45/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v45/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v45/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v45/methods/messages_receivedQueue.md b/old_docs/API_docs_v45/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v45/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v45/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v45/methods/messages_reorderStickerSets.md b/old_docs/API_docs_v45/methods/messages_reorderStickerSets.md index eee7d0f2..d0e3ca9c 100644 --- a/old_docs/API_docs_v45/methods/messages_reorderStickerSets.md +++ b/old_docs/API_docs_v45/methods/messages_reorderStickerSets.md @@ -10,7 +10,7 @@ description: messages.reorderStickerSets parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|order|Array of [long](../types/long.md) | Yes| +|order|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/messages_saveGif.md b/old_docs/API_docs_v45/methods/messages_saveGif.md index 725bc949..d6487133 100644 --- a/old_docs/API_docs_v45/methods/messages_saveGif.md +++ b/old_docs/API_docs_v45/methods/messages_saveGif.md @@ -11,7 +11,7 @@ description: messages.saveGif parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/messages_search.md b/old_docs/API_docs_v45/methods/messages_search.md index c2a822a1..3dc3f782 100644 --- a/old_docs/API_docs_v45/methods/messages_search.md +++ b/old_docs/API_docs_v45/methods/messages_search.md @@ -10,15 +10,15 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|important\_only|[Bool](../types/Bool.md) | Optional| +|important\_only|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v45/methods/messages_searchGifs.md b/old_docs/API_docs_v45/methods/messages_searchGifs.md index 896e98d2..d37ebbd0 100644 --- a/old_docs/API_docs_v45/methods/messages_searchGifs.md +++ b/old_docs/API_docs_v45/methods/messages_searchGifs.md @@ -10,8 +10,8 @@ description: messages.searchGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FoundGifs](../types/messages_FoundGifs.md) diff --git a/old_docs/API_docs_v45/methods/messages_searchGlobal.md b/old_docs/API_docs_v45/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v45/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v45/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v45/methods/messages_sendBroadcast.md b/old_docs/API_docs_v45/methods/messages_sendBroadcast.md index 0ab60e43..16a244d9 100644 --- a/old_docs/API_docs_v45/methods/messages_sendBroadcast.md +++ b/old_docs/API_docs_v45/methods/messages_sendBroadcast.md @@ -11,7 +11,7 @@ description: messages.sendBroadcast parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |contacts|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v45/methods/messages_sendEncrypted.md b/old_docs/API_docs_v45/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v45/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v45/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v45/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v45/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v45/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v45/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v45/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v45/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v45/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v45/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v45/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v45/methods/messages_sendInlineBotResult.md index 5a964759..212c1d93 100644 --- a/old_docs/API_docs_v45/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v45/methods/messages_sendInlineBotResult.md @@ -10,11 +10,11 @@ description: messages.sendInlineBotResult parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|id|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|id|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/messages_sendMedia.md b/old_docs/API_docs_v45/methods/messages_sendMedia.md index f153e219..7d1d8045 100644 --- a/old_docs/API_docs_v45/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v45/methods/messages_sendMedia.md @@ -10,11 +10,11 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/messages_sendMessage.md b/old_docs/API_docs_v45/methods/messages_sendMessage.md index c4dc2cd5..44d73ff9 100644 --- a/old_docs/API_docs_v45/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v45/methods/messages_sendMessage.md @@ -10,13 +10,13 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|broadcast|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v45/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v45/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v45/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v45/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/messages_setInlineBotResults.md b/old_docs/API_docs_v45/methods/messages_setInlineBotResults.md index f86366b8..393b0083 100644 --- a/old_docs/API_docs_v45/methods/messages_setInlineBotResults.md +++ b/old_docs/API_docs_v45/methods/messages_setInlineBotResults.md @@ -10,12 +10,12 @@ description: messages.setInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|gallery|[Bool](../types/Bool.md) | Optional| -|private|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|results|Array of [InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| -|cache\_time|[int](../types/int.md) | Yes| -|next\_offset|[string](../types/string.md) | Optional| +|gallery|[CLICK ME Bool](../types/Bool.md) | Optional| +|private|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|results|Array of [CLICK ME InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| +|next\_offset|[CLICK ME string](../types/string.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/messages_setTyping.md b/old_docs/API_docs_v45/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v45/methods/messages_setTyping.md +++ b/old_docs/API_docs_v45/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/messages_startBot.md b/old_docs/API_docs_v45/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v45/methods/messages_startBot.md +++ b/old_docs/API_docs_v45/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v45/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v45/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v45/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v45/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v45/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v45/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v45/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v45/methods/photos_getUserPhotos.md b/old_docs/API_docs_v45/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v45/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v45/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v45/methods/photos_updateProfilePhoto.md b/old_docs/API_docs_v45/methods/photos_updateProfilePhoto.md index fbe84e26..74f9d4a6 100644 --- a/old_docs/API_docs_v45/methods/photos_updateProfilePhoto.md +++ b/old_docs/API_docs_v45/methods/photos_updateProfilePhoto.md @@ -11,7 +11,7 @@ description: photos.updateProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputPhoto](../types/InputPhoto.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [UserProfilePhoto](../types/UserProfilePhoto.md) diff --git a/old_docs/API_docs_v45/methods/photos_uploadProfilePhoto.md b/old_docs/API_docs_v45/methods/photos_uploadProfilePhoto.md index 303ed4ea..fe4392f0 100644 --- a/old_docs/API_docs_v45/methods/photos_uploadProfilePhoto.md +++ b/old_docs/API_docs_v45/methods/photos_uploadProfilePhoto.md @@ -11,9 +11,9 @@ description: photos.uploadProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |file|[File path or InputFile](../types/InputFile.md) | Yes| -|caption|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|caption|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [photos\_Photo](../types/photos_Photo.md) diff --git a/old_docs/API_docs_v46/methods/account_changePhone.md b/old_docs/API_docs_v46/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v46/methods/account_changePhone.md +++ b/old_docs/API_docs_v46/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v46/methods/account_checkUsername.md b/old_docs/API_docs_v46/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v46/methods/account_checkUsername.md +++ b/old_docs/API_docs_v46/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/account_deleteAccount.md b/old_docs/API_docs_v46/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v46/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v46/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/account_getNotifySettings.md b/old_docs/API_docs_v46/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v46/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v46/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v46/methods/account_getPasswordSettings.md b/old_docs/API_docs_v46/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v46/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v46/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v46/methods/account_getPrivacy.md b/old_docs/API_docs_v46/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v46/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v46/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v46/methods/account_registerDevice.md b/old_docs/API_docs_v46/methods/account_registerDevice.md index 5c86d74c..47623cd9 100644 --- a/old_docs/API_docs_v46/methods/account_registerDevice.md +++ b/old_docs/API_docs_v46/methods/account_registerDevice.md @@ -12,13 +12,13 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|device\_model|[string](../types/string.md) | Yes|| -|system\_version|[string](../types/string.md) | Yes|| -|app\_version|[string](../types/string.md) | Yes|| -|app\_sandbox|[Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| -|lang\_code|[string](../types/string.md) | Yes|| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|device\_model|[CLICK ME string](../types/string.md) | Yes|| +|system\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_sandbox|[CLICK ME Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/account_reportPeer.md b/old_docs/API_docs_v46/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/old_docs/API_docs_v46/methods/account_reportPeer.md +++ b/old_docs/API_docs_v46/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/account_resetAuthorization.md b/old_docs/API_docs_v46/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v46/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v46/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v46/methods/account_sendChangePhoneCode.md index b5258245..81846556 100644 --- a/old_docs/API_docs_v46/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v46/methods/account_sendChangePhoneCode.md @@ -12,7 +12,7 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|New phone number| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| ### Return type: [account\_SentChangePhoneCode](../types/account_SentChangePhoneCode.md) diff --git a/old_docs/API_docs_v46/methods/account_setAccountTTL.md b/old_docs/API_docs_v46/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v46/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v46/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/account_setPrivacy.md b/old_docs/API_docs_v46/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v46/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v46/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v46/methods/account_unregisterDevice.md b/old_docs/API_docs_v46/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v46/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v46/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v46/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v46/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v46/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/account_updateNotifySettings.md b/old_docs/API_docs_v46/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v46/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v46/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v46/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v46/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v46/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/account_updateProfile.md b/old_docs/API_docs_v46/methods/account_updateProfile.md index 7f8d80c5..86552e1c 100644 --- a/old_docs/API_docs_v46/methods/account_updateProfile.md +++ b/old_docs/API_docs_v46/methods/account_updateProfile.md @@ -12,8 +12,8 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Yes|The first name| -|last\_name|[string](../types/string.md) | Yes|The last name| +|first\_name|[CLICK ME string](../types/string.md) | Yes|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Yes|The last name| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v46/methods/account_updateStatus.md b/old_docs/API_docs_v46/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v46/methods/account_updateStatus.md +++ b/old_docs/API_docs_v46/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/account_updateUsername.md b/old_docs/API_docs_v46/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v46/methods/account_updateUsername.md +++ b/old_docs/API_docs_v46/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v46/methods/auth_checkPhone.md b/old_docs/API_docs_v46/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v46/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v46/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v46/methods/auth_recoverPassword.md b/old_docs/API_docs_v46/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v46/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v46/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v46/methods/auth_sendCall.md b/old_docs/API_docs_v46/methods/auth_sendCall.md index 94ed6b7f..3bab952d 100644 --- a/old_docs/API_docs_v46/methods/auth_sendCall.md +++ b/old_docs/API_docs_v46/methods/auth_sendCall.md @@ -10,8 +10,8 @@ description: auth.sendCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/auth_sendInvites.md b/old_docs/API_docs_v46/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v46/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v46/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/auth_sendSms.md b/old_docs/API_docs_v46/methods/auth_sendSms.md index 0c4a7343..34450af2 100644 --- a/old_docs/API_docs_v46/methods/auth_sendSms.md +++ b/old_docs/API_docs_v46/methods/auth_sendSms.md @@ -10,8 +10,8 @@ description: auth.sendSms parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|phone\_number|[string](../types/string.md) | Yes| -|phone\_code\_hash|[string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/channels_checkUsername.md b/old_docs/API_docs_v46/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v46/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v46/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/channels_createChannel.md b/old_docs/API_docs_v46/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v46/methods/channels_createChannel.md +++ b/old_docs/API_docs_v46/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/channels_deleteMessages.md b/old_docs/API_docs_v46/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v46/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v46/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v46/methods/channels_editAbout.md b/old_docs/API_docs_v46/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v46/methods/channels_editAbout.md +++ b/old_docs/API_docs_v46/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/channels_editAdmin.md b/old_docs/API_docs_v46/methods/channels_editAdmin.md index 146159d9..8bf2f7e9 100644 --- a/old_docs/API_docs_v46/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v46/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|role|[ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| +|role|[CLICK ME ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/channels_editPhoto.md b/old_docs/API_docs_v46/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v46/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v46/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/channels_editTitle.md b/old_docs/API_docs_v46/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v46/methods/channels_editTitle.md +++ b/old_docs/API_docs_v46/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/channels_getDialogs.md b/old_docs/API_docs_v46/methods/channels_getDialogs.md index 7c1464f8..1a551e4d 100644 --- a/old_docs/API_docs_v46/methods/channels_getDialogs.md +++ b/old_docs/API_docs_v46/methods/channels_getDialogs.md @@ -10,8 +10,8 @@ description: channels.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v46/methods/channels_getImportantHistory.md b/old_docs/API_docs_v46/methods/channels_getImportantHistory.md index 6dc710fb..99d6fcaf 100644 --- a/old_docs/API_docs_v46/methods/channels_getImportantHistory.md +++ b/old_docs/API_docs_v46/methods/channels_getImportantHistory.md @@ -11,11 +11,11 @@ description: channels.getImportantHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v46/methods/channels_getMessages.md b/old_docs/API_docs_v46/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v46/methods/channels_getMessages.md +++ b/old_docs/API_docs_v46/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v46/methods/channels_getParticipants.md b/old_docs/API_docs_v46/methods/channels_getParticipants.md index 7a9b6699..bfd09c2f 100644 --- a/old_docs/API_docs_v46/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v46/methods/channels_getParticipants.md @@ -11,9 +11,9 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v46/methods/channels_kickFromChannel.md b/old_docs/API_docs_v46/methods/channels_kickFromChannel.md index e4b68581..db90706b 100644 --- a/old_docs/API_docs_v46/methods/channels_kickFromChannel.md +++ b/old_docs/API_docs_v46/methods/channels_kickFromChannel.md @@ -12,7 +12,7 @@ description: channels.kickFromChannel parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|kicked|[Bool](../types/Bool.md) | Yes| +|kicked|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/channels_readHistory.md b/old_docs/API_docs_v46/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v46/methods/channels_readHistory.md +++ b/old_docs/API_docs_v46/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/channels_reportSpam.md b/old_docs/API_docs_v46/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v46/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v46/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/channels_toggleComments.md b/old_docs/API_docs_v46/methods/channels_toggleComments.md index 8b77db49..fddbb1a9 100644 --- a/old_docs/API_docs_v46/methods/channels_toggleComments.md +++ b/old_docs/API_docs_v46/methods/channels_toggleComments.md @@ -11,7 +11,7 @@ description: channels.toggleComments parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/channels_updateUsername.md b/old_docs/API_docs_v46/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v46/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v46/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/contacts_getBlocked.md b/old_docs/API_docs_v46/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v46/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v46/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v46/methods/contacts_getContacts.md b/old_docs/API_docs_v46/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v46/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v46/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v46/methods/contacts_getSuggested.md b/old_docs/API_docs_v46/methods/contacts_getSuggested.md index 7249b1f2..c324bc67 100644 --- a/old_docs/API_docs_v46/methods/contacts_getSuggested.md +++ b/old_docs/API_docs_v46/methods/contacts_getSuggested.md @@ -10,7 +10,7 @@ description: contacts.getSuggested parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [contacts\_Suggested](../types/contacts_Suggested.md) diff --git a/old_docs/API_docs_v46/methods/contacts_importCard.md b/old_docs/API_docs_v46/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v46/methods/contacts_importCard.md +++ b/old_docs/API_docs_v46/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v46/methods/contacts_importContacts.md b/old_docs/API_docs_v46/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v46/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v46/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v46/methods/contacts_search.md b/old_docs/API_docs_v46/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v46/methods/contacts_search.md +++ b/old_docs/API_docs_v46/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v46/methods/help_getAppChangelog.md b/old_docs/API_docs_v46/methods/help_getAppChangelog.md index d69a61cb..99c637ec 100644 --- a/old_docs/API_docs_v46/methods/help_getAppChangelog.md +++ b/old_docs/API_docs_v46/methods/help_getAppChangelog.md @@ -10,10 +10,10 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppChangelog](../types/help_AppChangelog.md) diff --git a/old_docs/API_docs_v46/methods/help_getAppUpdate.md b/old_docs/API_docs_v46/methods/help_getAppUpdate.md index f9b06641..cfc73e28 100644 --- a/old_docs/API_docs_v46/methods/help_getAppUpdate.md +++ b/old_docs/API_docs_v46/methods/help_getAppUpdate.md @@ -10,10 +10,10 @@ description: help.getAppUpdate parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppUpdate](../types/help_AppUpdate.md) diff --git a/old_docs/API_docs_v46/methods/help_getInviteText.md b/old_docs/API_docs_v46/methods/help_getInviteText.md index bac72a15..4604ff21 100644 --- a/old_docs/API_docs_v46/methods/help_getInviteText.md +++ b/old_docs/API_docs_v46/methods/help_getInviteText.md @@ -10,7 +10,7 @@ description: help.getInviteText parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_InviteText](../types/help_InviteText.md) diff --git a/old_docs/API_docs_v46/methods/help_getTermsOfService.md b/old_docs/API_docs_v46/methods/help_getTermsOfService.md index 56a75769..e7e6314d 100644 --- a/old_docs/API_docs_v46/methods/help_getTermsOfService.md +++ b/old_docs/API_docs_v46/methods/help_getTermsOfService.md @@ -10,7 +10,7 @@ description: help.getTermsOfService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_TermsOfService](../types/help_TermsOfService.md) diff --git a/old_docs/API_docs_v46/methods/help_saveAppLog.md b/old_docs/API_docs_v46/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v46/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v46/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/initConnection.md b/old_docs/API_docs_v46/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v46/methods/initConnection.md +++ b/old_docs/API_docs_v46/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v46/methods/invokeAfterMsg.md b/old_docs/API_docs_v46/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v46/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v46/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v46/methods/invokeAfterMsgs.md b/old_docs/API_docs_v46/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v46/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v46/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v46/methods/invokeWithLayer.md b/old_docs/API_docs_v46/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v46/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v46/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v46/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v46/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v46/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v46/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v46/methods/messages_addChatUser.md b/old_docs/API_docs_v46/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v46/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v46/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/messages_checkChatInvite.md b/old_docs/API_docs_v46/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v46/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v46/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v46/methods/messages_createChat.md b/old_docs/API_docs_v46/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v46/methods/messages_createChat.md +++ b/old_docs/API_docs_v46/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/messages_deleteHistory.md b/old_docs/API_docs_v46/methods/messages_deleteHistory.md index e2e60c49..5904df0d 100644 --- a/old_docs/API_docs_v46/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v46/methods/messages_deleteHistory.md @@ -11,7 +11,7 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v46/methods/messages_deleteMessages.md b/old_docs/API_docs_v46/methods/messages_deleteMessages.md index 12347c81..fd6402c6 100644 --- a/old_docs/API_docs_v46/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v46/methods/messages_deleteMessages.md @@ -10,7 +10,7 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v46/methods/messages_editChatAdmin.md b/old_docs/API_docs_v46/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v46/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v46/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/messages_editChatPhoto.md b/old_docs/API_docs_v46/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v46/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v46/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/messages_editChatTitle.md b/old_docs/API_docs_v46/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v46/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v46/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/messages_forwardMessage.md b/old_docs/API_docs_v46/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v46/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v46/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/messages_forwardMessages.md b/old_docs/API_docs_v46/methods/messages_forwardMessages.md index 2f759375..20e01204 100644 --- a/old_docs/API_docs_v46/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v46/methods/messages_forwardMessages.md @@ -10,9 +10,9 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v46/methods/messages_getAllStickers.md b/old_docs/API_docs_v46/methods/messages_getAllStickers.md index 7ab91cef..b30ea741 100644 --- a/old_docs/API_docs_v46/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v46/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v46/methods/messages_getChats.md b/old_docs/API_docs_v46/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v46/methods/messages_getChats.md +++ b/old_docs/API_docs_v46/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v46/methods/messages_getDhConfig.md b/old_docs/API_docs_v46/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v46/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v46/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v46/methods/messages_getDialogs.md b/old_docs/API_docs_v46/methods/messages_getDialogs.md index 323bb791..ede02f84 100644 --- a/old_docs/API_docs_v46/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v46/methods/messages_getDialogs.md @@ -10,10 +10,10 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v46/methods/messages_getDocumentByHash.md b/old_docs/API_docs_v46/methods/messages_getDocumentByHash.md index 13f0c18f..14e3e5bd 100644 --- a/old_docs/API_docs_v46/methods/messages_getDocumentByHash.md +++ b/old_docs/API_docs_v46/methods/messages_getDocumentByHash.md @@ -10,9 +10,9 @@ description: messages.getDocumentByHash parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|sha256|[bytes](../types/bytes.md) | Yes| -|size|[int](../types/int.md) | Yes| -|mime\_type|[string](../types/string.md) | Yes| +|sha256|[CLICK ME bytes](../types/bytes.md) | Yes| +|size|[CLICK ME int](../types/int.md) | Yes| +|mime\_type|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Document](../types/Document.md) diff --git a/old_docs/API_docs_v46/methods/messages_getHistory.md b/old_docs/API_docs_v46/methods/messages_getHistory.md index c306f02c..c6d44846 100644 --- a/old_docs/API_docs_v46/methods/messages_getHistory.md +++ b/old_docs/API_docs_v46/methods/messages_getHistory.md @@ -11,11 +11,11 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v46/methods/messages_getInlineBotResults.md b/old_docs/API_docs_v46/methods/messages_getInlineBotResults.md index 9624ba3b..e475b5bf 100644 --- a/old_docs/API_docs_v46/methods/messages_getInlineBotResults.md +++ b/old_docs/API_docs_v46/methods/messages_getInlineBotResults.md @@ -11,8 +11,8 @@ description: messages.getInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|query|[string](../types/string.md) | Yes| -|offset|[string](../types/string.md) | Yes| +|query|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_BotResults](../types/messages_BotResults.md) diff --git a/old_docs/API_docs_v46/methods/messages_getMessages.md b/old_docs/API_docs_v46/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v46/methods/messages_getMessages.md +++ b/old_docs/API_docs_v46/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v46/methods/messages_getMessagesViews.md b/old_docs/API_docs_v46/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v46/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v46/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v46/methods/messages_getSavedGifs.md b/old_docs/API_docs_v46/methods/messages_getSavedGifs.md index bcb4590d..7545b642 100644 --- a/old_docs/API_docs_v46/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v46/methods/messages_getSavedGifs.md @@ -10,7 +10,7 @@ description: messages.getSavedGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md) diff --git a/old_docs/API_docs_v46/methods/messages_getStickerSet.md b/old_docs/API_docs_v46/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v46/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v46/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v46/methods/messages_getStickers.md b/old_docs/API_docs_v46/methods/messages_getStickers.md index 6ac68c87..5f70bcba 100644 --- a/old_docs/API_docs_v46/methods/messages_getStickers.md +++ b/old_docs/API_docs_v46/methods/messages_getStickers.md @@ -10,8 +10,8 @@ description: messages.getStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|emoticon|[string](../types/string.md) | Yes| -|hash|[string](../types/string.md) | Yes| +|emoticon|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_Stickers](../types/messages_Stickers.md) diff --git a/old_docs/API_docs_v46/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v46/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v46/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v46/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v46/methods/messages_importChatInvite.md b/old_docs/API_docs_v46/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v46/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v46/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/messages_installStickerSet.md b/old_docs/API_docs_v46/methods/messages_installStickerSet.md index ccabd393..c0b5e3d8 100644 --- a/old_docs/API_docs_v46/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v46/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|disabled|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|disabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v46/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v46/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v46/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/messages_readHistory.md b/old_docs/API_docs_v46/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v46/methods/messages_readHistory.md +++ b/old_docs/API_docs_v46/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v46/methods/messages_readMessageContents.md b/old_docs/API_docs_v46/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v46/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v46/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v46/methods/messages_receivedMessages.md b/old_docs/API_docs_v46/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v46/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v46/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v46/methods/messages_receivedQueue.md b/old_docs/API_docs_v46/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v46/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v46/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v46/methods/messages_reorderStickerSets.md b/old_docs/API_docs_v46/methods/messages_reorderStickerSets.md index eee7d0f2..d0e3ca9c 100644 --- a/old_docs/API_docs_v46/methods/messages_reorderStickerSets.md +++ b/old_docs/API_docs_v46/methods/messages_reorderStickerSets.md @@ -10,7 +10,7 @@ description: messages.reorderStickerSets parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|order|Array of [long](../types/long.md) | Yes| +|order|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/messages_saveGif.md b/old_docs/API_docs_v46/methods/messages_saveGif.md index 725bc949..d6487133 100644 --- a/old_docs/API_docs_v46/methods/messages_saveGif.md +++ b/old_docs/API_docs_v46/methods/messages_saveGif.md @@ -11,7 +11,7 @@ description: messages.saveGif parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/messages_search.md b/old_docs/API_docs_v46/methods/messages_search.md index c2a822a1..3dc3f782 100644 --- a/old_docs/API_docs_v46/methods/messages_search.md +++ b/old_docs/API_docs_v46/methods/messages_search.md @@ -10,15 +10,15 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|important\_only|[Bool](../types/Bool.md) | Optional| +|important\_only|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v46/methods/messages_searchGifs.md b/old_docs/API_docs_v46/methods/messages_searchGifs.md index 896e98d2..d37ebbd0 100644 --- a/old_docs/API_docs_v46/methods/messages_searchGifs.md +++ b/old_docs/API_docs_v46/methods/messages_searchGifs.md @@ -10,8 +10,8 @@ description: messages.searchGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FoundGifs](../types/messages_FoundGifs.md) diff --git a/old_docs/API_docs_v46/methods/messages_searchGlobal.md b/old_docs/API_docs_v46/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v46/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v46/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v46/methods/messages_sendBroadcast.md b/old_docs/API_docs_v46/methods/messages_sendBroadcast.md index 0ab60e43..16a244d9 100644 --- a/old_docs/API_docs_v46/methods/messages_sendBroadcast.md +++ b/old_docs/API_docs_v46/methods/messages_sendBroadcast.md @@ -11,7 +11,7 @@ description: messages.sendBroadcast parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |contacts|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v46/methods/messages_sendEncrypted.md b/old_docs/API_docs_v46/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v46/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v46/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v46/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v46/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v46/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v46/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v46/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v46/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v46/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v46/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v46/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v46/methods/messages_sendInlineBotResult.md index 5a964759..212c1d93 100644 --- a/old_docs/API_docs_v46/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v46/methods/messages_sendInlineBotResult.md @@ -10,11 +10,11 @@ description: messages.sendInlineBotResult parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|id|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|id|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/messages_sendMedia.md b/old_docs/API_docs_v46/methods/messages_sendMedia.md index f153e219..7d1d8045 100644 --- a/old_docs/API_docs_v46/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v46/methods/messages_sendMedia.md @@ -10,11 +10,11 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/messages_sendMessage.md b/old_docs/API_docs_v46/methods/messages_sendMessage.md index c4dc2cd5..44d73ff9 100644 --- a/old_docs/API_docs_v46/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v46/methods/messages_sendMessage.md @@ -10,13 +10,13 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|broadcast|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v46/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v46/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v46/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v46/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/messages_setInlineBotResults.md b/old_docs/API_docs_v46/methods/messages_setInlineBotResults.md index f86366b8..393b0083 100644 --- a/old_docs/API_docs_v46/methods/messages_setInlineBotResults.md +++ b/old_docs/API_docs_v46/methods/messages_setInlineBotResults.md @@ -10,12 +10,12 @@ description: messages.setInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|gallery|[Bool](../types/Bool.md) | Optional| -|private|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|results|Array of [InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| -|cache\_time|[int](../types/int.md) | Yes| -|next\_offset|[string](../types/string.md) | Optional| +|gallery|[CLICK ME Bool](../types/Bool.md) | Optional| +|private|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|results|Array of [CLICK ME InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| +|next\_offset|[CLICK ME string](../types/string.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/messages_setTyping.md b/old_docs/API_docs_v46/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v46/methods/messages_setTyping.md +++ b/old_docs/API_docs_v46/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/messages_startBot.md b/old_docs/API_docs_v46/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v46/methods/messages_startBot.md +++ b/old_docs/API_docs_v46/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v46/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v46/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v46/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v46/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v46/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v46/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v46/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v46/methods/photos_getUserPhotos.md b/old_docs/API_docs_v46/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v46/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v46/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v46/methods/photos_updateProfilePhoto.md b/old_docs/API_docs_v46/methods/photos_updateProfilePhoto.md index fbe84e26..74f9d4a6 100644 --- a/old_docs/API_docs_v46/methods/photos_updateProfilePhoto.md +++ b/old_docs/API_docs_v46/methods/photos_updateProfilePhoto.md @@ -11,7 +11,7 @@ description: photos.updateProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputPhoto](../types/InputPhoto.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [UserProfilePhoto](../types/UserProfilePhoto.md) diff --git a/old_docs/API_docs_v46/methods/photos_uploadProfilePhoto.md b/old_docs/API_docs_v46/methods/photos_uploadProfilePhoto.md index 303ed4ea..fe4392f0 100644 --- a/old_docs/API_docs_v46/methods/photos_uploadProfilePhoto.md +++ b/old_docs/API_docs_v46/methods/photos_uploadProfilePhoto.md @@ -11,9 +11,9 @@ description: photos.uploadProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |file|[File path or InputFile](../types/InputFile.md) | Yes| -|caption|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|caption|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [photos\_Photo](../types/photos_Photo.md) diff --git a/old_docs/API_docs_v51/methods/account_changePhone.md b/old_docs/API_docs_v51/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v51/methods/account_changePhone.md +++ b/old_docs/API_docs_v51/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v51/methods/account_checkUsername.md b/old_docs/API_docs_v51/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v51/methods/account_checkUsername.md +++ b/old_docs/API_docs_v51/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/account_deleteAccount.md b/old_docs/API_docs_v51/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v51/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v51/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/account_getNotifySettings.md b/old_docs/API_docs_v51/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v51/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v51/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v51/methods/account_getPasswordSettings.md b/old_docs/API_docs_v51/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v51/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v51/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v51/methods/account_getPrivacy.md b/old_docs/API_docs_v51/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v51/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v51/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v51/methods/account_registerDevice.md b/old_docs/API_docs_v51/methods/account_registerDevice.md index 5c86d74c..47623cd9 100644 --- a/old_docs/API_docs_v51/methods/account_registerDevice.md +++ b/old_docs/API_docs_v51/methods/account_registerDevice.md @@ -12,13 +12,13 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|device\_model|[string](../types/string.md) | Yes|| -|system\_version|[string](../types/string.md) | Yes|| -|app\_version|[string](../types/string.md) | Yes|| -|app\_sandbox|[Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| -|lang\_code|[string](../types/string.md) | Yes|| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|device\_model|[CLICK ME string](../types/string.md) | Yes|| +|system\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_version|[CLICK ME string](../types/string.md) | Yes|| +|app\_sandbox|[CLICK ME Bool](../types/Bool.md) | Yes|Should the app run in a sandbox?| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/account_reportPeer.md b/old_docs/API_docs_v51/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/old_docs/API_docs_v51/methods/account_reportPeer.md +++ b/old_docs/API_docs_v51/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/account_resetAuthorization.md b/old_docs/API_docs_v51/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v51/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v51/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v51/methods/account_sendChangePhoneCode.md index 9e5016a4..df3fde89 100644 --- a/old_docs/API_docs_v51/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v51/methods/account_sendChangePhoneCode.md @@ -12,9 +12,9 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| -|phone\_number|[string](../types/string.md) | Yes|New phone number| -|current\_number|[Bool](../types/Bool.md) | Optional|Current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|Current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v51/methods/account_setAccountTTL.md b/old_docs/API_docs_v51/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v51/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v51/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/account_setPrivacy.md b/old_docs/API_docs_v51/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v51/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v51/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v51/methods/account_unregisterDevice.md b/old_docs/API_docs_v51/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v51/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v51/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v51/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v51/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v51/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/account_updateNotifySettings.md b/old_docs/API_docs_v51/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v51/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v51/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v51/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v51/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v51/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/account_updateProfile.md b/old_docs/API_docs_v51/methods/account_updateProfile.md index 8b0c3268..f4335a9e 100644 --- a/old_docs/API_docs_v51/methods/account_updateProfile.md +++ b/old_docs/API_docs_v51/methods/account_updateProfile.md @@ -12,9 +12,9 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Optional|The first name| -|last\_name|[string](../types/string.md) | Optional|The last name| -|about|[string](../types/string.md) | Optional|The bio/about field| +|first\_name|[CLICK ME string](../types/string.md) | Optional|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Optional|The last name| +|about|[CLICK ME string](../types/string.md) | Optional|The bio/about field| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v51/methods/account_updateStatus.md b/old_docs/API_docs_v51/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v51/methods/account_updateStatus.md +++ b/old_docs/API_docs_v51/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/account_updateUsername.md b/old_docs/API_docs_v51/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v51/methods/account_updateUsername.md +++ b/old_docs/API_docs_v51/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v51/methods/auth_cancelCode.md b/old_docs/API_docs_v51/methods/auth_cancelCode.md index 1283e1e5..9ddbf819 100644 --- a/old_docs/API_docs_v51/methods/auth_cancelCode.md +++ b/old_docs/API_docs_v51/methods/auth_cancelCode.md @@ -12,8 +12,8 @@ Invalidate sent phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/auth_checkPhone.md b/old_docs/API_docs_v51/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v51/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v51/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v51/methods/auth_recoverPassword.md b/old_docs/API_docs_v51/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v51/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v51/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v51/methods/auth_resendCode.md b/old_docs/API_docs_v51/methods/auth_resendCode.md index 4bfbf379..02471563 100644 --- a/old_docs/API_docs_v51/methods/auth_resendCode.md +++ b/old_docs/API_docs_v51/methods/auth_resendCode.md @@ -12,8 +12,8 @@ Resend the SMS verification code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|The phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|The phone code hash| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v51/methods/auth_sendInvites.md b/old_docs/API_docs_v51/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v51/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v51/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/channels_checkUsername.md b/old_docs/API_docs_v51/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v51/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v51/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/channels_createChannel.md b/old_docs/API_docs_v51/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v51/methods/channels_createChannel.md +++ b/old_docs/API_docs_v51/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/channels_deleteMessages.md b/old_docs/API_docs_v51/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v51/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v51/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v51/methods/channels_editAbout.md b/old_docs/API_docs_v51/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v51/methods/channels_editAbout.md +++ b/old_docs/API_docs_v51/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/channels_editAdmin.md b/old_docs/API_docs_v51/methods/channels_editAdmin.md index 146159d9..8bf2f7e9 100644 --- a/old_docs/API_docs_v51/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v51/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|role|[ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| +|role|[CLICK ME ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/channels_editPhoto.md b/old_docs/API_docs_v51/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v51/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v51/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/channels_editTitle.md b/old_docs/API_docs_v51/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v51/methods/channels_editTitle.md +++ b/old_docs/API_docs_v51/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/channels_exportMessageLink.md b/old_docs/API_docs_v51/methods/channels_exportMessageLink.md index 7eff4ed8..e0aabc17 100644 --- a/old_docs/API_docs_v51/methods/channels_exportMessageLink.md +++ b/old_docs/API_docs_v51/methods/channels_exportMessageLink.md @@ -11,7 +11,7 @@ description: channels.exportMessageLink parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [ExportedMessageLink](../types/ExportedMessageLink.md) diff --git a/old_docs/API_docs_v51/methods/channels_getDialogs.md b/old_docs/API_docs_v51/methods/channels_getDialogs.md index 7c1464f8..1a551e4d 100644 --- a/old_docs/API_docs_v51/methods/channels_getDialogs.md +++ b/old_docs/API_docs_v51/methods/channels_getDialogs.md @@ -10,8 +10,8 @@ description: channels.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v51/methods/channels_getImportantHistory.md b/old_docs/API_docs_v51/methods/channels_getImportantHistory.md index 5b4caee6..f8d6c388 100644 --- a/old_docs/API_docs_v51/methods/channels_getImportantHistory.md +++ b/old_docs/API_docs_v51/methods/channels_getImportantHistory.md @@ -11,12 +11,12 @@ description: channels.getImportantHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v51/methods/channels_getMessages.md b/old_docs/API_docs_v51/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v51/methods/channels_getMessages.md +++ b/old_docs/API_docs_v51/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v51/methods/channels_getParticipants.md b/old_docs/API_docs_v51/methods/channels_getParticipants.md index 7a9b6699..bfd09c2f 100644 --- a/old_docs/API_docs_v51/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v51/methods/channels_getParticipants.md @@ -11,9 +11,9 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v51/methods/channels_kickFromChannel.md b/old_docs/API_docs_v51/methods/channels_kickFromChannel.md index e4b68581..db90706b 100644 --- a/old_docs/API_docs_v51/methods/channels_kickFromChannel.md +++ b/old_docs/API_docs_v51/methods/channels_kickFromChannel.md @@ -12,7 +12,7 @@ description: channels.kickFromChannel parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|kicked|[Bool](../types/Bool.md) | Yes| +|kicked|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/channels_readHistory.md b/old_docs/API_docs_v51/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v51/methods/channels_readHistory.md +++ b/old_docs/API_docs_v51/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/channels_reportSpam.md b/old_docs/API_docs_v51/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v51/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v51/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/channels_toggleComments.md b/old_docs/API_docs_v51/methods/channels_toggleComments.md index 8b77db49..fddbb1a9 100644 --- a/old_docs/API_docs_v51/methods/channels_toggleComments.md +++ b/old_docs/API_docs_v51/methods/channels_toggleComments.md @@ -11,7 +11,7 @@ description: channels.toggleComments parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/channels_toggleInvites.md b/old_docs/API_docs_v51/methods/channels_toggleInvites.md index 8d977fd0..f18ea3c2 100644 --- a/old_docs/API_docs_v51/methods/channels_toggleInvites.md +++ b/old_docs/API_docs_v51/methods/channels_toggleInvites.md @@ -11,7 +11,7 @@ description: channels.toggleInvites parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/channels_toggleSignatures.md b/old_docs/API_docs_v51/methods/channels_toggleSignatures.md index 13d53d92..1b8832f0 100644 --- a/old_docs/API_docs_v51/methods/channels_toggleSignatures.md +++ b/old_docs/API_docs_v51/methods/channels_toggleSignatures.md @@ -11,7 +11,7 @@ description: channels.toggleSignatures parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/channels_updatePinnedMessage.md b/old_docs/API_docs_v51/methods/channels_updatePinnedMessage.md index ecc15ce6..76b894cd 100644 --- a/old_docs/API_docs_v51/methods/channels_updatePinnedMessage.md +++ b/old_docs/API_docs_v51/methods/channels_updatePinnedMessage.md @@ -10,9 +10,9 @@ description: channels.updatePinnedMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/channels_updateUsername.md b/old_docs/API_docs_v51/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v51/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v51/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/contacts_getBlocked.md b/old_docs/API_docs_v51/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v51/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v51/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v51/methods/contacts_getContacts.md b/old_docs/API_docs_v51/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v51/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v51/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v51/methods/contacts_importCard.md b/old_docs/API_docs_v51/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v51/methods/contacts_importCard.md +++ b/old_docs/API_docs_v51/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v51/methods/contacts_importContacts.md b/old_docs/API_docs_v51/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v51/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v51/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v51/methods/contacts_search.md b/old_docs/API_docs_v51/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v51/methods/contacts_search.md +++ b/old_docs/API_docs_v51/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v51/methods/help_getAppChangelog.md b/old_docs/API_docs_v51/methods/help_getAppChangelog.md index d69a61cb..99c637ec 100644 --- a/old_docs/API_docs_v51/methods/help_getAppChangelog.md +++ b/old_docs/API_docs_v51/methods/help_getAppChangelog.md @@ -10,10 +10,10 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppChangelog](../types/help_AppChangelog.md) diff --git a/old_docs/API_docs_v51/methods/help_getAppUpdate.md b/old_docs/API_docs_v51/methods/help_getAppUpdate.md index f9b06641..cfc73e28 100644 --- a/old_docs/API_docs_v51/methods/help_getAppUpdate.md +++ b/old_docs/API_docs_v51/methods/help_getAppUpdate.md @@ -10,10 +10,10 @@ description: help.getAppUpdate parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|device\_model|[string](../types/string.md) | Yes| -|system\_version|[string](../types/string.md) | Yes| -|app\_version|[string](../types/string.md) | Yes| -|lang\_code|[string](../types/string.md) | Yes| +|device\_model|[CLICK ME string](../types/string.md) | Yes| +|system\_version|[CLICK ME string](../types/string.md) | Yes| +|app\_version|[CLICK ME string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_AppUpdate](../types/help_AppUpdate.md) diff --git a/old_docs/API_docs_v51/methods/help_getInviteText.md b/old_docs/API_docs_v51/methods/help_getInviteText.md index bac72a15..4604ff21 100644 --- a/old_docs/API_docs_v51/methods/help_getInviteText.md +++ b/old_docs/API_docs_v51/methods/help_getInviteText.md @@ -10,7 +10,7 @@ description: help.getInviteText parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_InviteText](../types/help_InviteText.md) diff --git a/old_docs/API_docs_v51/methods/help_getTermsOfService.md b/old_docs/API_docs_v51/methods/help_getTermsOfService.md index 56a75769..e7e6314d 100644 --- a/old_docs/API_docs_v51/methods/help_getTermsOfService.md +++ b/old_docs/API_docs_v51/methods/help_getTermsOfService.md @@ -10,7 +10,7 @@ description: help.getTermsOfService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_TermsOfService](../types/help_TermsOfService.md) diff --git a/old_docs/API_docs_v51/methods/help_saveAppLog.md b/old_docs/API_docs_v51/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v51/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v51/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/initConnection.md b/old_docs/API_docs_v51/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v51/methods/initConnection.md +++ b/old_docs/API_docs_v51/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v51/methods/invokeAfterMsg.md b/old_docs/API_docs_v51/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v51/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v51/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v51/methods/invokeAfterMsgs.md b/old_docs/API_docs_v51/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v51/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v51/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v51/methods/invokeWithLayer.md b/old_docs/API_docs_v51/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v51/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v51/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v51/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v51/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v51/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v51/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v51/methods/messages_addChatUser.md b/old_docs/API_docs_v51/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v51/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v51/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/messages_checkChatInvite.md b/old_docs/API_docs_v51/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v51/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v51/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v51/methods/messages_createChat.md b/old_docs/API_docs_v51/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v51/methods/messages_createChat.md +++ b/old_docs/API_docs_v51/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/messages_deleteHistory.md b/old_docs/API_docs_v51/methods/messages_deleteHistory.md index e2e60c49..5904df0d 100644 --- a/old_docs/API_docs_v51/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v51/methods/messages_deleteHistory.md @@ -11,7 +11,7 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v51/methods/messages_deleteMessages.md b/old_docs/API_docs_v51/methods/messages_deleteMessages.md index 12347c81..fd6402c6 100644 --- a/old_docs/API_docs_v51/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v51/methods/messages_deleteMessages.md @@ -10,7 +10,7 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v51/methods/messages_editChatAdmin.md b/old_docs/API_docs_v51/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v51/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v51/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/messages_editChatPhoto.md b/old_docs/API_docs_v51/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v51/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v51/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/messages_editChatTitle.md b/old_docs/API_docs_v51/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v51/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v51/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/messages_editInlineBotMessage.md b/old_docs/API_docs_v51/methods/messages_editInlineBotMessage.md index 289100ea..42e5a485 100644 --- a/old_docs/API_docs_v51/methods/messages_editInlineBotMessage.md +++ b/old_docs/API_docs_v51/methods/messages_editInlineBotMessage.md @@ -10,11 +10,11 @@ description: messages.editInlineBotMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v51/methods/messages_editMessage.md b/old_docs/API_docs_v51/methods/messages_editMessage.md index 63379ed9..9245b241 100644 --- a/old_docs/API_docs_v51/methods/messages_editMessage.md +++ b/old_docs/API_docs_v51/methods/messages_editMessage.md @@ -10,12 +10,12 @@ description: messages.editMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|id|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v51/methods/messages_forwardMessage.md b/old_docs/API_docs_v51/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v51/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v51/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/messages_forwardMessages.md b/old_docs/API_docs_v51/methods/messages_forwardMessages.md index f638a4a7..deefb9f1 100644 --- a/old_docs/API_docs_v51/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v51/methods/messages_forwardMessages.md @@ -10,11 +10,11 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v51/methods/messages_getAllStickers.md b/old_docs/API_docs_v51/methods/messages_getAllStickers.md index 7ab91cef..b30ea741 100644 --- a/old_docs/API_docs_v51/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v51/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v51/methods/messages_getBotCallbackAnswer.md b/old_docs/API_docs_v51/methods/messages_getBotCallbackAnswer.md index 3bcfa462..3025db93 100644 --- a/old_docs/API_docs_v51/methods/messages_getBotCallbackAnswer.md +++ b/old_docs/API_docs_v51/methods/messages_getBotCallbackAnswer.md @@ -11,8 +11,8 @@ description: messages.getBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|data|[bytes](../types/bytes.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|data|[CLICK ME bytes](../types/bytes.md) | Yes| ### Return type: [messages\_BotCallbackAnswer](../types/messages_BotCallbackAnswer.md) diff --git a/old_docs/API_docs_v51/methods/messages_getChats.md b/old_docs/API_docs_v51/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v51/methods/messages_getChats.md +++ b/old_docs/API_docs_v51/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v51/methods/messages_getDhConfig.md b/old_docs/API_docs_v51/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v51/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v51/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v51/methods/messages_getDialogs.md b/old_docs/API_docs_v51/methods/messages_getDialogs.md index 323bb791..ede02f84 100644 --- a/old_docs/API_docs_v51/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v51/methods/messages_getDialogs.md @@ -10,10 +10,10 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v51/methods/messages_getDocumentByHash.md b/old_docs/API_docs_v51/methods/messages_getDocumentByHash.md index 13f0c18f..14e3e5bd 100644 --- a/old_docs/API_docs_v51/methods/messages_getDocumentByHash.md +++ b/old_docs/API_docs_v51/methods/messages_getDocumentByHash.md @@ -10,9 +10,9 @@ description: messages.getDocumentByHash parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|sha256|[bytes](../types/bytes.md) | Yes| -|size|[int](../types/int.md) | Yes| -|mime\_type|[string](../types/string.md) | Yes| +|sha256|[CLICK ME bytes](../types/bytes.md) | Yes| +|size|[CLICK ME int](../types/int.md) | Yes| +|mime\_type|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Document](../types/Document.md) diff --git a/old_docs/API_docs_v51/methods/messages_getHistory.md b/old_docs/API_docs_v51/methods/messages_getHistory.md index 87b8328d..46548372 100644 --- a/old_docs/API_docs_v51/methods/messages_getHistory.md +++ b/old_docs/API_docs_v51/methods/messages_getHistory.md @@ -11,12 +11,12 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v51/methods/messages_getInlineBotResults.md b/old_docs/API_docs_v51/methods/messages_getInlineBotResults.md index 6d965b19..fcbe281d 100644 --- a/old_docs/API_docs_v51/methods/messages_getInlineBotResults.md +++ b/old_docs/API_docs_v51/methods/messages_getInlineBotResults.md @@ -12,9 +12,9 @@ description: messages.getInlineBotResults parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|query|[string](../types/string.md) | Yes| -|offset|[string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|query|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_BotResults](../types/messages_BotResults.md) diff --git a/old_docs/API_docs_v51/methods/messages_getMessageEditData.md b/old_docs/API_docs_v51/methods/messages_getMessageEditData.md index 2a90a419..9f02a9c9 100644 --- a/old_docs/API_docs_v51/methods/messages_getMessageEditData.md +++ b/old_docs/API_docs_v51/methods/messages_getMessageEditData.md @@ -11,7 +11,7 @@ description: messages.getMessageEditData parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_MessageEditData](../types/messages_MessageEditData.md) diff --git a/old_docs/API_docs_v51/methods/messages_getMessages.md b/old_docs/API_docs_v51/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v51/methods/messages_getMessages.md +++ b/old_docs/API_docs_v51/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v51/methods/messages_getMessagesViews.md b/old_docs/API_docs_v51/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v51/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v51/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v51/methods/messages_getSavedGifs.md b/old_docs/API_docs_v51/methods/messages_getSavedGifs.md index bcb4590d..7545b642 100644 --- a/old_docs/API_docs_v51/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v51/methods/messages_getSavedGifs.md @@ -10,7 +10,7 @@ description: messages.getSavedGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md) diff --git a/old_docs/API_docs_v51/methods/messages_getStickerSet.md b/old_docs/API_docs_v51/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v51/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v51/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v51/methods/messages_getStickers.md b/old_docs/API_docs_v51/methods/messages_getStickers.md index 6ac68c87..5f70bcba 100644 --- a/old_docs/API_docs_v51/methods/messages_getStickers.md +++ b/old_docs/API_docs_v51/methods/messages_getStickers.md @@ -10,8 +10,8 @@ description: messages.getStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|emoticon|[string](../types/string.md) | Yes| -|hash|[string](../types/string.md) | Yes| +|emoticon|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_Stickers](../types/messages_Stickers.md) diff --git a/old_docs/API_docs_v51/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v51/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v51/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v51/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v51/methods/messages_importChatInvite.md b/old_docs/API_docs_v51/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v51/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v51/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/messages_installStickerSet.md b/old_docs/API_docs_v51/methods/messages_installStickerSet.md index ccabd393..c0b5e3d8 100644 --- a/old_docs/API_docs_v51/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v51/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|disabled|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|disabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v51/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v51/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v51/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/messages_readHistory.md b/old_docs/API_docs_v51/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v51/methods/messages_readHistory.md +++ b/old_docs/API_docs_v51/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v51/methods/messages_readMessageContents.md b/old_docs/API_docs_v51/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v51/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v51/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v51/methods/messages_receivedMessages.md b/old_docs/API_docs_v51/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v51/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v51/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v51/methods/messages_receivedQueue.md b/old_docs/API_docs_v51/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v51/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v51/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v51/methods/messages_reorderStickerSets.md b/old_docs/API_docs_v51/methods/messages_reorderStickerSets.md index eee7d0f2..d0e3ca9c 100644 --- a/old_docs/API_docs_v51/methods/messages_reorderStickerSets.md +++ b/old_docs/API_docs_v51/methods/messages_reorderStickerSets.md @@ -10,7 +10,7 @@ description: messages.reorderStickerSets parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|order|Array of [long](../types/long.md) | Yes| +|order|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/messages_saveGif.md b/old_docs/API_docs_v51/methods/messages_saveGif.md index 725bc949..d6487133 100644 --- a/old_docs/API_docs_v51/methods/messages_saveGif.md +++ b/old_docs/API_docs_v51/methods/messages_saveGif.md @@ -11,7 +11,7 @@ description: messages.saveGif parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/messages_search.md b/old_docs/API_docs_v51/methods/messages_search.md index c2a822a1..3dc3f782 100644 --- a/old_docs/API_docs_v51/methods/messages_search.md +++ b/old_docs/API_docs_v51/methods/messages_search.md @@ -10,15 +10,15 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|important\_only|[Bool](../types/Bool.md) | Optional| +|important\_only|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v51/methods/messages_searchGifs.md b/old_docs/API_docs_v51/methods/messages_searchGifs.md index 896e98d2..d37ebbd0 100644 --- a/old_docs/API_docs_v51/methods/messages_searchGifs.md +++ b/old_docs/API_docs_v51/methods/messages_searchGifs.md @@ -10,8 +10,8 @@ description: messages.searchGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FoundGifs](../types/messages_FoundGifs.md) diff --git a/old_docs/API_docs_v51/methods/messages_searchGlobal.md b/old_docs/API_docs_v51/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v51/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v51/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v51/methods/messages_sendBroadcast.md b/old_docs/API_docs_v51/methods/messages_sendBroadcast.md index 0ab60e43..16a244d9 100644 --- a/old_docs/API_docs_v51/methods/messages_sendBroadcast.md +++ b/old_docs/API_docs_v51/methods/messages_sendBroadcast.md @@ -11,7 +11,7 @@ description: messages.sendBroadcast parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |contacts|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v51/methods/messages_sendEncrypted.md b/old_docs/API_docs_v51/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v51/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v51/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v51/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v51/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v51/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v51/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v51/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v51/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v51/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v51/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v51/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v51/methods/messages_sendInlineBotResult.md index e1b484de..c2cbe93a 100644 --- a/old_docs/API_docs_v51/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v51/methods/messages_sendInlineBotResult.md @@ -10,13 +10,13 @@ description: messages.sendInlineBotResult parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|id|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|id|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/messages_sendMedia.md b/old_docs/API_docs_v51/methods/messages_sendMedia.md index 094e98b5..1027955d 100644 --- a/old_docs/API_docs_v51/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v51/methods/messages_sendMedia.md @@ -10,13 +10,13 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/messages_sendMessage.md b/old_docs/API_docs_v51/methods/messages_sendMessage.md index b853dcd2..420c631a 100644 --- a/old_docs/API_docs_v51/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v51/methods/messages_sendMessage.md @@ -10,15 +10,15 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|broadcast|[Bool](../types/Bool.md) | Optional| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v51/methods/messages_setBotCallbackAnswer.md b/old_docs/API_docs_v51/methods/messages_setBotCallbackAnswer.md index 559fc174..c81860f5 100644 --- a/old_docs/API_docs_v51/methods/messages_setBotCallbackAnswer.md +++ b/old_docs/API_docs_v51/methods/messages_setBotCallbackAnswer.md @@ -10,9 +10,9 @@ description: messages.setBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|alert|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|message|[string](../types/string.md) | Optional| +|alert|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v51/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v51/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v51/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/messages_setInlineBotResults.md b/old_docs/API_docs_v51/methods/messages_setInlineBotResults.md index c38b8c2e..2071061a 100644 --- a/old_docs/API_docs_v51/methods/messages_setInlineBotResults.md +++ b/old_docs/API_docs_v51/methods/messages_setInlineBotResults.md @@ -10,13 +10,13 @@ description: messages.setInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|gallery|[Bool](../types/Bool.md) | Optional| -|private|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|results|Array of [InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| -|cache\_time|[int](../types/int.md) | Yes| -|next\_offset|[string](../types/string.md) | Optional| -|switch\_pm|[InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| +|gallery|[CLICK ME Bool](../types/Bool.md) | Optional| +|private|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|results|Array of [CLICK ME InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| +|next\_offset|[CLICK ME string](../types/string.md) | Optional| +|switch\_pm|[CLICK ME InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/messages_setTyping.md b/old_docs/API_docs_v51/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v51/methods/messages_setTyping.md +++ b/old_docs/API_docs_v51/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/messages_startBot.md b/old_docs/API_docs_v51/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v51/methods/messages_startBot.md +++ b/old_docs/API_docs_v51/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v51/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v51/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v51/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v51/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v51/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v51/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v51/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v51/methods/photos_getUserPhotos.md b/old_docs/API_docs_v51/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v51/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v51/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v51/methods/photos_updateProfilePhoto.md b/old_docs/API_docs_v51/methods/photos_updateProfilePhoto.md index fbe84e26..74f9d4a6 100644 --- a/old_docs/API_docs_v51/methods/photos_updateProfilePhoto.md +++ b/old_docs/API_docs_v51/methods/photos_updateProfilePhoto.md @@ -11,7 +11,7 @@ description: photos.updateProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputPhoto](../types/InputPhoto.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [UserProfilePhoto](../types/UserProfilePhoto.md) diff --git a/old_docs/API_docs_v51/methods/photos_uploadProfilePhoto.md b/old_docs/API_docs_v51/methods/photos_uploadProfilePhoto.md index 303ed4ea..fe4392f0 100644 --- a/old_docs/API_docs_v51/methods/photos_uploadProfilePhoto.md +++ b/old_docs/API_docs_v51/methods/photos_uploadProfilePhoto.md @@ -11,9 +11,9 @@ description: photos.uploadProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |file|[File path or InputFile](../types/InputFile.md) | Yes| -|caption|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|caption|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [photos\_Photo](../types/photos_Photo.md) diff --git a/old_docs/API_docs_v53/methods/account_changePhone.md b/old_docs/API_docs_v53/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v53/methods/account_changePhone.md +++ b/old_docs/API_docs_v53/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v53/methods/account_checkUsername.md b/old_docs/API_docs_v53/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v53/methods/account_checkUsername.md +++ b/old_docs/API_docs_v53/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/account_deleteAccount.md b/old_docs/API_docs_v53/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v53/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v53/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/account_getNotifySettings.md b/old_docs/API_docs_v53/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v53/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v53/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v53/methods/account_getPasswordSettings.md b/old_docs/API_docs_v53/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v53/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v53/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v53/methods/account_getPrivacy.md b/old_docs/API_docs_v53/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v53/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v53/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v53/methods/account_registerDevice.md b/old_docs/API_docs_v53/methods/account_registerDevice.md index 0bf6d1ee..1e3279b1 100644 --- a/old_docs/API_docs_v53/methods/account_registerDevice.md +++ b/old_docs/API_docs_v53/methods/account_registerDevice.md @@ -12,8 +12,8 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/account_reportPeer.md b/old_docs/API_docs_v53/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/old_docs/API_docs_v53/methods/account_reportPeer.md +++ b/old_docs/API_docs_v53/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/account_resetAuthorization.md b/old_docs/API_docs_v53/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v53/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v53/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v53/methods/account_sendChangePhoneCode.md index 9e5016a4..df3fde89 100644 --- a/old_docs/API_docs_v53/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v53/methods/account_sendChangePhoneCode.md @@ -12,9 +12,9 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| -|phone\_number|[string](../types/string.md) | Yes|New phone number| -|current\_number|[Bool](../types/Bool.md) | Optional|Current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|Current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v53/methods/account_setAccountTTL.md b/old_docs/API_docs_v53/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v53/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v53/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/account_setPrivacy.md b/old_docs/API_docs_v53/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v53/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v53/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v53/methods/account_unregisterDevice.md b/old_docs/API_docs_v53/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v53/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v53/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v53/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v53/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v53/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/account_updateNotifySettings.md b/old_docs/API_docs_v53/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v53/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v53/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v53/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v53/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v53/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/account_updateProfile.md b/old_docs/API_docs_v53/methods/account_updateProfile.md index 8b0c3268..f4335a9e 100644 --- a/old_docs/API_docs_v53/methods/account_updateProfile.md +++ b/old_docs/API_docs_v53/methods/account_updateProfile.md @@ -12,9 +12,9 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Optional|The first name| -|last\_name|[string](../types/string.md) | Optional|The last name| -|about|[string](../types/string.md) | Optional|The bio/about field| +|first\_name|[CLICK ME string](../types/string.md) | Optional|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Optional|The last name| +|about|[CLICK ME string](../types/string.md) | Optional|The bio/about field| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v53/methods/account_updateStatus.md b/old_docs/API_docs_v53/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v53/methods/account_updateStatus.md +++ b/old_docs/API_docs_v53/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/account_updateUsername.md b/old_docs/API_docs_v53/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v53/methods/account_updateUsername.md +++ b/old_docs/API_docs_v53/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v53/methods/auth_cancelCode.md b/old_docs/API_docs_v53/methods/auth_cancelCode.md index 1283e1e5..9ddbf819 100644 --- a/old_docs/API_docs_v53/methods/auth_cancelCode.md +++ b/old_docs/API_docs_v53/methods/auth_cancelCode.md @@ -12,8 +12,8 @@ Invalidate sent phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/auth_checkPhone.md b/old_docs/API_docs_v53/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v53/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v53/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v53/methods/auth_recoverPassword.md b/old_docs/API_docs_v53/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v53/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v53/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v53/methods/auth_resendCode.md b/old_docs/API_docs_v53/methods/auth_resendCode.md index 4bfbf379..02471563 100644 --- a/old_docs/API_docs_v53/methods/auth_resendCode.md +++ b/old_docs/API_docs_v53/methods/auth_resendCode.md @@ -12,8 +12,8 @@ Resend the SMS verification code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|The phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|The phone code hash| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v53/methods/auth_sendInvites.md b/old_docs/API_docs_v53/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v53/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v53/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/channels_checkUsername.md b/old_docs/API_docs_v53/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v53/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v53/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/channels_createChannel.md b/old_docs/API_docs_v53/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v53/methods/channels_createChannel.md +++ b/old_docs/API_docs_v53/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/channels_deleteMessages.md b/old_docs/API_docs_v53/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v53/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v53/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v53/methods/channels_editAbout.md b/old_docs/API_docs_v53/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v53/methods/channels_editAbout.md +++ b/old_docs/API_docs_v53/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/channels_editAdmin.md b/old_docs/API_docs_v53/methods/channels_editAdmin.md index 146159d9..8bf2f7e9 100644 --- a/old_docs/API_docs_v53/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v53/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|role|[ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| +|role|[CLICK ME ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/channels_editPhoto.md b/old_docs/API_docs_v53/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v53/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v53/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/channels_editTitle.md b/old_docs/API_docs_v53/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v53/methods/channels_editTitle.md +++ b/old_docs/API_docs_v53/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/channels_exportMessageLink.md b/old_docs/API_docs_v53/methods/channels_exportMessageLink.md index 7eff4ed8..e0aabc17 100644 --- a/old_docs/API_docs_v53/methods/channels_exportMessageLink.md +++ b/old_docs/API_docs_v53/methods/channels_exportMessageLink.md @@ -11,7 +11,7 @@ description: channels.exportMessageLink parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [ExportedMessageLink](../types/ExportedMessageLink.md) diff --git a/old_docs/API_docs_v53/methods/channels_getMessages.md b/old_docs/API_docs_v53/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v53/methods/channels_getMessages.md +++ b/old_docs/API_docs_v53/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v53/methods/channels_getParticipants.md b/old_docs/API_docs_v53/methods/channels_getParticipants.md index 7a9b6699..bfd09c2f 100644 --- a/old_docs/API_docs_v53/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v53/methods/channels_getParticipants.md @@ -11,9 +11,9 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v53/methods/channels_kickFromChannel.md b/old_docs/API_docs_v53/methods/channels_kickFromChannel.md index e4b68581..db90706b 100644 --- a/old_docs/API_docs_v53/methods/channels_kickFromChannel.md +++ b/old_docs/API_docs_v53/methods/channels_kickFromChannel.md @@ -12,7 +12,7 @@ description: channels.kickFromChannel parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|kicked|[Bool](../types/Bool.md) | Yes| +|kicked|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/channels_readHistory.md b/old_docs/API_docs_v53/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v53/methods/channels_readHistory.md +++ b/old_docs/API_docs_v53/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/channels_reportSpam.md b/old_docs/API_docs_v53/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v53/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v53/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/channels_toggleInvites.md b/old_docs/API_docs_v53/methods/channels_toggleInvites.md index 8d977fd0..f18ea3c2 100644 --- a/old_docs/API_docs_v53/methods/channels_toggleInvites.md +++ b/old_docs/API_docs_v53/methods/channels_toggleInvites.md @@ -11,7 +11,7 @@ description: channels.toggleInvites parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/channels_toggleSignatures.md b/old_docs/API_docs_v53/methods/channels_toggleSignatures.md index 13d53d92..1b8832f0 100644 --- a/old_docs/API_docs_v53/methods/channels_toggleSignatures.md +++ b/old_docs/API_docs_v53/methods/channels_toggleSignatures.md @@ -11,7 +11,7 @@ description: channels.toggleSignatures parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/channels_updatePinnedMessage.md b/old_docs/API_docs_v53/methods/channels_updatePinnedMessage.md index ecc15ce6..76b894cd 100644 --- a/old_docs/API_docs_v53/methods/channels_updatePinnedMessage.md +++ b/old_docs/API_docs_v53/methods/channels_updatePinnedMessage.md @@ -10,9 +10,9 @@ description: channels.updatePinnedMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/channels_updateUsername.md b/old_docs/API_docs_v53/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v53/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v53/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/contacts_getBlocked.md b/old_docs/API_docs_v53/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v53/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v53/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v53/methods/contacts_getContacts.md b/old_docs/API_docs_v53/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v53/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v53/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v53/methods/contacts_getTopPeers.md b/old_docs/API_docs_v53/methods/contacts_getTopPeers.md index eafcb6ec..195d150c 100644 --- a/old_docs/API_docs_v53/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v53/methods/contacts_getTopPeers.md @@ -12,14 +12,14 @@ Get most used chats | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|correspondents|[Bool](../types/Bool.md) | Optional|| -|bots\_pm|[Bool](../types/Bool.md) | Optional|| -|bots\_inline|[Bool](../types/Bool.md) | Optional|| -|groups|[Bool](../types/Bool.md) | Optional|| -|channels|[Bool](../types/Bool.md) | Optional|| -|offset|[int](../types/int.md) | Yes|| -|limit|[int](../types/int.md) | Yes|| -|hash|[int](../types/int.md) | Yes|| +|correspondents|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_pm|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_inline|[CLICK ME Bool](../types/Bool.md) | Optional|| +|groups|[CLICK ME Bool](../types/Bool.md) | Optional|| +|channels|[CLICK ME Bool](../types/Bool.md) | Optional|| +|offset|[CLICK ME int](../types/int.md) | Yes|| +|limit|[CLICK ME int](../types/int.md) | Yes|| +|hash|[CLICK ME int](../types/int.md) | Yes|| ### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md) diff --git a/old_docs/API_docs_v53/methods/contacts_importCard.md b/old_docs/API_docs_v53/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v53/methods/contacts_importCard.md +++ b/old_docs/API_docs_v53/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v53/methods/contacts_importContacts.md b/old_docs/API_docs_v53/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v53/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v53/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v53/methods/contacts_resetTopPeerRating.md b/old_docs/API_docs_v53/methods/contacts_resetTopPeerRating.md index ddcf6b2f..ee6d382b 100644 --- a/old_docs/API_docs_v53/methods/contacts_resetTopPeerRating.md +++ b/old_docs/API_docs_v53/methods/contacts_resetTopPeerRating.md @@ -10,7 +10,7 @@ description: contacts.resetTopPeerRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|category|[TopPeerCategory](../types/TopPeerCategory.md) | Yes| +|category|[CLICK ME TopPeerCategory](../types/TopPeerCategory.md) | Yes| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v53/methods/contacts_search.md b/old_docs/API_docs_v53/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v53/methods/contacts_search.md +++ b/old_docs/API_docs_v53/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v53/methods/help_saveAppLog.md b/old_docs/API_docs_v53/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v53/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v53/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/initConnection.md b/old_docs/API_docs_v53/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v53/methods/initConnection.md +++ b/old_docs/API_docs_v53/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v53/methods/invokeAfterMsg.md b/old_docs/API_docs_v53/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v53/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v53/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v53/methods/invokeAfterMsgs.md b/old_docs/API_docs_v53/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v53/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v53/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v53/methods/invokeWithLayer.md b/old_docs/API_docs_v53/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v53/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v53/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v53/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v53/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v53/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v53/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v53/methods/messages_addChatUser.md b/old_docs/API_docs_v53/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v53/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v53/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/messages_checkChatInvite.md b/old_docs/API_docs_v53/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v53/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v53/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v53/methods/messages_createChat.md b/old_docs/API_docs_v53/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v53/methods/messages_createChat.md +++ b/old_docs/API_docs_v53/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/messages_deleteHistory.md b/old_docs/API_docs_v53/methods/messages_deleteHistory.md index 01686b2b..ff2f5471 100644 --- a/old_docs/API_docs_v53/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v53/methods/messages_deleteHistory.md @@ -10,9 +10,9 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|just\_clear|[Bool](../types/Bool.md) | Optional| +|just\_clear|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v53/methods/messages_deleteMessages.md b/old_docs/API_docs_v53/methods/messages_deleteMessages.md index 12347c81..fd6402c6 100644 --- a/old_docs/API_docs_v53/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v53/methods/messages_deleteMessages.md @@ -10,7 +10,7 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v53/methods/messages_editChatAdmin.md b/old_docs/API_docs_v53/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v53/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v53/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/messages_editChatPhoto.md b/old_docs/API_docs_v53/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v53/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v53/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/messages_editChatTitle.md b/old_docs/API_docs_v53/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v53/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v53/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/messages_editInlineBotMessage.md b/old_docs/API_docs_v53/methods/messages_editInlineBotMessage.md index 289100ea..42e5a485 100644 --- a/old_docs/API_docs_v53/methods/messages_editInlineBotMessage.md +++ b/old_docs/API_docs_v53/methods/messages_editInlineBotMessage.md @@ -10,11 +10,11 @@ description: messages.editInlineBotMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v53/methods/messages_editMessage.md b/old_docs/API_docs_v53/methods/messages_editMessage.md index 63379ed9..9245b241 100644 --- a/old_docs/API_docs_v53/methods/messages_editMessage.md +++ b/old_docs/API_docs_v53/methods/messages_editMessage.md @@ -10,12 +10,12 @@ description: messages.editMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|id|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v53/methods/messages_forwardMessage.md b/old_docs/API_docs_v53/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v53/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v53/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/messages_forwardMessages.md b/old_docs/API_docs_v53/methods/messages_forwardMessages.md index 27be75c1..2f6e3856 100644 --- a/old_docs/API_docs_v53/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v53/methods/messages_forwardMessages.md @@ -10,10 +10,10 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v53/methods/messages_getAllStickers.md b/old_docs/API_docs_v53/methods/messages_getAllStickers.md index 7ab91cef..b30ea741 100644 --- a/old_docs/API_docs_v53/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v53/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v53/methods/messages_getBotCallbackAnswer.md b/old_docs/API_docs_v53/methods/messages_getBotCallbackAnswer.md index 3bcfa462..3025db93 100644 --- a/old_docs/API_docs_v53/methods/messages_getBotCallbackAnswer.md +++ b/old_docs/API_docs_v53/methods/messages_getBotCallbackAnswer.md @@ -11,8 +11,8 @@ description: messages.getBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|data|[bytes](../types/bytes.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|data|[CLICK ME bytes](../types/bytes.md) | Yes| ### Return type: [messages\_BotCallbackAnswer](../types/messages_BotCallbackAnswer.md) diff --git a/old_docs/API_docs_v53/methods/messages_getChats.md b/old_docs/API_docs_v53/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v53/methods/messages_getChats.md +++ b/old_docs/API_docs_v53/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v53/methods/messages_getDhConfig.md b/old_docs/API_docs_v53/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v53/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v53/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v53/methods/messages_getDialogs.md b/old_docs/API_docs_v53/methods/messages_getDialogs.md index 323bb791..ede02f84 100644 --- a/old_docs/API_docs_v53/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v53/methods/messages_getDialogs.md @@ -10,10 +10,10 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v53/methods/messages_getDocumentByHash.md b/old_docs/API_docs_v53/methods/messages_getDocumentByHash.md index 13f0c18f..14e3e5bd 100644 --- a/old_docs/API_docs_v53/methods/messages_getDocumentByHash.md +++ b/old_docs/API_docs_v53/methods/messages_getDocumentByHash.md @@ -10,9 +10,9 @@ description: messages.getDocumentByHash parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|sha256|[bytes](../types/bytes.md) | Yes| -|size|[int](../types/int.md) | Yes| -|mime\_type|[string](../types/string.md) | Yes| +|sha256|[CLICK ME bytes](../types/bytes.md) | Yes| +|size|[CLICK ME int](../types/int.md) | Yes| +|mime\_type|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Document](../types/Document.md) diff --git a/old_docs/API_docs_v53/methods/messages_getHistory.md b/old_docs/API_docs_v53/methods/messages_getHistory.md index 87b8328d..46548372 100644 --- a/old_docs/API_docs_v53/methods/messages_getHistory.md +++ b/old_docs/API_docs_v53/methods/messages_getHistory.md @@ -11,12 +11,12 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v53/methods/messages_getInlineBotResults.md b/old_docs/API_docs_v53/methods/messages_getInlineBotResults.md index 6d965b19..fcbe281d 100644 --- a/old_docs/API_docs_v53/methods/messages_getInlineBotResults.md +++ b/old_docs/API_docs_v53/methods/messages_getInlineBotResults.md @@ -12,9 +12,9 @@ description: messages.getInlineBotResults parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|query|[string](../types/string.md) | Yes| -|offset|[string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|query|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_BotResults](../types/messages_BotResults.md) diff --git a/old_docs/API_docs_v53/methods/messages_getMessageEditData.md b/old_docs/API_docs_v53/methods/messages_getMessageEditData.md index 2a90a419..9f02a9c9 100644 --- a/old_docs/API_docs_v53/methods/messages_getMessageEditData.md +++ b/old_docs/API_docs_v53/methods/messages_getMessageEditData.md @@ -11,7 +11,7 @@ description: messages.getMessageEditData parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_MessageEditData](../types/messages_MessageEditData.md) diff --git a/old_docs/API_docs_v53/methods/messages_getMessages.md b/old_docs/API_docs_v53/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v53/methods/messages_getMessages.md +++ b/old_docs/API_docs_v53/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v53/methods/messages_getMessagesViews.md b/old_docs/API_docs_v53/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v53/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v53/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v53/methods/messages_getSavedGifs.md b/old_docs/API_docs_v53/methods/messages_getSavedGifs.md index bcb4590d..7545b642 100644 --- a/old_docs/API_docs_v53/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v53/methods/messages_getSavedGifs.md @@ -10,7 +10,7 @@ description: messages.getSavedGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md) diff --git a/old_docs/API_docs_v53/methods/messages_getStickerSet.md b/old_docs/API_docs_v53/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v53/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v53/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v53/methods/messages_getStickers.md b/old_docs/API_docs_v53/methods/messages_getStickers.md index 6ac68c87..5f70bcba 100644 --- a/old_docs/API_docs_v53/methods/messages_getStickers.md +++ b/old_docs/API_docs_v53/methods/messages_getStickers.md @@ -10,8 +10,8 @@ description: messages.getStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|emoticon|[string](../types/string.md) | Yes| -|hash|[string](../types/string.md) | Yes| +|emoticon|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_Stickers](../types/messages_Stickers.md) diff --git a/old_docs/API_docs_v53/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v53/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v53/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v53/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v53/methods/messages_importChatInvite.md b/old_docs/API_docs_v53/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v53/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v53/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/messages_installStickerSet.md b/old_docs/API_docs_v53/methods/messages_installStickerSet.md index ccabd393..c0b5e3d8 100644 --- a/old_docs/API_docs_v53/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v53/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|disabled|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|disabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v53/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v53/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v53/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/messages_readHistory.md b/old_docs/API_docs_v53/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v53/methods/messages_readHistory.md +++ b/old_docs/API_docs_v53/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v53/methods/messages_readMessageContents.md b/old_docs/API_docs_v53/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v53/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v53/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v53/methods/messages_receivedMessages.md b/old_docs/API_docs_v53/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v53/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v53/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v53/methods/messages_receivedQueue.md b/old_docs/API_docs_v53/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v53/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v53/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v53/methods/messages_reorderStickerSets.md b/old_docs/API_docs_v53/methods/messages_reorderStickerSets.md index eee7d0f2..d0e3ca9c 100644 --- a/old_docs/API_docs_v53/methods/messages_reorderStickerSets.md +++ b/old_docs/API_docs_v53/methods/messages_reorderStickerSets.md @@ -10,7 +10,7 @@ description: messages.reorderStickerSets parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|order|Array of [long](../types/long.md) | Yes| +|order|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/messages_saveDraft.md b/old_docs/API_docs_v53/methods/messages_saveDraft.md index 754b4da2..7160fda4 100644 --- a/old_docs/API_docs_v53/methods/messages_saveDraft.md +++ b/old_docs/API_docs_v53/methods/messages_saveDraft.md @@ -10,11 +10,11 @@ description: messages.saveDraft parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|message|[string](../types/string.md) | Yes| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v53/methods/messages_saveGif.md b/old_docs/API_docs_v53/methods/messages_saveGif.md index 725bc949..d6487133 100644 --- a/old_docs/API_docs_v53/methods/messages_saveGif.md +++ b/old_docs/API_docs_v53/methods/messages_saveGif.md @@ -11,7 +11,7 @@ description: messages.saveGif parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/messages_search.md b/old_docs/API_docs_v53/methods/messages_search.md index 11b968bf..a59ea798 100644 --- a/old_docs/API_docs_v53/methods/messages_search.md +++ b/old_docs/API_docs_v53/methods/messages_search.md @@ -11,13 +11,13 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v53/methods/messages_searchGifs.md b/old_docs/API_docs_v53/methods/messages_searchGifs.md index 896e98d2..d37ebbd0 100644 --- a/old_docs/API_docs_v53/methods/messages_searchGifs.md +++ b/old_docs/API_docs_v53/methods/messages_searchGifs.md @@ -10,8 +10,8 @@ description: messages.searchGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FoundGifs](../types/messages_FoundGifs.md) diff --git a/old_docs/API_docs_v53/methods/messages_searchGlobal.md b/old_docs/API_docs_v53/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v53/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v53/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v53/methods/messages_sendBroadcast.md b/old_docs/API_docs_v53/methods/messages_sendBroadcast.md index 0ab60e43..16a244d9 100644 --- a/old_docs/API_docs_v53/methods/messages_sendBroadcast.md +++ b/old_docs/API_docs_v53/methods/messages_sendBroadcast.md @@ -11,7 +11,7 @@ description: messages.sendBroadcast parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |contacts|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v53/methods/messages_sendEncrypted.md b/old_docs/API_docs_v53/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v53/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v53/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v53/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v53/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v53/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v53/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v53/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v53/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v53/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v53/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v53/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v53/methods/messages_sendInlineBotResult.md index 6bfb1578..692c79f6 100644 --- a/old_docs/API_docs_v53/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v53/methods/messages_sendInlineBotResult.md @@ -10,13 +10,13 @@ description: messages.sendInlineBotResult parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|id|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|id|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/messages_sendMedia.md b/old_docs/API_docs_v53/methods/messages_sendMedia.md index 1530451b..2af751cb 100644 --- a/old_docs/API_docs_v53/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v53/methods/messages_sendMedia.md @@ -10,13 +10,13 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/messages_sendMessage.md b/old_docs/API_docs_v53/methods/messages_sendMessage.md index 49ace99c..314c73b7 100644 --- a/old_docs/API_docs_v53/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v53/methods/messages_sendMessage.md @@ -10,15 +10,15 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v53/methods/messages_setBotCallbackAnswer.md b/old_docs/API_docs_v53/methods/messages_setBotCallbackAnswer.md index 559fc174..c81860f5 100644 --- a/old_docs/API_docs_v53/methods/messages_setBotCallbackAnswer.md +++ b/old_docs/API_docs_v53/methods/messages_setBotCallbackAnswer.md @@ -10,9 +10,9 @@ description: messages.setBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|alert|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|message|[string](../types/string.md) | Optional| +|alert|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v53/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v53/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v53/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/messages_setInlineBotResults.md b/old_docs/API_docs_v53/methods/messages_setInlineBotResults.md index c38b8c2e..2071061a 100644 --- a/old_docs/API_docs_v53/methods/messages_setInlineBotResults.md +++ b/old_docs/API_docs_v53/methods/messages_setInlineBotResults.md @@ -10,13 +10,13 @@ description: messages.setInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|gallery|[Bool](../types/Bool.md) | Optional| -|private|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|results|Array of [InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| -|cache\_time|[int](../types/int.md) | Yes| -|next\_offset|[string](../types/string.md) | Optional| -|switch\_pm|[InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| +|gallery|[CLICK ME Bool](../types/Bool.md) | Optional| +|private|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|results|Array of [CLICK ME InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| +|next\_offset|[CLICK ME string](../types/string.md) | Optional| +|switch\_pm|[CLICK ME InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/messages_setTyping.md b/old_docs/API_docs_v53/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v53/methods/messages_setTyping.md +++ b/old_docs/API_docs_v53/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/messages_startBot.md b/old_docs/API_docs_v53/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v53/methods/messages_startBot.md +++ b/old_docs/API_docs_v53/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v53/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v53/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v53/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v53/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v53/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v53/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v53/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v53/methods/photos_getUserPhotos.md b/old_docs/API_docs_v53/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v53/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v53/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v53/methods/photos_updateProfilePhoto.md b/old_docs/API_docs_v53/methods/photos_updateProfilePhoto.md index fbe84e26..74f9d4a6 100644 --- a/old_docs/API_docs_v53/methods/photos_updateProfilePhoto.md +++ b/old_docs/API_docs_v53/methods/photos_updateProfilePhoto.md @@ -11,7 +11,7 @@ description: photos.updateProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputPhoto](../types/InputPhoto.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [UserProfilePhoto](../types/UserProfilePhoto.md) diff --git a/old_docs/API_docs_v53/methods/photos_uploadProfilePhoto.md b/old_docs/API_docs_v53/methods/photos_uploadProfilePhoto.md index 303ed4ea..fe4392f0 100644 --- a/old_docs/API_docs_v53/methods/photos_uploadProfilePhoto.md +++ b/old_docs/API_docs_v53/methods/photos_uploadProfilePhoto.md @@ -11,9 +11,9 @@ description: photos.uploadProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |file|[File path or InputFile](../types/InputFile.md) | Yes| -|caption|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|caption|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [photos\_Photo](../types/photos_Photo.md) diff --git a/old_docs/API_docs_v55/methods/account_changePhone.md b/old_docs/API_docs_v55/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v55/methods/account_changePhone.md +++ b/old_docs/API_docs_v55/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v55/methods/account_checkUsername.md b/old_docs/API_docs_v55/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v55/methods/account_checkUsername.md +++ b/old_docs/API_docs_v55/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/account_confirmPhone.md b/old_docs/API_docs_v55/methods/account_confirmPhone.md index 2261e6e8..e9c724b1 100644 --- a/old_docs/API_docs_v55/methods/account_confirmPhone.md +++ b/old_docs/API_docs_v55/methods/account_confirmPhone.md @@ -12,8 +12,8 @@ Confirm this phone number is associated to this account, obtain phone_code_hash | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_code\_hash|[string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/account_deleteAccount.md b/old_docs/API_docs_v55/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v55/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v55/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/account_getNotifySettings.md b/old_docs/API_docs_v55/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v55/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v55/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v55/methods/account_getPasswordSettings.md b/old_docs/API_docs_v55/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v55/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v55/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v55/methods/account_getPrivacy.md b/old_docs/API_docs_v55/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v55/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v55/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v55/methods/account_registerDevice.md b/old_docs/API_docs_v55/methods/account_registerDevice.md index 0bf6d1ee..1e3279b1 100644 --- a/old_docs/API_docs_v55/methods/account_registerDevice.md +++ b/old_docs/API_docs_v55/methods/account_registerDevice.md @@ -12,8 +12,8 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/account_reportPeer.md b/old_docs/API_docs_v55/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/old_docs/API_docs_v55/methods/account_reportPeer.md +++ b/old_docs/API_docs_v55/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/account_resetAuthorization.md b/old_docs/API_docs_v55/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v55/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v55/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v55/methods/account_sendChangePhoneCode.md index 9e5016a4..df3fde89 100644 --- a/old_docs/API_docs_v55/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v55/methods/account_sendChangePhoneCode.md @@ -12,9 +12,9 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| -|phone\_number|[string](../types/string.md) | Yes|New phone number| -|current\_number|[Bool](../types/Bool.md) | Optional|Current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|Current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v55/methods/account_sendConfirmPhoneCode.md b/old_docs/API_docs_v55/methods/account_sendConfirmPhoneCode.md index 4de86a33..136e98c6 100644 --- a/old_docs/API_docs_v55/methods/account_sendConfirmPhoneCode.md +++ b/old_docs/API_docs_v55/methods/account_sendConfirmPhoneCode.md @@ -12,9 +12,9 @@ Send confirmation phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| -|hash|[string](../types/string.md) | Yes|The hash| -|current\_number|[Bool](../types/Bool.md) | Optional|The current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| +|hash|[CLICK ME string](../types/string.md) | Yes|The hash| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|The current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v55/methods/account_setAccountTTL.md b/old_docs/API_docs_v55/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v55/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v55/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/account_setPrivacy.md b/old_docs/API_docs_v55/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v55/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v55/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v55/methods/account_unregisterDevice.md b/old_docs/API_docs_v55/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v55/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v55/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v55/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v55/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v55/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/account_updateNotifySettings.md b/old_docs/API_docs_v55/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v55/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v55/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v55/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v55/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v55/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/account_updateProfile.md b/old_docs/API_docs_v55/methods/account_updateProfile.md index 8b0c3268..f4335a9e 100644 --- a/old_docs/API_docs_v55/methods/account_updateProfile.md +++ b/old_docs/API_docs_v55/methods/account_updateProfile.md @@ -12,9 +12,9 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Optional|The first name| -|last\_name|[string](../types/string.md) | Optional|The last name| -|about|[string](../types/string.md) | Optional|The bio/about field| +|first\_name|[CLICK ME string](../types/string.md) | Optional|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Optional|The last name| +|about|[CLICK ME string](../types/string.md) | Optional|The bio/about field| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v55/methods/account_updateStatus.md b/old_docs/API_docs_v55/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v55/methods/account_updateStatus.md +++ b/old_docs/API_docs_v55/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/account_updateUsername.md b/old_docs/API_docs_v55/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v55/methods/account_updateUsername.md +++ b/old_docs/API_docs_v55/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v55/methods/auth_cancelCode.md b/old_docs/API_docs_v55/methods/auth_cancelCode.md index 1283e1e5..9ddbf819 100644 --- a/old_docs/API_docs_v55/methods/auth_cancelCode.md +++ b/old_docs/API_docs_v55/methods/auth_cancelCode.md @@ -12,8 +12,8 @@ Invalidate sent phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/auth_checkPhone.md b/old_docs/API_docs_v55/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v55/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v55/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v55/methods/auth_recoverPassword.md b/old_docs/API_docs_v55/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v55/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v55/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v55/methods/auth_resendCode.md b/old_docs/API_docs_v55/methods/auth_resendCode.md index 4bfbf379..02471563 100644 --- a/old_docs/API_docs_v55/methods/auth_resendCode.md +++ b/old_docs/API_docs_v55/methods/auth_resendCode.md @@ -12,8 +12,8 @@ Resend the SMS verification code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|The phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|The phone code hash| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v55/methods/auth_sendInvites.md b/old_docs/API_docs_v55/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v55/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v55/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/channels_checkUsername.md b/old_docs/API_docs_v55/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v55/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v55/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/channels_createChannel.md b/old_docs/API_docs_v55/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v55/methods/channels_createChannel.md +++ b/old_docs/API_docs_v55/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/channels_deleteMessages.md b/old_docs/API_docs_v55/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v55/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v55/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v55/methods/channels_editAbout.md b/old_docs/API_docs_v55/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v55/methods/channels_editAbout.md +++ b/old_docs/API_docs_v55/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/channels_editAdmin.md b/old_docs/API_docs_v55/methods/channels_editAdmin.md index 146159d9..8bf2f7e9 100644 --- a/old_docs/API_docs_v55/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v55/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|role|[ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| +|role|[CLICK ME ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/channels_editPhoto.md b/old_docs/API_docs_v55/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v55/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v55/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/channels_editTitle.md b/old_docs/API_docs_v55/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v55/methods/channels_editTitle.md +++ b/old_docs/API_docs_v55/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/channels_exportMessageLink.md b/old_docs/API_docs_v55/methods/channels_exportMessageLink.md index 7eff4ed8..e0aabc17 100644 --- a/old_docs/API_docs_v55/methods/channels_exportMessageLink.md +++ b/old_docs/API_docs_v55/methods/channels_exportMessageLink.md @@ -11,7 +11,7 @@ description: channels.exportMessageLink parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [ExportedMessageLink](../types/ExportedMessageLink.md) diff --git a/old_docs/API_docs_v55/methods/channels_getMessages.md b/old_docs/API_docs_v55/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v55/methods/channels_getMessages.md +++ b/old_docs/API_docs_v55/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v55/methods/channels_getParticipants.md b/old_docs/API_docs_v55/methods/channels_getParticipants.md index 7a9b6699..bfd09c2f 100644 --- a/old_docs/API_docs_v55/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v55/methods/channels_getParticipants.md @@ -11,9 +11,9 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v55/methods/channels_kickFromChannel.md b/old_docs/API_docs_v55/methods/channels_kickFromChannel.md index e4b68581..db90706b 100644 --- a/old_docs/API_docs_v55/methods/channels_kickFromChannel.md +++ b/old_docs/API_docs_v55/methods/channels_kickFromChannel.md @@ -12,7 +12,7 @@ description: channels.kickFromChannel parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|kicked|[Bool](../types/Bool.md) | Yes| +|kicked|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/channels_readHistory.md b/old_docs/API_docs_v55/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v55/methods/channels_readHistory.md +++ b/old_docs/API_docs_v55/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/channels_reportSpam.md b/old_docs/API_docs_v55/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v55/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v55/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/channels_toggleInvites.md b/old_docs/API_docs_v55/methods/channels_toggleInvites.md index 8d977fd0..f18ea3c2 100644 --- a/old_docs/API_docs_v55/methods/channels_toggleInvites.md +++ b/old_docs/API_docs_v55/methods/channels_toggleInvites.md @@ -11,7 +11,7 @@ description: channels.toggleInvites parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/channels_toggleSignatures.md b/old_docs/API_docs_v55/methods/channels_toggleSignatures.md index 13d53d92..1b8832f0 100644 --- a/old_docs/API_docs_v55/methods/channels_toggleSignatures.md +++ b/old_docs/API_docs_v55/methods/channels_toggleSignatures.md @@ -11,7 +11,7 @@ description: channels.toggleSignatures parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/channels_updatePinnedMessage.md b/old_docs/API_docs_v55/methods/channels_updatePinnedMessage.md index ecc15ce6..76b894cd 100644 --- a/old_docs/API_docs_v55/methods/channels_updatePinnedMessage.md +++ b/old_docs/API_docs_v55/methods/channels_updatePinnedMessage.md @@ -10,9 +10,9 @@ description: channels.updatePinnedMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/channels_updateUsername.md b/old_docs/API_docs_v55/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v55/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v55/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/contacts_getBlocked.md b/old_docs/API_docs_v55/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v55/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v55/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v55/methods/contacts_getContacts.md b/old_docs/API_docs_v55/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v55/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v55/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v55/methods/contacts_getTopPeers.md b/old_docs/API_docs_v55/methods/contacts_getTopPeers.md index eafcb6ec..195d150c 100644 --- a/old_docs/API_docs_v55/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v55/methods/contacts_getTopPeers.md @@ -12,14 +12,14 @@ Get most used chats | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|correspondents|[Bool](../types/Bool.md) | Optional|| -|bots\_pm|[Bool](../types/Bool.md) | Optional|| -|bots\_inline|[Bool](../types/Bool.md) | Optional|| -|groups|[Bool](../types/Bool.md) | Optional|| -|channels|[Bool](../types/Bool.md) | Optional|| -|offset|[int](../types/int.md) | Yes|| -|limit|[int](../types/int.md) | Yes|| -|hash|[int](../types/int.md) | Yes|| +|correspondents|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_pm|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_inline|[CLICK ME Bool](../types/Bool.md) | Optional|| +|groups|[CLICK ME Bool](../types/Bool.md) | Optional|| +|channels|[CLICK ME Bool](../types/Bool.md) | Optional|| +|offset|[CLICK ME int](../types/int.md) | Yes|| +|limit|[CLICK ME int](../types/int.md) | Yes|| +|hash|[CLICK ME int](../types/int.md) | Yes|| ### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md) diff --git a/old_docs/API_docs_v55/methods/contacts_importCard.md b/old_docs/API_docs_v55/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v55/methods/contacts_importCard.md +++ b/old_docs/API_docs_v55/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v55/methods/contacts_importContacts.md b/old_docs/API_docs_v55/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v55/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v55/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v55/methods/contacts_resetTopPeerRating.md b/old_docs/API_docs_v55/methods/contacts_resetTopPeerRating.md index ddcf6b2f..ee6d382b 100644 --- a/old_docs/API_docs_v55/methods/contacts_resetTopPeerRating.md +++ b/old_docs/API_docs_v55/methods/contacts_resetTopPeerRating.md @@ -10,7 +10,7 @@ description: contacts.resetTopPeerRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|category|[TopPeerCategory](../types/TopPeerCategory.md) | Yes| +|category|[CLICK ME TopPeerCategory](../types/TopPeerCategory.md) | Yes| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v55/methods/contacts_search.md b/old_docs/API_docs_v55/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v55/methods/contacts_search.md +++ b/old_docs/API_docs_v55/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v55/methods/help_saveAppLog.md b/old_docs/API_docs_v55/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v55/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v55/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/initConnection.md b/old_docs/API_docs_v55/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v55/methods/initConnection.md +++ b/old_docs/API_docs_v55/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v55/methods/invokeAfterMsg.md b/old_docs/API_docs_v55/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v55/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v55/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v55/methods/invokeAfterMsgs.md b/old_docs/API_docs_v55/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v55/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v55/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v55/methods/invokeWithLayer.md b/old_docs/API_docs_v55/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v55/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v55/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v55/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v55/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v55/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v55/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v55/methods/messages_addChatUser.md b/old_docs/API_docs_v55/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v55/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v55/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/messages_checkChatInvite.md b/old_docs/API_docs_v55/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v55/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v55/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v55/methods/messages_createChat.md b/old_docs/API_docs_v55/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v55/methods/messages_createChat.md +++ b/old_docs/API_docs_v55/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/messages_deleteHistory.md b/old_docs/API_docs_v55/methods/messages_deleteHistory.md index 01686b2b..ff2f5471 100644 --- a/old_docs/API_docs_v55/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v55/methods/messages_deleteHistory.md @@ -10,9 +10,9 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|just\_clear|[Bool](../types/Bool.md) | Optional| +|just\_clear|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v55/methods/messages_deleteMessages.md b/old_docs/API_docs_v55/methods/messages_deleteMessages.md index 12347c81..fd6402c6 100644 --- a/old_docs/API_docs_v55/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v55/methods/messages_deleteMessages.md @@ -10,7 +10,7 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v55/methods/messages_editChatAdmin.md b/old_docs/API_docs_v55/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v55/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v55/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/messages_editChatPhoto.md b/old_docs/API_docs_v55/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v55/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v55/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/messages_editChatTitle.md b/old_docs/API_docs_v55/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v55/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v55/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/messages_editInlineBotMessage.md b/old_docs/API_docs_v55/methods/messages_editInlineBotMessage.md index 289100ea..42e5a485 100644 --- a/old_docs/API_docs_v55/methods/messages_editInlineBotMessage.md +++ b/old_docs/API_docs_v55/methods/messages_editInlineBotMessage.md @@ -10,11 +10,11 @@ description: messages.editInlineBotMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v55/methods/messages_editMessage.md b/old_docs/API_docs_v55/methods/messages_editMessage.md index 63379ed9..9245b241 100644 --- a/old_docs/API_docs_v55/methods/messages_editMessage.md +++ b/old_docs/API_docs_v55/methods/messages_editMessage.md @@ -10,12 +10,12 @@ description: messages.editMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|id|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v55/methods/messages_forwardMessage.md b/old_docs/API_docs_v55/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v55/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v55/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/messages_forwardMessages.md b/old_docs/API_docs_v55/methods/messages_forwardMessages.md index 27be75c1..2f6e3856 100644 --- a/old_docs/API_docs_v55/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v55/methods/messages_forwardMessages.md @@ -10,10 +10,10 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v55/methods/messages_getAllStickers.md b/old_docs/API_docs_v55/methods/messages_getAllStickers.md index 7ab91cef..b30ea741 100644 --- a/old_docs/API_docs_v55/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v55/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v55/methods/messages_getArchivedStickers.md b/old_docs/API_docs_v55/methods/messages_getArchivedStickers.md index 37c98918..94d520df 100644 --- a/old_docs/API_docs_v55/methods/messages_getArchivedStickers.md +++ b/old_docs/API_docs_v55/methods/messages_getArchivedStickers.md @@ -10,8 +10,8 @@ description: messages.getArchivedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_ArchivedStickers](../types/messages_ArchivedStickers.md) diff --git a/old_docs/API_docs_v55/methods/messages_getBotCallbackAnswer.md b/old_docs/API_docs_v55/methods/messages_getBotCallbackAnswer.md index 3bcfa462..3025db93 100644 --- a/old_docs/API_docs_v55/methods/messages_getBotCallbackAnswer.md +++ b/old_docs/API_docs_v55/methods/messages_getBotCallbackAnswer.md @@ -11,8 +11,8 @@ description: messages.getBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|data|[bytes](../types/bytes.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|data|[CLICK ME bytes](../types/bytes.md) | Yes| ### Return type: [messages\_BotCallbackAnswer](../types/messages_BotCallbackAnswer.md) diff --git a/old_docs/API_docs_v55/methods/messages_getChats.md b/old_docs/API_docs_v55/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v55/methods/messages_getChats.md +++ b/old_docs/API_docs_v55/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v55/methods/messages_getDhConfig.md b/old_docs/API_docs_v55/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v55/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v55/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v55/methods/messages_getDialogs.md b/old_docs/API_docs_v55/methods/messages_getDialogs.md index 323bb791..ede02f84 100644 --- a/old_docs/API_docs_v55/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v55/methods/messages_getDialogs.md @@ -10,10 +10,10 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v55/methods/messages_getDocumentByHash.md b/old_docs/API_docs_v55/methods/messages_getDocumentByHash.md index 13f0c18f..14e3e5bd 100644 --- a/old_docs/API_docs_v55/methods/messages_getDocumentByHash.md +++ b/old_docs/API_docs_v55/methods/messages_getDocumentByHash.md @@ -10,9 +10,9 @@ description: messages.getDocumentByHash parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|sha256|[bytes](../types/bytes.md) | Yes| -|size|[int](../types/int.md) | Yes| -|mime\_type|[string](../types/string.md) | Yes| +|sha256|[CLICK ME bytes](../types/bytes.md) | Yes| +|size|[CLICK ME int](../types/int.md) | Yes| +|mime\_type|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Document](../types/Document.md) diff --git a/old_docs/API_docs_v55/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v55/methods/messages_getFeaturedStickers.md index 51097eda..9e8c4eaf 100644 --- a/old_docs/API_docs_v55/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v55/methods/messages_getFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.getFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md) diff --git a/old_docs/API_docs_v55/methods/messages_getHistory.md b/old_docs/API_docs_v55/methods/messages_getHistory.md index 87b8328d..46548372 100644 --- a/old_docs/API_docs_v55/methods/messages_getHistory.md +++ b/old_docs/API_docs_v55/methods/messages_getHistory.md @@ -11,12 +11,12 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v55/methods/messages_getInlineBotResults.md b/old_docs/API_docs_v55/methods/messages_getInlineBotResults.md index 6d965b19..fcbe281d 100644 --- a/old_docs/API_docs_v55/methods/messages_getInlineBotResults.md +++ b/old_docs/API_docs_v55/methods/messages_getInlineBotResults.md @@ -12,9 +12,9 @@ description: messages.getInlineBotResults parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|query|[string](../types/string.md) | Yes| -|offset|[string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|query|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_BotResults](../types/messages_BotResults.md) diff --git a/old_docs/API_docs_v55/methods/messages_getMessageEditData.md b/old_docs/API_docs_v55/methods/messages_getMessageEditData.md index 2a90a419..9f02a9c9 100644 --- a/old_docs/API_docs_v55/methods/messages_getMessageEditData.md +++ b/old_docs/API_docs_v55/methods/messages_getMessageEditData.md @@ -11,7 +11,7 @@ description: messages.getMessageEditData parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_MessageEditData](../types/messages_MessageEditData.md) diff --git a/old_docs/API_docs_v55/methods/messages_getMessages.md b/old_docs/API_docs_v55/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v55/methods/messages_getMessages.md +++ b/old_docs/API_docs_v55/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v55/methods/messages_getMessagesViews.md b/old_docs/API_docs_v55/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v55/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v55/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v55/methods/messages_getRecentStickers.md b/old_docs/API_docs_v55/methods/messages_getRecentStickers.md index ee384749..c2af95b6 100644 --- a/old_docs/API_docs_v55/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v55/methods/messages_getRecentStickers.md @@ -10,7 +10,7 @@ description: messages.getRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md) diff --git a/old_docs/API_docs_v55/methods/messages_getSavedGifs.md b/old_docs/API_docs_v55/methods/messages_getSavedGifs.md index bcb4590d..7545b642 100644 --- a/old_docs/API_docs_v55/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v55/methods/messages_getSavedGifs.md @@ -10,7 +10,7 @@ description: messages.getSavedGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md) diff --git a/old_docs/API_docs_v55/methods/messages_getStickerSet.md b/old_docs/API_docs_v55/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v55/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v55/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v55/methods/messages_getStickers.md b/old_docs/API_docs_v55/methods/messages_getStickers.md index 6ac68c87..5f70bcba 100644 --- a/old_docs/API_docs_v55/methods/messages_getStickers.md +++ b/old_docs/API_docs_v55/methods/messages_getStickers.md @@ -10,8 +10,8 @@ description: messages.getStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|emoticon|[string](../types/string.md) | Yes| -|hash|[string](../types/string.md) | Yes| +|emoticon|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_Stickers](../types/messages_Stickers.md) diff --git a/old_docs/API_docs_v55/methods/messages_getUnusedStickers.md b/old_docs/API_docs_v55/methods/messages_getUnusedStickers.md index 1679ca17..b84ffdda 100644 --- a/old_docs/API_docs_v55/methods/messages_getUnusedStickers.md +++ b/old_docs/API_docs_v55/methods/messages_getUnusedStickers.md @@ -10,7 +10,7 @@ description: messages.getUnusedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_StickerSetCovered](../types/StickerSetCovered.md) diff --git a/old_docs/API_docs_v55/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v55/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v55/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v55/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v55/methods/messages_importChatInvite.md b/old_docs/API_docs_v55/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v55/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v55/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/messages_installStickerSet.md b/old_docs/API_docs_v55/methods/messages_installStickerSet.md index f405adce..8dfeacfa 100644 --- a/old_docs/API_docs_v55/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v55/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|archived|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|archived|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [messages\_StickerSetInstallResult](../types/messages_StickerSetInstallResult.md) diff --git a/old_docs/API_docs_v55/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v55/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v55/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v55/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/messages_readHistory.md b/old_docs/API_docs_v55/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v55/methods/messages_readHistory.md +++ b/old_docs/API_docs_v55/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v55/methods/messages_readMessageContents.md b/old_docs/API_docs_v55/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v55/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v55/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v55/methods/messages_receivedMessages.md b/old_docs/API_docs_v55/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v55/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v55/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v55/methods/messages_receivedQueue.md b/old_docs/API_docs_v55/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v55/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v55/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v55/methods/messages_reorderStickerSets.md b/old_docs/API_docs_v55/methods/messages_reorderStickerSets.md index eee7d0f2..d0e3ca9c 100644 --- a/old_docs/API_docs_v55/methods/messages_reorderStickerSets.md +++ b/old_docs/API_docs_v55/methods/messages_reorderStickerSets.md @@ -10,7 +10,7 @@ description: messages.reorderStickerSets parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|order|Array of [long](../types/long.md) | Yes| +|order|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/messages_saveDraft.md b/old_docs/API_docs_v55/methods/messages_saveDraft.md index 754b4da2..7160fda4 100644 --- a/old_docs/API_docs_v55/methods/messages_saveDraft.md +++ b/old_docs/API_docs_v55/methods/messages_saveDraft.md @@ -10,11 +10,11 @@ description: messages.saveDraft parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|message|[string](../types/string.md) | Yes| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v55/methods/messages_saveGif.md b/old_docs/API_docs_v55/methods/messages_saveGif.md index 725bc949..d6487133 100644 --- a/old_docs/API_docs_v55/methods/messages_saveGif.md +++ b/old_docs/API_docs_v55/methods/messages_saveGif.md @@ -11,7 +11,7 @@ description: messages.saveGif parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/messages_saveRecentSticker.md b/old_docs/API_docs_v55/methods/messages_saveRecentSticker.md index 00d2c0e1..8857411a 100644 --- a/old_docs/API_docs_v55/methods/messages_saveRecentSticker.md +++ b/old_docs/API_docs_v55/methods/messages_saveRecentSticker.md @@ -11,7 +11,7 @@ description: messages.saveRecentSticker parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/messages_search.md b/old_docs/API_docs_v55/methods/messages_search.md index 11b968bf..a59ea798 100644 --- a/old_docs/API_docs_v55/methods/messages_search.md +++ b/old_docs/API_docs_v55/methods/messages_search.md @@ -11,13 +11,13 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v55/methods/messages_searchGifs.md b/old_docs/API_docs_v55/methods/messages_searchGifs.md index 896e98d2..d37ebbd0 100644 --- a/old_docs/API_docs_v55/methods/messages_searchGifs.md +++ b/old_docs/API_docs_v55/methods/messages_searchGifs.md @@ -10,8 +10,8 @@ description: messages.searchGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FoundGifs](../types/messages_FoundGifs.md) diff --git a/old_docs/API_docs_v55/methods/messages_searchGlobal.md b/old_docs/API_docs_v55/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v55/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v55/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v55/methods/messages_sendBroadcast.md b/old_docs/API_docs_v55/methods/messages_sendBroadcast.md index 0ab60e43..16a244d9 100644 --- a/old_docs/API_docs_v55/methods/messages_sendBroadcast.md +++ b/old_docs/API_docs_v55/methods/messages_sendBroadcast.md @@ -11,7 +11,7 @@ description: messages.sendBroadcast parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |contacts|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| diff --git a/old_docs/API_docs_v55/methods/messages_sendEncrypted.md b/old_docs/API_docs_v55/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v55/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v55/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v55/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v55/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v55/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v55/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v55/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v55/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v55/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v55/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v55/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v55/methods/messages_sendInlineBotResult.md index 6bfb1578..692c79f6 100644 --- a/old_docs/API_docs_v55/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v55/methods/messages_sendInlineBotResult.md @@ -10,13 +10,13 @@ description: messages.sendInlineBotResult parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|id|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|id|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/messages_sendMedia.md b/old_docs/API_docs_v55/methods/messages_sendMedia.md index 1530451b..2af751cb 100644 --- a/old_docs/API_docs_v55/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v55/methods/messages_sendMedia.md @@ -10,13 +10,13 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/messages_sendMessage.md b/old_docs/API_docs_v55/methods/messages_sendMessage.md index 49ace99c..314c73b7 100644 --- a/old_docs/API_docs_v55/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v55/methods/messages_sendMessage.md @@ -10,15 +10,15 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v55/methods/messages_setBotCallbackAnswer.md b/old_docs/API_docs_v55/methods/messages_setBotCallbackAnswer.md index cc9ee650..81db8afd 100644 --- a/old_docs/API_docs_v55/methods/messages_setBotCallbackAnswer.md +++ b/old_docs/API_docs_v55/methods/messages_setBotCallbackAnswer.md @@ -10,10 +10,10 @@ description: messages.setBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|alert|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|message|[string](../types/string.md) | Optional| -|url|[string](../types/string.md) | Optional| +|alert|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|url|[CLICK ME string](../types/string.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v55/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v55/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v55/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/messages_setInlineBotResults.md b/old_docs/API_docs_v55/methods/messages_setInlineBotResults.md index c38b8c2e..2071061a 100644 --- a/old_docs/API_docs_v55/methods/messages_setInlineBotResults.md +++ b/old_docs/API_docs_v55/methods/messages_setInlineBotResults.md @@ -10,13 +10,13 @@ description: messages.setInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|gallery|[Bool](../types/Bool.md) | Optional| -|private|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|results|Array of [InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| -|cache\_time|[int](../types/int.md) | Yes| -|next\_offset|[string](../types/string.md) | Optional| -|switch\_pm|[InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| +|gallery|[CLICK ME Bool](../types/Bool.md) | Optional| +|private|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|results|Array of [CLICK ME InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| +|next\_offset|[CLICK ME string](../types/string.md) | Optional| +|switch\_pm|[CLICK ME InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/messages_setTyping.md b/old_docs/API_docs_v55/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v55/methods/messages_setTyping.md +++ b/old_docs/API_docs_v55/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/messages_startBot.md b/old_docs/API_docs_v55/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v55/methods/messages_startBot.md +++ b/old_docs/API_docs_v55/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v55/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v55/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v55/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v55/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v55/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v55/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v55/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v55/methods/photos_getUserPhotos.md b/old_docs/API_docs_v55/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v55/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v55/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v55/methods/photos_updateProfilePhoto.md b/old_docs/API_docs_v55/methods/photos_updateProfilePhoto.md index fbe84e26..74f9d4a6 100644 --- a/old_docs/API_docs_v55/methods/photos_updateProfilePhoto.md +++ b/old_docs/API_docs_v55/methods/photos_updateProfilePhoto.md @@ -11,7 +11,7 @@ description: photos.updateProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputPhoto](../types/InputPhoto.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [UserProfilePhoto](../types/UserProfilePhoto.md) diff --git a/old_docs/API_docs_v55/methods/photos_uploadProfilePhoto.md b/old_docs/API_docs_v55/methods/photos_uploadProfilePhoto.md index 303ed4ea..fe4392f0 100644 --- a/old_docs/API_docs_v55/methods/photos_uploadProfilePhoto.md +++ b/old_docs/API_docs_v55/methods/photos_uploadProfilePhoto.md @@ -11,9 +11,9 @@ description: photos.uploadProfilePhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |file|[File path or InputFile](../types/InputFile.md) | Yes| -|caption|[string](../types/string.md) | Yes| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|crop|[InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| +|caption|[CLICK ME string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|crop|[CLICK ME InputPhotoCrop](../types/InputPhotoCrop.md) | Yes| ### Return type: [photos\_Photo](../types/photos_Photo.md) diff --git a/old_docs/API_docs_v57/methods/account_changePhone.md b/old_docs/API_docs_v57/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v57/methods/account_changePhone.md +++ b/old_docs/API_docs_v57/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v57/methods/account_checkUsername.md b/old_docs/API_docs_v57/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v57/methods/account_checkUsername.md +++ b/old_docs/API_docs_v57/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/account_confirmPhone.md b/old_docs/API_docs_v57/methods/account_confirmPhone.md index 2261e6e8..e9c724b1 100644 --- a/old_docs/API_docs_v57/methods/account_confirmPhone.md +++ b/old_docs/API_docs_v57/methods/account_confirmPhone.md @@ -12,8 +12,8 @@ Confirm this phone number is associated to this account, obtain phone_code_hash | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_code\_hash|[string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/account_deleteAccount.md b/old_docs/API_docs_v57/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v57/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v57/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/account_getNotifySettings.md b/old_docs/API_docs_v57/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v57/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v57/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v57/methods/account_getPasswordSettings.md b/old_docs/API_docs_v57/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v57/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v57/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v57/methods/account_getPrivacy.md b/old_docs/API_docs_v57/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v57/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v57/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v57/methods/account_registerDevice.md b/old_docs/API_docs_v57/methods/account_registerDevice.md index 0bf6d1ee..1e3279b1 100644 --- a/old_docs/API_docs_v57/methods/account_registerDevice.md +++ b/old_docs/API_docs_v57/methods/account_registerDevice.md @@ -12,8 +12,8 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/account_reportPeer.md b/old_docs/API_docs_v57/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/old_docs/API_docs_v57/methods/account_reportPeer.md +++ b/old_docs/API_docs_v57/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/account_resetAuthorization.md b/old_docs/API_docs_v57/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v57/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v57/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v57/methods/account_sendChangePhoneCode.md index 9e5016a4..df3fde89 100644 --- a/old_docs/API_docs_v57/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v57/methods/account_sendChangePhoneCode.md @@ -12,9 +12,9 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| -|phone\_number|[string](../types/string.md) | Yes|New phone number| -|current\_number|[Bool](../types/Bool.md) | Optional|Current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|Current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v57/methods/account_sendConfirmPhoneCode.md b/old_docs/API_docs_v57/methods/account_sendConfirmPhoneCode.md index 4de86a33..136e98c6 100644 --- a/old_docs/API_docs_v57/methods/account_sendConfirmPhoneCode.md +++ b/old_docs/API_docs_v57/methods/account_sendConfirmPhoneCode.md @@ -12,9 +12,9 @@ Send confirmation phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| -|hash|[string](../types/string.md) | Yes|The hash| -|current\_number|[Bool](../types/Bool.md) | Optional|The current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| +|hash|[CLICK ME string](../types/string.md) | Yes|The hash| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|The current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v57/methods/account_setAccountTTL.md b/old_docs/API_docs_v57/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v57/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v57/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/account_setPrivacy.md b/old_docs/API_docs_v57/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v57/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v57/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v57/methods/account_unregisterDevice.md b/old_docs/API_docs_v57/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v57/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v57/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v57/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v57/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v57/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/account_updateNotifySettings.md b/old_docs/API_docs_v57/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v57/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v57/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v57/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v57/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v57/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/account_updateProfile.md b/old_docs/API_docs_v57/methods/account_updateProfile.md index 8b0c3268..f4335a9e 100644 --- a/old_docs/API_docs_v57/methods/account_updateProfile.md +++ b/old_docs/API_docs_v57/methods/account_updateProfile.md @@ -12,9 +12,9 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Optional|The first name| -|last\_name|[string](../types/string.md) | Optional|The last name| -|about|[string](../types/string.md) | Optional|The bio/about field| +|first\_name|[CLICK ME string](../types/string.md) | Optional|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Optional|The last name| +|about|[CLICK ME string](../types/string.md) | Optional|The bio/about field| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v57/methods/account_updateStatus.md b/old_docs/API_docs_v57/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v57/methods/account_updateStatus.md +++ b/old_docs/API_docs_v57/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/account_updateUsername.md b/old_docs/API_docs_v57/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v57/methods/account_updateUsername.md +++ b/old_docs/API_docs_v57/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v57/methods/auth_cancelCode.md b/old_docs/API_docs_v57/methods/auth_cancelCode.md index 1283e1e5..9ddbf819 100644 --- a/old_docs/API_docs_v57/methods/auth_cancelCode.md +++ b/old_docs/API_docs_v57/methods/auth_cancelCode.md @@ -12,8 +12,8 @@ Invalidate sent phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/auth_checkPhone.md b/old_docs/API_docs_v57/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v57/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v57/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v57/methods/auth_dropTempAuthKeys.md b/old_docs/API_docs_v57/methods/auth_dropTempAuthKeys.md index b08b9f40..81bb2ae2 100644 --- a/old_docs/API_docs_v57/methods/auth_dropTempAuthKeys.md +++ b/old_docs/API_docs_v57/methods/auth_dropTempAuthKeys.md @@ -12,7 +12,7 @@ Delete all temporary authorization keys except the ones provided | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|except\_auth\_keys|Array of [long](../types/long.md) | Yes|The temporary authorization keys to keep| +|except\_auth\_keys|Array of [CLICK ME long](../types/long.md) | Yes|The temporary authorization keys to keep| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/auth_recoverPassword.md b/old_docs/API_docs_v57/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v57/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v57/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v57/methods/auth_resendCode.md b/old_docs/API_docs_v57/methods/auth_resendCode.md index 4bfbf379..02471563 100644 --- a/old_docs/API_docs_v57/methods/auth_resendCode.md +++ b/old_docs/API_docs_v57/methods/auth_resendCode.md @@ -12,8 +12,8 @@ Resend the SMS verification code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|The phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|The phone code hash| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v57/methods/auth_sendInvites.md b/old_docs/API_docs_v57/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v57/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v57/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/channels_checkUsername.md b/old_docs/API_docs_v57/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v57/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v57/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/channels_createChannel.md b/old_docs/API_docs_v57/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v57/methods/channels_createChannel.md +++ b/old_docs/API_docs_v57/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/channels_deleteMessages.md b/old_docs/API_docs_v57/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v57/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v57/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v57/methods/channels_editAbout.md b/old_docs/API_docs_v57/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v57/methods/channels_editAbout.md +++ b/old_docs/API_docs_v57/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/channels_editAdmin.md b/old_docs/API_docs_v57/methods/channels_editAdmin.md index 146159d9..8bf2f7e9 100644 --- a/old_docs/API_docs_v57/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v57/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|role|[ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| +|role|[CLICK ME ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/channels_editPhoto.md b/old_docs/API_docs_v57/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v57/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v57/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/channels_editTitle.md b/old_docs/API_docs_v57/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v57/methods/channels_editTitle.md +++ b/old_docs/API_docs_v57/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/channels_exportMessageLink.md b/old_docs/API_docs_v57/methods/channels_exportMessageLink.md index 7eff4ed8..e0aabc17 100644 --- a/old_docs/API_docs_v57/methods/channels_exportMessageLink.md +++ b/old_docs/API_docs_v57/methods/channels_exportMessageLink.md @@ -11,7 +11,7 @@ description: channels.exportMessageLink parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [ExportedMessageLink](../types/ExportedMessageLink.md) diff --git a/old_docs/API_docs_v57/methods/channels_getMessages.md b/old_docs/API_docs_v57/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v57/methods/channels_getMessages.md +++ b/old_docs/API_docs_v57/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v57/methods/channels_getParticipants.md b/old_docs/API_docs_v57/methods/channels_getParticipants.md index 7a9b6699..bfd09c2f 100644 --- a/old_docs/API_docs_v57/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v57/methods/channels_getParticipants.md @@ -11,9 +11,9 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v57/methods/channels_kickFromChannel.md b/old_docs/API_docs_v57/methods/channels_kickFromChannel.md index e4b68581..db90706b 100644 --- a/old_docs/API_docs_v57/methods/channels_kickFromChannel.md +++ b/old_docs/API_docs_v57/methods/channels_kickFromChannel.md @@ -12,7 +12,7 @@ description: channels.kickFromChannel parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|kicked|[Bool](../types/Bool.md) | Yes| +|kicked|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/channels_readHistory.md b/old_docs/API_docs_v57/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v57/methods/channels_readHistory.md +++ b/old_docs/API_docs_v57/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/channels_reportSpam.md b/old_docs/API_docs_v57/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v57/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v57/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/channels_toggleInvites.md b/old_docs/API_docs_v57/methods/channels_toggleInvites.md index 8d977fd0..f18ea3c2 100644 --- a/old_docs/API_docs_v57/methods/channels_toggleInvites.md +++ b/old_docs/API_docs_v57/methods/channels_toggleInvites.md @@ -11,7 +11,7 @@ description: channels.toggleInvites parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/channels_toggleSignatures.md b/old_docs/API_docs_v57/methods/channels_toggleSignatures.md index 13d53d92..1b8832f0 100644 --- a/old_docs/API_docs_v57/methods/channels_toggleSignatures.md +++ b/old_docs/API_docs_v57/methods/channels_toggleSignatures.md @@ -11,7 +11,7 @@ description: channels.toggleSignatures parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/channels_updatePinnedMessage.md b/old_docs/API_docs_v57/methods/channels_updatePinnedMessage.md index ecc15ce6..76b894cd 100644 --- a/old_docs/API_docs_v57/methods/channels_updatePinnedMessage.md +++ b/old_docs/API_docs_v57/methods/channels_updatePinnedMessage.md @@ -10,9 +10,9 @@ description: channels.updatePinnedMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/channels_updateUsername.md b/old_docs/API_docs_v57/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v57/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v57/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/contacts_getBlocked.md b/old_docs/API_docs_v57/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v57/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v57/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v57/methods/contacts_getContacts.md b/old_docs/API_docs_v57/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v57/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v57/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v57/methods/contacts_getTopPeers.md b/old_docs/API_docs_v57/methods/contacts_getTopPeers.md index eafcb6ec..195d150c 100644 --- a/old_docs/API_docs_v57/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v57/methods/contacts_getTopPeers.md @@ -12,14 +12,14 @@ Get most used chats | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|correspondents|[Bool](../types/Bool.md) | Optional|| -|bots\_pm|[Bool](../types/Bool.md) | Optional|| -|bots\_inline|[Bool](../types/Bool.md) | Optional|| -|groups|[Bool](../types/Bool.md) | Optional|| -|channels|[Bool](../types/Bool.md) | Optional|| -|offset|[int](../types/int.md) | Yes|| -|limit|[int](../types/int.md) | Yes|| -|hash|[int](../types/int.md) | Yes|| +|correspondents|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_pm|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_inline|[CLICK ME Bool](../types/Bool.md) | Optional|| +|groups|[CLICK ME Bool](../types/Bool.md) | Optional|| +|channels|[CLICK ME Bool](../types/Bool.md) | Optional|| +|offset|[CLICK ME int](../types/int.md) | Yes|| +|limit|[CLICK ME int](../types/int.md) | Yes|| +|hash|[CLICK ME int](../types/int.md) | Yes|| ### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md) diff --git a/old_docs/API_docs_v57/methods/contacts_importCard.md b/old_docs/API_docs_v57/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v57/methods/contacts_importCard.md +++ b/old_docs/API_docs_v57/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v57/methods/contacts_importContacts.md b/old_docs/API_docs_v57/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v57/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v57/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v57/methods/contacts_resetTopPeerRating.md b/old_docs/API_docs_v57/methods/contacts_resetTopPeerRating.md index ddcf6b2f..ee6d382b 100644 --- a/old_docs/API_docs_v57/methods/contacts_resetTopPeerRating.md +++ b/old_docs/API_docs_v57/methods/contacts_resetTopPeerRating.md @@ -10,7 +10,7 @@ description: contacts.resetTopPeerRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|category|[TopPeerCategory](../types/TopPeerCategory.md) | Yes| +|category|[CLICK ME TopPeerCategory](../types/TopPeerCategory.md) | Yes| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v57/methods/contacts_search.md b/old_docs/API_docs_v57/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v57/methods/contacts_search.md +++ b/old_docs/API_docs_v57/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v57/methods/help_saveAppLog.md b/old_docs/API_docs_v57/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v57/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v57/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/initConnection.md b/old_docs/API_docs_v57/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v57/methods/initConnection.md +++ b/old_docs/API_docs_v57/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v57/methods/invokeAfterMsg.md b/old_docs/API_docs_v57/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v57/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v57/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v57/methods/invokeAfterMsgs.md b/old_docs/API_docs_v57/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v57/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v57/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v57/methods/invokeWithLayer.md b/old_docs/API_docs_v57/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v57/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v57/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v57/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v57/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v57/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v57/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v57/methods/messages_addChatUser.md b/old_docs/API_docs_v57/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v57/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v57/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/messages_checkChatInvite.md b/old_docs/API_docs_v57/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v57/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v57/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v57/methods/messages_clearRecentStickers.md b/old_docs/API_docs_v57/methods/messages_clearRecentStickers.md index 31941a34..00d81839 100644 --- a/old_docs/API_docs_v57/methods/messages_clearRecentStickers.md +++ b/old_docs/API_docs_v57/methods/messages_clearRecentStickers.md @@ -10,7 +10,7 @@ description: messages.clearRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/messages_createChat.md b/old_docs/API_docs_v57/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v57/methods/messages_createChat.md +++ b/old_docs/API_docs_v57/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/messages_deleteHistory.md b/old_docs/API_docs_v57/methods/messages_deleteHistory.md index 01686b2b..ff2f5471 100644 --- a/old_docs/API_docs_v57/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v57/methods/messages_deleteHistory.md @@ -10,9 +10,9 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|just\_clear|[Bool](../types/Bool.md) | Optional| +|just\_clear|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v57/methods/messages_deleteMessages.md b/old_docs/API_docs_v57/methods/messages_deleteMessages.md index 12347c81..fd6402c6 100644 --- a/old_docs/API_docs_v57/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v57/methods/messages_deleteMessages.md @@ -10,7 +10,7 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v57/methods/messages_editChatAdmin.md b/old_docs/API_docs_v57/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v57/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v57/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/messages_editChatPhoto.md b/old_docs/API_docs_v57/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v57/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v57/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/messages_editChatTitle.md b/old_docs/API_docs_v57/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v57/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v57/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/messages_editInlineBotMessage.md b/old_docs/API_docs_v57/methods/messages_editInlineBotMessage.md index 289100ea..42e5a485 100644 --- a/old_docs/API_docs_v57/methods/messages_editInlineBotMessage.md +++ b/old_docs/API_docs_v57/methods/messages_editInlineBotMessage.md @@ -10,11 +10,11 @@ description: messages.editInlineBotMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v57/methods/messages_editMessage.md b/old_docs/API_docs_v57/methods/messages_editMessage.md index 63379ed9..9245b241 100644 --- a/old_docs/API_docs_v57/methods/messages_editMessage.md +++ b/old_docs/API_docs_v57/methods/messages_editMessage.md @@ -10,12 +10,12 @@ description: messages.editMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|id|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v57/methods/messages_forwardMessage.md b/old_docs/API_docs_v57/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v57/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v57/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/messages_forwardMessages.md b/old_docs/API_docs_v57/methods/messages_forwardMessages.md index df361517..bc2f0995 100644 --- a/old_docs/API_docs_v57/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v57/methods/messages_forwardMessages.md @@ -10,11 +10,11 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|with\_my\_score|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|with\_my\_score|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v57/methods/messages_getAllStickers.md b/old_docs/API_docs_v57/methods/messages_getAllStickers.md index 7ab91cef..b30ea741 100644 --- a/old_docs/API_docs_v57/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v57/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v57/methods/messages_getArchivedStickers.md b/old_docs/API_docs_v57/methods/messages_getArchivedStickers.md index 8c2041a3..2c1f1f95 100644 --- a/old_docs/API_docs_v57/methods/messages_getArchivedStickers.md +++ b/old_docs/API_docs_v57/methods/messages_getArchivedStickers.md @@ -10,9 +10,9 @@ description: messages.getArchivedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|offset\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_ArchivedStickers](../types/messages_ArchivedStickers.md) diff --git a/old_docs/API_docs_v57/methods/messages_getAttachedStickers.md b/old_docs/API_docs_v57/methods/messages_getAttachedStickers.md index f03f0be2..5a1374c5 100644 --- a/old_docs/API_docs_v57/methods/messages_getAttachedStickers.md +++ b/old_docs/API_docs_v57/methods/messages_getAttachedStickers.md @@ -10,7 +10,7 @@ description: messages.getAttachedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|media|[InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| +|media|[CLICK ME InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| ### Return type: [Vector\_of\_StickerSetCovered](../types/StickerSetCovered.md) diff --git a/old_docs/API_docs_v57/methods/messages_getBotCallbackAnswer.md b/old_docs/API_docs_v57/methods/messages_getBotCallbackAnswer.md index b9039098..f477f013 100644 --- a/old_docs/API_docs_v57/methods/messages_getBotCallbackAnswer.md +++ b/old_docs/API_docs_v57/methods/messages_getBotCallbackAnswer.md @@ -10,10 +10,10 @@ description: messages.getBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|game|[Bool](../types/Bool.md) | Optional| +|game|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|data|[bytes](../types/bytes.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|data|[CLICK ME bytes](../types/bytes.md) | Optional| ### Return type: [messages\_BotCallbackAnswer](../types/messages_BotCallbackAnswer.md) diff --git a/old_docs/API_docs_v57/methods/messages_getChats.md b/old_docs/API_docs_v57/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v57/methods/messages_getChats.md +++ b/old_docs/API_docs_v57/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v57/methods/messages_getDhConfig.md b/old_docs/API_docs_v57/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v57/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v57/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v57/methods/messages_getDialogs.md b/old_docs/API_docs_v57/methods/messages_getDialogs.md index 323bb791..ede02f84 100644 --- a/old_docs/API_docs_v57/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v57/methods/messages_getDialogs.md @@ -10,10 +10,10 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v57/methods/messages_getDocumentByHash.md b/old_docs/API_docs_v57/methods/messages_getDocumentByHash.md index 13f0c18f..14e3e5bd 100644 --- a/old_docs/API_docs_v57/methods/messages_getDocumentByHash.md +++ b/old_docs/API_docs_v57/methods/messages_getDocumentByHash.md @@ -10,9 +10,9 @@ description: messages.getDocumentByHash parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|sha256|[bytes](../types/bytes.md) | Yes| -|size|[int](../types/int.md) | Yes| -|mime\_type|[string](../types/string.md) | Yes| +|sha256|[CLICK ME bytes](../types/bytes.md) | Yes| +|size|[CLICK ME int](../types/int.md) | Yes| +|mime\_type|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Document](../types/Document.md) diff --git a/old_docs/API_docs_v57/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v57/methods/messages_getFeaturedStickers.md index 51097eda..9e8c4eaf 100644 --- a/old_docs/API_docs_v57/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v57/methods/messages_getFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.getFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md) diff --git a/old_docs/API_docs_v57/methods/messages_getGameHighScores.md b/old_docs/API_docs_v57/methods/messages_getGameHighScores.md index 4b8b1397..39d1e406 100644 --- a/old_docs/API_docs_v57/methods/messages_getGameHighScores.md +++ b/old_docs/API_docs_v57/methods/messages_getGameHighScores.md @@ -11,7 +11,7 @@ description: messages.getGameHighScores parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v57/methods/messages_getHistory.md b/old_docs/API_docs_v57/methods/messages_getHistory.md index 87b8328d..46548372 100644 --- a/old_docs/API_docs_v57/methods/messages_getHistory.md +++ b/old_docs/API_docs_v57/methods/messages_getHistory.md @@ -11,12 +11,12 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v57/methods/messages_getInlineBotResults.md b/old_docs/API_docs_v57/methods/messages_getInlineBotResults.md index 6d965b19..fcbe281d 100644 --- a/old_docs/API_docs_v57/methods/messages_getInlineBotResults.md +++ b/old_docs/API_docs_v57/methods/messages_getInlineBotResults.md @@ -12,9 +12,9 @@ description: messages.getInlineBotResults parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|query|[string](../types/string.md) | Yes| -|offset|[string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|query|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_BotResults](../types/messages_BotResults.md) diff --git a/old_docs/API_docs_v57/methods/messages_getInlineGameHighScores.md b/old_docs/API_docs_v57/methods/messages_getInlineGameHighScores.md index 9305a0f4..5f3e774a 100644 --- a/old_docs/API_docs_v57/methods/messages_getInlineGameHighScores.md +++ b/old_docs/API_docs_v57/methods/messages_getInlineGameHighScores.md @@ -10,7 +10,7 @@ description: messages.getInlineGameHighScores parameters, return type and exampl | Name | Type | Required | |----------|---------------|----------| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v57/methods/messages_getMaskStickers.md b/old_docs/API_docs_v57/methods/messages_getMaskStickers.md index 260cfdb7..018e5c6b 100644 --- a/old_docs/API_docs_v57/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v57/methods/messages_getMaskStickers.md @@ -10,7 +10,7 @@ description: messages.getMaskStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v57/methods/messages_getMessageEditData.md b/old_docs/API_docs_v57/methods/messages_getMessageEditData.md index 2a90a419..9f02a9c9 100644 --- a/old_docs/API_docs_v57/methods/messages_getMessageEditData.md +++ b/old_docs/API_docs_v57/methods/messages_getMessageEditData.md @@ -11,7 +11,7 @@ description: messages.getMessageEditData parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_MessageEditData](../types/messages_MessageEditData.md) diff --git a/old_docs/API_docs_v57/methods/messages_getMessages.md b/old_docs/API_docs_v57/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v57/methods/messages_getMessages.md +++ b/old_docs/API_docs_v57/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v57/methods/messages_getMessagesViews.md b/old_docs/API_docs_v57/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v57/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v57/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v57/methods/messages_getRecentStickers.md b/old_docs/API_docs_v57/methods/messages_getRecentStickers.md index 5a60d345..6ec71d0e 100644 --- a/old_docs/API_docs_v57/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v57/methods/messages_getRecentStickers.md @@ -10,8 +10,8 @@ description: messages.getRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| -|hash|[int](../types/int.md) | Yes| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md) diff --git a/old_docs/API_docs_v57/methods/messages_getSavedGifs.md b/old_docs/API_docs_v57/methods/messages_getSavedGifs.md index bcb4590d..7545b642 100644 --- a/old_docs/API_docs_v57/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v57/methods/messages_getSavedGifs.md @@ -10,7 +10,7 @@ description: messages.getSavedGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md) diff --git a/old_docs/API_docs_v57/methods/messages_getStickerSet.md b/old_docs/API_docs_v57/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v57/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v57/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v57/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v57/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v57/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v57/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v57/methods/messages_importChatInvite.md b/old_docs/API_docs_v57/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v57/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v57/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/messages_installStickerSet.md b/old_docs/API_docs_v57/methods/messages_installStickerSet.md index f405adce..8dfeacfa 100644 --- a/old_docs/API_docs_v57/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v57/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|archived|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|archived|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [messages\_StickerSetInstallResult](../types/messages_StickerSetInstallResult.md) diff --git a/old_docs/API_docs_v57/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v57/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v57/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v57/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/messages_readFeaturedStickers.md b/old_docs/API_docs_v57/methods/messages_readFeaturedStickers.md index 766ba200..9aef0199 100644 --- a/old_docs/API_docs_v57/methods/messages_readFeaturedStickers.md +++ b/old_docs/API_docs_v57/methods/messages_readFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.readFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [long](../types/long.md) | Yes| +|id|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/messages_readHistory.md b/old_docs/API_docs_v57/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v57/methods/messages_readHistory.md +++ b/old_docs/API_docs_v57/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v57/methods/messages_readMessageContents.md b/old_docs/API_docs_v57/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v57/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v57/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v57/methods/messages_receivedMessages.md b/old_docs/API_docs_v57/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v57/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v57/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v57/methods/messages_receivedQueue.md b/old_docs/API_docs_v57/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v57/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v57/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v57/methods/messages_reorderStickerSets.md b/old_docs/API_docs_v57/methods/messages_reorderStickerSets.md index 0e2c121d..21092485 100644 --- a/old_docs/API_docs_v57/methods/messages_reorderStickerSets.md +++ b/old_docs/API_docs_v57/methods/messages_reorderStickerSets.md @@ -10,8 +10,8 @@ description: messages.reorderStickerSets parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|order|Array of [long](../types/long.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|order|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/messages_saveDraft.md b/old_docs/API_docs_v57/methods/messages_saveDraft.md index 754b4da2..7160fda4 100644 --- a/old_docs/API_docs_v57/methods/messages_saveDraft.md +++ b/old_docs/API_docs_v57/methods/messages_saveDraft.md @@ -10,11 +10,11 @@ description: messages.saveDraft parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|message|[string](../types/string.md) | Yes| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v57/methods/messages_saveGif.md b/old_docs/API_docs_v57/methods/messages_saveGif.md index 725bc949..d6487133 100644 --- a/old_docs/API_docs_v57/methods/messages_saveGif.md +++ b/old_docs/API_docs_v57/methods/messages_saveGif.md @@ -11,7 +11,7 @@ description: messages.saveGif parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/messages_saveRecentSticker.md b/old_docs/API_docs_v57/methods/messages_saveRecentSticker.md index 4a8298e2..2c3c7e12 100644 --- a/old_docs/API_docs_v57/methods/messages_saveRecentSticker.md +++ b/old_docs/API_docs_v57/methods/messages_saveRecentSticker.md @@ -10,9 +10,9 @@ description: messages.saveRecentSticker parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/messages_search.md b/old_docs/API_docs_v57/methods/messages_search.md index 11b968bf..a59ea798 100644 --- a/old_docs/API_docs_v57/methods/messages_search.md +++ b/old_docs/API_docs_v57/methods/messages_search.md @@ -11,13 +11,13 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v57/methods/messages_searchGifs.md b/old_docs/API_docs_v57/methods/messages_searchGifs.md index 896e98d2..d37ebbd0 100644 --- a/old_docs/API_docs_v57/methods/messages_searchGifs.md +++ b/old_docs/API_docs_v57/methods/messages_searchGifs.md @@ -10,8 +10,8 @@ description: messages.searchGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FoundGifs](../types/messages_FoundGifs.md) diff --git a/old_docs/API_docs_v57/methods/messages_searchGlobal.md b/old_docs/API_docs_v57/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v57/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v57/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v57/methods/messages_sendEncrypted.md b/old_docs/API_docs_v57/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v57/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v57/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v57/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v57/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v57/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v57/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v57/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v57/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v57/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v57/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v57/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v57/methods/messages_sendInlineBotResult.md index 6bfb1578..692c79f6 100644 --- a/old_docs/API_docs_v57/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v57/methods/messages_sendInlineBotResult.md @@ -10,13 +10,13 @@ description: messages.sendInlineBotResult parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|id|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|id|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/messages_sendMedia.md b/old_docs/API_docs_v57/methods/messages_sendMedia.md index 1530451b..2af751cb 100644 --- a/old_docs/API_docs_v57/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v57/methods/messages_sendMedia.md @@ -10,13 +10,13 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/messages_sendMessage.md b/old_docs/API_docs_v57/methods/messages_sendMessage.md index 49ace99c..314c73b7 100644 --- a/old_docs/API_docs_v57/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v57/methods/messages_sendMessage.md @@ -10,15 +10,15 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v57/methods/messages_setBotCallbackAnswer.md b/old_docs/API_docs_v57/methods/messages_setBotCallbackAnswer.md index cc9ee650..81db8afd 100644 --- a/old_docs/API_docs_v57/methods/messages_setBotCallbackAnswer.md +++ b/old_docs/API_docs_v57/methods/messages_setBotCallbackAnswer.md @@ -10,10 +10,10 @@ description: messages.setBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|alert|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|message|[string](../types/string.md) | Optional| -|url|[string](../types/string.md) | Optional| +|alert|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|url|[CLICK ME string](../types/string.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v57/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v57/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v57/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/messages_setGameScore.md b/old_docs/API_docs_v57/methods/messages_setGameScore.md index 88b08bc1..1a2b1ecb 100644 --- a/old_docs/API_docs_v57/methods/messages_setGameScore.md +++ b/old_docs/API_docs_v57/methods/messages_setGameScore.md @@ -10,11 +10,11 @@ description: messages.setGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/messages_setInlineBotResults.md b/old_docs/API_docs_v57/methods/messages_setInlineBotResults.md index c38b8c2e..2071061a 100644 --- a/old_docs/API_docs_v57/methods/messages_setInlineBotResults.md +++ b/old_docs/API_docs_v57/methods/messages_setInlineBotResults.md @@ -10,13 +10,13 @@ description: messages.setInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|gallery|[Bool](../types/Bool.md) | Optional| -|private|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|results|Array of [InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| -|cache\_time|[int](../types/int.md) | Yes| -|next\_offset|[string](../types/string.md) | Optional| -|switch\_pm|[InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| +|gallery|[CLICK ME Bool](../types/Bool.md) | Optional| +|private|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|results|Array of [CLICK ME InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| +|next\_offset|[CLICK ME string](../types/string.md) | Optional| +|switch\_pm|[CLICK ME InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/messages_setInlineGameScore.md b/old_docs/API_docs_v57/methods/messages_setInlineGameScore.md index 6664e4bf..c4a0b3dc 100644 --- a/old_docs/API_docs_v57/methods/messages_setInlineGameScore.md +++ b/old_docs/API_docs_v57/methods/messages_setInlineGameScore.md @@ -10,10 +10,10 @@ description: messages.setInlineGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/messages_setTyping.md b/old_docs/API_docs_v57/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v57/methods/messages_setTyping.md +++ b/old_docs/API_docs_v57/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/messages_startBot.md b/old_docs/API_docs_v57/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v57/methods/messages_startBot.md +++ b/old_docs/API_docs_v57/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v57/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v57/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v57/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v57/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v57/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v57/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v57/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v57/methods/photos_getUserPhotos.md b/old_docs/API_docs_v57/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v57/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v57/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v62/methods/account_changePhone.md b/old_docs/API_docs_v62/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v62/methods/account_changePhone.md +++ b/old_docs/API_docs_v62/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v62/methods/account_checkUsername.md b/old_docs/API_docs_v62/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v62/methods/account_checkUsername.md +++ b/old_docs/API_docs_v62/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/account_confirmPhone.md b/old_docs/API_docs_v62/methods/account_confirmPhone.md index 2261e6e8..e9c724b1 100644 --- a/old_docs/API_docs_v62/methods/account_confirmPhone.md +++ b/old_docs/API_docs_v62/methods/account_confirmPhone.md @@ -12,8 +12,8 @@ Confirm this phone number is associated to this account, obtain phone_code_hash | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_code\_hash|[string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/account_deleteAccount.md b/old_docs/API_docs_v62/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v62/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v62/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/account_getNotifySettings.md b/old_docs/API_docs_v62/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v62/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v62/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v62/methods/account_getPasswordSettings.md b/old_docs/API_docs_v62/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v62/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v62/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v62/methods/account_getPrivacy.md b/old_docs/API_docs_v62/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v62/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v62/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v62/methods/account_registerDevice.md b/old_docs/API_docs_v62/methods/account_registerDevice.md index 0bf6d1ee..1e3279b1 100644 --- a/old_docs/API_docs_v62/methods/account_registerDevice.md +++ b/old_docs/API_docs_v62/methods/account_registerDevice.md @@ -12,8 +12,8 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/account_reportPeer.md b/old_docs/API_docs_v62/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/old_docs/API_docs_v62/methods/account_reportPeer.md +++ b/old_docs/API_docs_v62/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/account_resetAuthorization.md b/old_docs/API_docs_v62/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v62/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v62/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v62/methods/account_sendChangePhoneCode.md index 9e5016a4..df3fde89 100644 --- a/old_docs/API_docs_v62/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v62/methods/account_sendChangePhoneCode.md @@ -12,9 +12,9 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| -|phone\_number|[string](../types/string.md) | Yes|New phone number| -|current\_number|[Bool](../types/Bool.md) | Optional|Current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|Current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v62/methods/account_sendConfirmPhoneCode.md b/old_docs/API_docs_v62/methods/account_sendConfirmPhoneCode.md index 4de86a33..136e98c6 100644 --- a/old_docs/API_docs_v62/methods/account_sendConfirmPhoneCode.md +++ b/old_docs/API_docs_v62/methods/account_sendConfirmPhoneCode.md @@ -12,9 +12,9 @@ Send confirmation phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| -|hash|[string](../types/string.md) | Yes|The hash| -|current\_number|[Bool](../types/Bool.md) | Optional|The current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| +|hash|[CLICK ME string](../types/string.md) | Yes|The hash| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|The current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v62/methods/account_setAccountTTL.md b/old_docs/API_docs_v62/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v62/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v62/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/account_setPrivacy.md b/old_docs/API_docs_v62/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v62/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v62/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v62/methods/account_unregisterDevice.md b/old_docs/API_docs_v62/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v62/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v62/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v62/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v62/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v62/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/account_updateNotifySettings.md b/old_docs/API_docs_v62/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v62/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v62/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v62/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v62/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v62/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/account_updateProfile.md b/old_docs/API_docs_v62/methods/account_updateProfile.md index 8b0c3268..f4335a9e 100644 --- a/old_docs/API_docs_v62/methods/account_updateProfile.md +++ b/old_docs/API_docs_v62/methods/account_updateProfile.md @@ -12,9 +12,9 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Optional|The first name| -|last\_name|[string](../types/string.md) | Optional|The last name| -|about|[string](../types/string.md) | Optional|The bio/about field| +|first\_name|[CLICK ME string](../types/string.md) | Optional|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Optional|The last name| +|about|[CLICK ME string](../types/string.md) | Optional|The bio/about field| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v62/methods/account_updateStatus.md b/old_docs/API_docs_v62/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v62/methods/account_updateStatus.md +++ b/old_docs/API_docs_v62/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/account_updateUsername.md b/old_docs/API_docs_v62/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v62/methods/account_updateUsername.md +++ b/old_docs/API_docs_v62/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v62/methods/auth_cancelCode.md b/old_docs/API_docs_v62/methods/auth_cancelCode.md index 1283e1e5..9ddbf819 100644 --- a/old_docs/API_docs_v62/methods/auth_cancelCode.md +++ b/old_docs/API_docs_v62/methods/auth_cancelCode.md @@ -12,8 +12,8 @@ Invalidate sent phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/auth_checkPhone.md b/old_docs/API_docs_v62/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v62/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v62/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v62/methods/auth_dropTempAuthKeys.md b/old_docs/API_docs_v62/methods/auth_dropTempAuthKeys.md index b08b9f40..81bb2ae2 100644 --- a/old_docs/API_docs_v62/methods/auth_dropTempAuthKeys.md +++ b/old_docs/API_docs_v62/methods/auth_dropTempAuthKeys.md @@ -12,7 +12,7 @@ Delete all temporary authorization keys except the ones provided | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|except\_auth\_keys|Array of [long](../types/long.md) | Yes|The temporary authorization keys to keep| +|except\_auth\_keys|Array of [CLICK ME long](../types/long.md) | Yes|The temporary authorization keys to keep| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/auth_recoverPassword.md b/old_docs/API_docs_v62/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v62/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v62/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v62/methods/auth_resendCode.md b/old_docs/API_docs_v62/methods/auth_resendCode.md index 4bfbf379..02471563 100644 --- a/old_docs/API_docs_v62/methods/auth_resendCode.md +++ b/old_docs/API_docs_v62/methods/auth_resendCode.md @@ -12,8 +12,8 @@ Resend the SMS verification code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|The phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|The phone code hash| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v62/methods/auth_sendInvites.md b/old_docs/API_docs_v62/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v62/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v62/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/channels_checkUsername.md b/old_docs/API_docs_v62/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v62/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v62/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/channels_createChannel.md b/old_docs/API_docs_v62/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v62/methods/channels_createChannel.md +++ b/old_docs/API_docs_v62/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/channels_deleteMessages.md b/old_docs/API_docs_v62/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v62/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v62/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v62/methods/channels_editAbout.md b/old_docs/API_docs_v62/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v62/methods/channels_editAbout.md +++ b/old_docs/API_docs_v62/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/channels_editAdmin.md b/old_docs/API_docs_v62/methods/channels_editAdmin.md index 146159d9..8bf2f7e9 100644 --- a/old_docs/API_docs_v62/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v62/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|role|[ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| +|role|[CLICK ME ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/channels_editPhoto.md b/old_docs/API_docs_v62/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v62/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v62/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/channels_editTitle.md b/old_docs/API_docs_v62/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v62/methods/channels_editTitle.md +++ b/old_docs/API_docs_v62/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/channels_exportMessageLink.md b/old_docs/API_docs_v62/methods/channels_exportMessageLink.md index 7eff4ed8..e0aabc17 100644 --- a/old_docs/API_docs_v62/methods/channels_exportMessageLink.md +++ b/old_docs/API_docs_v62/methods/channels_exportMessageLink.md @@ -11,7 +11,7 @@ description: channels.exportMessageLink parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [ExportedMessageLink](../types/ExportedMessageLink.md) diff --git a/old_docs/API_docs_v62/methods/channels_getMessages.md b/old_docs/API_docs_v62/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v62/methods/channels_getMessages.md +++ b/old_docs/API_docs_v62/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v62/methods/channels_getParticipants.md b/old_docs/API_docs_v62/methods/channels_getParticipants.md index 7a9b6699..bfd09c2f 100644 --- a/old_docs/API_docs_v62/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v62/methods/channels_getParticipants.md @@ -11,9 +11,9 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v62/methods/channels_kickFromChannel.md b/old_docs/API_docs_v62/methods/channels_kickFromChannel.md index e4b68581..db90706b 100644 --- a/old_docs/API_docs_v62/methods/channels_kickFromChannel.md +++ b/old_docs/API_docs_v62/methods/channels_kickFromChannel.md @@ -12,7 +12,7 @@ description: channels.kickFromChannel parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|kicked|[Bool](../types/Bool.md) | Yes| +|kicked|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/channels_readHistory.md b/old_docs/API_docs_v62/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v62/methods/channels_readHistory.md +++ b/old_docs/API_docs_v62/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/channels_reportSpam.md b/old_docs/API_docs_v62/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v62/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v62/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/channels_toggleInvites.md b/old_docs/API_docs_v62/methods/channels_toggleInvites.md index 8d977fd0..f18ea3c2 100644 --- a/old_docs/API_docs_v62/methods/channels_toggleInvites.md +++ b/old_docs/API_docs_v62/methods/channels_toggleInvites.md @@ -11,7 +11,7 @@ description: channels.toggleInvites parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/channels_toggleSignatures.md b/old_docs/API_docs_v62/methods/channels_toggleSignatures.md index 13d53d92..1b8832f0 100644 --- a/old_docs/API_docs_v62/methods/channels_toggleSignatures.md +++ b/old_docs/API_docs_v62/methods/channels_toggleSignatures.md @@ -11,7 +11,7 @@ description: channels.toggleSignatures parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/channels_updatePinnedMessage.md b/old_docs/API_docs_v62/methods/channels_updatePinnedMessage.md index ecc15ce6..76b894cd 100644 --- a/old_docs/API_docs_v62/methods/channels_updatePinnedMessage.md +++ b/old_docs/API_docs_v62/methods/channels_updatePinnedMessage.md @@ -10,9 +10,9 @@ description: channels.updatePinnedMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/channels_updateUsername.md b/old_docs/API_docs_v62/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v62/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v62/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/contacts_getBlocked.md b/old_docs/API_docs_v62/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v62/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v62/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v62/methods/contacts_getContacts.md b/old_docs/API_docs_v62/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v62/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v62/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v62/methods/contacts_getTopPeers.md b/old_docs/API_docs_v62/methods/contacts_getTopPeers.md index eafcb6ec..195d150c 100644 --- a/old_docs/API_docs_v62/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v62/methods/contacts_getTopPeers.md @@ -12,14 +12,14 @@ Get most used chats | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|correspondents|[Bool](../types/Bool.md) | Optional|| -|bots\_pm|[Bool](../types/Bool.md) | Optional|| -|bots\_inline|[Bool](../types/Bool.md) | Optional|| -|groups|[Bool](../types/Bool.md) | Optional|| -|channels|[Bool](../types/Bool.md) | Optional|| -|offset|[int](../types/int.md) | Yes|| -|limit|[int](../types/int.md) | Yes|| -|hash|[int](../types/int.md) | Yes|| +|correspondents|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_pm|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_inline|[CLICK ME Bool](../types/Bool.md) | Optional|| +|groups|[CLICK ME Bool](../types/Bool.md) | Optional|| +|channels|[CLICK ME Bool](../types/Bool.md) | Optional|| +|offset|[CLICK ME int](../types/int.md) | Yes|| +|limit|[CLICK ME int](../types/int.md) | Yes|| +|hash|[CLICK ME int](../types/int.md) | Yes|| ### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md) diff --git a/old_docs/API_docs_v62/methods/contacts_importCard.md b/old_docs/API_docs_v62/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v62/methods/contacts_importCard.md +++ b/old_docs/API_docs_v62/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v62/methods/contacts_importContacts.md b/old_docs/API_docs_v62/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v62/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v62/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v62/methods/contacts_resetTopPeerRating.md b/old_docs/API_docs_v62/methods/contacts_resetTopPeerRating.md index ddcf6b2f..ee6d382b 100644 --- a/old_docs/API_docs_v62/methods/contacts_resetTopPeerRating.md +++ b/old_docs/API_docs_v62/methods/contacts_resetTopPeerRating.md @@ -10,7 +10,7 @@ description: contacts.resetTopPeerRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|category|[TopPeerCategory](../types/TopPeerCategory.md) | Yes| +|category|[CLICK ME TopPeerCategory](../types/TopPeerCategory.md) | Yes| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v62/methods/contacts_search.md b/old_docs/API_docs_v62/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v62/methods/contacts_search.md +++ b/old_docs/API_docs_v62/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v62/methods/help_saveAppLog.md b/old_docs/API_docs_v62/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v62/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v62/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/help_setBotUpdatesStatus.md b/old_docs/API_docs_v62/methods/help_setBotUpdatesStatus.md index 68c9720a..702da826 100644 --- a/old_docs/API_docs_v62/methods/help_setBotUpdatesStatus.md +++ b/old_docs/API_docs_v62/methods/help_setBotUpdatesStatus.md @@ -10,8 +10,8 @@ description: help.setBotUpdatesStatus parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pending\_updates\_count|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Yes| +|pending\_updates\_count|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/initConnection.md b/old_docs/API_docs_v62/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v62/methods/initConnection.md +++ b/old_docs/API_docs_v62/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v62/methods/invokeAfterMsg.md b/old_docs/API_docs_v62/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v62/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v62/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v62/methods/invokeAfterMsgs.md b/old_docs/API_docs_v62/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v62/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v62/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v62/methods/invokeWithLayer.md b/old_docs/API_docs_v62/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v62/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v62/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v62/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v62/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v62/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v62/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v62/methods/messages_addChatUser.md b/old_docs/API_docs_v62/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v62/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v62/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/messages_checkChatInvite.md b/old_docs/API_docs_v62/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v62/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v62/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v62/methods/messages_clearRecentStickers.md b/old_docs/API_docs_v62/methods/messages_clearRecentStickers.md index 31941a34..00d81839 100644 --- a/old_docs/API_docs_v62/methods/messages_clearRecentStickers.md +++ b/old_docs/API_docs_v62/methods/messages_clearRecentStickers.md @@ -10,7 +10,7 @@ description: messages.clearRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/messages_createChat.md b/old_docs/API_docs_v62/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v62/methods/messages_createChat.md +++ b/old_docs/API_docs_v62/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/messages_deleteHistory.md b/old_docs/API_docs_v62/methods/messages_deleteHistory.md index 01686b2b..ff2f5471 100644 --- a/old_docs/API_docs_v62/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v62/methods/messages_deleteHistory.md @@ -10,9 +10,9 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|just\_clear|[Bool](../types/Bool.md) | Optional| +|just\_clear|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v62/methods/messages_deleteMessages.md b/old_docs/API_docs_v62/methods/messages_deleteMessages.md index 0cc6e6ed..5e0f1ad1 100644 --- a/old_docs/API_docs_v62/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v62/methods/messages_deleteMessages.md @@ -10,8 +10,8 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|revoke|[Bool](../types/Bool.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|revoke|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v62/methods/messages_editChatAdmin.md b/old_docs/API_docs_v62/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v62/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v62/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/messages_editChatPhoto.md b/old_docs/API_docs_v62/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v62/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v62/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/messages_editChatTitle.md b/old_docs/API_docs_v62/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v62/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v62/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/messages_editInlineBotMessage.md b/old_docs/API_docs_v62/methods/messages_editInlineBotMessage.md index 289100ea..42e5a485 100644 --- a/old_docs/API_docs_v62/methods/messages_editInlineBotMessage.md +++ b/old_docs/API_docs_v62/methods/messages_editInlineBotMessage.md @@ -10,11 +10,11 @@ description: messages.editInlineBotMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v62/methods/messages_editMessage.md b/old_docs/API_docs_v62/methods/messages_editMessage.md index 63379ed9..9245b241 100644 --- a/old_docs/API_docs_v62/methods/messages_editMessage.md +++ b/old_docs/API_docs_v62/methods/messages_editMessage.md @@ -10,12 +10,12 @@ description: messages.editMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|id|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v62/methods/messages_forwardMessage.md b/old_docs/API_docs_v62/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v62/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v62/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/messages_forwardMessages.md b/old_docs/API_docs_v62/methods/messages_forwardMessages.md index df361517..bc2f0995 100644 --- a/old_docs/API_docs_v62/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v62/methods/messages_forwardMessages.md @@ -10,11 +10,11 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|with\_my\_score|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|with\_my\_score|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v62/methods/messages_getAllChats.md b/old_docs/API_docs_v62/methods/messages_getAllChats.md index 59bc0add..5a5ce6da 100644 --- a/old_docs/API_docs_v62/methods/messages_getAllChats.md +++ b/old_docs/API_docs_v62/methods/messages_getAllChats.md @@ -10,7 +10,7 @@ description: messages.getAllChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|except\_ids|Array of [int](../types/int.md) | Yes| +|except\_ids|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v62/methods/messages_getAllStickers.md b/old_docs/API_docs_v62/methods/messages_getAllStickers.md index 7ab91cef..b30ea741 100644 --- a/old_docs/API_docs_v62/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v62/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v62/methods/messages_getArchivedStickers.md b/old_docs/API_docs_v62/methods/messages_getArchivedStickers.md index 8c2041a3..2c1f1f95 100644 --- a/old_docs/API_docs_v62/methods/messages_getArchivedStickers.md +++ b/old_docs/API_docs_v62/methods/messages_getArchivedStickers.md @@ -10,9 +10,9 @@ description: messages.getArchivedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|offset\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_ArchivedStickers](../types/messages_ArchivedStickers.md) diff --git a/old_docs/API_docs_v62/methods/messages_getAttachedStickers.md b/old_docs/API_docs_v62/methods/messages_getAttachedStickers.md index f03f0be2..5a1374c5 100644 --- a/old_docs/API_docs_v62/methods/messages_getAttachedStickers.md +++ b/old_docs/API_docs_v62/methods/messages_getAttachedStickers.md @@ -10,7 +10,7 @@ description: messages.getAttachedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|media|[InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| +|media|[CLICK ME InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| ### Return type: [Vector\_of\_StickerSetCovered](../types/StickerSetCovered.md) diff --git a/old_docs/API_docs_v62/methods/messages_getBotCallbackAnswer.md b/old_docs/API_docs_v62/methods/messages_getBotCallbackAnswer.md index b9039098..f477f013 100644 --- a/old_docs/API_docs_v62/methods/messages_getBotCallbackAnswer.md +++ b/old_docs/API_docs_v62/methods/messages_getBotCallbackAnswer.md @@ -10,10 +10,10 @@ description: messages.getBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|game|[Bool](../types/Bool.md) | Optional| +|game|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|data|[bytes](../types/bytes.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|data|[CLICK ME bytes](../types/bytes.md) | Optional| ### Return type: [messages\_BotCallbackAnswer](../types/messages_BotCallbackAnswer.md) diff --git a/old_docs/API_docs_v62/methods/messages_getChats.md b/old_docs/API_docs_v62/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v62/methods/messages_getChats.md +++ b/old_docs/API_docs_v62/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v62/methods/messages_getCommonChats.md b/old_docs/API_docs_v62/methods/messages_getCommonChats.md index 0df79096..370930d7 100644 --- a/old_docs/API_docs_v62/methods/messages_getCommonChats.md +++ b/old_docs/API_docs_v62/methods/messages_getCommonChats.md @@ -11,8 +11,8 @@ description: messages.getCommonChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v62/methods/messages_getDhConfig.md b/old_docs/API_docs_v62/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v62/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v62/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v62/methods/messages_getDialogs.md b/old_docs/API_docs_v62/methods/messages_getDialogs.md index 041b3efe..dca266c6 100644 --- a/old_docs/API_docs_v62/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v62/methods/messages_getDialogs.md @@ -10,11 +10,11 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|exclude\_pinned|[Bool](../types/Bool.md) | Optional| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|exclude\_pinned|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v62/methods/messages_getDocumentByHash.md b/old_docs/API_docs_v62/methods/messages_getDocumentByHash.md index 13f0c18f..14e3e5bd 100644 --- a/old_docs/API_docs_v62/methods/messages_getDocumentByHash.md +++ b/old_docs/API_docs_v62/methods/messages_getDocumentByHash.md @@ -10,9 +10,9 @@ description: messages.getDocumentByHash parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|sha256|[bytes](../types/bytes.md) | Yes| -|size|[int](../types/int.md) | Yes| -|mime\_type|[string](../types/string.md) | Yes| +|sha256|[CLICK ME bytes](../types/bytes.md) | Yes| +|size|[CLICK ME int](../types/int.md) | Yes| +|mime\_type|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Document](../types/Document.md) diff --git a/old_docs/API_docs_v62/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v62/methods/messages_getFeaturedStickers.md index 51097eda..9e8c4eaf 100644 --- a/old_docs/API_docs_v62/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v62/methods/messages_getFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.getFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md) diff --git a/old_docs/API_docs_v62/methods/messages_getGameHighScores.md b/old_docs/API_docs_v62/methods/messages_getGameHighScores.md index 4b8b1397..39d1e406 100644 --- a/old_docs/API_docs_v62/methods/messages_getGameHighScores.md +++ b/old_docs/API_docs_v62/methods/messages_getGameHighScores.md @@ -11,7 +11,7 @@ description: messages.getGameHighScores parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v62/methods/messages_getHistory.md b/old_docs/API_docs_v62/methods/messages_getHistory.md index 87b8328d..46548372 100644 --- a/old_docs/API_docs_v62/methods/messages_getHistory.md +++ b/old_docs/API_docs_v62/methods/messages_getHistory.md @@ -11,12 +11,12 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v62/methods/messages_getInlineBotResults.md b/old_docs/API_docs_v62/methods/messages_getInlineBotResults.md index 6d965b19..fcbe281d 100644 --- a/old_docs/API_docs_v62/methods/messages_getInlineBotResults.md +++ b/old_docs/API_docs_v62/methods/messages_getInlineBotResults.md @@ -12,9 +12,9 @@ description: messages.getInlineBotResults parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|query|[string](../types/string.md) | Yes| -|offset|[string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|query|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_BotResults](../types/messages_BotResults.md) diff --git a/old_docs/API_docs_v62/methods/messages_getInlineGameHighScores.md b/old_docs/API_docs_v62/methods/messages_getInlineGameHighScores.md index 9305a0f4..5f3e774a 100644 --- a/old_docs/API_docs_v62/methods/messages_getInlineGameHighScores.md +++ b/old_docs/API_docs_v62/methods/messages_getInlineGameHighScores.md @@ -10,7 +10,7 @@ description: messages.getInlineGameHighScores parameters, return type and exampl | Name | Type | Required | |----------|---------------|----------| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v62/methods/messages_getMaskStickers.md b/old_docs/API_docs_v62/methods/messages_getMaskStickers.md index 260cfdb7..018e5c6b 100644 --- a/old_docs/API_docs_v62/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v62/methods/messages_getMaskStickers.md @@ -10,7 +10,7 @@ description: messages.getMaskStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v62/methods/messages_getMessageEditData.md b/old_docs/API_docs_v62/methods/messages_getMessageEditData.md index 2a90a419..9f02a9c9 100644 --- a/old_docs/API_docs_v62/methods/messages_getMessageEditData.md +++ b/old_docs/API_docs_v62/methods/messages_getMessageEditData.md @@ -11,7 +11,7 @@ description: messages.getMessageEditData parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_MessageEditData](../types/messages_MessageEditData.md) diff --git a/old_docs/API_docs_v62/methods/messages_getMessages.md b/old_docs/API_docs_v62/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v62/methods/messages_getMessages.md +++ b/old_docs/API_docs_v62/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v62/methods/messages_getMessagesViews.md b/old_docs/API_docs_v62/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v62/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v62/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v62/methods/messages_getRecentStickers.md b/old_docs/API_docs_v62/methods/messages_getRecentStickers.md index 5a60d345..6ec71d0e 100644 --- a/old_docs/API_docs_v62/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v62/methods/messages_getRecentStickers.md @@ -10,8 +10,8 @@ description: messages.getRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| -|hash|[int](../types/int.md) | Yes| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md) diff --git a/old_docs/API_docs_v62/methods/messages_getSavedGifs.md b/old_docs/API_docs_v62/methods/messages_getSavedGifs.md index bcb4590d..7545b642 100644 --- a/old_docs/API_docs_v62/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v62/methods/messages_getSavedGifs.md @@ -10,7 +10,7 @@ description: messages.getSavedGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md) diff --git a/old_docs/API_docs_v62/methods/messages_getStickerSet.md b/old_docs/API_docs_v62/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v62/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v62/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v62/methods/messages_getWebPage.md b/old_docs/API_docs_v62/methods/messages_getWebPage.md index 0f09af47..9e39b988 100644 --- a/old_docs/API_docs_v62/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v62/methods/messages_getWebPage.md @@ -10,8 +10,8 @@ description: messages.getWebPage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|url|[string](../types/string.md) | Yes| -|hash|[int](../types/int.md) | Yes| +|url|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [WebPage](../types/WebPage.md) diff --git a/old_docs/API_docs_v62/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v62/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v62/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v62/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v62/methods/messages_importChatInvite.md b/old_docs/API_docs_v62/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v62/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v62/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/messages_installStickerSet.md b/old_docs/API_docs_v62/methods/messages_installStickerSet.md index f405adce..8dfeacfa 100644 --- a/old_docs/API_docs_v62/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v62/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|archived|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|archived|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [messages\_StickerSetInstallResult](../types/messages_StickerSetInstallResult.md) diff --git a/old_docs/API_docs_v62/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v62/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v62/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v62/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/messages_readFeaturedStickers.md b/old_docs/API_docs_v62/methods/messages_readFeaturedStickers.md index 766ba200..9aef0199 100644 --- a/old_docs/API_docs_v62/methods/messages_readFeaturedStickers.md +++ b/old_docs/API_docs_v62/methods/messages_readFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.readFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [long](../types/long.md) | Yes| +|id|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/messages_readHistory.md b/old_docs/API_docs_v62/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v62/methods/messages_readHistory.md +++ b/old_docs/API_docs_v62/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v62/methods/messages_readMessageContents.md b/old_docs/API_docs_v62/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v62/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v62/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v62/methods/messages_receivedMessages.md b/old_docs/API_docs_v62/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v62/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v62/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v62/methods/messages_receivedQueue.md b/old_docs/API_docs_v62/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v62/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v62/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v62/methods/messages_reorderPinnedDialogs.md b/old_docs/API_docs_v62/methods/messages_reorderPinnedDialogs.md index 30e926d9..2d81735f 100644 --- a/old_docs/API_docs_v62/methods/messages_reorderPinnedDialogs.md +++ b/old_docs/API_docs_v62/methods/messages_reorderPinnedDialogs.md @@ -10,7 +10,7 @@ description: messages.reorderPinnedDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|force|[Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |order|Array of [Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Yes| diff --git a/old_docs/API_docs_v62/methods/messages_reorderStickerSets.md b/old_docs/API_docs_v62/methods/messages_reorderStickerSets.md index 0e2c121d..21092485 100644 --- a/old_docs/API_docs_v62/methods/messages_reorderStickerSets.md +++ b/old_docs/API_docs_v62/methods/messages_reorderStickerSets.md @@ -10,8 +10,8 @@ description: messages.reorderStickerSets parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|order|Array of [long](../types/long.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|order|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/messages_saveDraft.md b/old_docs/API_docs_v62/methods/messages_saveDraft.md index 754b4da2..7160fda4 100644 --- a/old_docs/API_docs_v62/methods/messages_saveDraft.md +++ b/old_docs/API_docs_v62/methods/messages_saveDraft.md @@ -10,11 +10,11 @@ description: messages.saveDraft parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|message|[string](../types/string.md) | Yes| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v62/methods/messages_saveGif.md b/old_docs/API_docs_v62/methods/messages_saveGif.md index 725bc949..d6487133 100644 --- a/old_docs/API_docs_v62/methods/messages_saveGif.md +++ b/old_docs/API_docs_v62/methods/messages_saveGif.md @@ -11,7 +11,7 @@ description: messages.saveGif parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/messages_saveRecentSticker.md b/old_docs/API_docs_v62/methods/messages_saveRecentSticker.md index 4a8298e2..2c3c7e12 100644 --- a/old_docs/API_docs_v62/methods/messages_saveRecentSticker.md +++ b/old_docs/API_docs_v62/methods/messages_saveRecentSticker.md @@ -10,9 +10,9 @@ description: messages.saveRecentSticker parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/messages_search.md b/old_docs/API_docs_v62/methods/messages_search.md index 11b968bf..a59ea798 100644 --- a/old_docs/API_docs_v62/methods/messages_search.md +++ b/old_docs/API_docs_v62/methods/messages_search.md @@ -11,13 +11,13 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v62/methods/messages_searchGifs.md b/old_docs/API_docs_v62/methods/messages_searchGifs.md index 896e98d2..d37ebbd0 100644 --- a/old_docs/API_docs_v62/methods/messages_searchGifs.md +++ b/old_docs/API_docs_v62/methods/messages_searchGifs.md @@ -10,8 +10,8 @@ description: messages.searchGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FoundGifs](../types/messages_FoundGifs.md) diff --git a/old_docs/API_docs_v62/methods/messages_searchGlobal.md b/old_docs/API_docs_v62/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v62/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v62/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v62/methods/messages_sendEncrypted.md b/old_docs/API_docs_v62/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v62/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v62/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v62/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v62/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v62/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v62/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v62/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v62/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v62/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v62/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v62/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v62/methods/messages_sendInlineBotResult.md index 6bfb1578..692c79f6 100644 --- a/old_docs/API_docs_v62/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v62/methods/messages_sendInlineBotResult.md @@ -10,13 +10,13 @@ description: messages.sendInlineBotResult parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|id|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|id|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/messages_sendMedia.md b/old_docs/API_docs_v62/methods/messages_sendMedia.md index 1530451b..2af751cb 100644 --- a/old_docs/API_docs_v62/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v62/methods/messages_sendMedia.md @@ -10,13 +10,13 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/messages_sendMessage.md b/old_docs/API_docs_v62/methods/messages_sendMessage.md index 49ace99c..314c73b7 100644 --- a/old_docs/API_docs_v62/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v62/methods/messages_sendMessage.md @@ -10,15 +10,15 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v62/methods/messages_setBotCallbackAnswer.md b/old_docs/API_docs_v62/methods/messages_setBotCallbackAnswer.md index 0282168b..7fec715e 100644 --- a/old_docs/API_docs_v62/methods/messages_setBotCallbackAnswer.md +++ b/old_docs/API_docs_v62/methods/messages_setBotCallbackAnswer.md @@ -10,11 +10,11 @@ description: messages.setBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|alert|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|message|[string](../types/string.md) | Optional| -|url|[string](../types/string.md) | Optional| -|cache\_time|[int](../types/int.md) | Yes| +|alert|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|url|[CLICK ME string](../types/string.md) | Optional| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v62/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v62/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v62/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/messages_setGameScore.md b/old_docs/API_docs_v62/methods/messages_setGameScore.md index 61dfe579..400ef8ca 100644 --- a/old_docs/API_docs_v62/methods/messages_setGameScore.md +++ b/old_docs/API_docs_v62/methods/messages_setGameScore.md @@ -10,12 +10,12 @@ description: messages.setGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/messages_setInlineBotResults.md b/old_docs/API_docs_v62/methods/messages_setInlineBotResults.md index c38b8c2e..2071061a 100644 --- a/old_docs/API_docs_v62/methods/messages_setInlineBotResults.md +++ b/old_docs/API_docs_v62/methods/messages_setInlineBotResults.md @@ -10,13 +10,13 @@ description: messages.setInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|gallery|[Bool](../types/Bool.md) | Optional| -|private|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|results|Array of [InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| -|cache\_time|[int](../types/int.md) | Yes| -|next\_offset|[string](../types/string.md) | Optional| -|switch\_pm|[InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| +|gallery|[CLICK ME Bool](../types/Bool.md) | Optional| +|private|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|results|Array of [CLICK ME InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| +|next\_offset|[CLICK ME string](../types/string.md) | Optional| +|switch\_pm|[CLICK ME InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/messages_setInlineGameScore.md b/old_docs/API_docs_v62/methods/messages_setInlineGameScore.md index 9fadc31e..7cd855b2 100644 --- a/old_docs/API_docs_v62/methods/messages_setInlineGameScore.md +++ b/old_docs/API_docs_v62/methods/messages_setInlineGameScore.md @@ -10,11 +10,11 @@ description: messages.setInlineGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/messages_setTyping.md b/old_docs/API_docs_v62/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v62/methods/messages_setTyping.md +++ b/old_docs/API_docs_v62/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/messages_startBot.md b/old_docs/API_docs_v62/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v62/methods/messages_startBot.md +++ b/old_docs/API_docs_v62/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v62/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v62/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v62/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v62/methods/messages_toggleDialogPin.md b/old_docs/API_docs_v62/methods/messages_toggleDialogPin.md index 7c5bfa9f..4b2282c3 100644 --- a/old_docs/API_docs_v62/methods/messages_toggleDialogPin.md +++ b/old_docs/API_docs_v62/methods/messages_toggleDialogPin.md @@ -10,7 +10,7 @@ description: messages.toggleDialogPin parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pinned|[Bool](../types/Bool.md) | Optional| +|pinned|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v62/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v62/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v62/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v62/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/phone_receivedCall.md b/old_docs/API_docs_v62/methods/phone_receivedCall.md index 00b51aed..daca3fe2 100644 --- a/old_docs/API_docs_v62/methods/phone_receivedCall.md +++ b/old_docs/API_docs_v62/methods/phone_receivedCall.md @@ -10,7 +10,7 @@ description: phone.receivedCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v62/methods/photos_getUserPhotos.md b/old_docs/API_docs_v62/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v62/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v62/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v65/methods/account_changePhone.md b/old_docs/API_docs_v65/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v65/methods/account_changePhone.md +++ b/old_docs/API_docs_v65/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v65/methods/account_checkUsername.md b/old_docs/API_docs_v65/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v65/methods/account_checkUsername.md +++ b/old_docs/API_docs_v65/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/account_confirmPhone.md b/old_docs/API_docs_v65/methods/account_confirmPhone.md index 2261e6e8..e9c724b1 100644 --- a/old_docs/API_docs_v65/methods/account_confirmPhone.md +++ b/old_docs/API_docs_v65/methods/account_confirmPhone.md @@ -12,8 +12,8 @@ Confirm this phone number is associated to this account, obtain phone_code_hash | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_code\_hash|[string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/account_deleteAccount.md b/old_docs/API_docs_v65/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v65/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v65/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/account_getNotifySettings.md b/old_docs/API_docs_v65/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v65/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v65/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v65/methods/account_getPasswordSettings.md b/old_docs/API_docs_v65/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v65/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v65/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v65/methods/account_getPrivacy.md b/old_docs/API_docs_v65/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v65/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v65/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v65/methods/account_getTmpPassword.md b/old_docs/API_docs_v65/methods/account_getTmpPassword.md index e9ff8d28..fb300173 100644 --- a/old_docs/API_docs_v65/methods/account_getTmpPassword.md +++ b/old_docs/API_docs_v65/methods/account_getTmpPassword.md @@ -12,8 +12,8 @@ Get temporary password for buying products through bots | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|password\_hash|[bytes](../types/bytes.md) | Yes|The password hash| -|period|[int](../types/int.md) | Yes|The validity period| +|password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|The password hash| +|period|[CLICK ME int](../types/int.md) | Yes|The validity period| ### Return type: [account\_TmpPassword](../types/account_TmpPassword.md) diff --git a/old_docs/API_docs_v65/methods/account_registerDevice.md b/old_docs/API_docs_v65/methods/account_registerDevice.md index 0bf6d1ee..1e3279b1 100644 --- a/old_docs/API_docs_v65/methods/account_registerDevice.md +++ b/old_docs/API_docs_v65/methods/account_registerDevice.md @@ -12,8 +12,8 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/account_reportPeer.md b/old_docs/API_docs_v65/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/old_docs/API_docs_v65/methods/account_reportPeer.md +++ b/old_docs/API_docs_v65/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/account_resetAuthorization.md b/old_docs/API_docs_v65/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v65/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v65/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v65/methods/account_sendChangePhoneCode.md index 9e5016a4..df3fde89 100644 --- a/old_docs/API_docs_v65/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v65/methods/account_sendChangePhoneCode.md @@ -12,9 +12,9 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| -|phone\_number|[string](../types/string.md) | Yes|New phone number| -|current\_number|[Bool](../types/Bool.md) | Optional|Current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|Current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v65/methods/account_sendConfirmPhoneCode.md b/old_docs/API_docs_v65/methods/account_sendConfirmPhoneCode.md index 4de86a33..136e98c6 100644 --- a/old_docs/API_docs_v65/methods/account_sendConfirmPhoneCode.md +++ b/old_docs/API_docs_v65/methods/account_sendConfirmPhoneCode.md @@ -12,9 +12,9 @@ Send confirmation phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| -|hash|[string](../types/string.md) | Yes|The hash| -|current\_number|[Bool](../types/Bool.md) | Optional|The current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| +|hash|[CLICK ME string](../types/string.md) | Yes|The hash| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|The current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v65/methods/account_setAccountTTL.md b/old_docs/API_docs_v65/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v65/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v65/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/account_setPrivacy.md b/old_docs/API_docs_v65/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v65/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v65/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v65/methods/account_unregisterDevice.md b/old_docs/API_docs_v65/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v65/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v65/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v65/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v65/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v65/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/account_updateNotifySettings.md b/old_docs/API_docs_v65/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v65/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v65/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v65/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v65/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v65/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/account_updateProfile.md b/old_docs/API_docs_v65/methods/account_updateProfile.md index 8b0c3268..f4335a9e 100644 --- a/old_docs/API_docs_v65/methods/account_updateProfile.md +++ b/old_docs/API_docs_v65/methods/account_updateProfile.md @@ -12,9 +12,9 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Optional|The first name| -|last\_name|[string](../types/string.md) | Optional|The last name| -|about|[string](../types/string.md) | Optional|The bio/about field| +|first\_name|[CLICK ME string](../types/string.md) | Optional|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Optional|The last name| +|about|[CLICK ME string](../types/string.md) | Optional|The bio/about field| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v65/methods/account_updateStatus.md b/old_docs/API_docs_v65/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v65/methods/account_updateStatus.md +++ b/old_docs/API_docs_v65/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/account_updateUsername.md b/old_docs/API_docs_v65/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v65/methods/account_updateUsername.md +++ b/old_docs/API_docs_v65/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v65/methods/auth_cancelCode.md b/old_docs/API_docs_v65/methods/auth_cancelCode.md index 1283e1e5..9ddbf819 100644 --- a/old_docs/API_docs_v65/methods/auth_cancelCode.md +++ b/old_docs/API_docs_v65/methods/auth_cancelCode.md @@ -12,8 +12,8 @@ Invalidate sent phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/auth_checkPhone.md b/old_docs/API_docs_v65/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v65/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v65/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v65/methods/auth_dropTempAuthKeys.md b/old_docs/API_docs_v65/methods/auth_dropTempAuthKeys.md index b08b9f40..81bb2ae2 100644 --- a/old_docs/API_docs_v65/methods/auth_dropTempAuthKeys.md +++ b/old_docs/API_docs_v65/methods/auth_dropTempAuthKeys.md @@ -12,7 +12,7 @@ Delete all temporary authorization keys except the ones provided | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|except\_auth\_keys|Array of [long](../types/long.md) | Yes|The temporary authorization keys to keep| +|except\_auth\_keys|Array of [CLICK ME long](../types/long.md) | Yes|The temporary authorization keys to keep| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/auth_recoverPassword.md b/old_docs/API_docs_v65/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v65/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v65/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v65/methods/auth_resendCode.md b/old_docs/API_docs_v65/methods/auth_resendCode.md index 4bfbf379..02471563 100644 --- a/old_docs/API_docs_v65/methods/auth_resendCode.md +++ b/old_docs/API_docs_v65/methods/auth_resendCode.md @@ -12,8 +12,8 @@ Resend the SMS verification code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|The phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|The phone code hash| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v65/methods/auth_sendInvites.md b/old_docs/API_docs_v65/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v65/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v65/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/bots_answerWebhookJSONQuery.md b/old_docs/API_docs_v65/methods/bots_answerWebhookJSONQuery.md index 809576fa..ed38c8d9 100644 --- a/old_docs/API_docs_v65/methods/bots_answerWebhookJSONQuery.md +++ b/old_docs/API_docs_v65/methods/bots_answerWebhookJSONQuery.md @@ -10,8 +10,8 @@ description: bots.answerWebhookJSONQuery parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query\_id|[long](../types/long.md) | Yes| -|data|[DataJSON](../types/DataJSON.md) | Yes| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|data|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/bots_sendCustomRequest.md b/old_docs/API_docs_v65/methods/bots_sendCustomRequest.md index ce28f6ca..0b395c96 100644 --- a/old_docs/API_docs_v65/methods/bots_sendCustomRequest.md +++ b/old_docs/API_docs_v65/methods/bots_sendCustomRequest.md @@ -10,8 +10,8 @@ description: bots.sendCustomRequest parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|custom\_method|[string](../types/string.md) | Yes| -|params|[DataJSON](../types/DataJSON.md) | Yes| +|custom\_method|[CLICK ME string](../types/string.md) | Yes| +|params|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [DataJSON](../types/DataJSON.md) diff --git a/old_docs/API_docs_v65/methods/channels_checkUsername.md b/old_docs/API_docs_v65/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v65/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v65/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/channels_createChannel.md b/old_docs/API_docs_v65/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v65/methods/channels_createChannel.md +++ b/old_docs/API_docs_v65/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/channels_deleteMessages.md b/old_docs/API_docs_v65/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v65/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v65/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v65/methods/channels_editAbout.md b/old_docs/API_docs_v65/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v65/methods/channels_editAbout.md +++ b/old_docs/API_docs_v65/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/channels_editAdmin.md b/old_docs/API_docs_v65/methods/channels_editAdmin.md index 146159d9..8bf2f7e9 100644 --- a/old_docs/API_docs_v65/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v65/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|role|[ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| +|role|[CLICK ME ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/channels_editPhoto.md b/old_docs/API_docs_v65/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v65/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v65/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/channels_editTitle.md b/old_docs/API_docs_v65/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v65/methods/channels_editTitle.md +++ b/old_docs/API_docs_v65/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/channels_exportMessageLink.md b/old_docs/API_docs_v65/methods/channels_exportMessageLink.md index 7eff4ed8..e0aabc17 100644 --- a/old_docs/API_docs_v65/methods/channels_exportMessageLink.md +++ b/old_docs/API_docs_v65/methods/channels_exportMessageLink.md @@ -11,7 +11,7 @@ description: channels.exportMessageLink parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [ExportedMessageLink](../types/ExportedMessageLink.md) diff --git a/old_docs/API_docs_v65/methods/channels_getMessages.md b/old_docs/API_docs_v65/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v65/methods/channels_getMessages.md +++ b/old_docs/API_docs_v65/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v65/methods/channels_getParticipants.md b/old_docs/API_docs_v65/methods/channels_getParticipants.md index 7a9b6699..bfd09c2f 100644 --- a/old_docs/API_docs_v65/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v65/methods/channels_getParticipants.md @@ -11,9 +11,9 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v65/methods/channels_kickFromChannel.md b/old_docs/API_docs_v65/methods/channels_kickFromChannel.md index e4b68581..db90706b 100644 --- a/old_docs/API_docs_v65/methods/channels_kickFromChannel.md +++ b/old_docs/API_docs_v65/methods/channels_kickFromChannel.md @@ -12,7 +12,7 @@ description: channels.kickFromChannel parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|kicked|[Bool](../types/Bool.md) | Yes| +|kicked|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/channels_readHistory.md b/old_docs/API_docs_v65/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v65/methods/channels_readHistory.md +++ b/old_docs/API_docs_v65/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/channels_reportSpam.md b/old_docs/API_docs_v65/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v65/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v65/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/channels_toggleInvites.md b/old_docs/API_docs_v65/methods/channels_toggleInvites.md index 8d977fd0..f18ea3c2 100644 --- a/old_docs/API_docs_v65/methods/channels_toggleInvites.md +++ b/old_docs/API_docs_v65/methods/channels_toggleInvites.md @@ -11,7 +11,7 @@ description: channels.toggleInvites parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/channels_toggleSignatures.md b/old_docs/API_docs_v65/methods/channels_toggleSignatures.md index 13d53d92..1b8832f0 100644 --- a/old_docs/API_docs_v65/methods/channels_toggleSignatures.md +++ b/old_docs/API_docs_v65/methods/channels_toggleSignatures.md @@ -11,7 +11,7 @@ description: channels.toggleSignatures parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/channels_updatePinnedMessage.md b/old_docs/API_docs_v65/methods/channels_updatePinnedMessage.md index ecc15ce6..76b894cd 100644 --- a/old_docs/API_docs_v65/methods/channels_updatePinnedMessage.md +++ b/old_docs/API_docs_v65/methods/channels_updatePinnedMessage.md @@ -10,9 +10,9 @@ description: channels.updatePinnedMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/channels_updateUsername.md b/old_docs/API_docs_v65/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v65/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v65/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/contacts_getBlocked.md b/old_docs/API_docs_v65/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v65/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v65/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v65/methods/contacts_getContacts.md b/old_docs/API_docs_v65/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v65/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v65/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v65/methods/contacts_getTopPeers.md b/old_docs/API_docs_v65/methods/contacts_getTopPeers.md index eafcb6ec..195d150c 100644 --- a/old_docs/API_docs_v65/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v65/methods/contacts_getTopPeers.md @@ -12,14 +12,14 @@ Get most used chats | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|correspondents|[Bool](../types/Bool.md) | Optional|| -|bots\_pm|[Bool](../types/Bool.md) | Optional|| -|bots\_inline|[Bool](../types/Bool.md) | Optional|| -|groups|[Bool](../types/Bool.md) | Optional|| -|channels|[Bool](../types/Bool.md) | Optional|| -|offset|[int](../types/int.md) | Yes|| -|limit|[int](../types/int.md) | Yes|| -|hash|[int](../types/int.md) | Yes|| +|correspondents|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_pm|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_inline|[CLICK ME Bool](../types/Bool.md) | Optional|| +|groups|[CLICK ME Bool](../types/Bool.md) | Optional|| +|channels|[CLICK ME Bool](../types/Bool.md) | Optional|| +|offset|[CLICK ME int](../types/int.md) | Yes|| +|limit|[CLICK ME int](../types/int.md) | Yes|| +|hash|[CLICK ME int](../types/int.md) | Yes|| ### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md) diff --git a/old_docs/API_docs_v65/methods/contacts_importCard.md b/old_docs/API_docs_v65/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v65/methods/contacts_importCard.md +++ b/old_docs/API_docs_v65/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v65/methods/contacts_importContacts.md b/old_docs/API_docs_v65/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v65/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v65/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v65/methods/contacts_resetTopPeerRating.md b/old_docs/API_docs_v65/methods/contacts_resetTopPeerRating.md index ddcf6b2f..ee6d382b 100644 --- a/old_docs/API_docs_v65/methods/contacts_resetTopPeerRating.md +++ b/old_docs/API_docs_v65/methods/contacts_resetTopPeerRating.md @@ -10,7 +10,7 @@ description: contacts.resetTopPeerRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|category|[TopPeerCategory](../types/TopPeerCategory.md) | Yes| +|category|[CLICK ME TopPeerCategory](../types/TopPeerCategory.md) | Yes| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v65/methods/contacts_search.md b/old_docs/API_docs_v65/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v65/methods/contacts_search.md +++ b/old_docs/API_docs_v65/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v65/methods/contest_saveDeveloperInfo.md b/old_docs/API_docs_v65/methods/contest_saveDeveloperInfo.md index 6a8e5fda..1ed74773 100644 --- a/old_docs/API_docs_v65/methods/contest_saveDeveloperInfo.md +++ b/old_docs/API_docs_v65/methods/contest_saveDeveloperInfo.md @@ -10,11 +10,11 @@ description: contest.saveDeveloperInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|vk\_id|[int](../types/int.md) | Yes| -|name|[string](../types/string.md) | Yes| -|phone\_number|[string](../types/string.md) | Yes| -|age|[int](../types/int.md) | Yes| -|city|[string](../types/string.md) | Yes| +|vk\_id|[CLICK ME int](../types/int.md) | Yes| +|name|[CLICK ME string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|age|[CLICK ME int](../types/int.md) | Yes| +|city|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/destroy_session.md b/old_docs/API_docs_v65/methods/destroy_session.md index b2525dfb..97e5c64e 100644 --- a/old_docs/API_docs_v65/methods/destroy_session.md +++ b/old_docs/API_docs_v65/methods/destroy_session.md @@ -12,7 +12,7 @@ Destroy the current MTProto session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|session\_id|[long](../types/long.md) | Yes|The session to destroy| +|session\_id|[CLICK ME long](../types/long.md) | Yes|The session to destroy| ### Return type: [DestroySessionRes](../types/DestroySessionRes.md) diff --git a/old_docs/API_docs_v65/methods/get_future_salts.md b/old_docs/API_docs_v65/methods/get_future_salts.md index 4c2c9c46..520bfbce 100644 --- a/old_docs/API_docs_v65/methods/get_future_salts.md +++ b/old_docs/API_docs_v65/methods/get_future_salts.md @@ -12,7 +12,7 @@ Get future salts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|num|[int](../types/int.md) | Yes|How many salts should be fetched| +|num|[CLICK ME int](../types/int.md) | Yes|How many salts should be fetched| ### Return type: [FutureSalts](../types/FutureSalts.md) diff --git a/old_docs/API_docs_v65/methods/help_getAppChangelog.md b/old_docs/API_docs_v65/methods/help_getAppChangelog.md index f09a7a0d..c141705d 100644 --- a/old_docs/API_docs_v65/methods/help_getAppChangelog.md +++ b/old_docs/API_docs_v65/methods/help_getAppChangelog.md @@ -10,7 +10,7 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|prev\_app\_version|[string](../types/string.md) | Yes| +|prev\_app\_version|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/help_saveAppLog.md b/old_docs/API_docs_v65/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v65/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v65/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/help_setBotUpdatesStatus.md b/old_docs/API_docs_v65/methods/help_setBotUpdatesStatus.md index 68c9720a..702da826 100644 --- a/old_docs/API_docs_v65/methods/help_setBotUpdatesStatus.md +++ b/old_docs/API_docs_v65/methods/help_setBotUpdatesStatus.md @@ -10,8 +10,8 @@ description: help.setBotUpdatesStatus parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pending\_updates\_count|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Yes| +|pending\_updates\_count|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/initConnection.md b/old_docs/API_docs_v65/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v65/methods/initConnection.md +++ b/old_docs/API_docs_v65/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v65/methods/invokeAfterMsg.md b/old_docs/API_docs_v65/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v65/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v65/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v65/methods/invokeAfterMsgs.md b/old_docs/API_docs_v65/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v65/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v65/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v65/methods/invokeWithLayer.md b/old_docs/API_docs_v65/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v65/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v65/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v65/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v65/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v65/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v65/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v65/methods/messages_addChatUser.md b/old_docs/API_docs_v65/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v65/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v65/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/messages_checkChatInvite.md b/old_docs/API_docs_v65/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v65/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v65/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v65/methods/messages_clearRecentStickers.md b/old_docs/API_docs_v65/methods/messages_clearRecentStickers.md index 31941a34..00d81839 100644 --- a/old_docs/API_docs_v65/methods/messages_clearRecentStickers.md +++ b/old_docs/API_docs_v65/methods/messages_clearRecentStickers.md @@ -10,7 +10,7 @@ description: messages.clearRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/messages_createChat.md b/old_docs/API_docs_v65/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v65/methods/messages_createChat.md +++ b/old_docs/API_docs_v65/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/messages_deleteHistory.md b/old_docs/API_docs_v65/methods/messages_deleteHistory.md index 01686b2b..ff2f5471 100644 --- a/old_docs/API_docs_v65/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v65/methods/messages_deleteHistory.md @@ -10,9 +10,9 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|just\_clear|[Bool](../types/Bool.md) | Optional| +|just\_clear|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v65/methods/messages_deleteMessages.md b/old_docs/API_docs_v65/methods/messages_deleteMessages.md index 0cc6e6ed..5e0f1ad1 100644 --- a/old_docs/API_docs_v65/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v65/methods/messages_deleteMessages.md @@ -10,8 +10,8 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|revoke|[Bool](../types/Bool.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|revoke|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v65/methods/messages_editChatAdmin.md b/old_docs/API_docs_v65/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v65/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v65/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/messages_editChatPhoto.md b/old_docs/API_docs_v65/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v65/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v65/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/messages_editChatTitle.md b/old_docs/API_docs_v65/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v65/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v65/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/messages_editInlineBotMessage.md b/old_docs/API_docs_v65/methods/messages_editInlineBotMessage.md index 289100ea..42e5a485 100644 --- a/old_docs/API_docs_v65/methods/messages_editInlineBotMessage.md +++ b/old_docs/API_docs_v65/methods/messages_editInlineBotMessage.md @@ -10,11 +10,11 @@ description: messages.editInlineBotMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v65/methods/messages_editMessage.md b/old_docs/API_docs_v65/methods/messages_editMessage.md index 63379ed9..9245b241 100644 --- a/old_docs/API_docs_v65/methods/messages_editMessage.md +++ b/old_docs/API_docs_v65/methods/messages_editMessage.md @@ -10,12 +10,12 @@ description: messages.editMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|id|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v65/methods/messages_forwardMessage.md b/old_docs/API_docs_v65/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v65/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v65/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/messages_forwardMessages.md b/old_docs/API_docs_v65/methods/messages_forwardMessages.md index df361517..bc2f0995 100644 --- a/old_docs/API_docs_v65/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v65/methods/messages_forwardMessages.md @@ -10,11 +10,11 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|with\_my\_score|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|with\_my\_score|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v65/methods/messages_getAllChats.md b/old_docs/API_docs_v65/methods/messages_getAllChats.md index 59bc0add..5a5ce6da 100644 --- a/old_docs/API_docs_v65/methods/messages_getAllChats.md +++ b/old_docs/API_docs_v65/methods/messages_getAllChats.md @@ -10,7 +10,7 @@ description: messages.getAllChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|except\_ids|Array of [int](../types/int.md) | Yes| +|except\_ids|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v65/methods/messages_getAllStickers.md b/old_docs/API_docs_v65/methods/messages_getAllStickers.md index 7ab91cef..b30ea741 100644 --- a/old_docs/API_docs_v65/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v65/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v65/methods/messages_getArchivedStickers.md b/old_docs/API_docs_v65/methods/messages_getArchivedStickers.md index 8c2041a3..2c1f1f95 100644 --- a/old_docs/API_docs_v65/methods/messages_getArchivedStickers.md +++ b/old_docs/API_docs_v65/methods/messages_getArchivedStickers.md @@ -10,9 +10,9 @@ description: messages.getArchivedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|offset\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_ArchivedStickers](../types/messages_ArchivedStickers.md) diff --git a/old_docs/API_docs_v65/methods/messages_getAttachedStickers.md b/old_docs/API_docs_v65/methods/messages_getAttachedStickers.md index f03f0be2..5a1374c5 100644 --- a/old_docs/API_docs_v65/methods/messages_getAttachedStickers.md +++ b/old_docs/API_docs_v65/methods/messages_getAttachedStickers.md @@ -10,7 +10,7 @@ description: messages.getAttachedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|media|[InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| +|media|[CLICK ME InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| ### Return type: [Vector\_of\_StickerSetCovered](../types/StickerSetCovered.md) diff --git a/old_docs/API_docs_v65/methods/messages_getBotCallbackAnswer.md b/old_docs/API_docs_v65/methods/messages_getBotCallbackAnswer.md index b9039098..f477f013 100644 --- a/old_docs/API_docs_v65/methods/messages_getBotCallbackAnswer.md +++ b/old_docs/API_docs_v65/methods/messages_getBotCallbackAnswer.md @@ -10,10 +10,10 @@ description: messages.getBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|game|[Bool](../types/Bool.md) | Optional| +|game|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|data|[bytes](../types/bytes.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|data|[CLICK ME bytes](../types/bytes.md) | Optional| ### Return type: [messages\_BotCallbackAnswer](../types/messages_BotCallbackAnswer.md) diff --git a/old_docs/API_docs_v65/methods/messages_getChats.md b/old_docs/API_docs_v65/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v65/methods/messages_getChats.md +++ b/old_docs/API_docs_v65/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v65/methods/messages_getCommonChats.md b/old_docs/API_docs_v65/methods/messages_getCommonChats.md index 0df79096..370930d7 100644 --- a/old_docs/API_docs_v65/methods/messages_getCommonChats.md +++ b/old_docs/API_docs_v65/methods/messages_getCommonChats.md @@ -11,8 +11,8 @@ description: messages.getCommonChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v65/methods/messages_getDhConfig.md b/old_docs/API_docs_v65/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v65/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v65/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v65/methods/messages_getDialogs.md b/old_docs/API_docs_v65/methods/messages_getDialogs.md index 041b3efe..dca266c6 100644 --- a/old_docs/API_docs_v65/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v65/methods/messages_getDialogs.md @@ -10,11 +10,11 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|exclude\_pinned|[Bool](../types/Bool.md) | Optional| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|exclude\_pinned|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v65/methods/messages_getDocumentByHash.md b/old_docs/API_docs_v65/methods/messages_getDocumentByHash.md index 13f0c18f..14e3e5bd 100644 --- a/old_docs/API_docs_v65/methods/messages_getDocumentByHash.md +++ b/old_docs/API_docs_v65/methods/messages_getDocumentByHash.md @@ -10,9 +10,9 @@ description: messages.getDocumentByHash parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|sha256|[bytes](../types/bytes.md) | Yes| -|size|[int](../types/int.md) | Yes| -|mime\_type|[string](../types/string.md) | Yes| +|sha256|[CLICK ME bytes](../types/bytes.md) | Yes| +|size|[CLICK ME int](../types/int.md) | Yes| +|mime\_type|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Document](../types/Document.md) diff --git a/old_docs/API_docs_v65/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v65/methods/messages_getFeaturedStickers.md index 51097eda..9e8c4eaf 100644 --- a/old_docs/API_docs_v65/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v65/methods/messages_getFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.getFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md) diff --git a/old_docs/API_docs_v65/methods/messages_getGameHighScores.md b/old_docs/API_docs_v65/methods/messages_getGameHighScores.md index 4b8b1397..39d1e406 100644 --- a/old_docs/API_docs_v65/methods/messages_getGameHighScores.md +++ b/old_docs/API_docs_v65/methods/messages_getGameHighScores.md @@ -11,7 +11,7 @@ description: messages.getGameHighScores parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v65/methods/messages_getHistory.md b/old_docs/API_docs_v65/methods/messages_getHistory.md index 87b8328d..46548372 100644 --- a/old_docs/API_docs_v65/methods/messages_getHistory.md +++ b/old_docs/API_docs_v65/methods/messages_getHistory.md @@ -11,12 +11,12 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v65/methods/messages_getInlineBotResults.md b/old_docs/API_docs_v65/methods/messages_getInlineBotResults.md index 6d965b19..fcbe281d 100644 --- a/old_docs/API_docs_v65/methods/messages_getInlineBotResults.md +++ b/old_docs/API_docs_v65/methods/messages_getInlineBotResults.md @@ -12,9 +12,9 @@ description: messages.getInlineBotResults parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|query|[string](../types/string.md) | Yes| -|offset|[string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|query|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_BotResults](../types/messages_BotResults.md) diff --git a/old_docs/API_docs_v65/methods/messages_getInlineGameHighScores.md b/old_docs/API_docs_v65/methods/messages_getInlineGameHighScores.md index 9305a0f4..5f3e774a 100644 --- a/old_docs/API_docs_v65/methods/messages_getInlineGameHighScores.md +++ b/old_docs/API_docs_v65/methods/messages_getInlineGameHighScores.md @@ -10,7 +10,7 @@ description: messages.getInlineGameHighScores parameters, return type and exampl | Name | Type | Required | |----------|---------------|----------| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v65/methods/messages_getMaskStickers.md b/old_docs/API_docs_v65/methods/messages_getMaskStickers.md index 260cfdb7..018e5c6b 100644 --- a/old_docs/API_docs_v65/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v65/methods/messages_getMaskStickers.md @@ -10,7 +10,7 @@ description: messages.getMaskStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v65/methods/messages_getMessageEditData.md b/old_docs/API_docs_v65/methods/messages_getMessageEditData.md index 2a90a419..9f02a9c9 100644 --- a/old_docs/API_docs_v65/methods/messages_getMessageEditData.md +++ b/old_docs/API_docs_v65/methods/messages_getMessageEditData.md @@ -11,7 +11,7 @@ description: messages.getMessageEditData parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_MessageEditData](../types/messages_MessageEditData.md) diff --git a/old_docs/API_docs_v65/methods/messages_getMessages.md b/old_docs/API_docs_v65/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v65/methods/messages_getMessages.md +++ b/old_docs/API_docs_v65/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v65/methods/messages_getMessagesViews.md b/old_docs/API_docs_v65/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v65/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v65/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v65/methods/messages_getRecentStickers.md b/old_docs/API_docs_v65/methods/messages_getRecentStickers.md index 5a60d345..6ec71d0e 100644 --- a/old_docs/API_docs_v65/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v65/methods/messages_getRecentStickers.md @@ -10,8 +10,8 @@ description: messages.getRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| -|hash|[int](../types/int.md) | Yes| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md) diff --git a/old_docs/API_docs_v65/methods/messages_getSavedGifs.md b/old_docs/API_docs_v65/methods/messages_getSavedGifs.md index bcb4590d..7545b642 100644 --- a/old_docs/API_docs_v65/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v65/methods/messages_getSavedGifs.md @@ -10,7 +10,7 @@ description: messages.getSavedGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md) diff --git a/old_docs/API_docs_v65/methods/messages_getStickerSet.md b/old_docs/API_docs_v65/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v65/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v65/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v65/methods/messages_getWebPage.md b/old_docs/API_docs_v65/methods/messages_getWebPage.md index 0f09af47..9e39b988 100644 --- a/old_docs/API_docs_v65/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v65/methods/messages_getWebPage.md @@ -10,8 +10,8 @@ description: messages.getWebPage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|url|[string](../types/string.md) | Yes| -|hash|[int](../types/int.md) | Yes| +|url|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [WebPage](../types/WebPage.md) diff --git a/old_docs/API_docs_v65/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v65/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v65/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v65/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v65/methods/messages_importChatInvite.md b/old_docs/API_docs_v65/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v65/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v65/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/messages_installStickerSet.md b/old_docs/API_docs_v65/methods/messages_installStickerSet.md index f405adce..8dfeacfa 100644 --- a/old_docs/API_docs_v65/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v65/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|archived|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|archived|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [messages\_StickerSetInstallResult](../types/messages_StickerSetInstallResult.md) diff --git a/old_docs/API_docs_v65/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v65/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v65/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v65/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/messages_readFeaturedStickers.md b/old_docs/API_docs_v65/methods/messages_readFeaturedStickers.md index 766ba200..9aef0199 100644 --- a/old_docs/API_docs_v65/methods/messages_readFeaturedStickers.md +++ b/old_docs/API_docs_v65/methods/messages_readFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.readFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [long](../types/long.md) | Yes| +|id|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/messages_readHistory.md b/old_docs/API_docs_v65/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v65/methods/messages_readHistory.md +++ b/old_docs/API_docs_v65/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v65/methods/messages_readMessageContents.md b/old_docs/API_docs_v65/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v65/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v65/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v65/methods/messages_receivedMessages.md b/old_docs/API_docs_v65/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v65/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v65/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v65/methods/messages_receivedQueue.md b/old_docs/API_docs_v65/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v65/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v65/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v65/methods/messages_reorderPinnedDialogs.md b/old_docs/API_docs_v65/methods/messages_reorderPinnedDialogs.md index 30e926d9..2d81735f 100644 --- a/old_docs/API_docs_v65/methods/messages_reorderPinnedDialogs.md +++ b/old_docs/API_docs_v65/methods/messages_reorderPinnedDialogs.md @@ -10,7 +10,7 @@ description: messages.reorderPinnedDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|force|[Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |order|Array of [Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Yes| diff --git a/old_docs/API_docs_v65/methods/messages_reorderStickerSets.md b/old_docs/API_docs_v65/methods/messages_reorderStickerSets.md index 0e2c121d..21092485 100644 --- a/old_docs/API_docs_v65/methods/messages_reorderStickerSets.md +++ b/old_docs/API_docs_v65/methods/messages_reorderStickerSets.md @@ -10,8 +10,8 @@ description: messages.reorderStickerSets parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|order|Array of [long](../types/long.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|order|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/messages_saveDraft.md b/old_docs/API_docs_v65/methods/messages_saveDraft.md index 754b4da2..7160fda4 100644 --- a/old_docs/API_docs_v65/methods/messages_saveDraft.md +++ b/old_docs/API_docs_v65/methods/messages_saveDraft.md @@ -10,11 +10,11 @@ description: messages.saveDraft parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|message|[string](../types/string.md) | Yes| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v65/methods/messages_saveGif.md b/old_docs/API_docs_v65/methods/messages_saveGif.md index 725bc949..d6487133 100644 --- a/old_docs/API_docs_v65/methods/messages_saveGif.md +++ b/old_docs/API_docs_v65/methods/messages_saveGif.md @@ -11,7 +11,7 @@ description: messages.saveGif parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/messages_saveRecentSticker.md b/old_docs/API_docs_v65/methods/messages_saveRecentSticker.md index 4a8298e2..2c3c7e12 100644 --- a/old_docs/API_docs_v65/methods/messages_saveRecentSticker.md +++ b/old_docs/API_docs_v65/methods/messages_saveRecentSticker.md @@ -10,9 +10,9 @@ description: messages.saveRecentSticker parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/messages_search.md b/old_docs/API_docs_v65/methods/messages_search.md index 11b968bf..a59ea798 100644 --- a/old_docs/API_docs_v65/methods/messages_search.md +++ b/old_docs/API_docs_v65/methods/messages_search.md @@ -11,13 +11,13 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v65/methods/messages_searchGifs.md b/old_docs/API_docs_v65/methods/messages_searchGifs.md index 896e98d2..d37ebbd0 100644 --- a/old_docs/API_docs_v65/methods/messages_searchGifs.md +++ b/old_docs/API_docs_v65/methods/messages_searchGifs.md @@ -10,8 +10,8 @@ description: messages.searchGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FoundGifs](../types/messages_FoundGifs.md) diff --git a/old_docs/API_docs_v65/methods/messages_searchGlobal.md b/old_docs/API_docs_v65/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v65/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v65/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v65/methods/messages_sendEncrypted.md b/old_docs/API_docs_v65/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v65/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v65/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v65/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v65/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v65/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v65/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v65/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v65/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v65/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v65/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v65/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v65/methods/messages_sendInlineBotResult.md index 6bfb1578..692c79f6 100644 --- a/old_docs/API_docs_v65/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v65/methods/messages_sendInlineBotResult.md @@ -10,13 +10,13 @@ description: messages.sendInlineBotResult parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|id|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|id|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/messages_sendMedia.md b/old_docs/API_docs_v65/methods/messages_sendMedia.md index 1530451b..2af751cb 100644 --- a/old_docs/API_docs_v65/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v65/methods/messages_sendMedia.md @@ -10,13 +10,13 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/messages_sendMessage.md b/old_docs/API_docs_v65/methods/messages_sendMessage.md index 49ace99c..314c73b7 100644 --- a/old_docs/API_docs_v65/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v65/methods/messages_sendMessage.md @@ -10,15 +10,15 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v65/methods/messages_setBotCallbackAnswer.md b/old_docs/API_docs_v65/methods/messages_setBotCallbackAnswer.md index 0282168b..7fec715e 100644 --- a/old_docs/API_docs_v65/methods/messages_setBotCallbackAnswer.md +++ b/old_docs/API_docs_v65/methods/messages_setBotCallbackAnswer.md @@ -10,11 +10,11 @@ description: messages.setBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|alert|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|message|[string](../types/string.md) | Optional| -|url|[string](../types/string.md) | Optional| -|cache\_time|[int](../types/int.md) | Yes| +|alert|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|url|[CLICK ME string](../types/string.md) | Optional| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/messages_setBotPrecheckoutResults.md b/old_docs/API_docs_v65/methods/messages_setBotPrecheckoutResults.md index 4aba8ca3..1a0854e0 100644 --- a/old_docs/API_docs_v65/methods/messages_setBotPrecheckoutResults.md +++ b/old_docs/API_docs_v65/methods/messages_setBotPrecheckoutResults.md @@ -10,9 +10,9 @@ description: messages.setBotPrecheckoutResults parameters, return type and examp | Name | Type | Required | |----------|---------------|----------| -|success|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|error|[string](../types/string.md) | Optional| +|success|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|error|[CLICK ME string](../types/string.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/messages_setBotShippingResults.md b/old_docs/API_docs_v65/methods/messages_setBotShippingResults.md index 5dcfe12e..526729f6 100644 --- a/old_docs/API_docs_v65/methods/messages_setBotShippingResults.md +++ b/old_docs/API_docs_v65/methods/messages_setBotShippingResults.md @@ -10,9 +10,9 @@ description: messages.setBotShippingResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query\_id|[long](../types/long.md) | Yes| -|error|[string](../types/string.md) | Optional| -|shipping\_options|Array of [ShippingOption](../types/ShippingOption.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|error|[CLICK ME string](../types/string.md) | Optional| +|shipping\_options|Array of [CLICK ME ShippingOption](../types/ShippingOption.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v65/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v65/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v65/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/messages_setGameScore.md b/old_docs/API_docs_v65/methods/messages_setGameScore.md index 61dfe579..400ef8ca 100644 --- a/old_docs/API_docs_v65/methods/messages_setGameScore.md +++ b/old_docs/API_docs_v65/methods/messages_setGameScore.md @@ -10,12 +10,12 @@ description: messages.setGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/messages_setInlineBotResults.md b/old_docs/API_docs_v65/methods/messages_setInlineBotResults.md index c38b8c2e..2071061a 100644 --- a/old_docs/API_docs_v65/methods/messages_setInlineBotResults.md +++ b/old_docs/API_docs_v65/methods/messages_setInlineBotResults.md @@ -10,13 +10,13 @@ description: messages.setInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|gallery|[Bool](../types/Bool.md) | Optional| -|private|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|results|Array of [InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| -|cache\_time|[int](../types/int.md) | Yes| -|next\_offset|[string](../types/string.md) | Optional| -|switch\_pm|[InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| +|gallery|[CLICK ME Bool](../types/Bool.md) | Optional| +|private|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|results|Array of [CLICK ME InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| +|next\_offset|[CLICK ME string](../types/string.md) | Optional| +|switch\_pm|[CLICK ME InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/messages_setInlineGameScore.md b/old_docs/API_docs_v65/methods/messages_setInlineGameScore.md index 9fadc31e..7cd855b2 100644 --- a/old_docs/API_docs_v65/methods/messages_setInlineGameScore.md +++ b/old_docs/API_docs_v65/methods/messages_setInlineGameScore.md @@ -10,11 +10,11 @@ description: messages.setInlineGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/messages_setTyping.md b/old_docs/API_docs_v65/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v65/methods/messages_setTyping.md +++ b/old_docs/API_docs_v65/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/messages_startBot.md b/old_docs/API_docs_v65/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v65/methods/messages_startBot.md +++ b/old_docs/API_docs_v65/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v65/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v65/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v65/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/messages_toggleDialogPin.md b/old_docs/API_docs_v65/methods/messages_toggleDialogPin.md index 7c5bfa9f..4b2282c3 100644 --- a/old_docs/API_docs_v65/methods/messages_toggleDialogPin.md +++ b/old_docs/API_docs_v65/methods/messages_toggleDialogPin.md @@ -10,7 +10,7 @@ description: messages.toggleDialogPin parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pinned|[Bool](../types/Bool.md) | Optional| +|pinned|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v65/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v65/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v65/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v65/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/payments_clearSavedInfo.md b/old_docs/API_docs_v65/methods/payments_clearSavedInfo.md index dc762198..beedba00 100644 --- a/old_docs/API_docs_v65/methods/payments_clearSavedInfo.md +++ b/old_docs/API_docs_v65/methods/payments_clearSavedInfo.md @@ -10,8 +10,8 @@ description: payments.clearSavedInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|credentials|[Bool](../types/Bool.md) | Optional| -|info|[Bool](../types/Bool.md) | Optional| +|credentials|[CLICK ME Bool](../types/Bool.md) | Optional| +|info|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/payments_getPaymentForm.md b/old_docs/API_docs_v65/methods/payments_getPaymentForm.md index ee269741..2ea128aa 100644 --- a/old_docs/API_docs_v65/methods/payments_getPaymentForm.md +++ b/old_docs/API_docs_v65/methods/payments_getPaymentForm.md @@ -10,7 +10,7 @@ description: payments.getPaymentForm parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [payments\_PaymentForm](../types/payments_PaymentForm.md) diff --git a/old_docs/API_docs_v65/methods/payments_getPaymentReceipt.md b/old_docs/API_docs_v65/methods/payments_getPaymentReceipt.md index e46563d0..6df0998f 100644 --- a/old_docs/API_docs_v65/methods/payments_getPaymentReceipt.md +++ b/old_docs/API_docs_v65/methods/payments_getPaymentReceipt.md @@ -10,7 +10,7 @@ description: payments.getPaymentReceipt parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [payments\_PaymentReceipt](../types/payments_PaymentReceipt.md) diff --git a/old_docs/API_docs_v65/methods/payments_sendPaymentForm.md b/old_docs/API_docs_v65/methods/payments_sendPaymentForm.md index 08505110..84a67497 100644 --- a/old_docs/API_docs_v65/methods/payments_sendPaymentForm.md +++ b/old_docs/API_docs_v65/methods/payments_sendPaymentForm.md @@ -10,10 +10,10 @@ description: payments.sendPaymentForm parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| -|requested\_info\_id|[string](../types/string.md) | Optional| -|shipping\_option\_id|[string](../types/string.md) | Optional| -|credentials|[InputPaymentCredentials](../types/InputPaymentCredentials.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|requested\_info\_id|[CLICK ME string](../types/string.md) | Optional| +|shipping\_option\_id|[CLICK ME string](../types/string.md) | Optional| +|credentials|[CLICK ME InputPaymentCredentials](../types/InputPaymentCredentials.md) | Yes| ### Return type: [payments\_PaymentResult](../types/payments_PaymentResult.md) diff --git a/old_docs/API_docs_v65/methods/payments_validateRequestedInfo.md b/old_docs/API_docs_v65/methods/payments_validateRequestedInfo.md index ebfc5c22..3a3f832b 100644 --- a/old_docs/API_docs_v65/methods/payments_validateRequestedInfo.md +++ b/old_docs/API_docs_v65/methods/payments_validateRequestedInfo.md @@ -10,9 +10,9 @@ description: payments.validateRequestedInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|save|[Bool](../types/Bool.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|info|[PaymentRequestedInfo](../types/PaymentRequestedInfo.md) | Yes| +|save|[CLICK ME Bool](../types/Bool.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|info|[CLICK ME PaymentRequestedInfo](../types/PaymentRequestedInfo.md) | Yes| ### Return type: [payments\_ValidatedRequestedInfo](../types/payments_ValidatedRequestedInfo.md) diff --git a/old_docs/API_docs_v65/methods/phone_receivedCall.md b/old_docs/API_docs_v65/methods/phone_receivedCall.md index 00b51aed..daca3fe2 100644 --- a/old_docs/API_docs_v65/methods/phone_receivedCall.md +++ b/old_docs/API_docs_v65/methods/phone_receivedCall.md @@ -10,7 +10,7 @@ description: phone.receivedCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/phone_saveCallDebug.md b/old_docs/API_docs_v65/methods/phone_saveCallDebug.md index 90135792..063ab7a2 100644 --- a/old_docs/API_docs_v65/methods/phone_saveCallDebug.md +++ b/old_docs/API_docs_v65/methods/phone_saveCallDebug.md @@ -10,8 +10,8 @@ description: phone.saveCallDebug parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| -|debug|[DataJSON](../types/DataJSON.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|debug|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v65/methods/phone_setCallRating.md b/old_docs/API_docs_v65/methods/phone_setCallRating.md index 21570b80..3f6b792d 100644 --- a/old_docs/API_docs_v65/methods/phone_setCallRating.md +++ b/old_docs/API_docs_v65/methods/phone_setCallRating.md @@ -10,9 +10,9 @@ description: phone.setCallRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| -|rating|[int](../types/int.md) | Yes| -|comment|[string](../types/string.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|rating|[CLICK ME int](../types/int.md) | Yes| +|comment|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v65/methods/photos_getUserPhotos.md b/old_docs/API_docs_v65/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v65/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v65/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v65/methods/ping.md b/old_docs/API_docs_v65/methods/ping.md index 18f5a2bd..e08de68f 100644 --- a/old_docs/API_docs_v65/methods/ping.md +++ b/old_docs/API_docs_v65/methods/ping.md @@ -12,7 +12,7 @@ pings the server | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ping\_id|[long](../types/long.md) | Yes|Ping ID| +|ping\_id|[CLICK ME long](../types/long.md) | Yes|Ping ID| ### Return type: [Pong](../types/Pong.md) diff --git a/old_docs/API_docs_v65/methods/ping_delay_disconnect.md b/old_docs/API_docs_v65/methods/ping_delay_disconnect.md index 709f8026..e3438a12 100644 --- a/old_docs/API_docs_v65/methods/ping_delay_disconnect.md +++ b/old_docs/API_docs_v65/methods/ping_delay_disconnect.md @@ -12,8 +12,8 @@ Pings the server and causes disconection if the same method is not called within | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ping\_id|[long](../types/long.md) | Yes|Ping ID| -|disconnect\_delay|[int](../types/int.md) | Yes|Disconection delay| +|ping\_id|[CLICK ME long](../types/long.md) | Yes|Ping ID| +|disconnect\_delay|[CLICK ME int](../types/int.md) | Yes|Disconection delay| ### Return type: [Pong](../types/Pong.md) diff --git a/old_docs/API_docs_v65/methods/req_DH_params.md b/old_docs/API_docs_v65/methods/req_DH_params.md index b0cc4418..8bd36af2 100644 --- a/old_docs/API_docs_v65/methods/req_DH_params.md +++ b/old_docs/API_docs_v65/methods/req_DH_params.md @@ -12,12 +12,12 @@ Requests Diffie-hellman parameters for key exchange | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| -|server\_nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| -|p|[string](../types/string.md) | Yes|| -|q|[string](../types/string.md) | Yes|| -|public\_key\_fingerprint|[long](../types/long.md) | Yes|Server RSA fingerprint| -|encrypted\_data|[string](../types/string.md) | Yes|| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| +|server\_nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| +|p|[CLICK ME string](../types/string.md) | Yes|| +|q|[CLICK ME string](../types/string.md) | Yes|| +|public\_key\_fingerprint|[CLICK ME long](../types/long.md) | Yes|Server RSA fingerprint| +|encrypted\_data|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Server\_DH\_Params](../types/Server_DH_Params.md) diff --git a/old_docs/API_docs_v65/methods/req_pq.md b/old_docs/API_docs_v65/methods/req_pq.md index 39a1715b..170f38d5 100644 --- a/old_docs/API_docs_v65/methods/req_pq.md +++ b/old_docs/API_docs_v65/methods/req_pq.md @@ -12,7 +12,7 @@ Requests PQ for factorization | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| ### Return type: [ResPQ](../types/ResPQ.md) diff --git a/old_docs/API_docs_v65/methods/rpc_drop_answer.md b/old_docs/API_docs_v65/methods/rpc_drop_answer.md index 225a43b5..f12fd85f 100644 --- a/old_docs/API_docs_v65/methods/rpc_drop_answer.md +++ b/old_docs/API_docs_v65/methods/rpc_drop_answer.md @@ -12,7 +12,7 @@ Do not send answer to provided request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|req\_msg\_id|[long](../types/long.md) | Yes|The message ID of the request| +|req\_msg\_id|[CLICK ME long](../types/long.md) | Yes|The message ID of the request| ### Return type: [RpcDropAnswer](../types/RpcDropAnswer.md) diff --git a/old_docs/API_docs_v65/methods/set_client_DH_params.md b/old_docs/API_docs_v65/methods/set_client_DH_params.md index 4af21a12..2bd7a152 100644 --- a/old_docs/API_docs_v65/methods/set_client_DH_params.md +++ b/old_docs/API_docs_v65/methods/set_client_DH_params.md @@ -12,9 +12,9 @@ Sets client diffie-hellman parameters | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| -|server\_nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| -|encrypted\_data|[string](../types/string.md) | Yes|| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| +|server\_nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| +|encrypted\_data|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Set\_client\_DH\_params\_answer](../types/Set_client_DH_params_answer.md) diff --git a/old_docs/API_docs_v65/methods/upload_getWebFile.md b/old_docs/API_docs_v65/methods/upload_getWebFile.md index ca200db1..54615226 100644 --- a/old_docs/API_docs_v65/methods/upload_getWebFile.md +++ b/old_docs/API_docs_v65/methods/upload_getWebFile.md @@ -10,9 +10,9 @@ description: upload.getWebFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|location|[InputWebFileLocation](../types/InputWebFileLocation.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|location|[CLICK ME InputWebFileLocation](../types/InputWebFileLocation.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [upload\_WebFile](../types/upload_WebFile.md) diff --git a/old_docs/API_docs_v66/methods/account_changePhone.md b/old_docs/API_docs_v66/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v66/methods/account_changePhone.md +++ b/old_docs/API_docs_v66/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v66/methods/account_checkUsername.md b/old_docs/API_docs_v66/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v66/methods/account_checkUsername.md +++ b/old_docs/API_docs_v66/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/account_confirmPhone.md b/old_docs/API_docs_v66/methods/account_confirmPhone.md index 2261e6e8..e9c724b1 100644 --- a/old_docs/API_docs_v66/methods/account_confirmPhone.md +++ b/old_docs/API_docs_v66/methods/account_confirmPhone.md @@ -12,8 +12,8 @@ Confirm this phone number is associated to this account, obtain phone_code_hash | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_code\_hash|[string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/account_deleteAccount.md b/old_docs/API_docs_v66/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v66/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v66/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/account_getNotifySettings.md b/old_docs/API_docs_v66/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v66/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v66/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v66/methods/account_getPasswordSettings.md b/old_docs/API_docs_v66/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v66/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v66/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v66/methods/account_getPrivacy.md b/old_docs/API_docs_v66/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v66/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v66/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v66/methods/account_getTmpPassword.md b/old_docs/API_docs_v66/methods/account_getTmpPassword.md index e9ff8d28..fb300173 100644 --- a/old_docs/API_docs_v66/methods/account_getTmpPassword.md +++ b/old_docs/API_docs_v66/methods/account_getTmpPassword.md @@ -12,8 +12,8 @@ Get temporary password for buying products through bots | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|password\_hash|[bytes](../types/bytes.md) | Yes|The password hash| -|period|[int](../types/int.md) | Yes|The validity period| +|password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|The password hash| +|period|[CLICK ME int](../types/int.md) | Yes|The validity period| ### Return type: [account\_TmpPassword](../types/account_TmpPassword.md) diff --git a/old_docs/API_docs_v66/methods/account_registerDevice.md b/old_docs/API_docs_v66/methods/account_registerDevice.md index 0bf6d1ee..1e3279b1 100644 --- a/old_docs/API_docs_v66/methods/account_registerDevice.md +++ b/old_docs/API_docs_v66/methods/account_registerDevice.md @@ -12,8 +12,8 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/account_reportPeer.md b/old_docs/API_docs_v66/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/old_docs/API_docs_v66/methods/account_reportPeer.md +++ b/old_docs/API_docs_v66/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/account_resetAuthorization.md b/old_docs/API_docs_v66/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v66/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v66/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v66/methods/account_sendChangePhoneCode.md index 9e5016a4..df3fde89 100644 --- a/old_docs/API_docs_v66/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v66/methods/account_sendChangePhoneCode.md @@ -12,9 +12,9 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| -|phone\_number|[string](../types/string.md) | Yes|New phone number| -|current\_number|[Bool](../types/Bool.md) | Optional|Current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|Current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v66/methods/account_sendConfirmPhoneCode.md b/old_docs/API_docs_v66/methods/account_sendConfirmPhoneCode.md index 4de86a33..136e98c6 100644 --- a/old_docs/API_docs_v66/methods/account_sendConfirmPhoneCode.md +++ b/old_docs/API_docs_v66/methods/account_sendConfirmPhoneCode.md @@ -12,9 +12,9 @@ Send confirmation phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| -|hash|[string](../types/string.md) | Yes|The hash| -|current\_number|[Bool](../types/Bool.md) | Optional|The current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| +|hash|[CLICK ME string](../types/string.md) | Yes|The hash| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|The current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v66/methods/account_setAccountTTL.md b/old_docs/API_docs_v66/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v66/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v66/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/account_setPrivacy.md b/old_docs/API_docs_v66/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v66/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v66/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v66/methods/account_unregisterDevice.md b/old_docs/API_docs_v66/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v66/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v66/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v66/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v66/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v66/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/account_updateNotifySettings.md b/old_docs/API_docs_v66/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v66/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v66/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v66/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v66/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v66/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/account_updateProfile.md b/old_docs/API_docs_v66/methods/account_updateProfile.md index 8b0c3268..f4335a9e 100644 --- a/old_docs/API_docs_v66/methods/account_updateProfile.md +++ b/old_docs/API_docs_v66/methods/account_updateProfile.md @@ -12,9 +12,9 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Optional|The first name| -|last\_name|[string](../types/string.md) | Optional|The last name| -|about|[string](../types/string.md) | Optional|The bio/about field| +|first\_name|[CLICK ME string](../types/string.md) | Optional|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Optional|The last name| +|about|[CLICK ME string](../types/string.md) | Optional|The bio/about field| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v66/methods/account_updateStatus.md b/old_docs/API_docs_v66/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v66/methods/account_updateStatus.md +++ b/old_docs/API_docs_v66/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/account_updateUsername.md b/old_docs/API_docs_v66/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v66/methods/account_updateUsername.md +++ b/old_docs/API_docs_v66/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v66/methods/auth_cancelCode.md b/old_docs/API_docs_v66/methods/auth_cancelCode.md index 1283e1e5..9ddbf819 100644 --- a/old_docs/API_docs_v66/methods/auth_cancelCode.md +++ b/old_docs/API_docs_v66/methods/auth_cancelCode.md @@ -12,8 +12,8 @@ Invalidate sent phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/auth_checkPhone.md b/old_docs/API_docs_v66/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v66/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v66/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v66/methods/auth_dropTempAuthKeys.md b/old_docs/API_docs_v66/methods/auth_dropTempAuthKeys.md index b08b9f40..81bb2ae2 100644 --- a/old_docs/API_docs_v66/methods/auth_dropTempAuthKeys.md +++ b/old_docs/API_docs_v66/methods/auth_dropTempAuthKeys.md @@ -12,7 +12,7 @@ Delete all temporary authorization keys except the ones provided | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|except\_auth\_keys|Array of [long](../types/long.md) | Yes|The temporary authorization keys to keep| +|except\_auth\_keys|Array of [CLICK ME long](../types/long.md) | Yes|The temporary authorization keys to keep| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/auth_recoverPassword.md b/old_docs/API_docs_v66/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v66/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v66/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v66/methods/auth_resendCode.md b/old_docs/API_docs_v66/methods/auth_resendCode.md index 4bfbf379..02471563 100644 --- a/old_docs/API_docs_v66/methods/auth_resendCode.md +++ b/old_docs/API_docs_v66/methods/auth_resendCode.md @@ -12,8 +12,8 @@ Resend the SMS verification code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|The phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|The phone code hash| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v66/methods/auth_sendInvites.md b/old_docs/API_docs_v66/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v66/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v66/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/bots_answerWebhookJSONQuery.md b/old_docs/API_docs_v66/methods/bots_answerWebhookJSONQuery.md index 809576fa..ed38c8d9 100644 --- a/old_docs/API_docs_v66/methods/bots_answerWebhookJSONQuery.md +++ b/old_docs/API_docs_v66/methods/bots_answerWebhookJSONQuery.md @@ -10,8 +10,8 @@ description: bots.answerWebhookJSONQuery parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query\_id|[long](../types/long.md) | Yes| -|data|[DataJSON](../types/DataJSON.md) | Yes| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|data|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/bots_sendCustomRequest.md b/old_docs/API_docs_v66/methods/bots_sendCustomRequest.md index ce28f6ca..0b395c96 100644 --- a/old_docs/API_docs_v66/methods/bots_sendCustomRequest.md +++ b/old_docs/API_docs_v66/methods/bots_sendCustomRequest.md @@ -10,8 +10,8 @@ description: bots.sendCustomRequest parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|custom\_method|[string](../types/string.md) | Yes| -|params|[DataJSON](../types/DataJSON.md) | Yes| +|custom\_method|[CLICK ME string](../types/string.md) | Yes| +|params|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [DataJSON](../types/DataJSON.md) diff --git a/old_docs/API_docs_v66/methods/channels_checkUsername.md b/old_docs/API_docs_v66/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v66/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v66/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/channels_createChannel.md b/old_docs/API_docs_v66/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v66/methods/channels_createChannel.md +++ b/old_docs/API_docs_v66/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/channels_deleteMessages.md b/old_docs/API_docs_v66/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v66/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v66/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v66/methods/channels_editAbout.md b/old_docs/API_docs_v66/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v66/methods/channels_editAbout.md +++ b/old_docs/API_docs_v66/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/channels_editAdmin.md b/old_docs/API_docs_v66/methods/channels_editAdmin.md index 146159d9..8bf2f7e9 100644 --- a/old_docs/API_docs_v66/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v66/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|role|[ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| +|role|[CLICK ME ChannelParticipantRole](../types/ChannelParticipantRole.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/channels_editPhoto.md b/old_docs/API_docs_v66/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v66/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v66/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/channels_editTitle.md b/old_docs/API_docs_v66/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v66/methods/channels_editTitle.md +++ b/old_docs/API_docs_v66/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/channels_exportMessageLink.md b/old_docs/API_docs_v66/methods/channels_exportMessageLink.md index 7eff4ed8..e0aabc17 100644 --- a/old_docs/API_docs_v66/methods/channels_exportMessageLink.md +++ b/old_docs/API_docs_v66/methods/channels_exportMessageLink.md @@ -11,7 +11,7 @@ description: channels.exportMessageLink parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [ExportedMessageLink](../types/ExportedMessageLink.md) diff --git a/old_docs/API_docs_v66/methods/channels_getMessages.md b/old_docs/API_docs_v66/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v66/methods/channels_getMessages.md +++ b/old_docs/API_docs_v66/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v66/methods/channels_getParticipants.md b/old_docs/API_docs_v66/methods/channels_getParticipants.md index 7a9b6699..bfd09c2f 100644 --- a/old_docs/API_docs_v66/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v66/methods/channels_getParticipants.md @@ -11,9 +11,9 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v66/methods/channels_kickFromChannel.md b/old_docs/API_docs_v66/methods/channels_kickFromChannel.md index e4b68581..db90706b 100644 --- a/old_docs/API_docs_v66/methods/channels_kickFromChannel.md +++ b/old_docs/API_docs_v66/methods/channels_kickFromChannel.md @@ -12,7 +12,7 @@ description: channels.kickFromChannel parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|kicked|[Bool](../types/Bool.md) | Yes| +|kicked|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/channels_readHistory.md b/old_docs/API_docs_v66/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v66/methods/channels_readHistory.md +++ b/old_docs/API_docs_v66/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/channels_reportSpam.md b/old_docs/API_docs_v66/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v66/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v66/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/channels_toggleInvites.md b/old_docs/API_docs_v66/methods/channels_toggleInvites.md index 8d977fd0..f18ea3c2 100644 --- a/old_docs/API_docs_v66/methods/channels_toggleInvites.md +++ b/old_docs/API_docs_v66/methods/channels_toggleInvites.md @@ -11,7 +11,7 @@ description: channels.toggleInvites parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/channels_toggleSignatures.md b/old_docs/API_docs_v66/methods/channels_toggleSignatures.md index 13d53d92..1b8832f0 100644 --- a/old_docs/API_docs_v66/methods/channels_toggleSignatures.md +++ b/old_docs/API_docs_v66/methods/channels_toggleSignatures.md @@ -11,7 +11,7 @@ description: channels.toggleSignatures parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/channels_updatePinnedMessage.md b/old_docs/API_docs_v66/methods/channels_updatePinnedMessage.md index ecc15ce6..76b894cd 100644 --- a/old_docs/API_docs_v66/methods/channels_updatePinnedMessage.md +++ b/old_docs/API_docs_v66/methods/channels_updatePinnedMessage.md @@ -10,9 +10,9 @@ description: channels.updatePinnedMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/channels_updateUsername.md b/old_docs/API_docs_v66/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v66/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v66/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/contacts_getBlocked.md b/old_docs/API_docs_v66/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v66/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v66/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v66/methods/contacts_getContacts.md b/old_docs/API_docs_v66/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v66/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v66/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v66/methods/contacts_getTopPeers.md b/old_docs/API_docs_v66/methods/contacts_getTopPeers.md index eafcb6ec..195d150c 100644 --- a/old_docs/API_docs_v66/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v66/methods/contacts_getTopPeers.md @@ -12,14 +12,14 @@ Get most used chats | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|correspondents|[Bool](../types/Bool.md) | Optional|| -|bots\_pm|[Bool](../types/Bool.md) | Optional|| -|bots\_inline|[Bool](../types/Bool.md) | Optional|| -|groups|[Bool](../types/Bool.md) | Optional|| -|channels|[Bool](../types/Bool.md) | Optional|| -|offset|[int](../types/int.md) | Yes|| -|limit|[int](../types/int.md) | Yes|| -|hash|[int](../types/int.md) | Yes|| +|correspondents|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_pm|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_inline|[CLICK ME Bool](../types/Bool.md) | Optional|| +|groups|[CLICK ME Bool](../types/Bool.md) | Optional|| +|channels|[CLICK ME Bool](../types/Bool.md) | Optional|| +|offset|[CLICK ME int](../types/int.md) | Yes|| +|limit|[CLICK ME int](../types/int.md) | Yes|| +|hash|[CLICK ME int](../types/int.md) | Yes|| ### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md) diff --git a/old_docs/API_docs_v66/methods/contacts_importCard.md b/old_docs/API_docs_v66/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v66/methods/contacts_importCard.md +++ b/old_docs/API_docs_v66/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v66/methods/contacts_importContacts.md b/old_docs/API_docs_v66/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v66/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v66/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v66/methods/contacts_resetTopPeerRating.md b/old_docs/API_docs_v66/methods/contacts_resetTopPeerRating.md index ddcf6b2f..ee6d382b 100644 --- a/old_docs/API_docs_v66/methods/contacts_resetTopPeerRating.md +++ b/old_docs/API_docs_v66/methods/contacts_resetTopPeerRating.md @@ -10,7 +10,7 @@ description: contacts.resetTopPeerRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|category|[TopPeerCategory](../types/TopPeerCategory.md) | Yes| +|category|[CLICK ME TopPeerCategory](../types/TopPeerCategory.md) | Yes| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v66/methods/contacts_search.md b/old_docs/API_docs_v66/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v66/methods/contacts_search.md +++ b/old_docs/API_docs_v66/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v66/methods/contest_saveDeveloperInfo.md b/old_docs/API_docs_v66/methods/contest_saveDeveloperInfo.md index 6a8e5fda..1ed74773 100644 --- a/old_docs/API_docs_v66/methods/contest_saveDeveloperInfo.md +++ b/old_docs/API_docs_v66/methods/contest_saveDeveloperInfo.md @@ -10,11 +10,11 @@ description: contest.saveDeveloperInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|vk\_id|[int](../types/int.md) | Yes| -|name|[string](../types/string.md) | Yes| -|phone\_number|[string](../types/string.md) | Yes| -|age|[int](../types/int.md) | Yes| -|city|[string](../types/string.md) | Yes| +|vk\_id|[CLICK ME int](../types/int.md) | Yes| +|name|[CLICK ME string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|age|[CLICK ME int](../types/int.md) | Yes| +|city|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/destroy_session.md b/old_docs/API_docs_v66/methods/destroy_session.md index b2525dfb..97e5c64e 100644 --- a/old_docs/API_docs_v66/methods/destroy_session.md +++ b/old_docs/API_docs_v66/methods/destroy_session.md @@ -12,7 +12,7 @@ Destroy the current MTProto session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|session\_id|[long](../types/long.md) | Yes|The session to destroy| +|session\_id|[CLICK ME long](../types/long.md) | Yes|The session to destroy| ### Return type: [DestroySessionRes](../types/DestroySessionRes.md) diff --git a/old_docs/API_docs_v66/methods/get_future_salts.md b/old_docs/API_docs_v66/methods/get_future_salts.md index 4c2c9c46..520bfbce 100644 --- a/old_docs/API_docs_v66/methods/get_future_salts.md +++ b/old_docs/API_docs_v66/methods/get_future_salts.md @@ -12,7 +12,7 @@ Get future salts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|num|[int](../types/int.md) | Yes|How many salts should be fetched| +|num|[CLICK ME int](../types/int.md) | Yes|How many salts should be fetched| ### Return type: [FutureSalts](../types/FutureSalts.md) diff --git a/old_docs/API_docs_v66/methods/help_getAppChangelog.md b/old_docs/API_docs_v66/methods/help_getAppChangelog.md index f09a7a0d..c141705d 100644 --- a/old_docs/API_docs_v66/methods/help_getAppChangelog.md +++ b/old_docs/API_docs_v66/methods/help_getAppChangelog.md @@ -10,7 +10,7 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|prev\_app\_version|[string](../types/string.md) | Yes| +|prev\_app\_version|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/help_saveAppLog.md b/old_docs/API_docs_v66/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v66/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v66/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/help_setBotUpdatesStatus.md b/old_docs/API_docs_v66/methods/help_setBotUpdatesStatus.md index 68c9720a..702da826 100644 --- a/old_docs/API_docs_v66/methods/help_setBotUpdatesStatus.md +++ b/old_docs/API_docs_v66/methods/help_setBotUpdatesStatus.md @@ -10,8 +10,8 @@ description: help.setBotUpdatesStatus parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pending\_updates\_count|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Yes| +|pending\_updates\_count|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/initConnection.md b/old_docs/API_docs_v66/methods/initConnection.md index d17f66ba..e6e4a6d9 100644 --- a/old_docs/API_docs_v66/methods/initConnection.md +++ b/old_docs/API_docs_v66/methods/initConnection.md @@ -12,12 +12,12 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v66/methods/invokeAfterMsg.md b/old_docs/API_docs_v66/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v66/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v66/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v66/methods/invokeAfterMsgs.md b/old_docs/API_docs_v66/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v66/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v66/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v66/methods/invokeWithLayer.md b/old_docs/API_docs_v66/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v66/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v66/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v66/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v66/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v66/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v66/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v66/methods/messages_addChatUser.md b/old_docs/API_docs_v66/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v66/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v66/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/messages_checkChatInvite.md b/old_docs/API_docs_v66/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v66/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v66/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v66/methods/messages_clearRecentStickers.md b/old_docs/API_docs_v66/methods/messages_clearRecentStickers.md index 31941a34..00d81839 100644 --- a/old_docs/API_docs_v66/methods/messages_clearRecentStickers.md +++ b/old_docs/API_docs_v66/methods/messages_clearRecentStickers.md @@ -10,7 +10,7 @@ description: messages.clearRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/messages_createChat.md b/old_docs/API_docs_v66/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v66/methods/messages_createChat.md +++ b/old_docs/API_docs_v66/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/messages_deleteHistory.md b/old_docs/API_docs_v66/methods/messages_deleteHistory.md index 01686b2b..ff2f5471 100644 --- a/old_docs/API_docs_v66/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v66/methods/messages_deleteHistory.md @@ -10,9 +10,9 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|just\_clear|[Bool](../types/Bool.md) | Optional| +|just\_clear|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v66/methods/messages_deleteMessages.md b/old_docs/API_docs_v66/methods/messages_deleteMessages.md index 0cc6e6ed..5e0f1ad1 100644 --- a/old_docs/API_docs_v66/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v66/methods/messages_deleteMessages.md @@ -10,8 +10,8 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|revoke|[Bool](../types/Bool.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|revoke|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v66/methods/messages_editChatAdmin.md b/old_docs/API_docs_v66/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v66/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v66/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/messages_editChatPhoto.md b/old_docs/API_docs_v66/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v66/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v66/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/messages_editChatTitle.md b/old_docs/API_docs_v66/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v66/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v66/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/messages_editInlineBotMessage.md b/old_docs/API_docs_v66/methods/messages_editInlineBotMessage.md index 289100ea..42e5a485 100644 --- a/old_docs/API_docs_v66/methods/messages_editInlineBotMessage.md +++ b/old_docs/API_docs_v66/methods/messages_editInlineBotMessage.md @@ -10,11 +10,11 @@ description: messages.editInlineBotMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v66/methods/messages_editMessage.md b/old_docs/API_docs_v66/methods/messages_editMessage.md index 63379ed9..9245b241 100644 --- a/old_docs/API_docs_v66/methods/messages_editMessage.md +++ b/old_docs/API_docs_v66/methods/messages_editMessage.md @@ -10,12 +10,12 @@ description: messages.editMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|id|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v66/methods/messages_forwardMessage.md b/old_docs/API_docs_v66/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v66/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v66/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/messages_forwardMessages.md b/old_docs/API_docs_v66/methods/messages_forwardMessages.md index df361517..bc2f0995 100644 --- a/old_docs/API_docs_v66/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v66/methods/messages_forwardMessages.md @@ -10,11 +10,11 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|with\_my\_score|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|with\_my\_score|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v66/methods/messages_getAllChats.md b/old_docs/API_docs_v66/methods/messages_getAllChats.md index 59bc0add..5a5ce6da 100644 --- a/old_docs/API_docs_v66/methods/messages_getAllChats.md +++ b/old_docs/API_docs_v66/methods/messages_getAllChats.md @@ -10,7 +10,7 @@ description: messages.getAllChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|except\_ids|Array of [int](../types/int.md) | Yes| +|except\_ids|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v66/methods/messages_getAllStickers.md b/old_docs/API_docs_v66/methods/messages_getAllStickers.md index 7ab91cef..b30ea741 100644 --- a/old_docs/API_docs_v66/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v66/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v66/methods/messages_getArchivedStickers.md b/old_docs/API_docs_v66/methods/messages_getArchivedStickers.md index 8c2041a3..2c1f1f95 100644 --- a/old_docs/API_docs_v66/methods/messages_getArchivedStickers.md +++ b/old_docs/API_docs_v66/methods/messages_getArchivedStickers.md @@ -10,9 +10,9 @@ description: messages.getArchivedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|offset\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_ArchivedStickers](../types/messages_ArchivedStickers.md) diff --git a/old_docs/API_docs_v66/methods/messages_getAttachedStickers.md b/old_docs/API_docs_v66/methods/messages_getAttachedStickers.md index f03f0be2..5a1374c5 100644 --- a/old_docs/API_docs_v66/methods/messages_getAttachedStickers.md +++ b/old_docs/API_docs_v66/methods/messages_getAttachedStickers.md @@ -10,7 +10,7 @@ description: messages.getAttachedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|media|[InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| +|media|[CLICK ME InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| ### Return type: [Vector\_of\_StickerSetCovered](../types/StickerSetCovered.md) diff --git a/old_docs/API_docs_v66/methods/messages_getBotCallbackAnswer.md b/old_docs/API_docs_v66/methods/messages_getBotCallbackAnswer.md index b9039098..f477f013 100644 --- a/old_docs/API_docs_v66/methods/messages_getBotCallbackAnswer.md +++ b/old_docs/API_docs_v66/methods/messages_getBotCallbackAnswer.md @@ -10,10 +10,10 @@ description: messages.getBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|game|[Bool](../types/Bool.md) | Optional| +|game|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|data|[bytes](../types/bytes.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|data|[CLICK ME bytes](../types/bytes.md) | Optional| ### Return type: [messages\_BotCallbackAnswer](../types/messages_BotCallbackAnswer.md) diff --git a/old_docs/API_docs_v66/methods/messages_getChats.md b/old_docs/API_docs_v66/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v66/methods/messages_getChats.md +++ b/old_docs/API_docs_v66/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v66/methods/messages_getCommonChats.md b/old_docs/API_docs_v66/methods/messages_getCommonChats.md index 0df79096..370930d7 100644 --- a/old_docs/API_docs_v66/methods/messages_getCommonChats.md +++ b/old_docs/API_docs_v66/methods/messages_getCommonChats.md @@ -11,8 +11,8 @@ description: messages.getCommonChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v66/methods/messages_getDhConfig.md b/old_docs/API_docs_v66/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v66/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v66/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v66/methods/messages_getDialogs.md b/old_docs/API_docs_v66/methods/messages_getDialogs.md index 041b3efe..dca266c6 100644 --- a/old_docs/API_docs_v66/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v66/methods/messages_getDialogs.md @@ -10,11 +10,11 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|exclude\_pinned|[Bool](../types/Bool.md) | Optional| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|exclude\_pinned|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v66/methods/messages_getDocumentByHash.md b/old_docs/API_docs_v66/methods/messages_getDocumentByHash.md index 13f0c18f..14e3e5bd 100644 --- a/old_docs/API_docs_v66/methods/messages_getDocumentByHash.md +++ b/old_docs/API_docs_v66/methods/messages_getDocumentByHash.md @@ -10,9 +10,9 @@ description: messages.getDocumentByHash parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|sha256|[bytes](../types/bytes.md) | Yes| -|size|[int](../types/int.md) | Yes| -|mime\_type|[string](../types/string.md) | Yes| +|sha256|[CLICK ME bytes](../types/bytes.md) | Yes| +|size|[CLICK ME int](../types/int.md) | Yes| +|mime\_type|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Document](../types/Document.md) diff --git a/old_docs/API_docs_v66/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v66/methods/messages_getFeaturedStickers.md index 51097eda..9e8c4eaf 100644 --- a/old_docs/API_docs_v66/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v66/methods/messages_getFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.getFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md) diff --git a/old_docs/API_docs_v66/methods/messages_getGameHighScores.md b/old_docs/API_docs_v66/methods/messages_getGameHighScores.md index 4b8b1397..39d1e406 100644 --- a/old_docs/API_docs_v66/methods/messages_getGameHighScores.md +++ b/old_docs/API_docs_v66/methods/messages_getGameHighScores.md @@ -11,7 +11,7 @@ description: messages.getGameHighScores parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v66/methods/messages_getHistory.md b/old_docs/API_docs_v66/methods/messages_getHistory.md index 87b8328d..46548372 100644 --- a/old_docs/API_docs_v66/methods/messages_getHistory.md +++ b/old_docs/API_docs_v66/methods/messages_getHistory.md @@ -11,12 +11,12 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v66/methods/messages_getInlineBotResults.md b/old_docs/API_docs_v66/methods/messages_getInlineBotResults.md index 6d965b19..fcbe281d 100644 --- a/old_docs/API_docs_v66/methods/messages_getInlineBotResults.md +++ b/old_docs/API_docs_v66/methods/messages_getInlineBotResults.md @@ -12,9 +12,9 @@ description: messages.getInlineBotResults parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|query|[string](../types/string.md) | Yes| -|offset|[string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|query|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_BotResults](../types/messages_BotResults.md) diff --git a/old_docs/API_docs_v66/methods/messages_getInlineGameHighScores.md b/old_docs/API_docs_v66/methods/messages_getInlineGameHighScores.md index 9305a0f4..5f3e774a 100644 --- a/old_docs/API_docs_v66/methods/messages_getInlineGameHighScores.md +++ b/old_docs/API_docs_v66/methods/messages_getInlineGameHighScores.md @@ -10,7 +10,7 @@ description: messages.getInlineGameHighScores parameters, return type and exampl | Name | Type | Required | |----------|---------------|----------| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v66/methods/messages_getMaskStickers.md b/old_docs/API_docs_v66/methods/messages_getMaskStickers.md index 260cfdb7..018e5c6b 100644 --- a/old_docs/API_docs_v66/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v66/methods/messages_getMaskStickers.md @@ -10,7 +10,7 @@ description: messages.getMaskStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v66/methods/messages_getMessageEditData.md b/old_docs/API_docs_v66/methods/messages_getMessageEditData.md index 2a90a419..9f02a9c9 100644 --- a/old_docs/API_docs_v66/methods/messages_getMessageEditData.md +++ b/old_docs/API_docs_v66/methods/messages_getMessageEditData.md @@ -11,7 +11,7 @@ description: messages.getMessageEditData parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_MessageEditData](../types/messages_MessageEditData.md) diff --git a/old_docs/API_docs_v66/methods/messages_getMessages.md b/old_docs/API_docs_v66/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v66/methods/messages_getMessages.md +++ b/old_docs/API_docs_v66/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v66/methods/messages_getMessagesViews.md b/old_docs/API_docs_v66/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v66/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v66/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v66/methods/messages_getRecentStickers.md b/old_docs/API_docs_v66/methods/messages_getRecentStickers.md index 5a60d345..6ec71d0e 100644 --- a/old_docs/API_docs_v66/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v66/methods/messages_getRecentStickers.md @@ -10,8 +10,8 @@ description: messages.getRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| -|hash|[int](../types/int.md) | Yes| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md) diff --git a/old_docs/API_docs_v66/methods/messages_getSavedGifs.md b/old_docs/API_docs_v66/methods/messages_getSavedGifs.md index bcb4590d..7545b642 100644 --- a/old_docs/API_docs_v66/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v66/methods/messages_getSavedGifs.md @@ -10,7 +10,7 @@ description: messages.getSavedGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md) diff --git a/old_docs/API_docs_v66/methods/messages_getStickerSet.md b/old_docs/API_docs_v66/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v66/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v66/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v66/methods/messages_getWebPage.md b/old_docs/API_docs_v66/methods/messages_getWebPage.md index 0f09af47..9e39b988 100644 --- a/old_docs/API_docs_v66/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v66/methods/messages_getWebPage.md @@ -10,8 +10,8 @@ description: messages.getWebPage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|url|[string](../types/string.md) | Yes| -|hash|[int](../types/int.md) | Yes| +|url|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [WebPage](../types/WebPage.md) diff --git a/old_docs/API_docs_v66/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v66/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v66/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v66/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v66/methods/messages_importChatInvite.md b/old_docs/API_docs_v66/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v66/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v66/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/messages_installStickerSet.md b/old_docs/API_docs_v66/methods/messages_installStickerSet.md index f405adce..8dfeacfa 100644 --- a/old_docs/API_docs_v66/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v66/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|archived|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|archived|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [messages\_StickerSetInstallResult](../types/messages_StickerSetInstallResult.md) diff --git a/old_docs/API_docs_v66/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v66/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v66/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v66/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/messages_readFeaturedStickers.md b/old_docs/API_docs_v66/methods/messages_readFeaturedStickers.md index 766ba200..9aef0199 100644 --- a/old_docs/API_docs_v66/methods/messages_readFeaturedStickers.md +++ b/old_docs/API_docs_v66/methods/messages_readFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.readFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [long](../types/long.md) | Yes| +|id|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/messages_readHistory.md b/old_docs/API_docs_v66/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v66/methods/messages_readHistory.md +++ b/old_docs/API_docs_v66/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v66/methods/messages_readMessageContents.md b/old_docs/API_docs_v66/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v66/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v66/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v66/methods/messages_receivedMessages.md b/old_docs/API_docs_v66/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v66/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v66/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v66/methods/messages_receivedQueue.md b/old_docs/API_docs_v66/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v66/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v66/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v66/methods/messages_reorderPinnedDialogs.md b/old_docs/API_docs_v66/methods/messages_reorderPinnedDialogs.md index 30e926d9..2d81735f 100644 --- a/old_docs/API_docs_v66/methods/messages_reorderPinnedDialogs.md +++ b/old_docs/API_docs_v66/methods/messages_reorderPinnedDialogs.md @@ -10,7 +10,7 @@ description: messages.reorderPinnedDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|force|[Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |order|Array of [Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Yes| diff --git a/old_docs/API_docs_v66/methods/messages_reorderStickerSets.md b/old_docs/API_docs_v66/methods/messages_reorderStickerSets.md index 0e2c121d..21092485 100644 --- a/old_docs/API_docs_v66/methods/messages_reorderStickerSets.md +++ b/old_docs/API_docs_v66/methods/messages_reorderStickerSets.md @@ -10,8 +10,8 @@ description: messages.reorderStickerSets parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|order|Array of [long](../types/long.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|order|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/messages_saveDraft.md b/old_docs/API_docs_v66/methods/messages_saveDraft.md index 754b4da2..7160fda4 100644 --- a/old_docs/API_docs_v66/methods/messages_saveDraft.md +++ b/old_docs/API_docs_v66/methods/messages_saveDraft.md @@ -10,11 +10,11 @@ description: messages.saveDraft parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|message|[string](../types/string.md) | Yes| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v66/methods/messages_saveGif.md b/old_docs/API_docs_v66/methods/messages_saveGif.md index 725bc949..d6487133 100644 --- a/old_docs/API_docs_v66/methods/messages_saveGif.md +++ b/old_docs/API_docs_v66/methods/messages_saveGif.md @@ -11,7 +11,7 @@ description: messages.saveGif parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/messages_saveRecentSticker.md b/old_docs/API_docs_v66/methods/messages_saveRecentSticker.md index 4a8298e2..2c3c7e12 100644 --- a/old_docs/API_docs_v66/methods/messages_saveRecentSticker.md +++ b/old_docs/API_docs_v66/methods/messages_saveRecentSticker.md @@ -10,9 +10,9 @@ description: messages.saveRecentSticker parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/messages_search.md b/old_docs/API_docs_v66/methods/messages_search.md index 11b968bf..a59ea798 100644 --- a/old_docs/API_docs_v66/methods/messages_search.md +++ b/old_docs/API_docs_v66/methods/messages_search.md @@ -11,13 +11,13 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v66/methods/messages_searchGifs.md b/old_docs/API_docs_v66/methods/messages_searchGifs.md index 896e98d2..d37ebbd0 100644 --- a/old_docs/API_docs_v66/methods/messages_searchGifs.md +++ b/old_docs/API_docs_v66/methods/messages_searchGifs.md @@ -10,8 +10,8 @@ description: messages.searchGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FoundGifs](../types/messages_FoundGifs.md) diff --git a/old_docs/API_docs_v66/methods/messages_searchGlobal.md b/old_docs/API_docs_v66/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v66/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v66/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v66/methods/messages_sendEncrypted.md b/old_docs/API_docs_v66/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v66/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v66/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v66/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v66/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v66/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v66/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v66/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v66/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v66/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v66/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v66/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v66/methods/messages_sendInlineBotResult.md index 6bfb1578..692c79f6 100644 --- a/old_docs/API_docs_v66/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v66/methods/messages_sendInlineBotResult.md @@ -10,13 +10,13 @@ description: messages.sendInlineBotResult parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|id|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|id|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/messages_sendMedia.md b/old_docs/API_docs_v66/methods/messages_sendMedia.md index 1530451b..2af751cb 100644 --- a/old_docs/API_docs_v66/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v66/methods/messages_sendMedia.md @@ -10,13 +10,13 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/messages_sendMessage.md b/old_docs/API_docs_v66/methods/messages_sendMessage.md index 49ace99c..314c73b7 100644 --- a/old_docs/API_docs_v66/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v66/methods/messages_sendMessage.md @@ -10,15 +10,15 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v66/methods/messages_setBotCallbackAnswer.md b/old_docs/API_docs_v66/methods/messages_setBotCallbackAnswer.md index 0282168b..7fec715e 100644 --- a/old_docs/API_docs_v66/methods/messages_setBotCallbackAnswer.md +++ b/old_docs/API_docs_v66/methods/messages_setBotCallbackAnswer.md @@ -10,11 +10,11 @@ description: messages.setBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|alert|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|message|[string](../types/string.md) | Optional| -|url|[string](../types/string.md) | Optional| -|cache\_time|[int](../types/int.md) | Yes| +|alert|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|url|[CLICK ME string](../types/string.md) | Optional| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/messages_setBotPrecheckoutResults.md b/old_docs/API_docs_v66/methods/messages_setBotPrecheckoutResults.md index 4aba8ca3..1a0854e0 100644 --- a/old_docs/API_docs_v66/methods/messages_setBotPrecheckoutResults.md +++ b/old_docs/API_docs_v66/methods/messages_setBotPrecheckoutResults.md @@ -10,9 +10,9 @@ description: messages.setBotPrecheckoutResults parameters, return type and examp | Name | Type | Required | |----------|---------------|----------| -|success|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|error|[string](../types/string.md) | Optional| +|success|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|error|[CLICK ME string](../types/string.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/messages_setBotShippingResults.md b/old_docs/API_docs_v66/methods/messages_setBotShippingResults.md index 5dcfe12e..526729f6 100644 --- a/old_docs/API_docs_v66/methods/messages_setBotShippingResults.md +++ b/old_docs/API_docs_v66/methods/messages_setBotShippingResults.md @@ -10,9 +10,9 @@ description: messages.setBotShippingResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query\_id|[long](../types/long.md) | Yes| -|error|[string](../types/string.md) | Optional| -|shipping\_options|Array of [ShippingOption](../types/ShippingOption.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|error|[CLICK ME string](../types/string.md) | Optional| +|shipping\_options|Array of [CLICK ME ShippingOption](../types/ShippingOption.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v66/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v66/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v66/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/messages_setGameScore.md b/old_docs/API_docs_v66/methods/messages_setGameScore.md index 61dfe579..400ef8ca 100644 --- a/old_docs/API_docs_v66/methods/messages_setGameScore.md +++ b/old_docs/API_docs_v66/methods/messages_setGameScore.md @@ -10,12 +10,12 @@ description: messages.setGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/messages_setInlineBotResults.md b/old_docs/API_docs_v66/methods/messages_setInlineBotResults.md index c38b8c2e..2071061a 100644 --- a/old_docs/API_docs_v66/methods/messages_setInlineBotResults.md +++ b/old_docs/API_docs_v66/methods/messages_setInlineBotResults.md @@ -10,13 +10,13 @@ description: messages.setInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|gallery|[Bool](../types/Bool.md) | Optional| -|private|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|results|Array of [InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| -|cache\_time|[int](../types/int.md) | Yes| -|next\_offset|[string](../types/string.md) | Optional| -|switch\_pm|[InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| +|gallery|[CLICK ME Bool](../types/Bool.md) | Optional| +|private|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|results|Array of [CLICK ME InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| +|next\_offset|[CLICK ME string](../types/string.md) | Optional| +|switch\_pm|[CLICK ME InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/messages_setInlineGameScore.md b/old_docs/API_docs_v66/methods/messages_setInlineGameScore.md index 9fadc31e..7cd855b2 100644 --- a/old_docs/API_docs_v66/methods/messages_setInlineGameScore.md +++ b/old_docs/API_docs_v66/methods/messages_setInlineGameScore.md @@ -10,11 +10,11 @@ description: messages.setInlineGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/messages_setTyping.md b/old_docs/API_docs_v66/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v66/methods/messages_setTyping.md +++ b/old_docs/API_docs_v66/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/messages_startBot.md b/old_docs/API_docs_v66/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v66/methods/messages_startBot.md +++ b/old_docs/API_docs_v66/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v66/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v66/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v66/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/messages_toggleDialogPin.md b/old_docs/API_docs_v66/methods/messages_toggleDialogPin.md index 7c5bfa9f..4b2282c3 100644 --- a/old_docs/API_docs_v66/methods/messages_toggleDialogPin.md +++ b/old_docs/API_docs_v66/methods/messages_toggleDialogPin.md @@ -10,7 +10,7 @@ description: messages.toggleDialogPin parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pinned|[Bool](../types/Bool.md) | Optional| +|pinned|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v66/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v66/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v66/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v66/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/payments_clearSavedInfo.md b/old_docs/API_docs_v66/methods/payments_clearSavedInfo.md index dc762198..beedba00 100644 --- a/old_docs/API_docs_v66/methods/payments_clearSavedInfo.md +++ b/old_docs/API_docs_v66/methods/payments_clearSavedInfo.md @@ -10,8 +10,8 @@ description: payments.clearSavedInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|credentials|[Bool](../types/Bool.md) | Optional| -|info|[Bool](../types/Bool.md) | Optional| +|credentials|[CLICK ME Bool](../types/Bool.md) | Optional| +|info|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/payments_getPaymentForm.md b/old_docs/API_docs_v66/methods/payments_getPaymentForm.md index ee269741..2ea128aa 100644 --- a/old_docs/API_docs_v66/methods/payments_getPaymentForm.md +++ b/old_docs/API_docs_v66/methods/payments_getPaymentForm.md @@ -10,7 +10,7 @@ description: payments.getPaymentForm parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [payments\_PaymentForm](../types/payments_PaymentForm.md) diff --git a/old_docs/API_docs_v66/methods/payments_getPaymentReceipt.md b/old_docs/API_docs_v66/methods/payments_getPaymentReceipt.md index e46563d0..6df0998f 100644 --- a/old_docs/API_docs_v66/methods/payments_getPaymentReceipt.md +++ b/old_docs/API_docs_v66/methods/payments_getPaymentReceipt.md @@ -10,7 +10,7 @@ description: payments.getPaymentReceipt parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [payments\_PaymentReceipt](../types/payments_PaymentReceipt.md) diff --git a/old_docs/API_docs_v66/methods/payments_sendPaymentForm.md b/old_docs/API_docs_v66/methods/payments_sendPaymentForm.md index 08505110..84a67497 100644 --- a/old_docs/API_docs_v66/methods/payments_sendPaymentForm.md +++ b/old_docs/API_docs_v66/methods/payments_sendPaymentForm.md @@ -10,10 +10,10 @@ description: payments.sendPaymentForm parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| -|requested\_info\_id|[string](../types/string.md) | Optional| -|shipping\_option\_id|[string](../types/string.md) | Optional| -|credentials|[InputPaymentCredentials](../types/InputPaymentCredentials.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|requested\_info\_id|[CLICK ME string](../types/string.md) | Optional| +|shipping\_option\_id|[CLICK ME string](../types/string.md) | Optional| +|credentials|[CLICK ME InputPaymentCredentials](../types/InputPaymentCredentials.md) | Yes| ### Return type: [payments\_PaymentResult](../types/payments_PaymentResult.md) diff --git a/old_docs/API_docs_v66/methods/payments_validateRequestedInfo.md b/old_docs/API_docs_v66/methods/payments_validateRequestedInfo.md index ebfc5c22..3a3f832b 100644 --- a/old_docs/API_docs_v66/methods/payments_validateRequestedInfo.md +++ b/old_docs/API_docs_v66/methods/payments_validateRequestedInfo.md @@ -10,9 +10,9 @@ description: payments.validateRequestedInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|save|[Bool](../types/Bool.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|info|[PaymentRequestedInfo](../types/PaymentRequestedInfo.md) | Yes| +|save|[CLICK ME Bool](../types/Bool.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|info|[CLICK ME PaymentRequestedInfo](../types/PaymentRequestedInfo.md) | Yes| ### Return type: [payments\_ValidatedRequestedInfo](../types/payments_ValidatedRequestedInfo.md) diff --git a/old_docs/API_docs_v66/methods/phone_receivedCall.md b/old_docs/API_docs_v66/methods/phone_receivedCall.md index 00b51aed..daca3fe2 100644 --- a/old_docs/API_docs_v66/methods/phone_receivedCall.md +++ b/old_docs/API_docs_v66/methods/phone_receivedCall.md @@ -10,7 +10,7 @@ description: phone.receivedCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/phone_saveCallDebug.md b/old_docs/API_docs_v66/methods/phone_saveCallDebug.md index 90135792..063ab7a2 100644 --- a/old_docs/API_docs_v66/methods/phone_saveCallDebug.md +++ b/old_docs/API_docs_v66/methods/phone_saveCallDebug.md @@ -10,8 +10,8 @@ description: phone.saveCallDebug parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| -|debug|[DataJSON](../types/DataJSON.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|debug|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v66/methods/phone_setCallRating.md b/old_docs/API_docs_v66/methods/phone_setCallRating.md index 21570b80..3f6b792d 100644 --- a/old_docs/API_docs_v66/methods/phone_setCallRating.md +++ b/old_docs/API_docs_v66/methods/phone_setCallRating.md @@ -10,9 +10,9 @@ description: phone.setCallRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| -|rating|[int](../types/int.md) | Yes| -|comment|[string](../types/string.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|rating|[CLICK ME int](../types/int.md) | Yes| +|comment|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v66/methods/photos_getUserPhotos.md b/old_docs/API_docs_v66/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v66/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v66/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v66/methods/ping.md b/old_docs/API_docs_v66/methods/ping.md index 18f5a2bd..e08de68f 100644 --- a/old_docs/API_docs_v66/methods/ping.md +++ b/old_docs/API_docs_v66/methods/ping.md @@ -12,7 +12,7 @@ pings the server | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ping\_id|[long](../types/long.md) | Yes|Ping ID| +|ping\_id|[CLICK ME long](../types/long.md) | Yes|Ping ID| ### Return type: [Pong](../types/Pong.md) diff --git a/old_docs/API_docs_v66/methods/ping_delay_disconnect.md b/old_docs/API_docs_v66/methods/ping_delay_disconnect.md index 709f8026..e3438a12 100644 --- a/old_docs/API_docs_v66/methods/ping_delay_disconnect.md +++ b/old_docs/API_docs_v66/methods/ping_delay_disconnect.md @@ -12,8 +12,8 @@ Pings the server and causes disconection if the same method is not called within | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ping\_id|[long](../types/long.md) | Yes|Ping ID| -|disconnect\_delay|[int](../types/int.md) | Yes|Disconection delay| +|ping\_id|[CLICK ME long](../types/long.md) | Yes|Ping ID| +|disconnect\_delay|[CLICK ME int](../types/int.md) | Yes|Disconection delay| ### Return type: [Pong](../types/Pong.md) diff --git a/old_docs/API_docs_v66/methods/req_DH_params.md b/old_docs/API_docs_v66/methods/req_DH_params.md index b0cc4418..8bd36af2 100644 --- a/old_docs/API_docs_v66/methods/req_DH_params.md +++ b/old_docs/API_docs_v66/methods/req_DH_params.md @@ -12,12 +12,12 @@ Requests Diffie-hellman parameters for key exchange | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| -|server\_nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| -|p|[string](../types/string.md) | Yes|| -|q|[string](../types/string.md) | Yes|| -|public\_key\_fingerprint|[long](../types/long.md) | Yes|Server RSA fingerprint| -|encrypted\_data|[string](../types/string.md) | Yes|| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| +|server\_nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| +|p|[CLICK ME string](../types/string.md) | Yes|| +|q|[CLICK ME string](../types/string.md) | Yes|| +|public\_key\_fingerprint|[CLICK ME long](../types/long.md) | Yes|Server RSA fingerprint| +|encrypted\_data|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Server\_DH\_Params](../types/Server_DH_Params.md) diff --git a/old_docs/API_docs_v66/methods/req_pq.md b/old_docs/API_docs_v66/methods/req_pq.md index 39a1715b..170f38d5 100644 --- a/old_docs/API_docs_v66/methods/req_pq.md +++ b/old_docs/API_docs_v66/methods/req_pq.md @@ -12,7 +12,7 @@ Requests PQ for factorization | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| ### Return type: [ResPQ](../types/ResPQ.md) diff --git a/old_docs/API_docs_v66/methods/rpc_drop_answer.md b/old_docs/API_docs_v66/methods/rpc_drop_answer.md index 225a43b5..f12fd85f 100644 --- a/old_docs/API_docs_v66/methods/rpc_drop_answer.md +++ b/old_docs/API_docs_v66/methods/rpc_drop_answer.md @@ -12,7 +12,7 @@ Do not send answer to provided request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|req\_msg\_id|[long](../types/long.md) | Yes|The message ID of the request| +|req\_msg\_id|[CLICK ME long](../types/long.md) | Yes|The message ID of the request| ### Return type: [RpcDropAnswer](../types/RpcDropAnswer.md) diff --git a/old_docs/API_docs_v66/methods/set_client_DH_params.md b/old_docs/API_docs_v66/methods/set_client_DH_params.md index 4af21a12..2bd7a152 100644 --- a/old_docs/API_docs_v66/methods/set_client_DH_params.md +++ b/old_docs/API_docs_v66/methods/set_client_DH_params.md @@ -12,9 +12,9 @@ Sets client diffie-hellman parameters | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| -|server\_nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| -|encrypted\_data|[string](../types/string.md) | Yes|| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| +|server\_nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| +|encrypted\_data|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Set\_client\_DH\_params\_answer](../types/Set_client_DH_params_answer.md) diff --git a/old_docs/API_docs_v66/methods/upload_getWebFile.md b/old_docs/API_docs_v66/methods/upload_getWebFile.md index ca200db1..54615226 100644 --- a/old_docs/API_docs_v66/methods/upload_getWebFile.md +++ b/old_docs/API_docs_v66/methods/upload_getWebFile.md @@ -10,9 +10,9 @@ description: upload.getWebFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|location|[InputWebFileLocation](../types/InputWebFileLocation.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|location|[CLICK ME InputWebFileLocation](../types/InputWebFileLocation.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [upload\_WebFile](../types/upload_WebFile.md) diff --git a/old_docs/API_docs_v68/methods/account_changePhone.md b/old_docs/API_docs_v68/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v68/methods/account_changePhone.md +++ b/old_docs/API_docs_v68/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v68/methods/account_checkUsername.md b/old_docs/API_docs_v68/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v68/methods/account_checkUsername.md +++ b/old_docs/API_docs_v68/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/account_confirmPhone.md b/old_docs/API_docs_v68/methods/account_confirmPhone.md index 2261e6e8..e9c724b1 100644 --- a/old_docs/API_docs_v68/methods/account_confirmPhone.md +++ b/old_docs/API_docs_v68/methods/account_confirmPhone.md @@ -12,8 +12,8 @@ Confirm this phone number is associated to this account, obtain phone_code_hash | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_code\_hash|[string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/account_deleteAccount.md b/old_docs/API_docs_v68/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v68/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v68/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/account_getNotifySettings.md b/old_docs/API_docs_v68/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v68/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v68/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v68/methods/account_getPasswordSettings.md b/old_docs/API_docs_v68/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v68/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v68/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v68/methods/account_getPrivacy.md b/old_docs/API_docs_v68/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v68/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v68/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v68/methods/account_getTmpPassword.md b/old_docs/API_docs_v68/methods/account_getTmpPassword.md index e9ff8d28..fb300173 100644 --- a/old_docs/API_docs_v68/methods/account_getTmpPassword.md +++ b/old_docs/API_docs_v68/methods/account_getTmpPassword.md @@ -12,8 +12,8 @@ Get temporary password for buying products through bots | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|password\_hash|[bytes](../types/bytes.md) | Yes|The password hash| -|period|[int](../types/int.md) | Yes|The validity period| +|password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|The password hash| +|period|[CLICK ME int](../types/int.md) | Yes|The validity period| ### Return type: [account\_TmpPassword](../types/account_TmpPassword.md) diff --git a/old_docs/API_docs_v68/methods/account_registerDevice.md b/old_docs/API_docs_v68/methods/account_registerDevice.md index 0bf6d1ee..1e3279b1 100644 --- a/old_docs/API_docs_v68/methods/account_registerDevice.md +++ b/old_docs/API_docs_v68/methods/account_registerDevice.md @@ -12,8 +12,8 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/account_reportPeer.md b/old_docs/API_docs_v68/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/old_docs/API_docs_v68/methods/account_reportPeer.md +++ b/old_docs/API_docs_v68/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/account_resetAuthorization.md b/old_docs/API_docs_v68/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v68/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v68/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v68/methods/account_sendChangePhoneCode.md index 9e5016a4..df3fde89 100644 --- a/old_docs/API_docs_v68/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v68/methods/account_sendChangePhoneCode.md @@ -12,9 +12,9 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| -|phone\_number|[string](../types/string.md) | Yes|New phone number| -|current\_number|[Bool](../types/Bool.md) | Optional|Current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|Current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v68/methods/account_sendConfirmPhoneCode.md b/old_docs/API_docs_v68/methods/account_sendConfirmPhoneCode.md index 4de86a33..136e98c6 100644 --- a/old_docs/API_docs_v68/methods/account_sendConfirmPhoneCode.md +++ b/old_docs/API_docs_v68/methods/account_sendConfirmPhoneCode.md @@ -12,9 +12,9 @@ Send confirmation phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| -|hash|[string](../types/string.md) | Yes|The hash| -|current\_number|[Bool](../types/Bool.md) | Optional|The current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| +|hash|[CLICK ME string](../types/string.md) | Yes|The hash| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|The current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v68/methods/account_setAccountTTL.md b/old_docs/API_docs_v68/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v68/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v68/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/account_setPrivacy.md b/old_docs/API_docs_v68/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v68/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v68/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v68/methods/account_unregisterDevice.md b/old_docs/API_docs_v68/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v68/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v68/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v68/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v68/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v68/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/account_updateNotifySettings.md b/old_docs/API_docs_v68/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v68/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v68/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v68/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v68/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v68/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/account_updateProfile.md b/old_docs/API_docs_v68/methods/account_updateProfile.md index 8b0c3268..f4335a9e 100644 --- a/old_docs/API_docs_v68/methods/account_updateProfile.md +++ b/old_docs/API_docs_v68/methods/account_updateProfile.md @@ -12,9 +12,9 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Optional|The first name| -|last\_name|[string](../types/string.md) | Optional|The last name| -|about|[string](../types/string.md) | Optional|The bio/about field| +|first\_name|[CLICK ME string](../types/string.md) | Optional|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Optional|The last name| +|about|[CLICK ME string](../types/string.md) | Optional|The bio/about field| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v68/methods/account_updateStatus.md b/old_docs/API_docs_v68/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v68/methods/account_updateStatus.md +++ b/old_docs/API_docs_v68/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/account_updateUsername.md b/old_docs/API_docs_v68/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v68/methods/account_updateUsername.md +++ b/old_docs/API_docs_v68/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v68/methods/auth_cancelCode.md b/old_docs/API_docs_v68/methods/auth_cancelCode.md index 1283e1e5..9ddbf819 100644 --- a/old_docs/API_docs_v68/methods/auth_cancelCode.md +++ b/old_docs/API_docs_v68/methods/auth_cancelCode.md @@ -12,8 +12,8 @@ Invalidate sent phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/auth_checkPhone.md b/old_docs/API_docs_v68/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v68/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v68/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v68/methods/auth_dropTempAuthKeys.md b/old_docs/API_docs_v68/methods/auth_dropTempAuthKeys.md index b08b9f40..81bb2ae2 100644 --- a/old_docs/API_docs_v68/methods/auth_dropTempAuthKeys.md +++ b/old_docs/API_docs_v68/methods/auth_dropTempAuthKeys.md @@ -12,7 +12,7 @@ Delete all temporary authorization keys except the ones provided | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|except\_auth\_keys|Array of [long](../types/long.md) | Yes|The temporary authorization keys to keep| +|except\_auth\_keys|Array of [CLICK ME long](../types/long.md) | Yes|The temporary authorization keys to keep| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/auth_recoverPassword.md b/old_docs/API_docs_v68/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v68/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v68/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v68/methods/auth_resendCode.md b/old_docs/API_docs_v68/methods/auth_resendCode.md index 4bfbf379..02471563 100644 --- a/old_docs/API_docs_v68/methods/auth_resendCode.md +++ b/old_docs/API_docs_v68/methods/auth_resendCode.md @@ -12,8 +12,8 @@ Resend the SMS verification code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|The phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|The phone code hash| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v68/methods/auth_sendInvites.md b/old_docs/API_docs_v68/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v68/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v68/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/bots_answerWebhookJSONQuery.md b/old_docs/API_docs_v68/methods/bots_answerWebhookJSONQuery.md index 809576fa..ed38c8d9 100644 --- a/old_docs/API_docs_v68/methods/bots_answerWebhookJSONQuery.md +++ b/old_docs/API_docs_v68/methods/bots_answerWebhookJSONQuery.md @@ -10,8 +10,8 @@ description: bots.answerWebhookJSONQuery parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query\_id|[long](../types/long.md) | Yes| -|data|[DataJSON](../types/DataJSON.md) | Yes| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|data|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/bots_sendCustomRequest.md b/old_docs/API_docs_v68/methods/bots_sendCustomRequest.md index ce28f6ca..0b395c96 100644 --- a/old_docs/API_docs_v68/methods/bots_sendCustomRequest.md +++ b/old_docs/API_docs_v68/methods/bots_sendCustomRequest.md @@ -10,8 +10,8 @@ description: bots.sendCustomRequest parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|custom\_method|[string](../types/string.md) | Yes| -|params|[DataJSON](../types/DataJSON.md) | Yes| +|custom\_method|[CLICK ME string](../types/string.md) | Yes| +|params|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [DataJSON](../types/DataJSON.md) diff --git a/old_docs/API_docs_v68/methods/channels_checkUsername.md b/old_docs/API_docs_v68/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v68/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v68/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/channels_createChannel.md b/old_docs/API_docs_v68/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v68/methods/channels_createChannel.md +++ b/old_docs/API_docs_v68/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/channels_deleteMessages.md b/old_docs/API_docs_v68/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v68/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v68/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v68/methods/channels_editAbout.md b/old_docs/API_docs_v68/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v68/methods/channels_editAbout.md +++ b/old_docs/API_docs_v68/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/channels_editAdmin.md b/old_docs/API_docs_v68/methods/channels_editAdmin.md index 36ae5241..e3273e7d 100644 --- a/old_docs/API_docs_v68/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v68/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|admin\_rights|[ChannelAdminRights](../types/ChannelAdminRights.md) | Yes| +|admin\_rights|[CLICK ME ChannelAdminRights](../types/ChannelAdminRights.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/channels_editBanned.md b/old_docs/API_docs_v68/methods/channels_editBanned.md index 4f5dc25c..c5ca7f2c 100644 --- a/old_docs/API_docs_v68/methods/channels_editBanned.md +++ b/old_docs/API_docs_v68/methods/channels_editBanned.md @@ -12,7 +12,7 @@ description: channels.editBanned parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|banned\_rights|[ChannelBannedRights](../types/ChannelBannedRights.md) | Yes| +|banned\_rights|[CLICK ME ChannelBannedRights](../types/ChannelBannedRights.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/channels_editPhoto.md b/old_docs/API_docs_v68/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v68/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v68/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/channels_editTitle.md b/old_docs/API_docs_v68/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v68/methods/channels_editTitle.md +++ b/old_docs/API_docs_v68/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/channels_exportMessageLink.md b/old_docs/API_docs_v68/methods/channels_exportMessageLink.md index 7eff4ed8..e0aabc17 100644 --- a/old_docs/API_docs_v68/methods/channels_exportMessageLink.md +++ b/old_docs/API_docs_v68/methods/channels_exportMessageLink.md @@ -11,7 +11,7 @@ description: channels.exportMessageLink parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [ExportedMessageLink](../types/ExportedMessageLink.md) diff --git a/old_docs/API_docs_v68/methods/channels_getAdminLog.md b/old_docs/API_docs_v68/methods/channels_getAdminLog.md index 2b4d08d6..6ea1b86a 100644 --- a/old_docs/API_docs_v68/methods/channels_getAdminLog.md +++ b/old_docs/API_docs_v68/methods/channels_getAdminLog.md @@ -11,12 +11,12 @@ description: channels.getAdminLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|q|[string](../types/string.md) | Yes| -|events\_filter|[ChannelAdminLogEventsFilter](../types/ChannelAdminLogEventsFilter.md) | Optional| +|q|[CLICK ME string](../types/string.md) | Yes| +|events\_filter|[CLICK ME ChannelAdminLogEventsFilter](../types/ChannelAdminLogEventsFilter.md) | Optional| |admins|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|max\_id|[long](../types/long.md) | Yes| -|min\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|min\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_AdminLogResults](../types/channels_AdminLogResults.md) diff --git a/old_docs/API_docs_v68/methods/channels_getMessages.md b/old_docs/API_docs_v68/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v68/methods/channels_getMessages.md +++ b/old_docs/API_docs_v68/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v68/methods/channels_getParticipants.md b/old_docs/API_docs_v68/methods/channels_getParticipants.md index 7a9b6699..bfd09c2f 100644 --- a/old_docs/API_docs_v68/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v68/methods/channels_getParticipants.md @@ -11,9 +11,9 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v68/methods/channels_readHistory.md b/old_docs/API_docs_v68/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v68/methods/channels_readHistory.md +++ b/old_docs/API_docs_v68/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/channels_reportSpam.md b/old_docs/API_docs_v68/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v68/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v68/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/channels_toggleInvites.md b/old_docs/API_docs_v68/methods/channels_toggleInvites.md index 8d977fd0..f18ea3c2 100644 --- a/old_docs/API_docs_v68/methods/channels_toggleInvites.md +++ b/old_docs/API_docs_v68/methods/channels_toggleInvites.md @@ -11,7 +11,7 @@ description: channels.toggleInvites parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/channels_toggleSignatures.md b/old_docs/API_docs_v68/methods/channels_toggleSignatures.md index 13d53d92..1b8832f0 100644 --- a/old_docs/API_docs_v68/methods/channels_toggleSignatures.md +++ b/old_docs/API_docs_v68/methods/channels_toggleSignatures.md @@ -11,7 +11,7 @@ description: channels.toggleSignatures parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/channels_updatePinnedMessage.md b/old_docs/API_docs_v68/methods/channels_updatePinnedMessage.md index ecc15ce6..76b894cd 100644 --- a/old_docs/API_docs_v68/methods/channels_updatePinnedMessage.md +++ b/old_docs/API_docs_v68/methods/channels_updatePinnedMessage.md @@ -10,9 +10,9 @@ description: channels.updatePinnedMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/channels_updateUsername.md b/old_docs/API_docs_v68/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v68/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v68/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/contacts_getBlocked.md b/old_docs/API_docs_v68/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v68/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v68/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v68/methods/contacts_getContacts.md b/old_docs/API_docs_v68/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v68/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v68/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v68/methods/contacts_getTopPeers.md b/old_docs/API_docs_v68/methods/contacts_getTopPeers.md index 560f15c6..4c2af1fe 100644 --- a/old_docs/API_docs_v68/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v68/methods/contacts_getTopPeers.md @@ -12,15 +12,15 @@ Get most used chats | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|correspondents|[Bool](../types/Bool.md) | Optional|| -|bots\_pm|[Bool](../types/Bool.md) | Optional|| -|bots\_inline|[Bool](../types/Bool.md) | Optional|| -|phone\_calls|[Bool](../types/Bool.md) | Optional|| -|groups|[Bool](../types/Bool.md) | Optional|| -|channels|[Bool](../types/Bool.md) | Optional|| -|offset|[int](../types/int.md) | Yes|| -|limit|[int](../types/int.md) | Yes|| -|hash|[int](../types/int.md) | Yes|| +|correspondents|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_pm|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_inline|[CLICK ME Bool](../types/Bool.md) | Optional|| +|phone\_calls|[CLICK ME Bool](../types/Bool.md) | Optional|| +|groups|[CLICK ME Bool](../types/Bool.md) | Optional|| +|channels|[CLICK ME Bool](../types/Bool.md) | Optional|| +|offset|[CLICK ME int](../types/int.md) | Yes|| +|limit|[CLICK ME int](../types/int.md) | Yes|| +|hash|[CLICK ME int](../types/int.md) | Yes|| ### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md) diff --git a/old_docs/API_docs_v68/methods/contacts_importCard.md b/old_docs/API_docs_v68/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v68/methods/contacts_importCard.md +++ b/old_docs/API_docs_v68/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v68/methods/contacts_importContacts.md b/old_docs/API_docs_v68/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v68/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v68/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v68/methods/contacts_resetTopPeerRating.md b/old_docs/API_docs_v68/methods/contacts_resetTopPeerRating.md index ddcf6b2f..ee6d382b 100644 --- a/old_docs/API_docs_v68/methods/contacts_resetTopPeerRating.md +++ b/old_docs/API_docs_v68/methods/contacts_resetTopPeerRating.md @@ -10,7 +10,7 @@ description: contacts.resetTopPeerRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|category|[TopPeerCategory](../types/TopPeerCategory.md) | Yes| +|category|[CLICK ME TopPeerCategory](../types/TopPeerCategory.md) | Yes| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v68/methods/contacts_search.md b/old_docs/API_docs_v68/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v68/methods/contacts_search.md +++ b/old_docs/API_docs_v68/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v68/methods/contest_saveDeveloperInfo.md b/old_docs/API_docs_v68/methods/contest_saveDeveloperInfo.md index 6a8e5fda..1ed74773 100644 --- a/old_docs/API_docs_v68/methods/contest_saveDeveloperInfo.md +++ b/old_docs/API_docs_v68/methods/contest_saveDeveloperInfo.md @@ -10,11 +10,11 @@ description: contest.saveDeveloperInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|vk\_id|[int](../types/int.md) | Yes| -|name|[string](../types/string.md) | Yes| -|phone\_number|[string](../types/string.md) | Yes| -|age|[int](../types/int.md) | Yes| -|city|[string](../types/string.md) | Yes| +|vk\_id|[CLICK ME int](../types/int.md) | Yes| +|name|[CLICK ME string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|age|[CLICK ME int](../types/int.md) | Yes| +|city|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/destroy_session.md b/old_docs/API_docs_v68/methods/destroy_session.md index b2525dfb..97e5c64e 100644 --- a/old_docs/API_docs_v68/methods/destroy_session.md +++ b/old_docs/API_docs_v68/methods/destroy_session.md @@ -12,7 +12,7 @@ Destroy the current MTProto session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|session\_id|[long](../types/long.md) | Yes|The session to destroy| +|session\_id|[CLICK ME long](../types/long.md) | Yes|The session to destroy| ### Return type: [DestroySessionRes](../types/DestroySessionRes.md) diff --git a/old_docs/API_docs_v68/methods/get_future_salts.md b/old_docs/API_docs_v68/methods/get_future_salts.md index 4c2c9c46..520bfbce 100644 --- a/old_docs/API_docs_v68/methods/get_future_salts.md +++ b/old_docs/API_docs_v68/methods/get_future_salts.md @@ -12,7 +12,7 @@ Get future salts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|num|[int](../types/int.md) | Yes|How many salts should be fetched| +|num|[CLICK ME int](../types/int.md) | Yes|How many salts should be fetched| ### Return type: [FutureSalts](../types/FutureSalts.md) diff --git a/old_docs/API_docs_v68/methods/help_getAppChangelog.md b/old_docs/API_docs_v68/methods/help_getAppChangelog.md index f09a7a0d..c141705d 100644 --- a/old_docs/API_docs_v68/methods/help_getAppChangelog.md +++ b/old_docs/API_docs_v68/methods/help_getAppChangelog.md @@ -10,7 +10,7 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|prev\_app\_version|[string](../types/string.md) | Yes| +|prev\_app\_version|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/help_saveAppLog.md b/old_docs/API_docs_v68/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v68/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v68/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/help_setBotUpdatesStatus.md b/old_docs/API_docs_v68/methods/help_setBotUpdatesStatus.md index 68c9720a..702da826 100644 --- a/old_docs/API_docs_v68/methods/help_setBotUpdatesStatus.md +++ b/old_docs/API_docs_v68/methods/help_setBotUpdatesStatus.md @@ -10,8 +10,8 @@ description: help.setBotUpdatesStatus parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pending\_updates\_count|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Yes| +|pending\_updates\_count|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/initConnection.md b/old_docs/API_docs_v68/methods/initConnection.md index 3c81c311..e46a548b 100644 --- a/old_docs/API_docs_v68/methods/initConnection.md +++ b/old_docs/API_docs_v68/methods/initConnection.md @@ -12,14 +12,14 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|system\_lang\_code|[string](../types/string.md) | Yes|Language code| -|lang\_pack|[string](../types/string.md) | Yes|Language pack to use| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|system\_lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code| +|lang\_pack|[CLICK ME string](../types/string.md) | Yes|Language pack to use| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v68/methods/invokeAfterMsg.md b/old_docs/API_docs_v68/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v68/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v68/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v68/methods/invokeAfterMsgs.md b/old_docs/API_docs_v68/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v68/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v68/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v68/methods/invokeWithLayer.md b/old_docs/API_docs_v68/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v68/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v68/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v68/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v68/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v68/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v68/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v68/methods/langpack_getDifference.md b/old_docs/API_docs_v68/methods/langpack_getDifference.md index b1078532..b092b486 100644 --- a/old_docs/API_docs_v68/methods/langpack_getDifference.md +++ b/old_docs/API_docs_v68/methods/langpack_getDifference.md @@ -10,7 +10,7 @@ description: langpack.getDifference parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|from\_version|[int](../types/int.md) | Yes| +|from\_version|[CLICK ME int](../types/int.md) | Yes| ### Return type: [LangPackDifference](../types/LangPackDifference.md) diff --git a/old_docs/API_docs_v68/methods/langpack_getLangPack.md b/old_docs/API_docs_v68/methods/langpack_getLangPack.md index 7d440b66..28a07ea2 100644 --- a/old_docs/API_docs_v68/methods/langpack_getLangPack.md +++ b/old_docs/API_docs_v68/methods/langpack_getLangPack.md @@ -10,7 +10,7 @@ description: langpack.getLangPack parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [LangPackDifference](../types/LangPackDifference.md) diff --git a/old_docs/API_docs_v68/methods/langpack_getStrings.md b/old_docs/API_docs_v68/methods/langpack_getStrings.md index 9791f621..a4c21e9b 100644 --- a/old_docs/API_docs_v68/methods/langpack_getStrings.md +++ b/old_docs/API_docs_v68/methods/langpack_getStrings.md @@ -10,8 +10,8 @@ description: langpack.getStrings parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| -|keys|Array of [string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| +|keys|Array of [CLICK ME string](../types/string.md) | Yes| ### Return type: [Vector\_of\_LangPackString](../types/LangPackString.md) diff --git a/old_docs/API_docs_v68/methods/messages_addChatUser.md b/old_docs/API_docs_v68/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v68/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v68/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/messages_checkChatInvite.md b/old_docs/API_docs_v68/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v68/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v68/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v68/methods/messages_clearRecentStickers.md b/old_docs/API_docs_v68/methods/messages_clearRecentStickers.md index 31941a34..00d81839 100644 --- a/old_docs/API_docs_v68/methods/messages_clearRecentStickers.md +++ b/old_docs/API_docs_v68/methods/messages_clearRecentStickers.md @@ -10,7 +10,7 @@ description: messages.clearRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/messages_createChat.md b/old_docs/API_docs_v68/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v68/methods/messages_createChat.md +++ b/old_docs/API_docs_v68/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/messages_deleteHistory.md b/old_docs/API_docs_v68/methods/messages_deleteHistory.md index 01686b2b..ff2f5471 100644 --- a/old_docs/API_docs_v68/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v68/methods/messages_deleteHistory.md @@ -10,9 +10,9 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|just\_clear|[Bool](../types/Bool.md) | Optional| +|just\_clear|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v68/methods/messages_deleteMessages.md b/old_docs/API_docs_v68/methods/messages_deleteMessages.md index 0cc6e6ed..5e0f1ad1 100644 --- a/old_docs/API_docs_v68/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v68/methods/messages_deleteMessages.md @@ -10,8 +10,8 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|revoke|[Bool](../types/Bool.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|revoke|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v68/methods/messages_editChatAdmin.md b/old_docs/API_docs_v68/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v68/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v68/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/messages_editChatPhoto.md b/old_docs/API_docs_v68/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v68/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v68/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/messages_editChatTitle.md b/old_docs/API_docs_v68/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v68/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v68/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/messages_editInlineBotMessage.md b/old_docs/API_docs_v68/methods/messages_editInlineBotMessage.md index 289100ea..42e5a485 100644 --- a/old_docs/API_docs_v68/methods/messages_editInlineBotMessage.md +++ b/old_docs/API_docs_v68/methods/messages_editInlineBotMessage.md @@ -10,11 +10,11 @@ description: messages.editInlineBotMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v68/methods/messages_editMessage.md b/old_docs/API_docs_v68/methods/messages_editMessage.md index 63379ed9..9245b241 100644 --- a/old_docs/API_docs_v68/methods/messages_editMessage.md +++ b/old_docs/API_docs_v68/methods/messages_editMessage.md @@ -10,12 +10,12 @@ description: messages.editMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|id|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v68/methods/messages_forwardMessage.md b/old_docs/API_docs_v68/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v68/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v68/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/messages_forwardMessages.md b/old_docs/API_docs_v68/methods/messages_forwardMessages.md index df361517..bc2f0995 100644 --- a/old_docs/API_docs_v68/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v68/methods/messages_forwardMessages.md @@ -10,11 +10,11 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|with\_my\_score|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|with\_my\_score|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v68/methods/messages_getAllChats.md b/old_docs/API_docs_v68/methods/messages_getAllChats.md index 59bc0add..5a5ce6da 100644 --- a/old_docs/API_docs_v68/methods/messages_getAllChats.md +++ b/old_docs/API_docs_v68/methods/messages_getAllChats.md @@ -10,7 +10,7 @@ description: messages.getAllChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|except\_ids|Array of [int](../types/int.md) | Yes| +|except\_ids|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v68/methods/messages_getAllStickers.md b/old_docs/API_docs_v68/methods/messages_getAllStickers.md index 7ab91cef..b30ea741 100644 --- a/old_docs/API_docs_v68/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v68/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v68/methods/messages_getArchivedStickers.md b/old_docs/API_docs_v68/methods/messages_getArchivedStickers.md index 8c2041a3..2c1f1f95 100644 --- a/old_docs/API_docs_v68/methods/messages_getArchivedStickers.md +++ b/old_docs/API_docs_v68/methods/messages_getArchivedStickers.md @@ -10,9 +10,9 @@ description: messages.getArchivedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|offset\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_ArchivedStickers](../types/messages_ArchivedStickers.md) diff --git a/old_docs/API_docs_v68/methods/messages_getAttachedStickers.md b/old_docs/API_docs_v68/methods/messages_getAttachedStickers.md index f03f0be2..5a1374c5 100644 --- a/old_docs/API_docs_v68/methods/messages_getAttachedStickers.md +++ b/old_docs/API_docs_v68/methods/messages_getAttachedStickers.md @@ -10,7 +10,7 @@ description: messages.getAttachedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|media|[InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| +|media|[CLICK ME InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| ### Return type: [Vector\_of\_StickerSetCovered](../types/StickerSetCovered.md) diff --git a/old_docs/API_docs_v68/methods/messages_getBotCallbackAnswer.md b/old_docs/API_docs_v68/methods/messages_getBotCallbackAnswer.md index b9039098..f477f013 100644 --- a/old_docs/API_docs_v68/methods/messages_getBotCallbackAnswer.md +++ b/old_docs/API_docs_v68/methods/messages_getBotCallbackAnswer.md @@ -10,10 +10,10 @@ description: messages.getBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|game|[Bool](../types/Bool.md) | Optional| +|game|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|data|[bytes](../types/bytes.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|data|[CLICK ME bytes](../types/bytes.md) | Optional| ### Return type: [messages\_BotCallbackAnswer](../types/messages_BotCallbackAnswer.md) diff --git a/old_docs/API_docs_v68/methods/messages_getChats.md b/old_docs/API_docs_v68/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v68/methods/messages_getChats.md +++ b/old_docs/API_docs_v68/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v68/methods/messages_getCommonChats.md b/old_docs/API_docs_v68/methods/messages_getCommonChats.md index 0df79096..370930d7 100644 --- a/old_docs/API_docs_v68/methods/messages_getCommonChats.md +++ b/old_docs/API_docs_v68/methods/messages_getCommonChats.md @@ -11,8 +11,8 @@ description: messages.getCommonChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v68/methods/messages_getDhConfig.md b/old_docs/API_docs_v68/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v68/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v68/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v68/methods/messages_getDialogs.md b/old_docs/API_docs_v68/methods/messages_getDialogs.md index 041b3efe..dca266c6 100644 --- a/old_docs/API_docs_v68/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v68/methods/messages_getDialogs.md @@ -10,11 +10,11 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|exclude\_pinned|[Bool](../types/Bool.md) | Optional| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|exclude\_pinned|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v68/methods/messages_getDocumentByHash.md b/old_docs/API_docs_v68/methods/messages_getDocumentByHash.md index 13f0c18f..14e3e5bd 100644 --- a/old_docs/API_docs_v68/methods/messages_getDocumentByHash.md +++ b/old_docs/API_docs_v68/methods/messages_getDocumentByHash.md @@ -10,9 +10,9 @@ description: messages.getDocumentByHash parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|sha256|[bytes](../types/bytes.md) | Yes| -|size|[int](../types/int.md) | Yes| -|mime\_type|[string](../types/string.md) | Yes| +|sha256|[CLICK ME bytes](../types/bytes.md) | Yes| +|size|[CLICK ME int](../types/int.md) | Yes| +|mime\_type|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Document](../types/Document.md) diff --git a/old_docs/API_docs_v68/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v68/methods/messages_getFeaturedStickers.md index 51097eda..9e8c4eaf 100644 --- a/old_docs/API_docs_v68/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v68/methods/messages_getFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.getFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md) diff --git a/old_docs/API_docs_v68/methods/messages_getGameHighScores.md b/old_docs/API_docs_v68/methods/messages_getGameHighScores.md index 4b8b1397..39d1e406 100644 --- a/old_docs/API_docs_v68/methods/messages_getGameHighScores.md +++ b/old_docs/API_docs_v68/methods/messages_getGameHighScores.md @@ -11,7 +11,7 @@ description: messages.getGameHighScores parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v68/methods/messages_getHistory.md b/old_docs/API_docs_v68/methods/messages_getHistory.md index 87b8328d..46548372 100644 --- a/old_docs/API_docs_v68/methods/messages_getHistory.md +++ b/old_docs/API_docs_v68/methods/messages_getHistory.md @@ -11,12 +11,12 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v68/methods/messages_getInlineBotResults.md b/old_docs/API_docs_v68/methods/messages_getInlineBotResults.md index 6d965b19..fcbe281d 100644 --- a/old_docs/API_docs_v68/methods/messages_getInlineBotResults.md +++ b/old_docs/API_docs_v68/methods/messages_getInlineBotResults.md @@ -12,9 +12,9 @@ description: messages.getInlineBotResults parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|query|[string](../types/string.md) | Yes| -|offset|[string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|query|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_BotResults](../types/messages_BotResults.md) diff --git a/old_docs/API_docs_v68/methods/messages_getInlineGameHighScores.md b/old_docs/API_docs_v68/methods/messages_getInlineGameHighScores.md index 9305a0f4..5f3e774a 100644 --- a/old_docs/API_docs_v68/methods/messages_getInlineGameHighScores.md +++ b/old_docs/API_docs_v68/methods/messages_getInlineGameHighScores.md @@ -10,7 +10,7 @@ description: messages.getInlineGameHighScores parameters, return type and exampl | Name | Type | Required | |----------|---------------|----------| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v68/methods/messages_getMaskStickers.md b/old_docs/API_docs_v68/methods/messages_getMaskStickers.md index 260cfdb7..018e5c6b 100644 --- a/old_docs/API_docs_v68/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v68/methods/messages_getMaskStickers.md @@ -10,7 +10,7 @@ description: messages.getMaskStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v68/methods/messages_getMessageEditData.md b/old_docs/API_docs_v68/methods/messages_getMessageEditData.md index 2a90a419..9f02a9c9 100644 --- a/old_docs/API_docs_v68/methods/messages_getMessageEditData.md +++ b/old_docs/API_docs_v68/methods/messages_getMessageEditData.md @@ -11,7 +11,7 @@ description: messages.getMessageEditData parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_MessageEditData](../types/messages_MessageEditData.md) diff --git a/old_docs/API_docs_v68/methods/messages_getMessages.md b/old_docs/API_docs_v68/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v68/methods/messages_getMessages.md +++ b/old_docs/API_docs_v68/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v68/methods/messages_getMessagesViews.md b/old_docs/API_docs_v68/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v68/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v68/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v68/methods/messages_getRecentStickers.md b/old_docs/API_docs_v68/methods/messages_getRecentStickers.md index 5a60d345..6ec71d0e 100644 --- a/old_docs/API_docs_v68/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v68/methods/messages_getRecentStickers.md @@ -10,8 +10,8 @@ description: messages.getRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| -|hash|[int](../types/int.md) | Yes| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md) diff --git a/old_docs/API_docs_v68/methods/messages_getSavedGifs.md b/old_docs/API_docs_v68/methods/messages_getSavedGifs.md index bcb4590d..7545b642 100644 --- a/old_docs/API_docs_v68/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v68/methods/messages_getSavedGifs.md @@ -10,7 +10,7 @@ description: messages.getSavedGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md) diff --git a/old_docs/API_docs_v68/methods/messages_getStickerSet.md b/old_docs/API_docs_v68/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v68/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v68/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v68/methods/messages_getWebPage.md b/old_docs/API_docs_v68/methods/messages_getWebPage.md index 0f09af47..9e39b988 100644 --- a/old_docs/API_docs_v68/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v68/methods/messages_getWebPage.md @@ -10,8 +10,8 @@ description: messages.getWebPage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|url|[string](../types/string.md) | Yes| -|hash|[int](../types/int.md) | Yes| +|url|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [WebPage](../types/WebPage.md) diff --git a/old_docs/API_docs_v68/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v68/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v68/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v68/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v68/methods/messages_importChatInvite.md b/old_docs/API_docs_v68/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v68/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v68/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/messages_installStickerSet.md b/old_docs/API_docs_v68/methods/messages_installStickerSet.md index f405adce..8dfeacfa 100644 --- a/old_docs/API_docs_v68/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v68/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|archived|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|archived|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [messages\_StickerSetInstallResult](../types/messages_StickerSetInstallResult.md) diff --git a/old_docs/API_docs_v68/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v68/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v68/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v68/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/messages_readFeaturedStickers.md b/old_docs/API_docs_v68/methods/messages_readFeaturedStickers.md index 766ba200..9aef0199 100644 --- a/old_docs/API_docs_v68/methods/messages_readFeaturedStickers.md +++ b/old_docs/API_docs_v68/methods/messages_readFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.readFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [long](../types/long.md) | Yes| +|id|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/messages_readHistory.md b/old_docs/API_docs_v68/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v68/methods/messages_readHistory.md +++ b/old_docs/API_docs_v68/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v68/methods/messages_readMessageContents.md b/old_docs/API_docs_v68/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v68/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v68/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v68/methods/messages_receivedMessages.md b/old_docs/API_docs_v68/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v68/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v68/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v68/methods/messages_receivedQueue.md b/old_docs/API_docs_v68/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v68/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v68/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v68/methods/messages_reorderPinnedDialogs.md b/old_docs/API_docs_v68/methods/messages_reorderPinnedDialogs.md index 30e926d9..2d81735f 100644 --- a/old_docs/API_docs_v68/methods/messages_reorderPinnedDialogs.md +++ b/old_docs/API_docs_v68/methods/messages_reorderPinnedDialogs.md @@ -10,7 +10,7 @@ description: messages.reorderPinnedDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|force|[Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |order|Array of [Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Yes| diff --git a/old_docs/API_docs_v68/methods/messages_reorderStickerSets.md b/old_docs/API_docs_v68/methods/messages_reorderStickerSets.md index 0e2c121d..21092485 100644 --- a/old_docs/API_docs_v68/methods/messages_reorderStickerSets.md +++ b/old_docs/API_docs_v68/methods/messages_reorderStickerSets.md @@ -10,8 +10,8 @@ description: messages.reorderStickerSets parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|order|Array of [long](../types/long.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|order|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/messages_saveDraft.md b/old_docs/API_docs_v68/methods/messages_saveDraft.md index 754b4da2..7160fda4 100644 --- a/old_docs/API_docs_v68/methods/messages_saveDraft.md +++ b/old_docs/API_docs_v68/methods/messages_saveDraft.md @@ -10,11 +10,11 @@ description: messages.saveDraft parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|message|[string](../types/string.md) | Yes| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v68/methods/messages_saveGif.md b/old_docs/API_docs_v68/methods/messages_saveGif.md index 725bc949..d6487133 100644 --- a/old_docs/API_docs_v68/methods/messages_saveGif.md +++ b/old_docs/API_docs_v68/methods/messages_saveGif.md @@ -11,7 +11,7 @@ description: messages.saveGif parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/messages_saveRecentSticker.md b/old_docs/API_docs_v68/methods/messages_saveRecentSticker.md index 4a8298e2..2c3c7e12 100644 --- a/old_docs/API_docs_v68/methods/messages_saveRecentSticker.md +++ b/old_docs/API_docs_v68/methods/messages_saveRecentSticker.md @@ -10,9 +10,9 @@ description: messages.saveRecentSticker parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/messages_search.md b/old_docs/API_docs_v68/methods/messages_search.md index dfc4eb56..00295d82 100644 --- a/old_docs/API_docs_v68/methods/messages_search.md +++ b/old_docs/API_docs_v68/methods/messages_search.md @@ -11,14 +11,14 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| |from\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v68/methods/messages_searchGifs.md b/old_docs/API_docs_v68/methods/messages_searchGifs.md index 896e98d2..d37ebbd0 100644 --- a/old_docs/API_docs_v68/methods/messages_searchGifs.md +++ b/old_docs/API_docs_v68/methods/messages_searchGifs.md @@ -10,8 +10,8 @@ description: messages.searchGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FoundGifs](../types/messages_FoundGifs.md) diff --git a/old_docs/API_docs_v68/methods/messages_searchGlobal.md b/old_docs/API_docs_v68/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v68/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v68/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v68/methods/messages_sendEncrypted.md b/old_docs/API_docs_v68/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v68/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v68/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v68/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v68/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v68/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v68/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v68/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v68/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v68/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v68/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v68/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v68/methods/messages_sendInlineBotResult.md index 6bfb1578..692c79f6 100644 --- a/old_docs/API_docs_v68/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v68/methods/messages_sendInlineBotResult.md @@ -10,13 +10,13 @@ description: messages.sendInlineBotResult parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|id|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|id|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/messages_sendMedia.md b/old_docs/API_docs_v68/methods/messages_sendMedia.md index 1530451b..2af751cb 100644 --- a/old_docs/API_docs_v68/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v68/methods/messages_sendMedia.md @@ -10,13 +10,13 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/messages_sendMessage.md b/old_docs/API_docs_v68/methods/messages_sendMessage.md index 49ace99c..314c73b7 100644 --- a/old_docs/API_docs_v68/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v68/methods/messages_sendMessage.md @@ -10,15 +10,15 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v68/methods/messages_setBotCallbackAnswer.md b/old_docs/API_docs_v68/methods/messages_setBotCallbackAnswer.md index 0282168b..7fec715e 100644 --- a/old_docs/API_docs_v68/methods/messages_setBotCallbackAnswer.md +++ b/old_docs/API_docs_v68/methods/messages_setBotCallbackAnswer.md @@ -10,11 +10,11 @@ description: messages.setBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|alert|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|message|[string](../types/string.md) | Optional| -|url|[string](../types/string.md) | Optional| -|cache\_time|[int](../types/int.md) | Yes| +|alert|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|url|[CLICK ME string](../types/string.md) | Optional| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/messages_setBotPrecheckoutResults.md b/old_docs/API_docs_v68/methods/messages_setBotPrecheckoutResults.md index 4aba8ca3..1a0854e0 100644 --- a/old_docs/API_docs_v68/methods/messages_setBotPrecheckoutResults.md +++ b/old_docs/API_docs_v68/methods/messages_setBotPrecheckoutResults.md @@ -10,9 +10,9 @@ description: messages.setBotPrecheckoutResults parameters, return type and examp | Name | Type | Required | |----------|---------------|----------| -|success|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|error|[string](../types/string.md) | Optional| +|success|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|error|[CLICK ME string](../types/string.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/messages_setBotShippingResults.md b/old_docs/API_docs_v68/methods/messages_setBotShippingResults.md index 5dcfe12e..526729f6 100644 --- a/old_docs/API_docs_v68/methods/messages_setBotShippingResults.md +++ b/old_docs/API_docs_v68/methods/messages_setBotShippingResults.md @@ -10,9 +10,9 @@ description: messages.setBotShippingResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query\_id|[long](../types/long.md) | Yes| -|error|[string](../types/string.md) | Optional| -|shipping\_options|Array of [ShippingOption](../types/ShippingOption.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|error|[CLICK ME string](../types/string.md) | Optional| +|shipping\_options|Array of [CLICK ME ShippingOption](../types/ShippingOption.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v68/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v68/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v68/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/messages_setGameScore.md b/old_docs/API_docs_v68/methods/messages_setGameScore.md index 61dfe579..400ef8ca 100644 --- a/old_docs/API_docs_v68/methods/messages_setGameScore.md +++ b/old_docs/API_docs_v68/methods/messages_setGameScore.md @@ -10,12 +10,12 @@ description: messages.setGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/messages_setInlineBotResults.md b/old_docs/API_docs_v68/methods/messages_setInlineBotResults.md index c38b8c2e..2071061a 100644 --- a/old_docs/API_docs_v68/methods/messages_setInlineBotResults.md +++ b/old_docs/API_docs_v68/methods/messages_setInlineBotResults.md @@ -10,13 +10,13 @@ description: messages.setInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|gallery|[Bool](../types/Bool.md) | Optional| -|private|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|results|Array of [InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| -|cache\_time|[int](../types/int.md) | Yes| -|next\_offset|[string](../types/string.md) | Optional| -|switch\_pm|[InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| +|gallery|[CLICK ME Bool](../types/Bool.md) | Optional| +|private|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|results|Array of [CLICK ME InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| +|next\_offset|[CLICK ME string](../types/string.md) | Optional| +|switch\_pm|[CLICK ME InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/messages_setInlineGameScore.md b/old_docs/API_docs_v68/methods/messages_setInlineGameScore.md index 9fadc31e..7cd855b2 100644 --- a/old_docs/API_docs_v68/methods/messages_setInlineGameScore.md +++ b/old_docs/API_docs_v68/methods/messages_setInlineGameScore.md @@ -10,11 +10,11 @@ description: messages.setInlineGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/messages_setTyping.md b/old_docs/API_docs_v68/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v68/methods/messages_setTyping.md +++ b/old_docs/API_docs_v68/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/messages_startBot.md b/old_docs/API_docs_v68/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v68/methods/messages_startBot.md +++ b/old_docs/API_docs_v68/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v68/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v68/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v68/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/messages_toggleDialogPin.md b/old_docs/API_docs_v68/methods/messages_toggleDialogPin.md index 7c5bfa9f..4b2282c3 100644 --- a/old_docs/API_docs_v68/methods/messages_toggleDialogPin.md +++ b/old_docs/API_docs_v68/methods/messages_toggleDialogPin.md @@ -10,7 +10,7 @@ description: messages.toggleDialogPin parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pinned|[Bool](../types/Bool.md) | Optional| +|pinned|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v68/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v68/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v68/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v68/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/payments_clearSavedInfo.md b/old_docs/API_docs_v68/methods/payments_clearSavedInfo.md index dc762198..beedba00 100644 --- a/old_docs/API_docs_v68/methods/payments_clearSavedInfo.md +++ b/old_docs/API_docs_v68/methods/payments_clearSavedInfo.md @@ -10,8 +10,8 @@ description: payments.clearSavedInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|credentials|[Bool](../types/Bool.md) | Optional| -|info|[Bool](../types/Bool.md) | Optional| +|credentials|[CLICK ME Bool](../types/Bool.md) | Optional| +|info|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/payments_getPaymentForm.md b/old_docs/API_docs_v68/methods/payments_getPaymentForm.md index ee269741..2ea128aa 100644 --- a/old_docs/API_docs_v68/methods/payments_getPaymentForm.md +++ b/old_docs/API_docs_v68/methods/payments_getPaymentForm.md @@ -10,7 +10,7 @@ description: payments.getPaymentForm parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [payments\_PaymentForm](../types/payments_PaymentForm.md) diff --git a/old_docs/API_docs_v68/methods/payments_getPaymentReceipt.md b/old_docs/API_docs_v68/methods/payments_getPaymentReceipt.md index e46563d0..6df0998f 100644 --- a/old_docs/API_docs_v68/methods/payments_getPaymentReceipt.md +++ b/old_docs/API_docs_v68/methods/payments_getPaymentReceipt.md @@ -10,7 +10,7 @@ description: payments.getPaymentReceipt parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [payments\_PaymentReceipt](../types/payments_PaymentReceipt.md) diff --git a/old_docs/API_docs_v68/methods/payments_sendPaymentForm.md b/old_docs/API_docs_v68/methods/payments_sendPaymentForm.md index 08505110..84a67497 100644 --- a/old_docs/API_docs_v68/methods/payments_sendPaymentForm.md +++ b/old_docs/API_docs_v68/methods/payments_sendPaymentForm.md @@ -10,10 +10,10 @@ description: payments.sendPaymentForm parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| -|requested\_info\_id|[string](../types/string.md) | Optional| -|shipping\_option\_id|[string](../types/string.md) | Optional| -|credentials|[InputPaymentCredentials](../types/InputPaymentCredentials.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|requested\_info\_id|[CLICK ME string](../types/string.md) | Optional| +|shipping\_option\_id|[CLICK ME string](../types/string.md) | Optional| +|credentials|[CLICK ME InputPaymentCredentials](../types/InputPaymentCredentials.md) | Yes| ### Return type: [payments\_PaymentResult](../types/payments_PaymentResult.md) diff --git a/old_docs/API_docs_v68/methods/payments_validateRequestedInfo.md b/old_docs/API_docs_v68/methods/payments_validateRequestedInfo.md index ebfc5c22..3a3f832b 100644 --- a/old_docs/API_docs_v68/methods/payments_validateRequestedInfo.md +++ b/old_docs/API_docs_v68/methods/payments_validateRequestedInfo.md @@ -10,9 +10,9 @@ description: payments.validateRequestedInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|save|[Bool](../types/Bool.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|info|[PaymentRequestedInfo](../types/PaymentRequestedInfo.md) | Yes| +|save|[CLICK ME Bool](../types/Bool.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|info|[CLICK ME PaymentRequestedInfo](../types/PaymentRequestedInfo.md) | Yes| ### Return type: [payments\_ValidatedRequestedInfo](../types/payments_ValidatedRequestedInfo.md) diff --git a/old_docs/API_docs_v68/methods/phone_receivedCall.md b/old_docs/API_docs_v68/methods/phone_receivedCall.md index 00b51aed..daca3fe2 100644 --- a/old_docs/API_docs_v68/methods/phone_receivedCall.md +++ b/old_docs/API_docs_v68/methods/phone_receivedCall.md @@ -10,7 +10,7 @@ description: phone.receivedCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/phone_saveCallDebug.md b/old_docs/API_docs_v68/methods/phone_saveCallDebug.md index 90135792..063ab7a2 100644 --- a/old_docs/API_docs_v68/methods/phone_saveCallDebug.md +++ b/old_docs/API_docs_v68/methods/phone_saveCallDebug.md @@ -10,8 +10,8 @@ description: phone.saveCallDebug parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| -|debug|[DataJSON](../types/DataJSON.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|debug|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/phone_setCallRating.md b/old_docs/API_docs_v68/methods/phone_setCallRating.md index 21570b80..3f6b792d 100644 --- a/old_docs/API_docs_v68/methods/phone_setCallRating.md +++ b/old_docs/API_docs_v68/methods/phone_setCallRating.md @@ -10,9 +10,9 @@ description: phone.setCallRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| -|rating|[int](../types/int.md) | Yes| -|comment|[string](../types/string.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|rating|[CLICK ME int](../types/int.md) | Yes| +|comment|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v68/methods/photos_getUserPhotos.md b/old_docs/API_docs_v68/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v68/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v68/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v68/methods/ping.md b/old_docs/API_docs_v68/methods/ping.md index 18f5a2bd..e08de68f 100644 --- a/old_docs/API_docs_v68/methods/ping.md +++ b/old_docs/API_docs_v68/methods/ping.md @@ -12,7 +12,7 @@ pings the server | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ping\_id|[long](../types/long.md) | Yes|Ping ID| +|ping\_id|[CLICK ME long](../types/long.md) | Yes|Ping ID| ### Return type: [Pong](../types/Pong.md) diff --git a/old_docs/API_docs_v68/methods/ping_delay_disconnect.md b/old_docs/API_docs_v68/methods/ping_delay_disconnect.md index 709f8026..e3438a12 100644 --- a/old_docs/API_docs_v68/methods/ping_delay_disconnect.md +++ b/old_docs/API_docs_v68/methods/ping_delay_disconnect.md @@ -12,8 +12,8 @@ Pings the server and causes disconection if the same method is not called within | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ping\_id|[long](../types/long.md) | Yes|Ping ID| -|disconnect\_delay|[int](../types/int.md) | Yes|Disconection delay| +|ping\_id|[CLICK ME long](../types/long.md) | Yes|Ping ID| +|disconnect\_delay|[CLICK ME int](../types/int.md) | Yes|Disconection delay| ### Return type: [Pong](../types/Pong.md) diff --git a/old_docs/API_docs_v68/methods/req_DH_params.md b/old_docs/API_docs_v68/methods/req_DH_params.md index b0cc4418..8bd36af2 100644 --- a/old_docs/API_docs_v68/methods/req_DH_params.md +++ b/old_docs/API_docs_v68/methods/req_DH_params.md @@ -12,12 +12,12 @@ Requests Diffie-hellman parameters for key exchange | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| -|server\_nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| -|p|[string](../types/string.md) | Yes|| -|q|[string](../types/string.md) | Yes|| -|public\_key\_fingerprint|[long](../types/long.md) | Yes|Server RSA fingerprint| -|encrypted\_data|[string](../types/string.md) | Yes|| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| +|server\_nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| +|p|[CLICK ME string](../types/string.md) | Yes|| +|q|[CLICK ME string](../types/string.md) | Yes|| +|public\_key\_fingerprint|[CLICK ME long](../types/long.md) | Yes|Server RSA fingerprint| +|encrypted\_data|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Server\_DH\_Params](../types/Server_DH_Params.md) diff --git a/old_docs/API_docs_v68/methods/req_pq.md b/old_docs/API_docs_v68/methods/req_pq.md index 39a1715b..170f38d5 100644 --- a/old_docs/API_docs_v68/methods/req_pq.md +++ b/old_docs/API_docs_v68/methods/req_pq.md @@ -12,7 +12,7 @@ Requests PQ for factorization | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| ### Return type: [ResPQ](../types/ResPQ.md) diff --git a/old_docs/API_docs_v68/methods/rpc_drop_answer.md b/old_docs/API_docs_v68/methods/rpc_drop_answer.md index 225a43b5..f12fd85f 100644 --- a/old_docs/API_docs_v68/methods/rpc_drop_answer.md +++ b/old_docs/API_docs_v68/methods/rpc_drop_answer.md @@ -12,7 +12,7 @@ Do not send answer to provided request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|req\_msg\_id|[long](../types/long.md) | Yes|The message ID of the request| +|req\_msg\_id|[CLICK ME long](../types/long.md) | Yes|The message ID of the request| ### Return type: [RpcDropAnswer](../types/RpcDropAnswer.md) diff --git a/old_docs/API_docs_v68/methods/set_client_DH_params.md b/old_docs/API_docs_v68/methods/set_client_DH_params.md index 4af21a12..2bd7a152 100644 --- a/old_docs/API_docs_v68/methods/set_client_DH_params.md +++ b/old_docs/API_docs_v68/methods/set_client_DH_params.md @@ -12,9 +12,9 @@ Sets client diffie-hellman parameters | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| -|server\_nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| -|encrypted\_data|[string](../types/string.md) | Yes|| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| +|server\_nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| +|encrypted\_data|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Set\_client\_DH\_params\_answer](../types/Set_client_DH_params_answer.md) diff --git a/old_docs/API_docs_v68/methods/stickers_addStickerToSet.md b/old_docs/API_docs_v68/methods/stickers_addStickerToSet.md index f70d14fb..2f62b57b 100644 --- a/old_docs/API_docs_v68/methods/stickers_addStickerToSet.md +++ b/old_docs/API_docs_v68/methods/stickers_addStickerToSet.md @@ -10,8 +10,8 @@ description: stickers.addStickerToSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|sticker|[InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|sticker|[CLICK ME InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v68/methods/stickers_changeStickerPosition.md b/old_docs/API_docs_v68/methods/stickers_changeStickerPosition.md index 440b93d4..03911fe7 100644 --- a/old_docs/API_docs_v68/methods/stickers_changeStickerPosition.md +++ b/old_docs/API_docs_v68/methods/stickers_changeStickerPosition.md @@ -11,7 +11,7 @@ description: stickers.changeStickerPosition parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |sticker|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|position|[int](../types/int.md) | Yes| +|position|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v68/methods/stickers_createStickerSet.md b/old_docs/API_docs_v68/methods/stickers_createStickerSet.md index 1db94b11..1e7a5bb7 100644 --- a/old_docs/API_docs_v68/methods/stickers_createStickerSet.md +++ b/old_docs/API_docs_v68/methods/stickers_createStickerSet.md @@ -10,11 +10,11 @@ description: stickers.createStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|title|[string](../types/string.md) | Yes| -|short\_name|[string](../types/string.md) | Yes| -|stickers|Array of [InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| +|short\_name|[CLICK ME string](../types/string.md) | Yes| +|stickers|Array of [CLICK ME InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v68/methods/upload_getWebFile.md b/old_docs/API_docs_v68/methods/upload_getWebFile.md index ca200db1..54615226 100644 --- a/old_docs/API_docs_v68/methods/upload_getWebFile.md +++ b/old_docs/API_docs_v68/methods/upload_getWebFile.md @@ -10,9 +10,9 @@ description: upload.getWebFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|location|[InputWebFileLocation](../types/InputWebFileLocation.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|location|[CLICK ME InputWebFileLocation](../types/InputWebFileLocation.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [upload\_WebFile](../types/upload_WebFile.md) diff --git a/old_docs/API_docs_v70/methods/account_changePhone.md b/old_docs/API_docs_v70/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v70/methods/account_changePhone.md +++ b/old_docs/API_docs_v70/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v70/methods/account_checkUsername.md b/old_docs/API_docs_v70/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v70/methods/account_checkUsername.md +++ b/old_docs/API_docs_v70/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/account_confirmPhone.md b/old_docs/API_docs_v70/methods/account_confirmPhone.md index 2261e6e8..e9c724b1 100644 --- a/old_docs/API_docs_v70/methods/account_confirmPhone.md +++ b/old_docs/API_docs_v70/methods/account_confirmPhone.md @@ -12,8 +12,8 @@ Confirm this phone number is associated to this account, obtain phone_code_hash | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_code\_hash|[string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/account_deleteAccount.md b/old_docs/API_docs_v70/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v70/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v70/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/account_getNotifySettings.md b/old_docs/API_docs_v70/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v70/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v70/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v70/methods/account_getPasswordSettings.md b/old_docs/API_docs_v70/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v70/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v70/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v70/methods/account_getPrivacy.md b/old_docs/API_docs_v70/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v70/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v70/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v70/methods/account_getTmpPassword.md b/old_docs/API_docs_v70/methods/account_getTmpPassword.md index e9ff8d28..fb300173 100644 --- a/old_docs/API_docs_v70/methods/account_getTmpPassword.md +++ b/old_docs/API_docs_v70/methods/account_getTmpPassword.md @@ -12,8 +12,8 @@ Get temporary password for buying products through bots | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|password\_hash|[bytes](../types/bytes.md) | Yes|The password hash| -|period|[int](../types/int.md) | Yes|The validity period| +|password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|The password hash| +|period|[CLICK ME int](../types/int.md) | Yes|The validity period| ### Return type: [account\_TmpPassword](../types/account_TmpPassword.md) diff --git a/old_docs/API_docs_v70/methods/account_registerDevice.md b/old_docs/API_docs_v70/methods/account_registerDevice.md index 0bf6d1ee..1e3279b1 100644 --- a/old_docs/API_docs_v70/methods/account_registerDevice.md +++ b/old_docs/API_docs_v70/methods/account_registerDevice.md @@ -12,8 +12,8 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/account_reportPeer.md b/old_docs/API_docs_v70/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/old_docs/API_docs_v70/methods/account_reportPeer.md +++ b/old_docs/API_docs_v70/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/account_resetAuthorization.md b/old_docs/API_docs_v70/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v70/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v70/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v70/methods/account_sendChangePhoneCode.md index 9e5016a4..df3fde89 100644 --- a/old_docs/API_docs_v70/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v70/methods/account_sendChangePhoneCode.md @@ -12,9 +12,9 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| -|phone\_number|[string](../types/string.md) | Yes|New phone number| -|current\_number|[Bool](../types/Bool.md) | Optional|Current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|Current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v70/methods/account_sendConfirmPhoneCode.md b/old_docs/API_docs_v70/methods/account_sendConfirmPhoneCode.md index 4de86a33..136e98c6 100644 --- a/old_docs/API_docs_v70/methods/account_sendConfirmPhoneCode.md +++ b/old_docs/API_docs_v70/methods/account_sendConfirmPhoneCode.md @@ -12,9 +12,9 @@ Send confirmation phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| -|hash|[string](../types/string.md) | Yes|The hash| -|current\_number|[Bool](../types/Bool.md) | Optional|The current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| +|hash|[CLICK ME string](../types/string.md) | Yes|The hash| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|The current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v70/methods/account_setAccountTTL.md b/old_docs/API_docs_v70/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v70/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v70/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/account_setPrivacy.md b/old_docs/API_docs_v70/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v70/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v70/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v70/methods/account_unregisterDevice.md b/old_docs/API_docs_v70/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v70/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v70/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v70/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v70/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v70/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/account_updateNotifySettings.md b/old_docs/API_docs_v70/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v70/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v70/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v70/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v70/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v70/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/account_updateProfile.md b/old_docs/API_docs_v70/methods/account_updateProfile.md index 8b0c3268..f4335a9e 100644 --- a/old_docs/API_docs_v70/methods/account_updateProfile.md +++ b/old_docs/API_docs_v70/methods/account_updateProfile.md @@ -12,9 +12,9 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Optional|The first name| -|last\_name|[string](../types/string.md) | Optional|The last name| -|about|[string](../types/string.md) | Optional|The bio/about field| +|first\_name|[CLICK ME string](../types/string.md) | Optional|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Optional|The last name| +|about|[CLICK ME string](../types/string.md) | Optional|The bio/about field| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v70/methods/account_updateStatus.md b/old_docs/API_docs_v70/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v70/methods/account_updateStatus.md +++ b/old_docs/API_docs_v70/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/account_updateUsername.md b/old_docs/API_docs_v70/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v70/methods/account_updateUsername.md +++ b/old_docs/API_docs_v70/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v70/methods/auth_cancelCode.md b/old_docs/API_docs_v70/methods/auth_cancelCode.md index 1283e1e5..9ddbf819 100644 --- a/old_docs/API_docs_v70/methods/auth_cancelCode.md +++ b/old_docs/API_docs_v70/methods/auth_cancelCode.md @@ -12,8 +12,8 @@ Invalidate sent phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/auth_checkPhone.md b/old_docs/API_docs_v70/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v70/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v70/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v70/methods/auth_dropTempAuthKeys.md b/old_docs/API_docs_v70/methods/auth_dropTempAuthKeys.md index b08b9f40..81bb2ae2 100644 --- a/old_docs/API_docs_v70/methods/auth_dropTempAuthKeys.md +++ b/old_docs/API_docs_v70/methods/auth_dropTempAuthKeys.md @@ -12,7 +12,7 @@ Delete all temporary authorization keys except the ones provided | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|except\_auth\_keys|Array of [long](../types/long.md) | Yes|The temporary authorization keys to keep| +|except\_auth\_keys|Array of [CLICK ME long](../types/long.md) | Yes|The temporary authorization keys to keep| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/auth_recoverPassword.md b/old_docs/API_docs_v70/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v70/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v70/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v70/methods/auth_resendCode.md b/old_docs/API_docs_v70/methods/auth_resendCode.md index 4bfbf379..02471563 100644 --- a/old_docs/API_docs_v70/methods/auth_resendCode.md +++ b/old_docs/API_docs_v70/methods/auth_resendCode.md @@ -12,8 +12,8 @@ Resend the SMS verification code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|The phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|The phone code hash| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v70/methods/auth_sendInvites.md b/old_docs/API_docs_v70/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v70/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v70/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/bots_answerWebhookJSONQuery.md b/old_docs/API_docs_v70/methods/bots_answerWebhookJSONQuery.md index 809576fa..ed38c8d9 100644 --- a/old_docs/API_docs_v70/methods/bots_answerWebhookJSONQuery.md +++ b/old_docs/API_docs_v70/methods/bots_answerWebhookJSONQuery.md @@ -10,8 +10,8 @@ description: bots.answerWebhookJSONQuery parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query\_id|[long](../types/long.md) | Yes| -|data|[DataJSON](../types/DataJSON.md) | Yes| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|data|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/bots_sendCustomRequest.md b/old_docs/API_docs_v70/methods/bots_sendCustomRequest.md index ce28f6ca..0b395c96 100644 --- a/old_docs/API_docs_v70/methods/bots_sendCustomRequest.md +++ b/old_docs/API_docs_v70/methods/bots_sendCustomRequest.md @@ -10,8 +10,8 @@ description: bots.sendCustomRequest parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|custom\_method|[string](../types/string.md) | Yes| -|params|[DataJSON](../types/DataJSON.md) | Yes| +|custom\_method|[CLICK ME string](../types/string.md) | Yes| +|params|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [DataJSON](../types/DataJSON.md) diff --git a/old_docs/API_docs_v70/methods/channels_checkUsername.md b/old_docs/API_docs_v70/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v70/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v70/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/channels_createChannel.md b/old_docs/API_docs_v70/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v70/methods/channels_createChannel.md +++ b/old_docs/API_docs_v70/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/channels_deleteMessages.md b/old_docs/API_docs_v70/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v70/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v70/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v70/methods/channels_editAbout.md b/old_docs/API_docs_v70/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v70/methods/channels_editAbout.md +++ b/old_docs/API_docs_v70/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/channels_editAdmin.md b/old_docs/API_docs_v70/methods/channels_editAdmin.md index 36ae5241..e3273e7d 100644 --- a/old_docs/API_docs_v70/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v70/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|admin\_rights|[ChannelAdminRights](../types/ChannelAdminRights.md) | Yes| +|admin\_rights|[CLICK ME ChannelAdminRights](../types/ChannelAdminRights.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/channels_editBanned.md b/old_docs/API_docs_v70/methods/channels_editBanned.md index 4f5dc25c..c5ca7f2c 100644 --- a/old_docs/API_docs_v70/methods/channels_editBanned.md +++ b/old_docs/API_docs_v70/methods/channels_editBanned.md @@ -12,7 +12,7 @@ description: channels.editBanned parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|banned\_rights|[ChannelBannedRights](../types/ChannelBannedRights.md) | Yes| +|banned\_rights|[CLICK ME ChannelBannedRights](../types/ChannelBannedRights.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/channels_editPhoto.md b/old_docs/API_docs_v70/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v70/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v70/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/channels_editTitle.md b/old_docs/API_docs_v70/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v70/methods/channels_editTitle.md +++ b/old_docs/API_docs_v70/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/channels_exportMessageLink.md b/old_docs/API_docs_v70/methods/channels_exportMessageLink.md index 7eff4ed8..e0aabc17 100644 --- a/old_docs/API_docs_v70/methods/channels_exportMessageLink.md +++ b/old_docs/API_docs_v70/methods/channels_exportMessageLink.md @@ -11,7 +11,7 @@ description: channels.exportMessageLink parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [ExportedMessageLink](../types/ExportedMessageLink.md) diff --git a/old_docs/API_docs_v70/methods/channels_getAdminLog.md b/old_docs/API_docs_v70/methods/channels_getAdminLog.md index 2b4d08d6..6ea1b86a 100644 --- a/old_docs/API_docs_v70/methods/channels_getAdminLog.md +++ b/old_docs/API_docs_v70/methods/channels_getAdminLog.md @@ -11,12 +11,12 @@ description: channels.getAdminLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|q|[string](../types/string.md) | Yes| -|events\_filter|[ChannelAdminLogEventsFilter](../types/ChannelAdminLogEventsFilter.md) | Optional| +|q|[CLICK ME string](../types/string.md) | Yes| +|events\_filter|[CLICK ME ChannelAdminLogEventsFilter](../types/ChannelAdminLogEventsFilter.md) | Optional| |admins|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|max\_id|[long](../types/long.md) | Yes| -|min\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|min\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_AdminLogResults](../types/channels_AdminLogResults.md) diff --git a/old_docs/API_docs_v70/methods/channels_getMessages.md b/old_docs/API_docs_v70/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v70/methods/channels_getMessages.md +++ b/old_docs/API_docs_v70/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v70/methods/channels_getParticipants.md b/old_docs/API_docs_v70/methods/channels_getParticipants.md index 7a9b6699..bfd09c2f 100644 --- a/old_docs/API_docs_v70/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v70/methods/channels_getParticipants.md @@ -11,9 +11,9 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v70/methods/channels_readHistory.md b/old_docs/API_docs_v70/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v70/methods/channels_readHistory.md +++ b/old_docs/API_docs_v70/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/channels_reportSpam.md b/old_docs/API_docs_v70/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v70/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v70/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/channels_toggleInvites.md b/old_docs/API_docs_v70/methods/channels_toggleInvites.md index 8d977fd0..f18ea3c2 100644 --- a/old_docs/API_docs_v70/methods/channels_toggleInvites.md +++ b/old_docs/API_docs_v70/methods/channels_toggleInvites.md @@ -11,7 +11,7 @@ description: channels.toggleInvites parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/channels_toggleSignatures.md b/old_docs/API_docs_v70/methods/channels_toggleSignatures.md index 13d53d92..1b8832f0 100644 --- a/old_docs/API_docs_v70/methods/channels_toggleSignatures.md +++ b/old_docs/API_docs_v70/methods/channels_toggleSignatures.md @@ -11,7 +11,7 @@ description: channels.toggleSignatures parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/channels_updatePinnedMessage.md b/old_docs/API_docs_v70/methods/channels_updatePinnedMessage.md index ecc15ce6..76b894cd 100644 --- a/old_docs/API_docs_v70/methods/channels_updatePinnedMessage.md +++ b/old_docs/API_docs_v70/methods/channels_updatePinnedMessage.md @@ -10,9 +10,9 @@ description: channels.updatePinnedMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/channels_updateUsername.md b/old_docs/API_docs_v70/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v70/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v70/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/contacts_getBlocked.md b/old_docs/API_docs_v70/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v70/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v70/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v70/methods/contacts_getContacts.md b/old_docs/API_docs_v70/methods/contacts_getContacts.md index fad838e4..47552bdb 100644 --- a/old_docs/API_docs_v70/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v70/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[string](../types/string.md) | Yes|| +|hash|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v70/methods/contacts_getTopPeers.md b/old_docs/API_docs_v70/methods/contacts_getTopPeers.md index 560f15c6..4c2af1fe 100644 --- a/old_docs/API_docs_v70/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v70/methods/contacts_getTopPeers.md @@ -12,15 +12,15 @@ Get most used chats | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|correspondents|[Bool](../types/Bool.md) | Optional|| -|bots\_pm|[Bool](../types/Bool.md) | Optional|| -|bots\_inline|[Bool](../types/Bool.md) | Optional|| -|phone\_calls|[Bool](../types/Bool.md) | Optional|| -|groups|[Bool](../types/Bool.md) | Optional|| -|channels|[Bool](../types/Bool.md) | Optional|| -|offset|[int](../types/int.md) | Yes|| -|limit|[int](../types/int.md) | Yes|| -|hash|[int](../types/int.md) | Yes|| +|correspondents|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_pm|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_inline|[CLICK ME Bool](../types/Bool.md) | Optional|| +|phone\_calls|[CLICK ME Bool](../types/Bool.md) | Optional|| +|groups|[CLICK ME Bool](../types/Bool.md) | Optional|| +|channels|[CLICK ME Bool](../types/Bool.md) | Optional|| +|offset|[CLICK ME int](../types/int.md) | Yes|| +|limit|[CLICK ME int](../types/int.md) | Yes|| +|hash|[CLICK ME int](../types/int.md) | Yes|| ### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md) diff --git a/old_docs/API_docs_v70/methods/contacts_importCard.md b/old_docs/API_docs_v70/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v70/methods/contacts_importCard.md +++ b/old_docs/API_docs_v70/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v70/methods/contacts_importContacts.md b/old_docs/API_docs_v70/methods/contacts_importContacts.md index 7c9b7536..67ebd599 100644 --- a/old_docs/API_docs_v70/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v70/methods/contacts_importContacts.md @@ -12,8 +12,8 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| -|replace|[Bool](../types/Bool.md) | Yes|| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| +|replace|[CLICK ME Bool](../types/Bool.md) | Yes|| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v70/methods/contacts_resetTopPeerRating.md b/old_docs/API_docs_v70/methods/contacts_resetTopPeerRating.md index ddcf6b2f..ee6d382b 100644 --- a/old_docs/API_docs_v70/methods/contacts_resetTopPeerRating.md +++ b/old_docs/API_docs_v70/methods/contacts_resetTopPeerRating.md @@ -10,7 +10,7 @@ description: contacts.resetTopPeerRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|category|[TopPeerCategory](../types/TopPeerCategory.md) | Yes| +|category|[CLICK ME TopPeerCategory](../types/TopPeerCategory.md) | Yes| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v70/methods/contacts_search.md b/old_docs/API_docs_v70/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v70/methods/contacts_search.md +++ b/old_docs/API_docs_v70/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v70/methods/contest_saveDeveloperInfo.md b/old_docs/API_docs_v70/methods/contest_saveDeveloperInfo.md index 6a8e5fda..1ed74773 100644 --- a/old_docs/API_docs_v70/methods/contest_saveDeveloperInfo.md +++ b/old_docs/API_docs_v70/methods/contest_saveDeveloperInfo.md @@ -10,11 +10,11 @@ description: contest.saveDeveloperInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|vk\_id|[int](../types/int.md) | Yes| -|name|[string](../types/string.md) | Yes| -|phone\_number|[string](../types/string.md) | Yes| -|age|[int](../types/int.md) | Yes| -|city|[string](../types/string.md) | Yes| +|vk\_id|[CLICK ME int](../types/int.md) | Yes| +|name|[CLICK ME string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|age|[CLICK ME int](../types/int.md) | Yes| +|city|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/destroy_session.md b/old_docs/API_docs_v70/methods/destroy_session.md index b2525dfb..97e5c64e 100644 --- a/old_docs/API_docs_v70/methods/destroy_session.md +++ b/old_docs/API_docs_v70/methods/destroy_session.md @@ -12,7 +12,7 @@ Destroy the current MTProto session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|session\_id|[long](../types/long.md) | Yes|The session to destroy| +|session\_id|[CLICK ME long](../types/long.md) | Yes|The session to destroy| ### Return type: [DestroySessionRes](../types/DestroySessionRes.md) diff --git a/old_docs/API_docs_v70/methods/get_future_salts.md b/old_docs/API_docs_v70/methods/get_future_salts.md index 4c2c9c46..520bfbce 100644 --- a/old_docs/API_docs_v70/methods/get_future_salts.md +++ b/old_docs/API_docs_v70/methods/get_future_salts.md @@ -12,7 +12,7 @@ Get future salts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|num|[int](../types/int.md) | Yes|How many salts should be fetched| +|num|[CLICK ME int](../types/int.md) | Yes|How many salts should be fetched| ### Return type: [FutureSalts](../types/FutureSalts.md) diff --git a/old_docs/API_docs_v70/methods/help_getAppChangelog.md b/old_docs/API_docs_v70/methods/help_getAppChangelog.md index f09a7a0d..c141705d 100644 --- a/old_docs/API_docs_v70/methods/help_getAppChangelog.md +++ b/old_docs/API_docs_v70/methods/help_getAppChangelog.md @@ -10,7 +10,7 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|prev\_app\_version|[string](../types/string.md) | Yes| +|prev\_app\_version|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/help_saveAppLog.md b/old_docs/API_docs_v70/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v70/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v70/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/help_setBotUpdatesStatus.md b/old_docs/API_docs_v70/methods/help_setBotUpdatesStatus.md index 68c9720a..702da826 100644 --- a/old_docs/API_docs_v70/methods/help_setBotUpdatesStatus.md +++ b/old_docs/API_docs_v70/methods/help_setBotUpdatesStatus.md @@ -10,8 +10,8 @@ description: help.setBotUpdatesStatus parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pending\_updates\_count|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Yes| +|pending\_updates\_count|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/initConnection.md b/old_docs/API_docs_v70/methods/initConnection.md index 3c81c311..e46a548b 100644 --- a/old_docs/API_docs_v70/methods/initConnection.md +++ b/old_docs/API_docs_v70/methods/initConnection.md @@ -12,14 +12,14 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|system\_lang\_code|[string](../types/string.md) | Yes|Language code| -|lang\_pack|[string](../types/string.md) | Yes|Language pack to use| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|system\_lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code| +|lang\_pack|[CLICK ME string](../types/string.md) | Yes|Language pack to use| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v70/methods/invokeAfterMsg.md b/old_docs/API_docs_v70/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v70/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v70/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v70/methods/invokeAfterMsgs.md b/old_docs/API_docs_v70/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v70/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v70/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v70/methods/invokeWithLayer.md b/old_docs/API_docs_v70/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v70/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v70/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v70/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v70/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v70/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v70/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v70/methods/langpack_getDifference.md b/old_docs/API_docs_v70/methods/langpack_getDifference.md index b1078532..b092b486 100644 --- a/old_docs/API_docs_v70/methods/langpack_getDifference.md +++ b/old_docs/API_docs_v70/methods/langpack_getDifference.md @@ -10,7 +10,7 @@ description: langpack.getDifference parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|from\_version|[int](../types/int.md) | Yes| +|from\_version|[CLICK ME int](../types/int.md) | Yes| ### Return type: [LangPackDifference](../types/LangPackDifference.md) diff --git a/old_docs/API_docs_v70/methods/langpack_getLangPack.md b/old_docs/API_docs_v70/methods/langpack_getLangPack.md index 7d440b66..28a07ea2 100644 --- a/old_docs/API_docs_v70/methods/langpack_getLangPack.md +++ b/old_docs/API_docs_v70/methods/langpack_getLangPack.md @@ -10,7 +10,7 @@ description: langpack.getLangPack parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [LangPackDifference](../types/LangPackDifference.md) diff --git a/old_docs/API_docs_v70/methods/langpack_getStrings.md b/old_docs/API_docs_v70/methods/langpack_getStrings.md index 9791f621..a4c21e9b 100644 --- a/old_docs/API_docs_v70/methods/langpack_getStrings.md +++ b/old_docs/API_docs_v70/methods/langpack_getStrings.md @@ -10,8 +10,8 @@ description: langpack.getStrings parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| -|keys|Array of [string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| +|keys|Array of [CLICK ME string](../types/string.md) | Yes| ### Return type: [Vector\_of\_LangPackString](../types/LangPackString.md) diff --git a/old_docs/API_docs_v70/methods/messages_addChatUser.md b/old_docs/API_docs_v70/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v70/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v70/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/messages_checkChatInvite.md b/old_docs/API_docs_v70/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v70/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v70/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v70/methods/messages_clearRecentStickers.md b/old_docs/API_docs_v70/methods/messages_clearRecentStickers.md index 31941a34..00d81839 100644 --- a/old_docs/API_docs_v70/methods/messages_clearRecentStickers.md +++ b/old_docs/API_docs_v70/methods/messages_clearRecentStickers.md @@ -10,7 +10,7 @@ description: messages.clearRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/messages_createChat.md b/old_docs/API_docs_v70/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v70/methods/messages_createChat.md +++ b/old_docs/API_docs_v70/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/messages_deleteHistory.md b/old_docs/API_docs_v70/methods/messages_deleteHistory.md index 01686b2b..ff2f5471 100644 --- a/old_docs/API_docs_v70/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v70/methods/messages_deleteHistory.md @@ -10,9 +10,9 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|just\_clear|[Bool](../types/Bool.md) | Optional| +|just\_clear|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v70/methods/messages_deleteMessages.md b/old_docs/API_docs_v70/methods/messages_deleteMessages.md index 0cc6e6ed..5e0f1ad1 100644 --- a/old_docs/API_docs_v70/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v70/methods/messages_deleteMessages.md @@ -10,8 +10,8 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|revoke|[Bool](../types/Bool.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|revoke|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v70/methods/messages_editChatAdmin.md b/old_docs/API_docs_v70/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v70/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v70/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/messages_editChatPhoto.md b/old_docs/API_docs_v70/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v70/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v70/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/messages_editChatTitle.md b/old_docs/API_docs_v70/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v70/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v70/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/messages_editInlineBotMessage.md b/old_docs/API_docs_v70/methods/messages_editInlineBotMessage.md index 289100ea..42e5a485 100644 --- a/old_docs/API_docs_v70/methods/messages_editInlineBotMessage.md +++ b/old_docs/API_docs_v70/methods/messages_editInlineBotMessage.md @@ -10,11 +10,11 @@ description: messages.editInlineBotMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v70/methods/messages_editMessage.md b/old_docs/API_docs_v70/methods/messages_editMessage.md index 63379ed9..9245b241 100644 --- a/old_docs/API_docs_v70/methods/messages_editMessage.md +++ b/old_docs/API_docs_v70/methods/messages_editMessage.md @@ -10,12 +10,12 @@ description: messages.editMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|id|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v70/methods/messages_forwardMessage.md b/old_docs/API_docs_v70/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v70/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v70/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/messages_forwardMessages.md b/old_docs/API_docs_v70/methods/messages_forwardMessages.md index df361517..bc2f0995 100644 --- a/old_docs/API_docs_v70/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v70/methods/messages_forwardMessages.md @@ -10,11 +10,11 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|with\_my\_score|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|with\_my\_score|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v70/methods/messages_getAllChats.md b/old_docs/API_docs_v70/methods/messages_getAllChats.md index 59bc0add..5a5ce6da 100644 --- a/old_docs/API_docs_v70/methods/messages_getAllChats.md +++ b/old_docs/API_docs_v70/methods/messages_getAllChats.md @@ -10,7 +10,7 @@ description: messages.getAllChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|except\_ids|Array of [int](../types/int.md) | Yes| +|except\_ids|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v70/methods/messages_getAllStickers.md b/old_docs/API_docs_v70/methods/messages_getAllStickers.md index 7ab91cef..b30ea741 100644 --- a/old_docs/API_docs_v70/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v70/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v70/methods/messages_getArchivedStickers.md b/old_docs/API_docs_v70/methods/messages_getArchivedStickers.md index 8c2041a3..2c1f1f95 100644 --- a/old_docs/API_docs_v70/methods/messages_getArchivedStickers.md +++ b/old_docs/API_docs_v70/methods/messages_getArchivedStickers.md @@ -10,9 +10,9 @@ description: messages.getArchivedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|offset\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_ArchivedStickers](../types/messages_ArchivedStickers.md) diff --git a/old_docs/API_docs_v70/methods/messages_getAttachedStickers.md b/old_docs/API_docs_v70/methods/messages_getAttachedStickers.md index f03f0be2..5a1374c5 100644 --- a/old_docs/API_docs_v70/methods/messages_getAttachedStickers.md +++ b/old_docs/API_docs_v70/methods/messages_getAttachedStickers.md @@ -10,7 +10,7 @@ description: messages.getAttachedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|media|[InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| +|media|[CLICK ME InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| ### Return type: [Vector\_of\_StickerSetCovered](../types/StickerSetCovered.md) diff --git a/old_docs/API_docs_v70/methods/messages_getBotCallbackAnswer.md b/old_docs/API_docs_v70/methods/messages_getBotCallbackAnswer.md index b9039098..f477f013 100644 --- a/old_docs/API_docs_v70/methods/messages_getBotCallbackAnswer.md +++ b/old_docs/API_docs_v70/methods/messages_getBotCallbackAnswer.md @@ -10,10 +10,10 @@ description: messages.getBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|game|[Bool](../types/Bool.md) | Optional| +|game|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|data|[bytes](../types/bytes.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|data|[CLICK ME bytes](../types/bytes.md) | Optional| ### Return type: [messages\_BotCallbackAnswer](../types/messages_BotCallbackAnswer.md) diff --git a/old_docs/API_docs_v70/methods/messages_getChats.md b/old_docs/API_docs_v70/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v70/methods/messages_getChats.md +++ b/old_docs/API_docs_v70/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v70/methods/messages_getCommonChats.md b/old_docs/API_docs_v70/methods/messages_getCommonChats.md index 0df79096..370930d7 100644 --- a/old_docs/API_docs_v70/methods/messages_getCommonChats.md +++ b/old_docs/API_docs_v70/methods/messages_getCommonChats.md @@ -11,8 +11,8 @@ description: messages.getCommonChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v70/methods/messages_getDhConfig.md b/old_docs/API_docs_v70/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v70/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v70/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v70/methods/messages_getDialogs.md b/old_docs/API_docs_v70/methods/messages_getDialogs.md index 041b3efe..dca266c6 100644 --- a/old_docs/API_docs_v70/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v70/methods/messages_getDialogs.md @@ -10,11 +10,11 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|exclude\_pinned|[Bool](../types/Bool.md) | Optional| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|exclude\_pinned|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v70/methods/messages_getDocumentByHash.md b/old_docs/API_docs_v70/methods/messages_getDocumentByHash.md index 13f0c18f..14e3e5bd 100644 --- a/old_docs/API_docs_v70/methods/messages_getDocumentByHash.md +++ b/old_docs/API_docs_v70/methods/messages_getDocumentByHash.md @@ -10,9 +10,9 @@ description: messages.getDocumentByHash parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|sha256|[bytes](../types/bytes.md) | Yes| -|size|[int](../types/int.md) | Yes| -|mime\_type|[string](../types/string.md) | Yes| +|sha256|[CLICK ME bytes](../types/bytes.md) | Yes| +|size|[CLICK ME int](../types/int.md) | Yes| +|mime\_type|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Document](../types/Document.md) diff --git a/old_docs/API_docs_v70/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v70/methods/messages_getFeaturedStickers.md index 51097eda..9e8c4eaf 100644 --- a/old_docs/API_docs_v70/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v70/methods/messages_getFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.getFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md) diff --git a/old_docs/API_docs_v70/methods/messages_getGameHighScores.md b/old_docs/API_docs_v70/methods/messages_getGameHighScores.md index 4b8b1397..39d1e406 100644 --- a/old_docs/API_docs_v70/methods/messages_getGameHighScores.md +++ b/old_docs/API_docs_v70/methods/messages_getGameHighScores.md @@ -11,7 +11,7 @@ description: messages.getGameHighScores parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v70/methods/messages_getHistory.md b/old_docs/API_docs_v70/methods/messages_getHistory.md index 87b8328d..46548372 100644 --- a/old_docs/API_docs_v70/methods/messages_getHistory.md +++ b/old_docs/API_docs_v70/methods/messages_getHistory.md @@ -11,12 +11,12 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v70/methods/messages_getInlineBotResults.md b/old_docs/API_docs_v70/methods/messages_getInlineBotResults.md index 6d965b19..fcbe281d 100644 --- a/old_docs/API_docs_v70/methods/messages_getInlineBotResults.md +++ b/old_docs/API_docs_v70/methods/messages_getInlineBotResults.md @@ -12,9 +12,9 @@ description: messages.getInlineBotResults parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|query|[string](../types/string.md) | Yes| -|offset|[string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|query|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_BotResults](../types/messages_BotResults.md) diff --git a/old_docs/API_docs_v70/methods/messages_getInlineGameHighScores.md b/old_docs/API_docs_v70/methods/messages_getInlineGameHighScores.md index 9305a0f4..5f3e774a 100644 --- a/old_docs/API_docs_v70/methods/messages_getInlineGameHighScores.md +++ b/old_docs/API_docs_v70/methods/messages_getInlineGameHighScores.md @@ -10,7 +10,7 @@ description: messages.getInlineGameHighScores parameters, return type and exampl | Name | Type | Required | |----------|---------------|----------| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v70/methods/messages_getMaskStickers.md b/old_docs/API_docs_v70/methods/messages_getMaskStickers.md index 260cfdb7..018e5c6b 100644 --- a/old_docs/API_docs_v70/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v70/methods/messages_getMaskStickers.md @@ -10,7 +10,7 @@ description: messages.getMaskStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v70/methods/messages_getMessageEditData.md b/old_docs/API_docs_v70/methods/messages_getMessageEditData.md index 2a90a419..9f02a9c9 100644 --- a/old_docs/API_docs_v70/methods/messages_getMessageEditData.md +++ b/old_docs/API_docs_v70/methods/messages_getMessageEditData.md @@ -11,7 +11,7 @@ description: messages.getMessageEditData parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_MessageEditData](../types/messages_MessageEditData.md) diff --git a/old_docs/API_docs_v70/methods/messages_getMessages.md b/old_docs/API_docs_v70/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v70/methods/messages_getMessages.md +++ b/old_docs/API_docs_v70/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v70/methods/messages_getMessagesViews.md b/old_docs/API_docs_v70/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v70/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v70/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v70/methods/messages_getRecentStickers.md b/old_docs/API_docs_v70/methods/messages_getRecentStickers.md index 5a60d345..6ec71d0e 100644 --- a/old_docs/API_docs_v70/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v70/methods/messages_getRecentStickers.md @@ -10,8 +10,8 @@ description: messages.getRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| -|hash|[int](../types/int.md) | Yes| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md) diff --git a/old_docs/API_docs_v70/methods/messages_getSavedGifs.md b/old_docs/API_docs_v70/methods/messages_getSavedGifs.md index bcb4590d..7545b642 100644 --- a/old_docs/API_docs_v70/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v70/methods/messages_getSavedGifs.md @@ -10,7 +10,7 @@ description: messages.getSavedGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md) diff --git a/old_docs/API_docs_v70/methods/messages_getStickerSet.md b/old_docs/API_docs_v70/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v70/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v70/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v70/methods/messages_getWebPage.md b/old_docs/API_docs_v70/methods/messages_getWebPage.md index 0f09af47..9e39b988 100644 --- a/old_docs/API_docs_v70/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v70/methods/messages_getWebPage.md @@ -10,8 +10,8 @@ description: messages.getWebPage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|url|[string](../types/string.md) | Yes| -|hash|[int](../types/int.md) | Yes| +|url|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [WebPage](../types/WebPage.md) diff --git a/old_docs/API_docs_v70/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v70/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v70/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v70/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v70/methods/messages_importChatInvite.md b/old_docs/API_docs_v70/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v70/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v70/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/messages_installStickerSet.md b/old_docs/API_docs_v70/methods/messages_installStickerSet.md index f405adce..8dfeacfa 100644 --- a/old_docs/API_docs_v70/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v70/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|archived|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|archived|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [messages\_StickerSetInstallResult](../types/messages_StickerSetInstallResult.md) diff --git a/old_docs/API_docs_v70/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v70/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v70/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v70/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/messages_readFeaturedStickers.md b/old_docs/API_docs_v70/methods/messages_readFeaturedStickers.md index 766ba200..9aef0199 100644 --- a/old_docs/API_docs_v70/methods/messages_readFeaturedStickers.md +++ b/old_docs/API_docs_v70/methods/messages_readFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.readFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [long](../types/long.md) | Yes| +|id|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/messages_readHistory.md b/old_docs/API_docs_v70/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v70/methods/messages_readHistory.md +++ b/old_docs/API_docs_v70/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v70/methods/messages_readMessageContents.md b/old_docs/API_docs_v70/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v70/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v70/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v70/methods/messages_receivedMessages.md b/old_docs/API_docs_v70/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v70/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v70/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v70/methods/messages_receivedQueue.md b/old_docs/API_docs_v70/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v70/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v70/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v70/methods/messages_reorderPinnedDialogs.md b/old_docs/API_docs_v70/methods/messages_reorderPinnedDialogs.md index 30e926d9..2d81735f 100644 --- a/old_docs/API_docs_v70/methods/messages_reorderPinnedDialogs.md +++ b/old_docs/API_docs_v70/methods/messages_reorderPinnedDialogs.md @@ -10,7 +10,7 @@ description: messages.reorderPinnedDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|force|[Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |order|Array of [Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Yes| diff --git a/old_docs/API_docs_v70/methods/messages_reorderStickerSets.md b/old_docs/API_docs_v70/methods/messages_reorderStickerSets.md index 0e2c121d..21092485 100644 --- a/old_docs/API_docs_v70/methods/messages_reorderStickerSets.md +++ b/old_docs/API_docs_v70/methods/messages_reorderStickerSets.md @@ -10,8 +10,8 @@ description: messages.reorderStickerSets parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|order|Array of [long](../types/long.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|order|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/messages_saveDraft.md b/old_docs/API_docs_v70/methods/messages_saveDraft.md index 754b4da2..7160fda4 100644 --- a/old_docs/API_docs_v70/methods/messages_saveDraft.md +++ b/old_docs/API_docs_v70/methods/messages_saveDraft.md @@ -10,11 +10,11 @@ description: messages.saveDraft parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|message|[string](../types/string.md) | Yes| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v70/methods/messages_saveGif.md b/old_docs/API_docs_v70/methods/messages_saveGif.md index 725bc949..d6487133 100644 --- a/old_docs/API_docs_v70/methods/messages_saveGif.md +++ b/old_docs/API_docs_v70/methods/messages_saveGif.md @@ -11,7 +11,7 @@ description: messages.saveGif parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/messages_saveRecentSticker.md b/old_docs/API_docs_v70/methods/messages_saveRecentSticker.md index 4a8298e2..2c3c7e12 100644 --- a/old_docs/API_docs_v70/methods/messages_saveRecentSticker.md +++ b/old_docs/API_docs_v70/methods/messages_saveRecentSticker.md @@ -10,9 +10,9 @@ description: messages.saveRecentSticker parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/messages_search.md b/old_docs/API_docs_v70/methods/messages_search.md index dfc4eb56..00295d82 100644 --- a/old_docs/API_docs_v70/methods/messages_search.md +++ b/old_docs/API_docs_v70/methods/messages_search.md @@ -11,14 +11,14 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| |from\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v70/methods/messages_searchGifs.md b/old_docs/API_docs_v70/methods/messages_searchGifs.md index 896e98d2..d37ebbd0 100644 --- a/old_docs/API_docs_v70/methods/messages_searchGifs.md +++ b/old_docs/API_docs_v70/methods/messages_searchGifs.md @@ -10,8 +10,8 @@ description: messages.searchGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FoundGifs](../types/messages_FoundGifs.md) diff --git a/old_docs/API_docs_v70/methods/messages_searchGlobal.md b/old_docs/API_docs_v70/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v70/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v70/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v70/methods/messages_sendEncrypted.md b/old_docs/API_docs_v70/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v70/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v70/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v70/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v70/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v70/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v70/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v70/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v70/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v70/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v70/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v70/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v70/methods/messages_sendInlineBotResult.md index 6bfb1578..692c79f6 100644 --- a/old_docs/API_docs_v70/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v70/methods/messages_sendInlineBotResult.md @@ -10,13 +10,13 @@ description: messages.sendInlineBotResult parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|id|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|id|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/messages_sendMedia.md b/old_docs/API_docs_v70/methods/messages_sendMedia.md index 1530451b..2af751cb 100644 --- a/old_docs/API_docs_v70/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v70/methods/messages_sendMedia.md @@ -10,13 +10,13 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/messages_sendMessage.md b/old_docs/API_docs_v70/methods/messages_sendMessage.md index 49ace99c..314c73b7 100644 --- a/old_docs/API_docs_v70/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v70/methods/messages_sendMessage.md @@ -10,15 +10,15 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v70/methods/messages_sendScreenshotNotification.md b/old_docs/API_docs_v70/methods/messages_sendScreenshotNotification.md index 2e66b51a..e786f4be 100644 --- a/old_docs/API_docs_v70/methods/messages_sendScreenshotNotification.md +++ b/old_docs/API_docs_v70/methods/messages_sendScreenshotNotification.md @@ -11,7 +11,7 @@ description: messages.sendScreenshotNotification parameters, return type and exa | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/messages_setBotCallbackAnswer.md b/old_docs/API_docs_v70/methods/messages_setBotCallbackAnswer.md index 0282168b..7fec715e 100644 --- a/old_docs/API_docs_v70/methods/messages_setBotCallbackAnswer.md +++ b/old_docs/API_docs_v70/methods/messages_setBotCallbackAnswer.md @@ -10,11 +10,11 @@ description: messages.setBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|alert|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|message|[string](../types/string.md) | Optional| -|url|[string](../types/string.md) | Optional| -|cache\_time|[int](../types/int.md) | Yes| +|alert|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|url|[CLICK ME string](../types/string.md) | Optional| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/messages_setBotPrecheckoutResults.md b/old_docs/API_docs_v70/methods/messages_setBotPrecheckoutResults.md index 4aba8ca3..1a0854e0 100644 --- a/old_docs/API_docs_v70/methods/messages_setBotPrecheckoutResults.md +++ b/old_docs/API_docs_v70/methods/messages_setBotPrecheckoutResults.md @@ -10,9 +10,9 @@ description: messages.setBotPrecheckoutResults parameters, return type and examp | Name | Type | Required | |----------|---------------|----------| -|success|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|error|[string](../types/string.md) | Optional| +|success|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|error|[CLICK ME string](../types/string.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/messages_setBotShippingResults.md b/old_docs/API_docs_v70/methods/messages_setBotShippingResults.md index 5dcfe12e..526729f6 100644 --- a/old_docs/API_docs_v70/methods/messages_setBotShippingResults.md +++ b/old_docs/API_docs_v70/methods/messages_setBotShippingResults.md @@ -10,9 +10,9 @@ description: messages.setBotShippingResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query\_id|[long](../types/long.md) | Yes| -|error|[string](../types/string.md) | Optional| -|shipping\_options|Array of [ShippingOption](../types/ShippingOption.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|error|[CLICK ME string](../types/string.md) | Optional| +|shipping\_options|Array of [CLICK ME ShippingOption](../types/ShippingOption.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v70/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v70/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v70/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/messages_setGameScore.md b/old_docs/API_docs_v70/methods/messages_setGameScore.md index 61dfe579..400ef8ca 100644 --- a/old_docs/API_docs_v70/methods/messages_setGameScore.md +++ b/old_docs/API_docs_v70/methods/messages_setGameScore.md @@ -10,12 +10,12 @@ description: messages.setGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/messages_setInlineBotResults.md b/old_docs/API_docs_v70/methods/messages_setInlineBotResults.md index c38b8c2e..2071061a 100644 --- a/old_docs/API_docs_v70/methods/messages_setInlineBotResults.md +++ b/old_docs/API_docs_v70/methods/messages_setInlineBotResults.md @@ -10,13 +10,13 @@ description: messages.setInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|gallery|[Bool](../types/Bool.md) | Optional| -|private|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|results|Array of [InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| -|cache\_time|[int](../types/int.md) | Yes| -|next\_offset|[string](../types/string.md) | Optional| -|switch\_pm|[InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| +|gallery|[CLICK ME Bool](../types/Bool.md) | Optional| +|private|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|results|Array of [CLICK ME InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| +|next\_offset|[CLICK ME string](../types/string.md) | Optional| +|switch\_pm|[CLICK ME InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/messages_setInlineGameScore.md b/old_docs/API_docs_v70/methods/messages_setInlineGameScore.md index 9fadc31e..7cd855b2 100644 --- a/old_docs/API_docs_v70/methods/messages_setInlineGameScore.md +++ b/old_docs/API_docs_v70/methods/messages_setInlineGameScore.md @@ -10,11 +10,11 @@ description: messages.setInlineGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/messages_setTyping.md b/old_docs/API_docs_v70/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v70/methods/messages_setTyping.md +++ b/old_docs/API_docs_v70/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/messages_startBot.md b/old_docs/API_docs_v70/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v70/methods/messages_startBot.md +++ b/old_docs/API_docs_v70/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v70/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v70/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v70/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/messages_toggleDialogPin.md b/old_docs/API_docs_v70/methods/messages_toggleDialogPin.md index 7c5bfa9f..4b2282c3 100644 --- a/old_docs/API_docs_v70/methods/messages_toggleDialogPin.md +++ b/old_docs/API_docs_v70/methods/messages_toggleDialogPin.md @@ -10,7 +10,7 @@ description: messages.toggleDialogPin parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pinned|[Bool](../types/Bool.md) | Optional| +|pinned|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v70/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v70/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v70/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v70/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/payments_clearSavedInfo.md b/old_docs/API_docs_v70/methods/payments_clearSavedInfo.md index dc762198..beedba00 100644 --- a/old_docs/API_docs_v70/methods/payments_clearSavedInfo.md +++ b/old_docs/API_docs_v70/methods/payments_clearSavedInfo.md @@ -10,8 +10,8 @@ description: payments.clearSavedInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|credentials|[Bool](../types/Bool.md) | Optional| -|info|[Bool](../types/Bool.md) | Optional| +|credentials|[CLICK ME Bool](../types/Bool.md) | Optional| +|info|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/payments_getPaymentForm.md b/old_docs/API_docs_v70/methods/payments_getPaymentForm.md index ee269741..2ea128aa 100644 --- a/old_docs/API_docs_v70/methods/payments_getPaymentForm.md +++ b/old_docs/API_docs_v70/methods/payments_getPaymentForm.md @@ -10,7 +10,7 @@ description: payments.getPaymentForm parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [payments\_PaymentForm](../types/payments_PaymentForm.md) diff --git a/old_docs/API_docs_v70/methods/payments_getPaymentReceipt.md b/old_docs/API_docs_v70/methods/payments_getPaymentReceipt.md index e46563d0..6df0998f 100644 --- a/old_docs/API_docs_v70/methods/payments_getPaymentReceipt.md +++ b/old_docs/API_docs_v70/methods/payments_getPaymentReceipt.md @@ -10,7 +10,7 @@ description: payments.getPaymentReceipt parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [payments\_PaymentReceipt](../types/payments_PaymentReceipt.md) diff --git a/old_docs/API_docs_v70/methods/payments_sendPaymentForm.md b/old_docs/API_docs_v70/methods/payments_sendPaymentForm.md index 08505110..84a67497 100644 --- a/old_docs/API_docs_v70/methods/payments_sendPaymentForm.md +++ b/old_docs/API_docs_v70/methods/payments_sendPaymentForm.md @@ -10,10 +10,10 @@ description: payments.sendPaymentForm parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| -|requested\_info\_id|[string](../types/string.md) | Optional| -|shipping\_option\_id|[string](../types/string.md) | Optional| -|credentials|[InputPaymentCredentials](../types/InputPaymentCredentials.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|requested\_info\_id|[CLICK ME string](../types/string.md) | Optional| +|shipping\_option\_id|[CLICK ME string](../types/string.md) | Optional| +|credentials|[CLICK ME InputPaymentCredentials](../types/InputPaymentCredentials.md) | Yes| ### Return type: [payments\_PaymentResult](../types/payments_PaymentResult.md) diff --git a/old_docs/API_docs_v70/methods/payments_validateRequestedInfo.md b/old_docs/API_docs_v70/methods/payments_validateRequestedInfo.md index ebfc5c22..3a3f832b 100644 --- a/old_docs/API_docs_v70/methods/payments_validateRequestedInfo.md +++ b/old_docs/API_docs_v70/methods/payments_validateRequestedInfo.md @@ -10,9 +10,9 @@ description: payments.validateRequestedInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|save|[Bool](../types/Bool.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|info|[PaymentRequestedInfo](../types/PaymentRequestedInfo.md) | Yes| +|save|[CLICK ME Bool](../types/Bool.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|info|[CLICK ME PaymentRequestedInfo](../types/PaymentRequestedInfo.md) | Yes| ### Return type: [payments\_ValidatedRequestedInfo](../types/payments_ValidatedRequestedInfo.md) diff --git a/old_docs/API_docs_v70/methods/phone_receivedCall.md b/old_docs/API_docs_v70/methods/phone_receivedCall.md index 00b51aed..daca3fe2 100644 --- a/old_docs/API_docs_v70/methods/phone_receivedCall.md +++ b/old_docs/API_docs_v70/methods/phone_receivedCall.md @@ -10,7 +10,7 @@ description: phone.receivedCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/phone_saveCallDebug.md b/old_docs/API_docs_v70/methods/phone_saveCallDebug.md index 90135792..063ab7a2 100644 --- a/old_docs/API_docs_v70/methods/phone_saveCallDebug.md +++ b/old_docs/API_docs_v70/methods/phone_saveCallDebug.md @@ -10,8 +10,8 @@ description: phone.saveCallDebug parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| -|debug|[DataJSON](../types/DataJSON.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|debug|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v70/methods/phone_setCallRating.md b/old_docs/API_docs_v70/methods/phone_setCallRating.md index 21570b80..3f6b792d 100644 --- a/old_docs/API_docs_v70/methods/phone_setCallRating.md +++ b/old_docs/API_docs_v70/methods/phone_setCallRating.md @@ -10,9 +10,9 @@ description: phone.setCallRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| -|rating|[int](../types/int.md) | Yes| -|comment|[string](../types/string.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|rating|[CLICK ME int](../types/int.md) | Yes| +|comment|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v70/methods/photos_getUserPhotos.md b/old_docs/API_docs_v70/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v70/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v70/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v70/methods/ping.md b/old_docs/API_docs_v70/methods/ping.md index 18f5a2bd..e08de68f 100644 --- a/old_docs/API_docs_v70/methods/ping.md +++ b/old_docs/API_docs_v70/methods/ping.md @@ -12,7 +12,7 @@ pings the server | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ping\_id|[long](../types/long.md) | Yes|Ping ID| +|ping\_id|[CLICK ME long](../types/long.md) | Yes|Ping ID| ### Return type: [Pong](../types/Pong.md) diff --git a/old_docs/API_docs_v70/methods/ping_delay_disconnect.md b/old_docs/API_docs_v70/methods/ping_delay_disconnect.md index 709f8026..e3438a12 100644 --- a/old_docs/API_docs_v70/methods/ping_delay_disconnect.md +++ b/old_docs/API_docs_v70/methods/ping_delay_disconnect.md @@ -12,8 +12,8 @@ Pings the server and causes disconection if the same method is not called within | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ping\_id|[long](../types/long.md) | Yes|Ping ID| -|disconnect\_delay|[int](../types/int.md) | Yes|Disconection delay| +|ping\_id|[CLICK ME long](../types/long.md) | Yes|Ping ID| +|disconnect\_delay|[CLICK ME int](../types/int.md) | Yes|Disconection delay| ### Return type: [Pong](../types/Pong.md) diff --git a/old_docs/API_docs_v70/methods/req_DH_params.md b/old_docs/API_docs_v70/methods/req_DH_params.md index b0cc4418..8bd36af2 100644 --- a/old_docs/API_docs_v70/methods/req_DH_params.md +++ b/old_docs/API_docs_v70/methods/req_DH_params.md @@ -12,12 +12,12 @@ Requests Diffie-hellman parameters for key exchange | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| -|server\_nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| -|p|[string](../types/string.md) | Yes|| -|q|[string](../types/string.md) | Yes|| -|public\_key\_fingerprint|[long](../types/long.md) | Yes|Server RSA fingerprint| -|encrypted\_data|[string](../types/string.md) | Yes|| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| +|server\_nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| +|p|[CLICK ME string](../types/string.md) | Yes|| +|q|[CLICK ME string](../types/string.md) | Yes|| +|public\_key\_fingerprint|[CLICK ME long](../types/long.md) | Yes|Server RSA fingerprint| +|encrypted\_data|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Server\_DH\_Params](../types/Server_DH_Params.md) diff --git a/old_docs/API_docs_v70/methods/req_pq.md b/old_docs/API_docs_v70/methods/req_pq.md index 39a1715b..170f38d5 100644 --- a/old_docs/API_docs_v70/methods/req_pq.md +++ b/old_docs/API_docs_v70/methods/req_pq.md @@ -12,7 +12,7 @@ Requests PQ for factorization | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| ### Return type: [ResPQ](../types/ResPQ.md) diff --git a/old_docs/API_docs_v70/methods/rpc_drop_answer.md b/old_docs/API_docs_v70/methods/rpc_drop_answer.md index 225a43b5..f12fd85f 100644 --- a/old_docs/API_docs_v70/methods/rpc_drop_answer.md +++ b/old_docs/API_docs_v70/methods/rpc_drop_answer.md @@ -12,7 +12,7 @@ Do not send answer to provided request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|req\_msg\_id|[long](../types/long.md) | Yes|The message ID of the request| +|req\_msg\_id|[CLICK ME long](../types/long.md) | Yes|The message ID of the request| ### Return type: [RpcDropAnswer](../types/RpcDropAnswer.md) diff --git a/old_docs/API_docs_v70/methods/set_client_DH_params.md b/old_docs/API_docs_v70/methods/set_client_DH_params.md index 4af21a12..2bd7a152 100644 --- a/old_docs/API_docs_v70/methods/set_client_DH_params.md +++ b/old_docs/API_docs_v70/methods/set_client_DH_params.md @@ -12,9 +12,9 @@ Sets client diffie-hellman parameters | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| -|server\_nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| -|encrypted\_data|[string](../types/string.md) | Yes|| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| +|server\_nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| +|encrypted\_data|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Set\_client\_DH\_params\_answer](../types/Set_client_DH_params_answer.md) diff --git a/old_docs/API_docs_v70/methods/stickers_addStickerToSet.md b/old_docs/API_docs_v70/methods/stickers_addStickerToSet.md index f70d14fb..2f62b57b 100644 --- a/old_docs/API_docs_v70/methods/stickers_addStickerToSet.md +++ b/old_docs/API_docs_v70/methods/stickers_addStickerToSet.md @@ -10,8 +10,8 @@ description: stickers.addStickerToSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|sticker|[InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|sticker|[CLICK ME InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v70/methods/stickers_changeStickerPosition.md b/old_docs/API_docs_v70/methods/stickers_changeStickerPosition.md index 05597041..a0947680 100644 --- a/old_docs/API_docs_v70/methods/stickers_changeStickerPosition.md +++ b/old_docs/API_docs_v70/methods/stickers_changeStickerPosition.md @@ -11,7 +11,7 @@ description: stickers.changeStickerPosition parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |sticker|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|position|[int](../types/int.md) | Yes| +|position|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v70/methods/stickers_createStickerSet.md b/old_docs/API_docs_v70/methods/stickers_createStickerSet.md index 1db94b11..1e7a5bb7 100644 --- a/old_docs/API_docs_v70/methods/stickers_createStickerSet.md +++ b/old_docs/API_docs_v70/methods/stickers_createStickerSet.md @@ -10,11 +10,11 @@ description: stickers.createStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|title|[string](../types/string.md) | Yes| -|short\_name|[string](../types/string.md) | Yes| -|stickers|Array of [InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| +|short\_name|[CLICK ME string](../types/string.md) | Yes| +|stickers|Array of [CLICK ME InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v70/methods/upload_getWebFile.md b/old_docs/API_docs_v70/methods/upload_getWebFile.md index ca200db1..54615226 100644 --- a/old_docs/API_docs_v70/methods/upload_getWebFile.md +++ b/old_docs/API_docs_v70/methods/upload_getWebFile.md @@ -10,9 +10,9 @@ description: upload.getWebFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|location|[InputWebFileLocation](../types/InputWebFileLocation.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|location|[CLICK ME InputWebFileLocation](../types/InputWebFileLocation.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [upload\_WebFile](../types/upload_WebFile.md) diff --git a/old_docs/API_docs_v71/methods/account_changePhone.md b/old_docs/API_docs_v71/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v71/methods/account_changePhone.md +++ b/old_docs/API_docs_v71/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v71/methods/account_checkUsername.md b/old_docs/API_docs_v71/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v71/methods/account_checkUsername.md +++ b/old_docs/API_docs_v71/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/account_confirmPhone.md b/old_docs/API_docs_v71/methods/account_confirmPhone.md index 2261e6e8..e9c724b1 100644 --- a/old_docs/API_docs_v71/methods/account_confirmPhone.md +++ b/old_docs/API_docs_v71/methods/account_confirmPhone.md @@ -12,8 +12,8 @@ Confirm this phone number is associated to this account, obtain phone_code_hash | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_code\_hash|[string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/account_deleteAccount.md b/old_docs/API_docs_v71/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v71/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v71/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/account_getNotifySettings.md b/old_docs/API_docs_v71/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v71/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v71/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v71/methods/account_getPasswordSettings.md b/old_docs/API_docs_v71/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v71/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v71/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v71/methods/account_getPrivacy.md b/old_docs/API_docs_v71/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v71/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v71/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v71/methods/account_getTmpPassword.md b/old_docs/API_docs_v71/methods/account_getTmpPassword.md index e9ff8d28..fb300173 100644 --- a/old_docs/API_docs_v71/methods/account_getTmpPassword.md +++ b/old_docs/API_docs_v71/methods/account_getTmpPassword.md @@ -12,8 +12,8 @@ Get temporary password for buying products through bots | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|password\_hash|[bytes](../types/bytes.md) | Yes|The password hash| -|period|[int](../types/int.md) | Yes|The validity period| +|password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|The password hash| +|period|[CLICK ME int](../types/int.md) | Yes|The validity period| ### Return type: [account\_TmpPassword](../types/account_TmpPassword.md) diff --git a/old_docs/API_docs_v71/methods/account_registerDevice.md b/old_docs/API_docs_v71/methods/account_registerDevice.md index 0bf6d1ee..1e3279b1 100644 --- a/old_docs/API_docs_v71/methods/account_registerDevice.md +++ b/old_docs/API_docs_v71/methods/account_registerDevice.md @@ -12,8 +12,8 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/account_reportPeer.md b/old_docs/API_docs_v71/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/old_docs/API_docs_v71/methods/account_reportPeer.md +++ b/old_docs/API_docs_v71/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/account_resetAuthorization.md b/old_docs/API_docs_v71/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v71/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v71/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v71/methods/account_sendChangePhoneCode.md index 9e5016a4..df3fde89 100644 --- a/old_docs/API_docs_v71/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v71/methods/account_sendChangePhoneCode.md @@ -12,9 +12,9 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| -|phone\_number|[string](../types/string.md) | Yes|New phone number| -|current\_number|[Bool](../types/Bool.md) | Optional|Current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|Current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v71/methods/account_sendConfirmPhoneCode.md b/old_docs/API_docs_v71/methods/account_sendConfirmPhoneCode.md index 4de86a33..136e98c6 100644 --- a/old_docs/API_docs_v71/methods/account_sendConfirmPhoneCode.md +++ b/old_docs/API_docs_v71/methods/account_sendConfirmPhoneCode.md @@ -12,9 +12,9 @@ Send confirmation phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| -|hash|[string](../types/string.md) | Yes|The hash| -|current\_number|[Bool](../types/Bool.md) | Optional|The current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| +|hash|[CLICK ME string](../types/string.md) | Yes|The hash| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|The current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v71/methods/account_setAccountTTL.md b/old_docs/API_docs_v71/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v71/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v71/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/account_setPrivacy.md b/old_docs/API_docs_v71/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v71/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v71/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v71/methods/account_unregisterDevice.md b/old_docs/API_docs_v71/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v71/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v71/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v71/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v71/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v71/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/account_updateNotifySettings.md b/old_docs/API_docs_v71/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v71/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v71/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v71/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v71/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v71/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/account_updateProfile.md b/old_docs/API_docs_v71/methods/account_updateProfile.md index 8b0c3268..f4335a9e 100644 --- a/old_docs/API_docs_v71/methods/account_updateProfile.md +++ b/old_docs/API_docs_v71/methods/account_updateProfile.md @@ -12,9 +12,9 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Optional|The first name| -|last\_name|[string](../types/string.md) | Optional|The last name| -|about|[string](../types/string.md) | Optional|The bio/about field| +|first\_name|[CLICK ME string](../types/string.md) | Optional|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Optional|The last name| +|about|[CLICK ME string](../types/string.md) | Optional|The bio/about field| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v71/methods/account_updateStatus.md b/old_docs/API_docs_v71/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v71/methods/account_updateStatus.md +++ b/old_docs/API_docs_v71/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/account_updateUsername.md b/old_docs/API_docs_v71/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v71/methods/account_updateUsername.md +++ b/old_docs/API_docs_v71/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v71/methods/auth_cancelCode.md b/old_docs/API_docs_v71/methods/auth_cancelCode.md index 1283e1e5..9ddbf819 100644 --- a/old_docs/API_docs_v71/methods/auth_cancelCode.md +++ b/old_docs/API_docs_v71/methods/auth_cancelCode.md @@ -12,8 +12,8 @@ Invalidate sent phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/auth_checkPhone.md b/old_docs/API_docs_v71/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v71/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v71/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v71/methods/auth_dropTempAuthKeys.md b/old_docs/API_docs_v71/methods/auth_dropTempAuthKeys.md index b08b9f40..81bb2ae2 100644 --- a/old_docs/API_docs_v71/methods/auth_dropTempAuthKeys.md +++ b/old_docs/API_docs_v71/methods/auth_dropTempAuthKeys.md @@ -12,7 +12,7 @@ Delete all temporary authorization keys except the ones provided | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|except\_auth\_keys|Array of [long](../types/long.md) | Yes|The temporary authorization keys to keep| +|except\_auth\_keys|Array of [CLICK ME long](../types/long.md) | Yes|The temporary authorization keys to keep| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/auth_recoverPassword.md b/old_docs/API_docs_v71/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v71/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v71/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v71/methods/auth_resendCode.md b/old_docs/API_docs_v71/methods/auth_resendCode.md index 4bfbf379..02471563 100644 --- a/old_docs/API_docs_v71/methods/auth_resendCode.md +++ b/old_docs/API_docs_v71/methods/auth_resendCode.md @@ -12,8 +12,8 @@ Resend the SMS verification code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|The phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|The phone code hash| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v71/methods/auth_sendInvites.md b/old_docs/API_docs_v71/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v71/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v71/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/bots_answerWebhookJSONQuery.md b/old_docs/API_docs_v71/methods/bots_answerWebhookJSONQuery.md index 809576fa..ed38c8d9 100644 --- a/old_docs/API_docs_v71/methods/bots_answerWebhookJSONQuery.md +++ b/old_docs/API_docs_v71/methods/bots_answerWebhookJSONQuery.md @@ -10,8 +10,8 @@ description: bots.answerWebhookJSONQuery parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query\_id|[long](../types/long.md) | Yes| -|data|[DataJSON](../types/DataJSON.md) | Yes| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|data|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/bots_sendCustomRequest.md b/old_docs/API_docs_v71/methods/bots_sendCustomRequest.md index ce28f6ca..0b395c96 100644 --- a/old_docs/API_docs_v71/methods/bots_sendCustomRequest.md +++ b/old_docs/API_docs_v71/methods/bots_sendCustomRequest.md @@ -10,8 +10,8 @@ description: bots.sendCustomRequest parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|custom\_method|[string](../types/string.md) | Yes| -|params|[DataJSON](../types/DataJSON.md) | Yes| +|custom\_method|[CLICK ME string](../types/string.md) | Yes| +|params|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [DataJSON](../types/DataJSON.md) diff --git a/old_docs/API_docs_v71/methods/channels_checkUsername.md b/old_docs/API_docs_v71/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v71/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v71/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/channels_createChannel.md b/old_docs/API_docs_v71/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v71/methods/channels_createChannel.md +++ b/old_docs/API_docs_v71/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/channels_deleteMessages.md b/old_docs/API_docs_v71/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v71/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v71/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v71/methods/channels_editAbout.md b/old_docs/API_docs_v71/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v71/methods/channels_editAbout.md +++ b/old_docs/API_docs_v71/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/channels_editAdmin.md b/old_docs/API_docs_v71/methods/channels_editAdmin.md index 36ae5241..e3273e7d 100644 --- a/old_docs/API_docs_v71/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v71/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|admin\_rights|[ChannelAdminRights](../types/ChannelAdminRights.md) | Yes| +|admin\_rights|[CLICK ME ChannelAdminRights](../types/ChannelAdminRights.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/channels_editBanned.md b/old_docs/API_docs_v71/methods/channels_editBanned.md index 4f5dc25c..c5ca7f2c 100644 --- a/old_docs/API_docs_v71/methods/channels_editBanned.md +++ b/old_docs/API_docs_v71/methods/channels_editBanned.md @@ -12,7 +12,7 @@ description: channels.editBanned parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|banned\_rights|[ChannelBannedRights](../types/ChannelBannedRights.md) | Yes| +|banned\_rights|[CLICK ME ChannelBannedRights](../types/ChannelBannedRights.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/channels_editPhoto.md b/old_docs/API_docs_v71/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v71/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v71/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/channels_editTitle.md b/old_docs/API_docs_v71/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v71/methods/channels_editTitle.md +++ b/old_docs/API_docs_v71/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/channels_exportMessageLink.md b/old_docs/API_docs_v71/methods/channels_exportMessageLink.md index 7eff4ed8..e0aabc17 100644 --- a/old_docs/API_docs_v71/methods/channels_exportMessageLink.md +++ b/old_docs/API_docs_v71/methods/channels_exportMessageLink.md @@ -11,7 +11,7 @@ description: channels.exportMessageLink parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [ExportedMessageLink](../types/ExportedMessageLink.md) diff --git a/old_docs/API_docs_v71/methods/channels_getAdminLog.md b/old_docs/API_docs_v71/methods/channels_getAdminLog.md index 2b4d08d6..6ea1b86a 100644 --- a/old_docs/API_docs_v71/methods/channels_getAdminLog.md +++ b/old_docs/API_docs_v71/methods/channels_getAdminLog.md @@ -11,12 +11,12 @@ description: channels.getAdminLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|q|[string](../types/string.md) | Yes| -|events\_filter|[ChannelAdminLogEventsFilter](../types/ChannelAdminLogEventsFilter.md) | Optional| +|q|[CLICK ME string](../types/string.md) | Yes| +|events\_filter|[CLICK ME ChannelAdminLogEventsFilter](../types/ChannelAdminLogEventsFilter.md) | Optional| |admins|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|max\_id|[long](../types/long.md) | Yes| -|min\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|min\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_AdminLogResults](../types/channels_AdminLogResults.md) diff --git a/old_docs/API_docs_v71/methods/channels_getMessages.md b/old_docs/API_docs_v71/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v71/methods/channels_getMessages.md +++ b/old_docs/API_docs_v71/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v71/methods/channels_getParticipants.md b/old_docs/API_docs_v71/methods/channels_getParticipants.md index 7a9b6699..bfd09c2f 100644 --- a/old_docs/API_docs_v71/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v71/methods/channels_getParticipants.md @@ -11,9 +11,9 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v71/methods/channels_readHistory.md b/old_docs/API_docs_v71/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v71/methods/channels_readHistory.md +++ b/old_docs/API_docs_v71/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/channels_readMessageContents.md b/old_docs/API_docs_v71/methods/channels_readMessageContents.md index 7e3da8e4..d36c4387 100644 --- a/old_docs/API_docs_v71/methods/channels_readMessageContents.md +++ b/old_docs/API_docs_v71/methods/channels_readMessageContents.md @@ -11,7 +11,7 @@ description: channels.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/channels_reportSpam.md b/old_docs/API_docs_v71/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v71/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v71/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/channels_setStickers.md b/old_docs/API_docs_v71/methods/channels_setStickers.md index a1f733eb..9deb6fa3 100644 --- a/old_docs/API_docs_v71/methods/channels_setStickers.md +++ b/old_docs/API_docs_v71/methods/channels_setStickers.md @@ -11,7 +11,7 @@ description: channels.setStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/channels_toggleInvites.md b/old_docs/API_docs_v71/methods/channels_toggleInvites.md index 8d977fd0..f18ea3c2 100644 --- a/old_docs/API_docs_v71/methods/channels_toggleInvites.md +++ b/old_docs/API_docs_v71/methods/channels_toggleInvites.md @@ -11,7 +11,7 @@ description: channels.toggleInvites parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/channels_toggleSignatures.md b/old_docs/API_docs_v71/methods/channels_toggleSignatures.md index 13d53d92..1b8832f0 100644 --- a/old_docs/API_docs_v71/methods/channels_toggleSignatures.md +++ b/old_docs/API_docs_v71/methods/channels_toggleSignatures.md @@ -11,7 +11,7 @@ description: channels.toggleSignatures parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/channels_updatePinnedMessage.md b/old_docs/API_docs_v71/methods/channels_updatePinnedMessage.md index ecc15ce6..76b894cd 100644 --- a/old_docs/API_docs_v71/methods/channels_updatePinnedMessage.md +++ b/old_docs/API_docs_v71/methods/channels_updatePinnedMessage.md @@ -10,9 +10,9 @@ description: channels.updatePinnedMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/channels_updateUsername.md b/old_docs/API_docs_v71/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v71/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v71/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/contacts_getBlocked.md b/old_docs/API_docs_v71/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v71/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v71/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v71/methods/contacts_getContacts.md b/old_docs/API_docs_v71/methods/contacts_getContacts.md index 32823094..32877d62 100644 --- a/old_docs/API_docs_v71/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v71/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[int](../types/int.md) | Yes|$ids is the list ids of previously fetched contacts, $hash = $MadelineProto->gen_vector_hash($ids);| +|hash|[CLICK ME int](../types/int.md) | Yes|$ids is the list ids of previously fetched contacts, $hash = $MadelineProto->gen_vector_hash($ids);| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v71/methods/contacts_getTopPeers.md b/old_docs/API_docs_v71/methods/contacts_getTopPeers.md index 560f15c6..4c2af1fe 100644 --- a/old_docs/API_docs_v71/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v71/methods/contacts_getTopPeers.md @@ -12,15 +12,15 @@ Get most used chats | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|correspondents|[Bool](../types/Bool.md) | Optional|| -|bots\_pm|[Bool](../types/Bool.md) | Optional|| -|bots\_inline|[Bool](../types/Bool.md) | Optional|| -|phone\_calls|[Bool](../types/Bool.md) | Optional|| -|groups|[Bool](../types/Bool.md) | Optional|| -|channels|[Bool](../types/Bool.md) | Optional|| -|offset|[int](../types/int.md) | Yes|| -|limit|[int](../types/int.md) | Yes|| -|hash|[int](../types/int.md) | Yes|| +|correspondents|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_pm|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_inline|[CLICK ME Bool](../types/Bool.md) | Optional|| +|phone\_calls|[CLICK ME Bool](../types/Bool.md) | Optional|| +|groups|[CLICK ME Bool](../types/Bool.md) | Optional|| +|channels|[CLICK ME Bool](../types/Bool.md) | Optional|| +|offset|[CLICK ME int](../types/int.md) | Yes|| +|limit|[CLICK ME int](../types/int.md) | Yes|| +|hash|[CLICK ME int](../types/int.md) | Yes|| ### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md) diff --git a/old_docs/API_docs_v71/methods/contacts_importCard.md b/old_docs/API_docs_v71/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v71/methods/contacts_importCard.md +++ b/old_docs/API_docs_v71/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v71/methods/contacts_importContacts.md b/old_docs/API_docs_v71/methods/contacts_importContacts.md index a6b93600..858715b9 100644 --- a/old_docs/API_docs_v71/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v71/methods/contacts_importContacts.md @@ -12,7 +12,7 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v71/methods/contacts_resetTopPeerRating.md b/old_docs/API_docs_v71/methods/contacts_resetTopPeerRating.md index ddcf6b2f..ee6d382b 100644 --- a/old_docs/API_docs_v71/methods/contacts_resetTopPeerRating.md +++ b/old_docs/API_docs_v71/methods/contacts_resetTopPeerRating.md @@ -10,7 +10,7 @@ description: contacts.resetTopPeerRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|category|[TopPeerCategory](../types/TopPeerCategory.md) | Yes| +|category|[CLICK ME TopPeerCategory](../types/TopPeerCategory.md) | Yes| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v71/methods/contacts_search.md b/old_docs/API_docs_v71/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v71/methods/contacts_search.md +++ b/old_docs/API_docs_v71/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v71/methods/contest_saveDeveloperInfo.md b/old_docs/API_docs_v71/methods/contest_saveDeveloperInfo.md index 6a8e5fda..1ed74773 100644 --- a/old_docs/API_docs_v71/methods/contest_saveDeveloperInfo.md +++ b/old_docs/API_docs_v71/methods/contest_saveDeveloperInfo.md @@ -10,11 +10,11 @@ description: contest.saveDeveloperInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|vk\_id|[int](../types/int.md) | Yes| -|name|[string](../types/string.md) | Yes| -|phone\_number|[string](../types/string.md) | Yes| -|age|[int](../types/int.md) | Yes| -|city|[string](../types/string.md) | Yes| +|vk\_id|[CLICK ME int](../types/int.md) | Yes| +|name|[CLICK ME string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|age|[CLICK ME int](../types/int.md) | Yes| +|city|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/destroy_session.md b/old_docs/API_docs_v71/methods/destroy_session.md index b2525dfb..97e5c64e 100644 --- a/old_docs/API_docs_v71/methods/destroy_session.md +++ b/old_docs/API_docs_v71/methods/destroy_session.md @@ -12,7 +12,7 @@ Destroy the current MTProto session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|session\_id|[long](../types/long.md) | Yes|The session to destroy| +|session\_id|[CLICK ME long](../types/long.md) | Yes|The session to destroy| ### Return type: [DestroySessionRes](../types/DestroySessionRes.md) diff --git a/old_docs/API_docs_v71/methods/get_future_salts.md b/old_docs/API_docs_v71/methods/get_future_salts.md index 4c2c9c46..520bfbce 100644 --- a/old_docs/API_docs_v71/methods/get_future_salts.md +++ b/old_docs/API_docs_v71/methods/get_future_salts.md @@ -12,7 +12,7 @@ Get future salts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|num|[int](../types/int.md) | Yes|How many salts should be fetched| +|num|[CLICK ME int](../types/int.md) | Yes|How many salts should be fetched| ### Return type: [FutureSalts](../types/FutureSalts.md) diff --git a/old_docs/API_docs_v71/methods/help_getAppChangelog.md b/old_docs/API_docs_v71/methods/help_getAppChangelog.md index f09a7a0d..c141705d 100644 --- a/old_docs/API_docs_v71/methods/help_getAppChangelog.md +++ b/old_docs/API_docs_v71/methods/help_getAppChangelog.md @@ -10,7 +10,7 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|prev\_app\_version|[string](../types/string.md) | Yes| +|prev\_app\_version|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/help_saveAppLog.md b/old_docs/API_docs_v71/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v71/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v71/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/help_setBotUpdatesStatus.md b/old_docs/API_docs_v71/methods/help_setBotUpdatesStatus.md index 68c9720a..702da826 100644 --- a/old_docs/API_docs_v71/methods/help_setBotUpdatesStatus.md +++ b/old_docs/API_docs_v71/methods/help_setBotUpdatesStatus.md @@ -10,8 +10,8 @@ description: help.setBotUpdatesStatus parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pending\_updates\_count|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Yes| +|pending\_updates\_count|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/initConnection.md b/old_docs/API_docs_v71/methods/initConnection.md index 3c81c311..e46a548b 100644 --- a/old_docs/API_docs_v71/methods/initConnection.md +++ b/old_docs/API_docs_v71/methods/initConnection.md @@ -12,14 +12,14 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|system\_lang\_code|[string](../types/string.md) | Yes|Language code| -|lang\_pack|[string](../types/string.md) | Yes|Language pack to use| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|system\_lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code| +|lang\_pack|[CLICK ME string](../types/string.md) | Yes|Language pack to use| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v71/methods/invokeAfterMsg.md b/old_docs/API_docs_v71/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v71/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v71/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v71/methods/invokeAfterMsgs.md b/old_docs/API_docs_v71/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v71/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v71/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v71/methods/invokeWithLayer.md b/old_docs/API_docs_v71/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v71/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v71/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v71/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v71/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v71/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v71/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v71/methods/langpack_getDifference.md b/old_docs/API_docs_v71/methods/langpack_getDifference.md index b1078532..b092b486 100644 --- a/old_docs/API_docs_v71/methods/langpack_getDifference.md +++ b/old_docs/API_docs_v71/methods/langpack_getDifference.md @@ -10,7 +10,7 @@ description: langpack.getDifference parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|from\_version|[int](../types/int.md) | Yes| +|from\_version|[CLICK ME int](../types/int.md) | Yes| ### Return type: [LangPackDifference](../types/LangPackDifference.md) diff --git a/old_docs/API_docs_v71/methods/langpack_getLangPack.md b/old_docs/API_docs_v71/methods/langpack_getLangPack.md index 7d440b66..28a07ea2 100644 --- a/old_docs/API_docs_v71/methods/langpack_getLangPack.md +++ b/old_docs/API_docs_v71/methods/langpack_getLangPack.md @@ -10,7 +10,7 @@ description: langpack.getLangPack parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [LangPackDifference](../types/LangPackDifference.md) diff --git a/old_docs/API_docs_v71/methods/langpack_getStrings.md b/old_docs/API_docs_v71/methods/langpack_getStrings.md index 9791f621..a4c21e9b 100644 --- a/old_docs/API_docs_v71/methods/langpack_getStrings.md +++ b/old_docs/API_docs_v71/methods/langpack_getStrings.md @@ -10,8 +10,8 @@ description: langpack.getStrings parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| -|keys|Array of [string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| +|keys|Array of [CLICK ME string](../types/string.md) | Yes| ### Return type: [Vector\_of\_LangPackString](../types/LangPackString.md) diff --git a/old_docs/API_docs_v71/methods/messages_addChatUser.md b/old_docs/API_docs_v71/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v71/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v71/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/messages_checkChatInvite.md b/old_docs/API_docs_v71/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v71/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v71/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v71/methods/messages_clearRecentStickers.md b/old_docs/API_docs_v71/methods/messages_clearRecentStickers.md index 31941a34..00d81839 100644 --- a/old_docs/API_docs_v71/methods/messages_clearRecentStickers.md +++ b/old_docs/API_docs_v71/methods/messages_clearRecentStickers.md @@ -10,7 +10,7 @@ description: messages.clearRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/messages_createChat.md b/old_docs/API_docs_v71/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v71/methods/messages_createChat.md +++ b/old_docs/API_docs_v71/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/messages_deleteHistory.md b/old_docs/API_docs_v71/methods/messages_deleteHistory.md index 01686b2b..ff2f5471 100644 --- a/old_docs/API_docs_v71/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v71/methods/messages_deleteHistory.md @@ -10,9 +10,9 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|just\_clear|[Bool](../types/Bool.md) | Optional| +|just\_clear|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v71/methods/messages_deleteMessages.md b/old_docs/API_docs_v71/methods/messages_deleteMessages.md index 0cc6e6ed..5e0f1ad1 100644 --- a/old_docs/API_docs_v71/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v71/methods/messages_deleteMessages.md @@ -10,8 +10,8 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|revoke|[Bool](../types/Bool.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|revoke|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v71/methods/messages_editChatAdmin.md b/old_docs/API_docs_v71/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v71/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v71/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/messages_editChatPhoto.md b/old_docs/API_docs_v71/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v71/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v71/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/messages_editChatTitle.md b/old_docs/API_docs_v71/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v71/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v71/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/messages_editInlineBotMessage.md b/old_docs/API_docs_v71/methods/messages_editInlineBotMessage.md index 289100ea..42e5a485 100644 --- a/old_docs/API_docs_v71/methods/messages_editInlineBotMessage.md +++ b/old_docs/API_docs_v71/methods/messages_editInlineBotMessage.md @@ -10,11 +10,11 @@ description: messages.editInlineBotMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v71/methods/messages_editMessage.md b/old_docs/API_docs_v71/methods/messages_editMessage.md index 63379ed9..9245b241 100644 --- a/old_docs/API_docs_v71/methods/messages_editMessage.md +++ b/old_docs/API_docs_v71/methods/messages_editMessage.md @@ -10,12 +10,12 @@ description: messages.editMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|id|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v71/methods/messages_faveSticker.md b/old_docs/API_docs_v71/methods/messages_faveSticker.md index 88544c20..12000674 100644 --- a/old_docs/API_docs_v71/methods/messages_faveSticker.md +++ b/old_docs/API_docs_v71/methods/messages_faveSticker.md @@ -11,7 +11,7 @@ description: messages.faveSticker parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unfave|[Bool](../types/Bool.md) | Yes| +|unfave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/messages_forwardMessage.md b/old_docs/API_docs_v71/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v71/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v71/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/messages_forwardMessages.md b/old_docs/API_docs_v71/methods/messages_forwardMessages.md index df361517..bc2f0995 100644 --- a/old_docs/API_docs_v71/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v71/methods/messages_forwardMessages.md @@ -10,11 +10,11 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|with\_my\_score|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|with\_my\_score|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v71/methods/messages_getAllChats.md b/old_docs/API_docs_v71/methods/messages_getAllChats.md index 59bc0add..5a5ce6da 100644 --- a/old_docs/API_docs_v71/methods/messages_getAllChats.md +++ b/old_docs/API_docs_v71/methods/messages_getAllChats.md @@ -10,7 +10,7 @@ description: messages.getAllChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|except\_ids|Array of [int](../types/int.md) | Yes| +|except\_ids|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v71/methods/messages_getAllStickers.md b/old_docs/API_docs_v71/methods/messages_getAllStickers.md index 7ab91cef..b30ea741 100644 --- a/old_docs/API_docs_v71/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v71/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v71/methods/messages_getArchivedStickers.md b/old_docs/API_docs_v71/methods/messages_getArchivedStickers.md index 8c2041a3..2c1f1f95 100644 --- a/old_docs/API_docs_v71/methods/messages_getArchivedStickers.md +++ b/old_docs/API_docs_v71/methods/messages_getArchivedStickers.md @@ -10,9 +10,9 @@ description: messages.getArchivedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|offset\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_ArchivedStickers](../types/messages_ArchivedStickers.md) diff --git a/old_docs/API_docs_v71/methods/messages_getAttachedStickers.md b/old_docs/API_docs_v71/methods/messages_getAttachedStickers.md index f03f0be2..5a1374c5 100644 --- a/old_docs/API_docs_v71/methods/messages_getAttachedStickers.md +++ b/old_docs/API_docs_v71/methods/messages_getAttachedStickers.md @@ -10,7 +10,7 @@ description: messages.getAttachedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|media|[InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| +|media|[CLICK ME InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| ### Return type: [Vector\_of\_StickerSetCovered](../types/StickerSetCovered.md) diff --git a/old_docs/API_docs_v71/methods/messages_getBotCallbackAnswer.md b/old_docs/API_docs_v71/methods/messages_getBotCallbackAnswer.md index b9039098..f477f013 100644 --- a/old_docs/API_docs_v71/methods/messages_getBotCallbackAnswer.md +++ b/old_docs/API_docs_v71/methods/messages_getBotCallbackAnswer.md @@ -10,10 +10,10 @@ description: messages.getBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|game|[Bool](../types/Bool.md) | Optional| +|game|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|data|[bytes](../types/bytes.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|data|[CLICK ME bytes](../types/bytes.md) | Optional| ### Return type: [messages\_BotCallbackAnswer](../types/messages_BotCallbackAnswer.md) diff --git a/old_docs/API_docs_v71/methods/messages_getChats.md b/old_docs/API_docs_v71/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v71/methods/messages_getChats.md +++ b/old_docs/API_docs_v71/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v71/methods/messages_getCommonChats.md b/old_docs/API_docs_v71/methods/messages_getCommonChats.md index 0df79096..370930d7 100644 --- a/old_docs/API_docs_v71/methods/messages_getCommonChats.md +++ b/old_docs/API_docs_v71/methods/messages_getCommonChats.md @@ -11,8 +11,8 @@ description: messages.getCommonChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v71/methods/messages_getDhConfig.md b/old_docs/API_docs_v71/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v71/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v71/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v71/methods/messages_getDialogs.md b/old_docs/API_docs_v71/methods/messages_getDialogs.md index 041b3efe..dca266c6 100644 --- a/old_docs/API_docs_v71/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v71/methods/messages_getDialogs.md @@ -10,11 +10,11 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|exclude\_pinned|[Bool](../types/Bool.md) | Optional| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|exclude\_pinned|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v71/methods/messages_getDocumentByHash.md b/old_docs/API_docs_v71/methods/messages_getDocumentByHash.md index 13f0c18f..14e3e5bd 100644 --- a/old_docs/API_docs_v71/methods/messages_getDocumentByHash.md +++ b/old_docs/API_docs_v71/methods/messages_getDocumentByHash.md @@ -10,9 +10,9 @@ description: messages.getDocumentByHash parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|sha256|[bytes](../types/bytes.md) | Yes| -|size|[int](../types/int.md) | Yes| -|mime\_type|[string](../types/string.md) | Yes| +|sha256|[CLICK ME bytes](../types/bytes.md) | Yes| +|size|[CLICK ME int](../types/int.md) | Yes| +|mime\_type|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Document](../types/Document.md) diff --git a/old_docs/API_docs_v71/methods/messages_getFavedStickers.md b/old_docs/API_docs_v71/methods/messages_getFavedStickers.md index fc2717f8..a7a21952 100644 --- a/old_docs/API_docs_v71/methods/messages_getFavedStickers.md +++ b/old_docs/API_docs_v71/methods/messages_getFavedStickers.md @@ -10,7 +10,7 @@ description: messages.getFavedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FavedStickers](../types/messages_FavedStickers.md) diff --git a/old_docs/API_docs_v71/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v71/methods/messages_getFeaturedStickers.md index 51097eda..9e8c4eaf 100644 --- a/old_docs/API_docs_v71/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v71/methods/messages_getFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.getFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md) diff --git a/old_docs/API_docs_v71/methods/messages_getGameHighScores.md b/old_docs/API_docs_v71/methods/messages_getGameHighScores.md index 4b8b1397..39d1e406 100644 --- a/old_docs/API_docs_v71/methods/messages_getGameHighScores.md +++ b/old_docs/API_docs_v71/methods/messages_getGameHighScores.md @@ -11,7 +11,7 @@ description: messages.getGameHighScores parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v71/methods/messages_getHistory.md b/old_docs/API_docs_v71/methods/messages_getHistory.md index 87b8328d..46548372 100644 --- a/old_docs/API_docs_v71/methods/messages_getHistory.md +++ b/old_docs/API_docs_v71/methods/messages_getHistory.md @@ -11,12 +11,12 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v71/methods/messages_getInlineBotResults.md b/old_docs/API_docs_v71/methods/messages_getInlineBotResults.md index 6d965b19..fcbe281d 100644 --- a/old_docs/API_docs_v71/methods/messages_getInlineBotResults.md +++ b/old_docs/API_docs_v71/methods/messages_getInlineBotResults.md @@ -12,9 +12,9 @@ description: messages.getInlineBotResults parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|query|[string](../types/string.md) | Yes| -|offset|[string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|query|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_BotResults](../types/messages_BotResults.md) diff --git a/old_docs/API_docs_v71/methods/messages_getInlineGameHighScores.md b/old_docs/API_docs_v71/methods/messages_getInlineGameHighScores.md index 9305a0f4..5f3e774a 100644 --- a/old_docs/API_docs_v71/methods/messages_getInlineGameHighScores.md +++ b/old_docs/API_docs_v71/methods/messages_getInlineGameHighScores.md @@ -10,7 +10,7 @@ description: messages.getInlineGameHighScores parameters, return type and exampl | Name | Type | Required | |----------|---------------|----------| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v71/methods/messages_getMaskStickers.md b/old_docs/API_docs_v71/methods/messages_getMaskStickers.md index 260cfdb7..018e5c6b 100644 --- a/old_docs/API_docs_v71/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v71/methods/messages_getMaskStickers.md @@ -10,7 +10,7 @@ description: messages.getMaskStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v71/methods/messages_getMessageEditData.md b/old_docs/API_docs_v71/methods/messages_getMessageEditData.md index 2a90a419..9f02a9c9 100644 --- a/old_docs/API_docs_v71/methods/messages_getMessageEditData.md +++ b/old_docs/API_docs_v71/methods/messages_getMessageEditData.md @@ -11,7 +11,7 @@ description: messages.getMessageEditData parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_MessageEditData](../types/messages_MessageEditData.md) diff --git a/old_docs/API_docs_v71/methods/messages_getMessages.md b/old_docs/API_docs_v71/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v71/methods/messages_getMessages.md +++ b/old_docs/API_docs_v71/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v71/methods/messages_getMessagesViews.md b/old_docs/API_docs_v71/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v71/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v71/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v71/methods/messages_getRecentStickers.md b/old_docs/API_docs_v71/methods/messages_getRecentStickers.md index 5a60d345..6ec71d0e 100644 --- a/old_docs/API_docs_v71/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v71/methods/messages_getRecentStickers.md @@ -10,8 +10,8 @@ description: messages.getRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| -|hash|[int](../types/int.md) | Yes| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md) diff --git a/old_docs/API_docs_v71/methods/messages_getSavedGifs.md b/old_docs/API_docs_v71/methods/messages_getSavedGifs.md index bcb4590d..7545b642 100644 --- a/old_docs/API_docs_v71/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v71/methods/messages_getSavedGifs.md @@ -10,7 +10,7 @@ description: messages.getSavedGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md) diff --git a/old_docs/API_docs_v71/methods/messages_getStickerSet.md b/old_docs/API_docs_v71/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v71/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v71/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v71/methods/messages_getUnreadMentions.md b/old_docs/API_docs_v71/methods/messages_getUnreadMentions.md index 181e730c..c63ea824 100644 --- a/old_docs/API_docs_v71/methods/messages_getUnreadMentions.md +++ b/old_docs/API_docs_v71/methods/messages_getUnreadMentions.md @@ -11,11 +11,11 @@ description: messages.getUnreadMentions parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v71/methods/messages_getWebPage.md b/old_docs/API_docs_v71/methods/messages_getWebPage.md index 0f09af47..9e39b988 100644 --- a/old_docs/API_docs_v71/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v71/methods/messages_getWebPage.md @@ -10,8 +10,8 @@ description: messages.getWebPage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|url|[string](../types/string.md) | Yes| -|hash|[int](../types/int.md) | Yes| +|url|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [WebPage](../types/WebPage.md) diff --git a/old_docs/API_docs_v71/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v71/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v71/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v71/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v71/methods/messages_importChatInvite.md b/old_docs/API_docs_v71/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v71/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v71/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/messages_installStickerSet.md b/old_docs/API_docs_v71/methods/messages_installStickerSet.md index f405adce..8dfeacfa 100644 --- a/old_docs/API_docs_v71/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v71/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|archived|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|archived|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [messages\_StickerSetInstallResult](../types/messages_StickerSetInstallResult.md) diff --git a/old_docs/API_docs_v71/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v71/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v71/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v71/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/messages_readFeaturedStickers.md b/old_docs/API_docs_v71/methods/messages_readFeaturedStickers.md index 766ba200..9aef0199 100644 --- a/old_docs/API_docs_v71/methods/messages_readFeaturedStickers.md +++ b/old_docs/API_docs_v71/methods/messages_readFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.readFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [long](../types/long.md) | Yes| +|id|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/messages_readHistory.md b/old_docs/API_docs_v71/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v71/methods/messages_readHistory.md +++ b/old_docs/API_docs_v71/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v71/methods/messages_readMessageContents.md b/old_docs/API_docs_v71/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v71/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v71/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v71/methods/messages_receivedMessages.md b/old_docs/API_docs_v71/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v71/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v71/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v71/methods/messages_receivedQueue.md b/old_docs/API_docs_v71/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v71/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v71/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v71/methods/messages_reorderPinnedDialogs.md b/old_docs/API_docs_v71/methods/messages_reorderPinnedDialogs.md index 30e926d9..2d81735f 100644 --- a/old_docs/API_docs_v71/methods/messages_reorderPinnedDialogs.md +++ b/old_docs/API_docs_v71/methods/messages_reorderPinnedDialogs.md @@ -10,7 +10,7 @@ description: messages.reorderPinnedDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|force|[Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |order|Array of [Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Yes| diff --git a/old_docs/API_docs_v71/methods/messages_reorderStickerSets.md b/old_docs/API_docs_v71/methods/messages_reorderStickerSets.md index 0e2c121d..21092485 100644 --- a/old_docs/API_docs_v71/methods/messages_reorderStickerSets.md +++ b/old_docs/API_docs_v71/methods/messages_reorderStickerSets.md @@ -10,8 +10,8 @@ description: messages.reorderStickerSets parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|order|Array of [long](../types/long.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|order|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/messages_saveDraft.md b/old_docs/API_docs_v71/methods/messages_saveDraft.md index 754b4da2..7160fda4 100644 --- a/old_docs/API_docs_v71/methods/messages_saveDraft.md +++ b/old_docs/API_docs_v71/methods/messages_saveDraft.md @@ -10,11 +10,11 @@ description: messages.saveDraft parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|message|[string](../types/string.md) | Yes| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v71/methods/messages_saveGif.md b/old_docs/API_docs_v71/methods/messages_saveGif.md index 725bc949..d6487133 100644 --- a/old_docs/API_docs_v71/methods/messages_saveGif.md +++ b/old_docs/API_docs_v71/methods/messages_saveGif.md @@ -11,7 +11,7 @@ description: messages.saveGif parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/messages_saveRecentSticker.md b/old_docs/API_docs_v71/methods/messages_saveRecentSticker.md index 4a8298e2..2c3c7e12 100644 --- a/old_docs/API_docs_v71/methods/messages_saveRecentSticker.md +++ b/old_docs/API_docs_v71/methods/messages_saveRecentSticker.md @@ -10,9 +10,9 @@ description: messages.saveRecentSticker parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/messages_search.md b/old_docs/API_docs_v71/methods/messages_search.md index 4dd3f947..a5aa36bd 100644 --- a/old_docs/API_docs_v71/methods/messages_search.md +++ b/old_docs/API_docs_v71/methods/messages_search.md @@ -11,16 +11,16 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| |from\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v71/methods/messages_searchGifs.md b/old_docs/API_docs_v71/methods/messages_searchGifs.md index 896e98d2..d37ebbd0 100644 --- a/old_docs/API_docs_v71/methods/messages_searchGifs.md +++ b/old_docs/API_docs_v71/methods/messages_searchGifs.md @@ -10,8 +10,8 @@ description: messages.searchGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FoundGifs](../types/messages_FoundGifs.md) diff --git a/old_docs/API_docs_v71/methods/messages_searchGlobal.md b/old_docs/API_docs_v71/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v71/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v71/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v71/methods/messages_sendEncrypted.md b/old_docs/API_docs_v71/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v71/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v71/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v71/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v71/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v71/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v71/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v71/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v71/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v71/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v71/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v71/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v71/methods/messages_sendInlineBotResult.md index 6bfb1578..692c79f6 100644 --- a/old_docs/API_docs_v71/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v71/methods/messages_sendInlineBotResult.md @@ -10,13 +10,13 @@ description: messages.sendInlineBotResult parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|id|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|id|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/messages_sendMedia.md b/old_docs/API_docs_v71/methods/messages_sendMedia.md index 1530451b..2af751cb 100644 --- a/old_docs/API_docs_v71/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v71/methods/messages_sendMedia.md @@ -10,13 +10,13 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/messages_sendMessage.md b/old_docs/API_docs_v71/methods/messages_sendMessage.md index 49ace99c..314c73b7 100644 --- a/old_docs/API_docs_v71/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v71/methods/messages_sendMessage.md @@ -10,15 +10,15 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v71/methods/messages_sendScreenshotNotification.md b/old_docs/API_docs_v71/methods/messages_sendScreenshotNotification.md index 2e66b51a..e786f4be 100644 --- a/old_docs/API_docs_v71/methods/messages_sendScreenshotNotification.md +++ b/old_docs/API_docs_v71/methods/messages_sendScreenshotNotification.md @@ -11,7 +11,7 @@ description: messages.sendScreenshotNotification parameters, return type and exa | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/messages_setBotCallbackAnswer.md b/old_docs/API_docs_v71/methods/messages_setBotCallbackAnswer.md index 0282168b..7fec715e 100644 --- a/old_docs/API_docs_v71/methods/messages_setBotCallbackAnswer.md +++ b/old_docs/API_docs_v71/methods/messages_setBotCallbackAnswer.md @@ -10,11 +10,11 @@ description: messages.setBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|alert|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|message|[string](../types/string.md) | Optional| -|url|[string](../types/string.md) | Optional| -|cache\_time|[int](../types/int.md) | Yes| +|alert|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|url|[CLICK ME string](../types/string.md) | Optional| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/messages_setBotPrecheckoutResults.md b/old_docs/API_docs_v71/methods/messages_setBotPrecheckoutResults.md index 4aba8ca3..1a0854e0 100644 --- a/old_docs/API_docs_v71/methods/messages_setBotPrecheckoutResults.md +++ b/old_docs/API_docs_v71/methods/messages_setBotPrecheckoutResults.md @@ -10,9 +10,9 @@ description: messages.setBotPrecheckoutResults parameters, return type and examp | Name | Type | Required | |----------|---------------|----------| -|success|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|error|[string](../types/string.md) | Optional| +|success|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|error|[CLICK ME string](../types/string.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/messages_setBotShippingResults.md b/old_docs/API_docs_v71/methods/messages_setBotShippingResults.md index 5dcfe12e..526729f6 100644 --- a/old_docs/API_docs_v71/methods/messages_setBotShippingResults.md +++ b/old_docs/API_docs_v71/methods/messages_setBotShippingResults.md @@ -10,9 +10,9 @@ description: messages.setBotShippingResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query\_id|[long](../types/long.md) | Yes| -|error|[string](../types/string.md) | Optional| -|shipping\_options|Array of [ShippingOption](../types/ShippingOption.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|error|[CLICK ME string](../types/string.md) | Optional| +|shipping\_options|Array of [CLICK ME ShippingOption](../types/ShippingOption.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v71/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v71/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v71/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/messages_setGameScore.md b/old_docs/API_docs_v71/methods/messages_setGameScore.md index 61dfe579..400ef8ca 100644 --- a/old_docs/API_docs_v71/methods/messages_setGameScore.md +++ b/old_docs/API_docs_v71/methods/messages_setGameScore.md @@ -10,12 +10,12 @@ description: messages.setGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/messages_setInlineBotResults.md b/old_docs/API_docs_v71/methods/messages_setInlineBotResults.md index c38b8c2e..2071061a 100644 --- a/old_docs/API_docs_v71/methods/messages_setInlineBotResults.md +++ b/old_docs/API_docs_v71/methods/messages_setInlineBotResults.md @@ -10,13 +10,13 @@ description: messages.setInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|gallery|[Bool](../types/Bool.md) | Optional| -|private|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|results|Array of [InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| -|cache\_time|[int](../types/int.md) | Yes| -|next\_offset|[string](../types/string.md) | Optional| -|switch\_pm|[InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| +|gallery|[CLICK ME Bool](../types/Bool.md) | Optional| +|private|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|results|Array of [CLICK ME InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| +|next\_offset|[CLICK ME string](../types/string.md) | Optional| +|switch\_pm|[CLICK ME InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/messages_setInlineGameScore.md b/old_docs/API_docs_v71/methods/messages_setInlineGameScore.md index 9fadc31e..7cd855b2 100644 --- a/old_docs/API_docs_v71/methods/messages_setInlineGameScore.md +++ b/old_docs/API_docs_v71/methods/messages_setInlineGameScore.md @@ -10,11 +10,11 @@ description: messages.setInlineGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/messages_setTyping.md b/old_docs/API_docs_v71/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v71/methods/messages_setTyping.md +++ b/old_docs/API_docs_v71/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/messages_startBot.md b/old_docs/API_docs_v71/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v71/methods/messages_startBot.md +++ b/old_docs/API_docs_v71/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v71/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v71/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v71/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/messages_toggleDialogPin.md b/old_docs/API_docs_v71/methods/messages_toggleDialogPin.md index 7c5bfa9f..4b2282c3 100644 --- a/old_docs/API_docs_v71/methods/messages_toggleDialogPin.md +++ b/old_docs/API_docs_v71/methods/messages_toggleDialogPin.md @@ -10,7 +10,7 @@ description: messages.toggleDialogPin parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pinned|[Bool](../types/Bool.md) | Optional| +|pinned|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v71/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v71/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v71/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v71/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/payments_clearSavedInfo.md b/old_docs/API_docs_v71/methods/payments_clearSavedInfo.md index dc762198..beedba00 100644 --- a/old_docs/API_docs_v71/methods/payments_clearSavedInfo.md +++ b/old_docs/API_docs_v71/methods/payments_clearSavedInfo.md @@ -10,8 +10,8 @@ description: payments.clearSavedInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|credentials|[Bool](../types/Bool.md) | Optional| -|info|[Bool](../types/Bool.md) | Optional| +|credentials|[CLICK ME Bool](../types/Bool.md) | Optional| +|info|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/payments_getPaymentForm.md b/old_docs/API_docs_v71/methods/payments_getPaymentForm.md index ee269741..2ea128aa 100644 --- a/old_docs/API_docs_v71/methods/payments_getPaymentForm.md +++ b/old_docs/API_docs_v71/methods/payments_getPaymentForm.md @@ -10,7 +10,7 @@ description: payments.getPaymentForm parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [payments\_PaymentForm](../types/payments_PaymentForm.md) diff --git a/old_docs/API_docs_v71/methods/payments_getPaymentReceipt.md b/old_docs/API_docs_v71/methods/payments_getPaymentReceipt.md index e46563d0..6df0998f 100644 --- a/old_docs/API_docs_v71/methods/payments_getPaymentReceipt.md +++ b/old_docs/API_docs_v71/methods/payments_getPaymentReceipt.md @@ -10,7 +10,7 @@ description: payments.getPaymentReceipt parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [payments\_PaymentReceipt](../types/payments_PaymentReceipt.md) diff --git a/old_docs/API_docs_v71/methods/payments_sendPaymentForm.md b/old_docs/API_docs_v71/methods/payments_sendPaymentForm.md index 08505110..84a67497 100644 --- a/old_docs/API_docs_v71/methods/payments_sendPaymentForm.md +++ b/old_docs/API_docs_v71/methods/payments_sendPaymentForm.md @@ -10,10 +10,10 @@ description: payments.sendPaymentForm parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| -|requested\_info\_id|[string](../types/string.md) | Optional| -|shipping\_option\_id|[string](../types/string.md) | Optional| -|credentials|[InputPaymentCredentials](../types/InputPaymentCredentials.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|requested\_info\_id|[CLICK ME string](../types/string.md) | Optional| +|shipping\_option\_id|[CLICK ME string](../types/string.md) | Optional| +|credentials|[CLICK ME InputPaymentCredentials](../types/InputPaymentCredentials.md) | Yes| ### Return type: [payments\_PaymentResult](../types/payments_PaymentResult.md) diff --git a/old_docs/API_docs_v71/methods/payments_validateRequestedInfo.md b/old_docs/API_docs_v71/methods/payments_validateRequestedInfo.md index ebfc5c22..3a3f832b 100644 --- a/old_docs/API_docs_v71/methods/payments_validateRequestedInfo.md +++ b/old_docs/API_docs_v71/methods/payments_validateRequestedInfo.md @@ -10,9 +10,9 @@ description: payments.validateRequestedInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|save|[Bool](../types/Bool.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|info|[PaymentRequestedInfo](../types/PaymentRequestedInfo.md) | Yes| +|save|[CLICK ME Bool](../types/Bool.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|info|[CLICK ME PaymentRequestedInfo](../types/PaymentRequestedInfo.md) | Yes| ### Return type: [payments\_ValidatedRequestedInfo](../types/payments_ValidatedRequestedInfo.md) diff --git a/old_docs/API_docs_v71/methods/phone_receivedCall.md b/old_docs/API_docs_v71/methods/phone_receivedCall.md index 00b51aed..daca3fe2 100644 --- a/old_docs/API_docs_v71/methods/phone_receivedCall.md +++ b/old_docs/API_docs_v71/methods/phone_receivedCall.md @@ -10,7 +10,7 @@ description: phone.receivedCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/phone_saveCallDebug.md b/old_docs/API_docs_v71/methods/phone_saveCallDebug.md index 90135792..063ab7a2 100644 --- a/old_docs/API_docs_v71/methods/phone_saveCallDebug.md +++ b/old_docs/API_docs_v71/methods/phone_saveCallDebug.md @@ -10,8 +10,8 @@ description: phone.saveCallDebug parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| -|debug|[DataJSON](../types/DataJSON.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|debug|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v71/methods/phone_setCallRating.md b/old_docs/API_docs_v71/methods/phone_setCallRating.md index 21570b80..3f6b792d 100644 --- a/old_docs/API_docs_v71/methods/phone_setCallRating.md +++ b/old_docs/API_docs_v71/methods/phone_setCallRating.md @@ -10,9 +10,9 @@ description: phone.setCallRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| -|rating|[int](../types/int.md) | Yes| -|comment|[string](../types/string.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|rating|[CLICK ME int](../types/int.md) | Yes| +|comment|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v71/methods/photos_getUserPhotos.md b/old_docs/API_docs_v71/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v71/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v71/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v71/methods/ping.md b/old_docs/API_docs_v71/methods/ping.md index 18f5a2bd..e08de68f 100644 --- a/old_docs/API_docs_v71/methods/ping.md +++ b/old_docs/API_docs_v71/methods/ping.md @@ -12,7 +12,7 @@ pings the server | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ping\_id|[long](../types/long.md) | Yes|Ping ID| +|ping\_id|[CLICK ME long](../types/long.md) | Yes|Ping ID| ### Return type: [Pong](../types/Pong.md) diff --git a/old_docs/API_docs_v71/methods/ping_delay_disconnect.md b/old_docs/API_docs_v71/methods/ping_delay_disconnect.md index 709f8026..e3438a12 100644 --- a/old_docs/API_docs_v71/methods/ping_delay_disconnect.md +++ b/old_docs/API_docs_v71/methods/ping_delay_disconnect.md @@ -12,8 +12,8 @@ Pings the server and causes disconection if the same method is not called within | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ping\_id|[long](../types/long.md) | Yes|Ping ID| -|disconnect\_delay|[int](../types/int.md) | Yes|Disconection delay| +|ping\_id|[CLICK ME long](../types/long.md) | Yes|Ping ID| +|disconnect\_delay|[CLICK ME int](../types/int.md) | Yes|Disconection delay| ### Return type: [Pong](../types/Pong.md) diff --git a/old_docs/API_docs_v71/methods/req_DH_params.md b/old_docs/API_docs_v71/methods/req_DH_params.md index b0cc4418..8bd36af2 100644 --- a/old_docs/API_docs_v71/methods/req_DH_params.md +++ b/old_docs/API_docs_v71/methods/req_DH_params.md @@ -12,12 +12,12 @@ Requests Diffie-hellman parameters for key exchange | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| -|server\_nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| -|p|[string](../types/string.md) | Yes|| -|q|[string](../types/string.md) | Yes|| -|public\_key\_fingerprint|[long](../types/long.md) | Yes|Server RSA fingerprint| -|encrypted\_data|[string](../types/string.md) | Yes|| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| +|server\_nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| +|p|[CLICK ME string](../types/string.md) | Yes|| +|q|[CLICK ME string](../types/string.md) | Yes|| +|public\_key\_fingerprint|[CLICK ME long](../types/long.md) | Yes|Server RSA fingerprint| +|encrypted\_data|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Server\_DH\_Params](../types/Server_DH_Params.md) diff --git a/old_docs/API_docs_v71/methods/req_pq.md b/old_docs/API_docs_v71/methods/req_pq.md index 39a1715b..170f38d5 100644 --- a/old_docs/API_docs_v71/methods/req_pq.md +++ b/old_docs/API_docs_v71/methods/req_pq.md @@ -12,7 +12,7 @@ Requests PQ for factorization | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| ### Return type: [ResPQ](../types/ResPQ.md) diff --git a/old_docs/API_docs_v71/methods/rpc_drop_answer.md b/old_docs/API_docs_v71/methods/rpc_drop_answer.md index 225a43b5..f12fd85f 100644 --- a/old_docs/API_docs_v71/methods/rpc_drop_answer.md +++ b/old_docs/API_docs_v71/methods/rpc_drop_answer.md @@ -12,7 +12,7 @@ Do not send answer to provided request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|req\_msg\_id|[long](../types/long.md) | Yes|The message ID of the request| +|req\_msg\_id|[CLICK ME long](../types/long.md) | Yes|The message ID of the request| ### Return type: [RpcDropAnswer](../types/RpcDropAnswer.md) diff --git a/old_docs/API_docs_v71/methods/set_client_DH_params.md b/old_docs/API_docs_v71/methods/set_client_DH_params.md index 4af21a12..2bd7a152 100644 --- a/old_docs/API_docs_v71/methods/set_client_DH_params.md +++ b/old_docs/API_docs_v71/methods/set_client_DH_params.md @@ -12,9 +12,9 @@ Sets client diffie-hellman parameters | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| -|server\_nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| -|encrypted\_data|[string](../types/string.md) | Yes|| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| +|server\_nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| +|encrypted\_data|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Set\_client\_DH\_params\_answer](../types/Set_client_DH_params_answer.md) diff --git a/old_docs/API_docs_v71/methods/stickers_addStickerToSet.md b/old_docs/API_docs_v71/methods/stickers_addStickerToSet.md index f70d14fb..2f62b57b 100644 --- a/old_docs/API_docs_v71/methods/stickers_addStickerToSet.md +++ b/old_docs/API_docs_v71/methods/stickers_addStickerToSet.md @@ -10,8 +10,8 @@ description: stickers.addStickerToSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|sticker|[InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|sticker|[CLICK ME InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v71/methods/stickers_changeStickerPosition.md b/old_docs/API_docs_v71/methods/stickers_changeStickerPosition.md index 05597041..a0947680 100644 --- a/old_docs/API_docs_v71/methods/stickers_changeStickerPosition.md +++ b/old_docs/API_docs_v71/methods/stickers_changeStickerPosition.md @@ -11,7 +11,7 @@ description: stickers.changeStickerPosition parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |sticker|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|position|[int](../types/int.md) | Yes| +|position|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v71/methods/stickers_createStickerSet.md b/old_docs/API_docs_v71/methods/stickers_createStickerSet.md index 1db94b11..1e7a5bb7 100644 --- a/old_docs/API_docs_v71/methods/stickers_createStickerSet.md +++ b/old_docs/API_docs_v71/methods/stickers_createStickerSet.md @@ -10,11 +10,11 @@ description: stickers.createStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|title|[string](../types/string.md) | Yes| -|short\_name|[string](../types/string.md) | Yes| -|stickers|Array of [InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| +|short\_name|[CLICK ME string](../types/string.md) | Yes| +|stickers|Array of [CLICK ME InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v71/methods/upload_getWebFile.md b/old_docs/API_docs_v71/methods/upload_getWebFile.md index ca200db1..54615226 100644 --- a/old_docs/API_docs_v71/methods/upload_getWebFile.md +++ b/old_docs/API_docs_v71/methods/upload_getWebFile.md @@ -10,9 +10,9 @@ description: upload.getWebFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|location|[InputWebFileLocation](../types/InputWebFileLocation.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|location|[CLICK ME InputWebFileLocation](../types/InputWebFileLocation.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [upload\_WebFile](../types/upload_WebFile.md) diff --git a/old_docs/API_docs_v72/methods/account_changePhone.md b/old_docs/API_docs_v72/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v72/methods/account_changePhone.md +++ b/old_docs/API_docs_v72/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v72/methods/account_checkUsername.md b/old_docs/API_docs_v72/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v72/methods/account_checkUsername.md +++ b/old_docs/API_docs_v72/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/account_confirmPhone.md b/old_docs/API_docs_v72/methods/account_confirmPhone.md index 2261e6e8..e9c724b1 100644 --- a/old_docs/API_docs_v72/methods/account_confirmPhone.md +++ b/old_docs/API_docs_v72/methods/account_confirmPhone.md @@ -12,8 +12,8 @@ Confirm this phone number is associated to this account, obtain phone_code_hash | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_code\_hash|[string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/account_deleteAccount.md b/old_docs/API_docs_v72/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v72/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v72/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/account_getNotifySettings.md b/old_docs/API_docs_v72/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v72/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v72/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v72/methods/account_getPasswordSettings.md b/old_docs/API_docs_v72/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v72/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v72/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v72/methods/account_getPrivacy.md b/old_docs/API_docs_v72/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v72/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v72/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v72/methods/account_getTmpPassword.md b/old_docs/API_docs_v72/methods/account_getTmpPassword.md index e9ff8d28..fb300173 100644 --- a/old_docs/API_docs_v72/methods/account_getTmpPassword.md +++ b/old_docs/API_docs_v72/methods/account_getTmpPassword.md @@ -12,8 +12,8 @@ Get temporary password for buying products through bots | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|password\_hash|[bytes](../types/bytes.md) | Yes|The password hash| -|period|[int](../types/int.md) | Yes|The validity period| +|password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|The password hash| +|period|[CLICK ME int](../types/int.md) | Yes|The validity period| ### Return type: [account\_TmpPassword](../types/account_TmpPassword.md) diff --git a/old_docs/API_docs_v72/methods/account_registerDevice.md b/old_docs/API_docs_v72/methods/account_registerDevice.md index 0bf6d1ee..1e3279b1 100644 --- a/old_docs/API_docs_v72/methods/account_registerDevice.md +++ b/old_docs/API_docs_v72/methods/account_registerDevice.md @@ -12,8 +12,8 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/account_reportPeer.md b/old_docs/API_docs_v72/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/old_docs/API_docs_v72/methods/account_reportPeer.md +++ b/old_docs/API_docs_v72/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/account_resetAuthorization.md b/old_docs/API_docs_v72/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v72/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v72/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v72/methods/account_sendChangePhoneCode.md index 9e5016a4..df3fde89 100644 --- a/old_docs/API_docs_v72/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v72/methods/account_sendChangePhoneCode.md @@ -12,9 +12,9 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| -|phone\_number|[string](../types/string.md) | Yes|New phone number| -|current\_number|[Bool](../types/Bool.md) | Optional|Current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|Current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v72/methods/account_sendConfirmPhoneCode.md b/old_docs/API_docs_v72/methods/account_sendConfirmPhoneCode.md index 4de86a33..136e98c6 100644 --- a/old_docs/API_docs_v72/methods/account_sendConfirmPhoneCode.md +++ b/old_docs/API_docs_v72/methods/account_sendConfirmPhoneCode.md @@ -12,9 +12,9 @@ Send confirmation phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| -|hash|[string](../types/string.md) | Yes|The hash| -|current\_number|[Bool](../types/Bool.md) | Optional|The current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| +|hash|[CLICK ME string](../types/string.md) | Yes|The hash| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|The current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v72/methods/account_setAccountTTL.md b/old_docs/API_docs_v72/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v72/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v72/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/account_setPrivacy.md b/old_docs/API_docs_v72/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v72/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v72/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v72/methods/account_unregisterDevice.md b/old_docs/API_docs_v72/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v72/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v72/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v72/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v72/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v72/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/account_updateNotifySettings.md b/old_docs/API_docs_v72/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v72/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v72/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v72/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v72/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v72/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/account_updateProfile.md b/old_docs/API_docs_v72/methods/account_updateProfile.md index 8b0c3268..f4335a9e 100644 --- a/old_docs/API_docs_v72/methods/account_updateProfile.md +++ b/old_docs/API_docs_v72/methods/account_updateProfile.md @@ -12,9 +12,9 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Optional|The first name| -|last\_name|[string](../types/string.md) | Optional|The last name| -|about|[string](../types/string.md) | Optional|The bio/about field| +|first\_name|[CLICK ME string](../types/string.md) | Optional|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Optional|The last name| +|about|[CLICK ME string](../types/string.md) | Optional|The bio/about field| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v72/methods/account_updateStatus.md b/old_docs/API_docs_v72/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v72/methods/account_updateStatus.md +++ b/old_docs/API_docs_v72/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/account_updateUsername.md b/old_docs/API_docs_v72/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v72/methods/account_updateUsername.md +++ b/old_docs/API_docs_v72/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v72/methods/auth_cancelCode.md b/old_docs/API_docs_v72/methods/auth_cancelCode.md index 1283e1e5..9ddbf819 100644 --- a/old_docs/API_docs_v72/methods/auth_cancelCode.md +++ b/old_docs/API_docs_v72/methods/auth_cancelCode.md @@ -12,8 +12,8 @@ Invalidate sent phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/auth_checkPhone.md b/old_docs/API_docs_v72/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v72/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v72/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v72/methods/auth_dropTempAuthKeys.md b/old_docs/API_docs_v72/methods/auth_dropTempAuthKeys.md index b08b9f40..81bb2ae2 100644 --- a/old_docs/API_docs_v72/methods/auth_dropTempAuthKeys.md +++ b/old_docs/API_docs_v72/methods/auth_dropTempAuthKeys.md @@ -12,7 +12,7 @@ Delete all temporary authorization keys except the ones provided | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|except\_auth\_keys|Array of [long](../types/long.md) | Yes|The temporary authorization keys to keep| +|except\_auth\_keys|Array of [CLICK ME long](../types/long.md) | Yes|The temporary authorization keys to keep| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/auth_recoverPassword.md b/old_docs/API_docs_v72/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v72/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v72/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v72/methods/auth_resendCode.md b/old_docs/API_docs_v72/methods/auth_resendCode.md index 4bfbf379..02471563 100644 --- a/old_docs/API_docs_v72/methods/auth_resendCode.md +++ b/old_docs/API_docs_v72/methods/auth_resendCode.md @@ -12,8 +12,8 @@ Resend the SMS verification code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|The phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|The phone code hash| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v72/methods/auth_sendInvites.md b/old_docs/API_docs_v72/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v72/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v72/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/bots_answerWebhookJSONQuery.md b/old_docs/API_docs_v72/methods/bots_answerWebhookJSONQuery.md index 809576fa..ed38c8d9 100644 --- a/old_docs/API_docs_v72/methods/bots_answerWebhookJSONQuery.md +++ b/old_docs/API_docs_v72/methods/bots_answerWebhookJSONQuery.md @@ -10,8 +10,8 @@ description: bots.answerWebhookJSONQuery parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query\_id|[long](../types/long.md) | Yes| -|data|[DataJSON](../types/DataJSON.md) | Yes| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|data|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/bots_sendCustomRequest.md b/old_docs/API_docs_v72/methods/bots_sendCustomRequest.md index ce28f6ca..0b395c96 100644 --- a/old_docs/API_docs_v72/methods/bots_sendCustomRequest.md +++ b/old_docs/API_docs_v72/methods/bots_sendCustomRequest.md @@ -10,8 +10,8 @@ description: bots.sendCustomRequest parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|custom\_method|[string](../types/string.md) | Yes| -|params|[DataJSON](../types/DataJSON.md) | Yes| +|custom\_method|[CLICK ME string](../types/string.md) | Yes| +|params|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [DataJSON](../types/DataJSON.md) diff --git a/old_docs/API_docs_v72/methods/channels_checkUsername.md b/old_docs/API_docs_v72/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v72/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v72/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/channels_createChannel.md b/old_docs/API_docs_v72/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v72/methods/channels_createChannel.md +++ b/old_docs/API_docs_v72/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/channels_deleteHistory.md b/old_docs/API_docs_v72/methods/channels_deleteHistory.md index 519cf766..d77a6a03 100644 --- a/old_docs/API_docs_v72/methods/channels_deleteHistory.md +++ b/old_docs/API_docs_v72/methods/channels_deleteHistory.md @@ -11,7 +11,7 @@ description: channels.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/channels_deleteMessages.md b/old_docs/API_docs_v72/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v72/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v72/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v72/methods/channels_editAbout.md b/old_docs/API_docs_v72/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v72/methods/channels_editAbout.md +++ b/old_docs/API_docs_v72/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/channels_editAdmin.md b/old_docs/API_docs_v72/methods/channels_editAdmin.md index 36ae5241..e3273e7d 100644 --- a/old_docs/API_docs_v72/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v72/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|admin\_rights|[ChannelAdminRights](../types/ChannelAdminRights.md) | Yes| +|admin\_rights|[CLICK ME ChannelAdminRights](../types/ChannelAdminRights.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/channels_editBanned.md b/old_docs/API_docs_v72/methods/channels_editBanned.md index 4f5dc25c..c5ca7f2c 100644 --- a/old_docs/API_docs_v72/methods/channels_editBanned.md +++ b/old_docs/API_docs_v72/methods/channels_editBanned.md @@ -12,7 +12,7 @@ description: channels.editBanned parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|banned\_rights|[ChannelBannedRights](../types/ChannelBannedRights.md) | Yes| +|banned\_rights|[CLICK ME ChannelBannedRights](../types/ChannelBannedRights.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/channels_editPhoto.md b/old_docs/API_docs_v72/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v72/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v72/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/channels_editTitle.md b/old_docs/API_docs_v72/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v72/methods/channels_editTitle.md +++ b/old_docs/API_docs_v72/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/channels_exportMessageLink.md b/old_docs/API_docs_v72/methods/channels_exportMessageLink.md index 7eff4ed8..e0aabc17 100644 --- a/old_docs/API_docs_v72/methods/channels_exportMessageLink.md +++ b/old_docs/API_docs_v72/methods/channels_exportMessageLink.md @@ -11,7 +11,7 @@ description: channels.exportMessageLink parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [ExportedMessageLink](../types/ExportedMessageLink.md) diff --git a/old_docs/API_docs_v72/methods/channels_getAdminLog.md b/old_docs/API_docs_v72/methods/channels_getAdminLog.md index 2b4d08d6..6ea1b86a 100644 --- a/old_docs/API_docs_v72/methods/channels_getAdminLog.md +++ b/old_docs/API_docs_v72/methods/channels_getAdminLog.md @@ -11,12 +11,12 @@ description: channels.getAdminLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|q|[string](../types/string.md) | Yes| -|events\_filter|[ChannelAdminLogEventsFilter](../types/ChannelAdminLogEventsFilter.md) | Optional| +|q|[CLICK ME string](../types/string.md) | Yes| +|events\_filter|[CLICK ME ChannelAdminLogEventsFilter](../types/ChannelAdminLogEventsFilter.md) | Optional| |admins|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|max\_id|[long](../types/long.md) | Yes| -|min\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|min\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_AdminLogResults](../types/channels_AdminLogResults.md) diff --git a/old_docs/API_docs_v72/methods/channels_getMessages.md b/old_docs/API_docs_v72/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v72/methods/channels_getMessages.md +++ b/old_docs/API_docs_v72/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v72/methods/channels_getParticipants.md b/old_docs/API_docs_v72/methods/channels_getParticipants.md index 45c48c25..fb295702 100644 --- a/old_docs/API_docs_v72/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v72/methods/channels_getParticipants.md @@ -11,10 +11,10 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|hash|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v72/methods/channels_readHistory.md b/old_docs/API_docs_v72/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v72/methods/channels_readHistory.md +++ b/old_docs/API_docs_v72/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/channels_readMessageContents.md b/old_docs/API_docs_v72/methods/channels_readMessageContents.md index 7e3da8e4..d36c4387 100644 --- a/old_docs/API_docs_v72/methods/channels_readMessageContents.md +++ b/old_docs/API_docs_v72/methods/channels_readMessageContents.md @@ -11,7 +11,7 @@ description: channels.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/channels_reportSpam.md b/old_docs/API_docs_v72/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v72/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v72/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/channels_setStickers.md b/old_docs/API_docs_v72/methods/channels_setStickers.md index a1f733eb..9deb6fa3 100644 --- a/old_docs/API_docs_v72/methods/channels_setStickers.md +++ b/old_docs/API_docs_v72/methods/channels_setStickers.md @@ -11,7 +11,7 @@ description: channels.setStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/channels_toggleInvites.md b/old_docs/API_docs_v72/methods/channels_toggleInvites.md index 8d977fd0..f18ea3c2 100644 --- a/old_docs/API_docs_v72/methods/channels_toggleInvites.md +++ b/old_docs/API_docs_v72/methods/channels_toggleInvites.md @@ -11,7 +11,7 @@ description: channels.toggleInvites parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/channels_togglePreHistoryHidden.md b/old_docs/API_docs_v72/methods/channels_togglePreHistoryHidden.md index 421878a6..ab400991 100644 --- a/old_docs/API_docs_v72/methods/channels_togglePreHistoryHidden.md +++ b/old_docs/API_docs_v72/methods/channels_togglePreHistoryHidden.md @@ -11,7 +11,7 @@ description: channels.togglePreHistoryHidden parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/channels_toggleSignatures.md b/old_docs/API_docs_v72/methods/channels_toggleSignatures.md index 13d53d92..1b8832f0 100644 --- a/old_docs/API_docs_v72/methods/channels_toggleSignatures.md +++ b/old_docs/API_docs_v72/methods/channels_toggleSignatures.md @@ -11,7 +11,7 @@ description: channels.toggleSignatures parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/channels_updatePinnedMessage.md b/old_docs/API_docs_v72/methods/channels_updatePinnedMessage.md index ecc15ce6..76b894cd 100644 --- a/old_docs/API_docs_v72/methods/channels_updatePinnedMessage.md +++ b/old_docs/API_docs_v72/methods/channels_updatePinnedMessage.md @@ -10,9 +10,9 @@ description: channels.updatePinnedMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/channels_updateUsername.md b/old_docs/API_docs_v72/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v72/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v72/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/contacts_getBlocked.md b/old_docs/API_docs_v72/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v72/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v72/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v72/methods/contacts_getContacts.md b/old_docs/API_docs_v72/methods/contacts_getContacts.md index 32823094..32877d62 100644 --- a/old_docs/API_docs_v72/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v72/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[int](../types/int.md) | Yes|$ids is the list ids of previously fetched contacts, $hash = $MadelineProto->gen_vector_hash($ids);| +|hash|[CLICK ME int](../types/int.md) | Yes|$ids is the list ids of previously fetched contacts, $hash = $MadelineProto->gen_vector_hash($ids);| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v72/methods/contacts_getTopPeers.md b/old_docs/API_docs_v72/methods/contacts_getTopPeers.md index 560f15c6..4c2af1fe 100644 --- a/old_docs/API_docs_v72/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v72/methods/contacts_getTopPeers.md @@ -12,15 +12,15 @@ Get most used chats | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|correspondents|[Bool](../types/Bool.md) | Optional|| -|bots\_pm|[Bool](../types/Bool.md) | Optional|| -|bots\_inline|[Bool](../types/Bool.md) | Optional|| -|phone\_calls|[Bool](../types/Bool.md) | Optional|| -|groups|[Bool](../types/Bool.md) | Optional|| -|channels|[Bool](../types/Bool.md) | Optional|| -|offset|[int](../types/int.md) | Yes|| -|limit|[int](../types/int.md) | Yes|| -|hash|[int](../types/int.md) | Yes|| +|correspondents|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_pm|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_inline|[CLICK ME Bool](../types/Bool.md) | Optional|| +|phone\_calls|[CLICK ME Bool](../types/Bool.md) | Optional|| +|groups|[CLICK ME Bool](../types/Bool.md) | Optional|| +|channels|[CLICK ME Bool](../types/Bool.md) | Optional|| +|offset|[CLICK ME int](../types/int.md) | Yes|| +|limit|[CLICK ME int](../types/int.md) | Yes|| +|hash|[CLICK ME int](../types/int.md) | Yes|| ### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md) diff --git a/old_docs/API_docs_v72/methods/contacts_importCard.md b/old_docs/API_docs_v72/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v72/methods/contacts_importCard.md +++ b/old_docs/API_docs_v72/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v72/methods/contacts_importContacts.md b/old_docs/API_docs_v72/methods/contacts_importContacts.md index a6b93600..858715b9 100644 --- a/old_docs/API_docs_v72/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v72/methods/contacts_importContacts.md @@ -12,7 +12,7 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v72/methods/contacts_resetTopPeerRating.md b/old_docs/API_docs_v72/methods/contacts_resetTopPeerRating.md index ddcf6b2f..ee6d382b 100644 --- a/old_docs/API_docs_v72/methods/contacts_resetTopPeerRating.md +++ b/old_docs/API_docs_v72/methods/contacts_resetTopPeerRating.md @@ -10,7 +10,7 @@ description: contacts.resetTopPeerRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|category|[TopPeerCategory](../types/TopPeerCategory.md) | Yes| +|category|[CLICK ME TopPeerCategory](../types/TopPeerCategory.md) | Yes| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v72/methods/contacts_search.md b/old_docs/API_docs_v72/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v72/methods/contacts_search.md +++ b/old_docs/API_docs_v72/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v72/methods/contest_saveDeveloperInfo.md b/old_docs/API_docs_v72/methods/contest_saveDeveloperInfo.md index 6a8e5fda..1ed74773 100644 --- a/old_docs/API_docs_v72/methods/contest_saveDeveloperInfo.md +++ b/old_docs/API_docs_v72/methods/contest_saveDeveloperInfo.md @@ -10,11 +10,11 @@ description: contest.saveDeveloperInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|vk\_id|[int](../types/int.md) | Yes| -|name|[string](../types/string.md) | Yes| -|phone\_number|[string](../types/string.md) | Yes| -|age|[int](../types/int.md) | Yes| -|city|[string](../types/string.md) | Yes| +|vk\_id|[CLICK ME int](../types/int.md) | Yes| +|name|[CLICK ME string](../types/string.md) | Yes| +|phone\_number|[CLICK ME string](../types/string.md) | Yes| +|age|[CLICK ME int](../types/int.md) | Yes| +|city|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/destroy_session.md b/old_docs/API_docs_v72/methods/destroy_session.md index b2525dfb..97e5c64e 100644 --- a/old_docs/API_docs_v72/methods/destroy_session.md +++ b/old_docs/API_docs_v72/methods/destroy_session.md @@ -12,7 +12,7 @@ Destroy the current MTProto session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|session\_id|[long](../types/long.md) | Yes|The session to destroy| +|session\_id|[CLICK ME long](../types/long.md) | Yes|The session to destroy| ### Return type: [DestroySessionRes](../types/DestroySessionRes.md) diff --git a/old_docs/API_docs_v72/methods/get_future_salts.md b/old_docs/API_docs_v72/methods/get_future_salts.md index 4c2c9c46..520bfbce 100644 --- a/old_docs/API_docs_v72/methods/get_future_salts.md +++ b/old_docs/API_docs_v72/methods/get_future_salts.md @@ -12,7 +12,7 @@ Get future salts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|num|[int](../types/int.md) | Yes|How many salts should be fetched| +|num|[CLICK ME int](../types/int.md) | Yes|How many salts should be fetched| ### Return type: [FutureSalts](../types/FutureSalts.md) diff --git a/old_docs/API_docs_v72/methods/help_getAppChangelog.md b/old_docs/API_docs_v72/methods/help_getAppChangelog.md index f09a7a0d..c141705d 100644 --- a/old_docs/API_docs_v72/methods/help_getAppChangelog.md +++ b/old_docs/API_docs_v72/methods/help_getAppChangelog.md @@ -10,7 +10,7 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|prev\_app\_version|[string](../types/string.md) | Yes| +|prev\_app\_version|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/help_getRecentMeUrls.md b/old_docs/API_docs_v72/methods/help_getRecentMeUrls.md index 720e0f72..85a777b9 100644 --- a/old_docs/API_docs_v72/methods/help_getRecentMeUrls.md +++ b/old_docs/API_docs_v72/methods/help_getRecentMeUrls.md @@ -10,7 +10,7 @@ description: help.getRecentMeUrls parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|referer|[string](../types/string.md) | Yes| +|referer|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_RecentMeUrls](../types/help_RecentMeUrls.md) diff --git a/old_docs/API_docs_v72/methods/help_saveAppLog.md b/old_docs/API_docs_v72/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v72/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v72/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/help_setBotUpdatesStatus.md b/old_docs/API_docs_v72/methods/help_setBotUpdatesStatus.md index 68c9720a..702da826 100644 --- a/old_docs/API_docs_v72/methods/help_setBotUpdatesStatus.md +++ b/old_docs/API_docs_v72/methods/help_setBotUpdatesStatus.md @@ -10,8 +10,8 @@ description: help.setBotUpdatesStatus parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pending\_updates\_count|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Yes| +|pending\_updates\_count|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/initConnection.md b/old_docs/API_docs_v72/methods/initConnection.md index 3c81c311..e46a548b 100644 --- a/old_docs/API_docs_v72/methods/initConnection.md +++ b/old_docs/API_docs_v72/methods/initConnection.md @@ -12,14 +12,14 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|system\_lang\_code|[string](../types/string.md) | Yes|Language code| -|lang\_pack|[string](../types/string.md) | Yes|Language pack to use| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|system\_lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code| +|lang\_pack|[CLICK ME string](../types/string.md) | Yes|Language pack to use| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v72/methods/invokeAfterMsg.md b/old_docs/API_docs_v72/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v72/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v72/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v72/methods/invokeAfterMsgs.md b/old_docs/API_docs_v72/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v72/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v72/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v72/methods/invokeWithLayer.md b/old_docs/API_docs_v72/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v72/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v72/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v72/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v72/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v72/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v72/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v72/methods/langpack_getDifference.md b/old_docs/API_docs_v72/methods/langpack_getDifference.md index b1078532..b092b486 100644 --- a/old_docs/API_docs_v72/methods/langpack_getDifference.md +++ b/old_docs/API_docs_v72/methods/langpack_getDifference.md @@ -10,7 +10,7 @@ description: langpack.getDifference parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|from\_version|[int](../types/int.md) | Yes| +|from\_version|[CLICK ME int](../types/int.md) | Yes| ### Return type: [LangPackDifference](../types/LangPackDifference.md) diff --git a/old_docs/API_docs_v72/methods/langpack_getLangPack.md b/old_docs/API_docs_v72/methods/langpack_getLangPack.md index 7d440b66..28a07ea2 100644 --- a/old_docs/API_docs_v72/methods/langpack_getLangPack.md +++ b/old_docs/API_docs_v72/methods/langpack_getLangPack.md @@ -10,7 +10,7 @@ description: langpack.getLangPack parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [LangPackDifference](../types/LangPackDifference.md) diff --git a/old_docs/API_docs_v72/methods/langpack_getStrings.md b/old_docs/API_docs_v72/methods/langpack_getStrings.md index 9791f621..a4c21e9b 100644 --- a/old_docs/API_docs_v72/methods/langpack_getStrings.md +++ b/old_docs/API_docs_v72/methods/langpack_getStrings.md @@ -10,8 +10,8 @@ description: langpack.getStrings parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| -|keys|Array of [string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| +|keys|Array of [CLICK ME string](../types/string.md) | Yes| ### Return type: [Vector\_of\_LangPackString](../types/LangPackString.md) diff --git a/old_docs/API_docs_v72/methods/messages_addChatUser.md b/old_docs/API_docs_v72/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v72/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v72/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/messages_checkChatInvite.md b/old_docs/API_docs_v72/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v72/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v72/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v72/methods/messages_clearRecentStickers.md b/old_docs/API_docs_v72/methods/messages_clearRecentStickers.md index 31941a34..00d81839 100644 --- a/old_docs/API_docs_v72/methods/messages_clearRecentStickers.md +++ b/old_docs/API_docs_v72/methods/messages_clearRecentStickers.md @@ -10,7 +10,7 @@ description: messages.clearRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/messages_createChat.md b/old_docs/API_docs_v72/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v72/methods/messages_createChat.md +++ b/old_docs/API_docs_v72/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/messages_deleteHistory.md b/old_docs/API_docs_v72/methods/messages_deleteHistory.md index 01686b2b..ff2f5471 100644 --- a/old_docs/API_docs_v72/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v72/methods/messages_deleteHistory.md @@ -10,9 +10,9 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|just\_clear|[Bool](../types/Bool.md) | Optional| +|just\_clear|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v72/methods/messages_deleteMessages.md b/old_docs/API_docs_v72/methods/messages_deleteMessages.md index 0cc6e6ed..5e0f1ad1 100644 --- a/old_docs/API_docs_v72/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v72/methods/messages_deleteMessages.md @@ -10,8 +10,8 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|revoke|[Bool](../types/Bool.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|revoke|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v72/methods/messages_editChatAdmin.md b/old_docs/API_docs_v72/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v72/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v72/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/messages_editChatPhoto.md b/old_docs/API_docs_v72/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v72/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v72/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/messages_editChatTitle.md b/old_docs/API_docs_v72/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v72/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v72/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/messages_editInlineBotMessage.md b/old_docs/API_docs_v72/methods/messages_editInlineBotMessage.md index 289100ea..42e5a485 100644 --- a/old_docs/API_docs_v72/methods/messages_editInlineBotMessage.md +++ b/old_docs/API_docs_v72/methods/messages_editInlineBotMessage.md @@ -10,11 +10,11 @@ description: messages.editInlineBotMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v72/methods/messages_editMessage.md b/old_docs/API_docs_v72/methods/messages_editMessage.md index 396c9449..1bb0c702 100644 --- a/old_docs/API_docs_v72/methods/messages_editMessage.md +++ b/old_docs/API_docs_v72/methods/messages_editMessage.md @@ -10,15 +10,15 @@ description: messages.editMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|stop\_geo\_live|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|stop\_geo\_live|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|id|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/messages_faveSticker.md b/old_docs/API_docs_v72/methods/messages_faveSticker.md index 88544c20..12000674 100644 --- a/old_docs/API_docs_v72/methods/messages_faveSticker.md +++ b/old_docs/API_docs_v72/methods/messages_faveSticker.md @@ -11,7 +11,7 @@ description: messages.faveSticker parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unfave|[Bool](../types/Bool.md) | Yes| +|unfave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/messages_forwardMessage.md b/old_docs/API_docs_v72/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v72/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v72/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/messages_forwardMessages.md b/old_docs/API_docs_v72/methods/messages_forwardMessages.md index df361517..bc2f0995 100644 --- a/old_docs/API_docs_v72/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v72/methods/messages_forwardMessages.md @@ -10,11 +10,11 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|with\_my\_score|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|with\_my\_score|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v72/methods/messages_getAllChats.md b/old_docs/API_docs_v72/methods/messages_getAllChats.md index 59bc0add..5a5ce6da 100644 --- a/old_docs/API_docs_v72/methods/messages_getAllChats.md +++ b/old_docs/API_docs_v72/methods/messages_getAllChats.md @@ -10,7 +10,7 @@ description: messages.getAllChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|except\_ids|Array of [int](../types/int.md) | Yes| +|except\_ids|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v72/methods/messages_getAllStickers.md b/old_docs/API_docs_v72/methods/messages_getAllStickers.md index 7ab91cef..b30ea741 100644 --- a/old_docs/API_docs_v72/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v72/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v72/methods/messages_getArchivedStickers.md b/old_docs/API_docs_v72/methods/messages_getArchivedStickers.md index 8c2041a3..2c1f1f95 100644 --- a/old_docs/API_docs_v72/methods/messages_getArchivedStickers.md +++ b/old_docs/API_docs_v72/methods/messages_getArchivedStickers.md @@ -10,9 +10,9 @@ description: messages.getArchivedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|offset\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_ArchivedStickers](../types/messages_ArchivedStickers.md) diff --git a/old_docs/API_docs_v72/methods/messages_getAttachedStickers.md b/old_docs/API_docs_v72/methods/messages_getAttachedStickers.md index f03f0be2..5a1374c5 100644 --- a/old_docs/API_docs_v72/methods/messages_getAttachedStickers.md +++ b/old_docs/API_docs_v72/methods/messages_getAttachedStickers.md @@ -10,7 +10,7 @@ description: messages.getAttachedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|media|[InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| +|media|[CLICK ME InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| ### Return type: [Vector\_of\_StickerSetCovered](../types/StickerSetCovered.md) diff --git a/old_docs/API_docs_v72/methods/messages_getBotCallbackAnswer.md b/old_docs/API_docs_v72/methods/messages_getBotCallbackAnswer.md index b9039098..f477f013 100644 --- a/old_docs/API_docs_v72/methods/messages_getBotCallbackAnswer.md +++ b/old_docs/API_docs_v72/methods/messages_getBotCallbackAnswer.md @@ -10,10 +10,10 @@ description: messages.getBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|game|[Bool](../types/Bool.md) | Optional| +|game|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|data|[bytes](../types/bytes.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|data|[CLICK ME bytes](../types/bytes.md) | Optional| ### Return type: [messages\_BotCallbackAnswer](../types/messages_BotCallbackAnswer.md) diff --git a/old_docs/API_docs_v72/methods/messages_getChats.md b/old_docs/API_docs_v72/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v72/methods/messages_getChats.md +++ b/old_docs/API_docs_v72/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v72/methods/messages_getCommonChats.md b/old_docs/API_docs_v72/methods/messages_getCommonChats.md index 0df79096..370930d7 100644 --- a/old_docs/API_docs_v72/methods/messages_getCommonChats.md +++ b/old_docs/API_docs_v72/methods/messages_getCommonChats.md @@ -11,8 +11,8 @@ description: messages.getCommonChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v72/methods/messages_getDhConfig.md b/old_docs/API_docs_v72/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v72/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v72/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v72/methods/messages_getDialogs.md b/old_docs/API_docs_v72/methods/messages_getDialogs.md index 041b3efe..dca266c6 100644 --- a/old_docs/API_docs_v72/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v72/methods/messages_getDialogs.md @@ -10,11 +10,11 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|exclude\_pinned|[Bool](../types/Bool.md) | Optional| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|exclude\_pinned|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v72/methods/messages_getDocumentByHash.md b/old_docs/API_docs_v72/methods/messages_getDocumentByHash.md index 13f0c18f..14e3e5bd 100644 --- a/old_docs/API_docs_v72/methods/messages_getDocumentByHash.md +++ b/old_docs/API_docs_v72/methods/messages_getDocumentByHash.md @@ -10,9 +10,9 @@ description: messages.getDocumentByHash parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|sha256|[bytes](../types/bytes.md) | Yes| -|size|[int](../types/int.md) | Yes| -|mime\_type|[string](../types/string.md) | Yes| +|sha256|[CLICK ME bytes](../types/bytes.md) | Yes| +|size|[CLICK ME int](../types/int.md) | Yes| +|mime\_type|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Document](../types/Document.md) diff --git a/old_docs/API_docs_v72/methods/messages_getFavedStickers.md b/old_docs/API_docs_v72/methods/messages_getFavedStickers.md index fc2717f8..a7a21952 100644 --- a/old_docs/API_docs_v72/methods/messages_getFavedStickers.md +++ b/old_docs/API_docs_v72/methods/messages_getFavedStickers.md @@ -10,7 +10,7 @@ description: messages.getFavedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FavedStickers](../types/messages_FavedStickers.md) diff --git a/old_docs/API_docs_v72/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v72/methods/messages_getFeaturedStickers.md index 51097eda..9e8c4eaf 100644 --- a/old_docs/API_docs_v72/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v72/methods/messages_getFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.getFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md) diff --git a/old_docs/API_docs_v72/methods/messages_getGameHighScores.md b/old_docs/API_docs_v72/methods/messages_getGameHighScores.md index 4b8b1397..39d1e406 100644 --- a/old_docs/API_docs_v72/methods/messages_getGameHighScores.md +++ b/old_docs/API_docs_v72/methods/messages_getGameHighScores.md @@ -11,7 +11,7 @@ description: messages.getGameHighScores parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v72/methods/messages_getHistory.md b/old_docs/API_docs_v72/methods/messages_getHistory.md index 87b8328d..46548372 100644 --- a/old_docs/API_docs_v72/methods/messages_getHistory.md +++ b/old_docs/API_docs_v72/methods/messages_getHistory.md @@ -11,12 +11,12 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v72/methods/messages_getInlineBotResults.md b/old_docs/API_docs_v72/methods/messages_getInlineBotResults.md index 6d965b19..fcbe281d 100644 --- a/old_docs/API_docs_v72/methods/messages_getInlineBotResults.md +++ b/old_docs/API_docs_v72/methods/messages_getInlineBotResults.md @@ -12,9 +12,9 @@ description: messages.getInlineBotResults parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|query|[string](../types/string.md) | Yes| -|offset|[string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|query|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_BotResults](../types/messages_BotResults.md) diff --git a/old_docs/API_docs_v72/methods/messages_getInlineGameHighScores.md b/old_docs/API_docs_v72/methods/messages_getInlineGameHighScores.md index 9305a0f4..5f3e774a 100644 --- a/old_docs/API_docs_v72/methods/messages_getInlineGameHighScores.md +++ b/old_docs/API_docs_v72/methods/messages_getInlineGameHighScores.md @@ -10,7 +10,7 @@ description: messages.getInlineGameHighScores parameters, return type and exampl | Name | Type | Required | |----------|---------------|----------| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v72/methods/messages_getMaskStickers.md b/old_docs/API_docs_v72/methods/messages_getMaskStickers.md index 260cfdb7..018e5c6b 100644 --- a/old_docs/API_docs_v72/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v72/methods/messages_getMaskStickers.md @@ -10,7 +10,7 @@ description: messages.getMaskStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v72/methods/messages_getMessageEditData.md b/old_docs/API_docs_v72/methods/messages_getMessageEditData.md index 2a90a419..9f02a9c9 100644 --- a/old_docs/API_docs_v72/methods/messages_getMessageEditData.md +++ b/old_docs/API_docs_v72/methods/messages_getMessageEditData.md @@ -11,7 +11,7 @@ description: messages.getMessageEditData parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_MessageEditData](../types/messages_MessageEditData.md) diff --git a/old_docs/API_docs_v72/methods/messages_getMessages.md b/old_docs/API_docs_v72/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v72/methods/messages_getMessages.md +++ b/old_docs/API_docs_v72/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v72/methods/messages_getMessagesViews.md b/old_docs/API_docs_v72/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v72/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v72/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v72/methods/messages_getRecentLocations.md b/old_docs/API_docs_v72/methods/messages_getRecentLocations.md index be42bb77..b73fa066 100644 --- a/old_docs/API_docs_v72/methods/messages_getRecentLocations.md +++ b/old_docs/API_docs_v72/methods/messages_getRecentLocations.md @@ -11,7 +11,7 @@ description: messages.getRecentLocations parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v72/methods/messages_getRecentStickers.md b/old_docs/API_docs_v72/methods/messages_getRecentStickers.md index 5a60d345..6ec71d0e 100644 --- a/old_docs/API_docs_v72/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v72/methods/messages_getRecentStickers.md @@ -10,8 +10,8 @@ description: messages.getRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| -|hash|[int](../types/int.md) | Yes| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md) diff --git a/old_docs/API_docs_v72/methods/messages_getSavedGifs.md b/old_docs/API_docs_v72/methods/messages_getSavedGifs.md index bcb4590d..7545b642 100644 --- a/old_docs/API_docs_v72/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v72/methods/messages_getSavedGifs.md @@ -10,7 +10,7 @@ description: messages.getSavedGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md) diff --git a/old_docs/API_docs_v72/methods/messages_getStickerSet.md b/old_docs/API_docs_v72/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v72/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v72/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v72/methods/messages_getUnreadMentions.md b/old_docs/API_docs_v72/methods/messages_getUnreadMentions.md index 181e730c..c63ea824 100644 --- a/old_docs/API_docs_v72/methods/messages_getUnreadMentions.md +++ b/old_docs/API_docs_v72/methods/messages_getUnreadMentions.md @@ -11,11 +11,11 @@ description: messages.getUnreadMentions parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v72/methods/messages_getWebPage.md b/old_docs/API_docs_v72/methods/messages_getWebPage.md index 0f09af47..9e39b988 100644 --- a/old_docs/API_docs_v72/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v72/methods/messages_getWebPage.md @@ -10,8 +10,8 @@ description: messages.getWebPage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|url|[string](../types/string.md) | Yes| -|hash|[int](../types/int.md) | Yes| +|url|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [WebPage](../types/WebPage.md) diff --git a/old_docs/API_docs_v72/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v72/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v72/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v72/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v72/methods/messages_importChatInvite.md b/old_docs/API_docs_v72/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v72/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v72/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/messages_installStickerSet.md b/old_docs/API_docs_v72/methods/messages_installStickerSet.md index f405adce..8dfeacfa 100644 --- a/old_docs/API_docs_v72/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v72/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|archived|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|archived|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [messages\_StickerSetInstallResult](../types/messages_StickerSetInstallResult.md) diff --git a/old_docs/API_docs_v72/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v72/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v72/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v72/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/messages_readFeaturedStickers.md b/old_docs/API_docs_v72/methods/messages_readFeaturedStickers.md index 766ba200..9aef0199 100644 --- a/old_docs/API_docs_v72/methods/messages_readFeaturedStickers.md +++ b/old_docs/API_docs_v72/methods/messages_readFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.readFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [long](../types/long.md) | Yes| +|id|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/messages_readHistory.md b/old_docs/API_docs_v72/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v72/methods/messages_readHistory.md +++ b/old_docs/API_docs_v72/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v72/methods/messages_readMessageContents.md b/old_docs/API_docs_v72/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v72/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v72/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v72/methods/messages_receivedMessages.md b/old_docs/API_docs_v72/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v72/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v72/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v72/methods/messages_receivedQueue.md b/old_docs/API_docs_v72/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v72/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v72/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v72/methods/messages_reorderPinnedDialogs.md b/old_docs/API_docs_v72/methods/messages_reorderPinnedDialogs.md index 30e926d9..2d81735f 100644 --- a/old_docs/API_docs_v72/methods/messages_reorderPinnedDialogs.md +++ b/old_docs/API_docs_v72/methods/messages_reorderPinnedDialogs.md @@ -10,7 +10,7 @@ description: messages.reorderPinnedDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|force|[Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |order|Array of [Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Yes| diff --git a/old_docs/API_docs_v72/methods/messages_reorderStickerSets.md b/old_docs/API_docs_v72/methods/messages_reorderStickerSets.md index 0e2c121d..21092485 100644 --- a/old_docs/API_docs_v72/methods/messages_reorderStickerSets.md +++ b/old_docs/API_docs_v72/methods/messages_reorderStickerSets.md @@ -10,8 +10,8 @@ description: messages.reorderStickerSets parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|order|Array of [long](../types/long.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|order|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/messages_saveDraft.md b/old_docs/API_docs_v72/methods/messages_saveDraft.md index 754b4da2..7160fda4 100644 --- a/old_docs/API_docs_v72/methods/messages_saveDraft.md +++ b/old_docs/API_docs_v72/methods/messages_saveDraft.md @@ -10,11 +10,11 @@ description: messages.saveDraft parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|message|[string](../types/string.md) | Yes| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v72/methods/messages_saveGif.md b/old_docs/API_docs_v72/methods/messages_saveGif.md index 725bc949..d6487133 100644 --- a/old_docs/API_docs_v72/methods/messages_saveGif.md +++ b/old_docs/API_docs_v72/methods/messages_saveGif.md @@ -11,7 +11,7 @@ description: messages.saveGif parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/messages_saveRecentSticker.md b/old_docs/API_docs_v72/methods/messages_saveRecentSticker.md index 4a8298e2..2c3c7e12 100644 --- a/old_docs/API_docs_v72/methods/messages_saveRecentSticker.md +++ b/old_docs/API_docs_v72/methods/messages_saveRecentSticker.md @@ -10,9 +10,9 @@ description: messages.saveRecentSticker parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/messages_search.md b/old_docs/API_docs_v72/methods/messages_search.md index 4dd3f947..a5aa36bd 100644 --- a/old_docs/API_docs_v72/methods/messages_search.md +++ b/old_docs/API_docs_v72/methods/messages_search.md @@ -11,16 +11,16 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| |from\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v72/methods/messages_searchGifs.md b/old_docs/API_docs_v72/methods/messages_searchGifs.md index 896e98d2..d37ebbd0 100644 --- a/old_docs/API_docs_v72/methods/messages_searchGifs.md +++ b/old_docs/API_docs_v72/methods/messages_searchGifs.md @@ -10,8 +10,8 @@ description: messages.searchGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FoundGifs](../types/messages_FoundGifs.md) diff --git a/old_docs/API_docs_v72/methods/messages_searchGlobal.md b/old_docs/API_docs_v72/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v72/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v72/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v72/methods/messages_sendEncrypted.md b/old_docs/API_docs_v72/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v72/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v72/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v72/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v72/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v72/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v72/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v72/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v72/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v72/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v72/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v72/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v72/methods/messages_sendInlineBotResult.md index 6bfb1578..692c79f6 100644 --- a/old_docs/API_docs_v72/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v72/methods/messages_sendInlineBotResult.md @@ -10,13 +10,13 @@ description: messages.sendInlineBotResult parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|id|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|id|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/messages_sendMedia.md b/old_docs/API_docs_v72/methods/messages_sendMedia.md index 1530451b..2af751cb 100644 --- a/old_docs/API_docs_v72/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v72/methods/messages_sendMedia.md @@ -10,13 +10,13 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/messages_sendMessage.md b/old_docs/API_docs_v72/methods/messages_sendMessage.md index 49ace99c..314c73b7 100644 --- a/old_docs/API_docs_v72/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v72/methods/messages_sendMessage.md @@ -10,15 +10,15 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v72/methods/messages_sendScreenshotNotification.md b/old_docs/API_docs_v72/methods/messages_sendScreenshotNotification.md index 2e66b51a..e786f4be 100644 --- a/old_docs/API_docs_v72/methods/messages_sendScreenshotNotification.md +++ b/old_docs/API_docs_v72/methods/messages_sendScreenshotNotification.md @@ -11,7 +11,7 @@ description: messages.sendScreenshotNotification parameters, return type and exa | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/messages_setBotCallbackAnswer.md b/old_docs/API_docs_v72/methods/messages_setBotCallbackAnswer.md index 0282168b..7fec715e 100644 --- a/old_docs/API_docs_v72/methods/messages_setBotCallbackAnswer.md +++ b/old_docs/API_docs_v72/methods/messages_setBotCallbackAnswer.md @@ -10,11 +10,11 @@ description: messages.setBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|alert|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|message|[string](../types/string.md) | Optional| -|url|[string](../types/string.md) | Optional| -|cache\_time|[int](../types/int.md) | Yes| +|alert|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|url|[CLICK ME string](../types/string.md) | Optional| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/messages_setBotPrecheckoutResults.md b/old_docs/API_docs_v72/methods/messages_setBotPrecheckoutResults.md index 4aba8ca3..1a0854e0 100644 --- a/old_docs/API_docs_v72/methods/messages_setBotPrecheckoutResults.md +++ b/old_docs/API_docs_v72/methods/messages_setBotPrecheckoutResults.md @@ -10,9 +10,9 @@ description: messages.setBotPrecheckoutResults parameters, return type and examp | Name | Type | Required | |----------|---------------|----------| -|success|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|error|[string](../types/string.md) | Optional| +|success|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|error|[CLICK ME string](../types/string.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/messages_setBotShippingResults.md b/old_docs/API_docs_v72/methods/messages_setBotShippingResults.md index 5dcfe12e..526729f6 100644 --- a/old_docs/API_docs_v72/methods/messages_setBotShippingResults.md +++ b/old_docs/API_docs_v72/methods/messages_setBotShippingResults.md @@ -10,9 +10,9 @@ description: messages.setBotShippingResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query\_id|[long](../types/long.md) | Yes| -|error|[string](../types/string.md) | Optional| -|shipping\_options|Array of [ShippingOption](../types/ShippingOption.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|error|[CLICK ME string](../types/string.md) | Optional| +|shipping\_options|Array of [CLICK ME ShippingOption](../types/ShippingOption.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v72/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v72/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v72/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/messages_setGameScore.md b/old_docs/API_docs_v72/methods/messages_setGameScore.md index 61dfe579..400ef8ca 100644 --- a/old_docs/API_docs_v72/methods/messages_setGameScore.md +++ b/old_docs/API_docs_v72/methods/messages_setGameScore.md @@ -10,12 +10,12 @@ description: messages.setGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/messages_setInlineBotResults.md b/old_docs/API_docs_v72/methods/messages_setInlineBotResults.md index c38b8c2e..2071061a 100644 --- a/old_docs/API_docs_v72/methods/messages_setInlineBotResults.md +++ b/old_docs/API_docs_v72/methods/messages_setInlineBotResults.md @@ -10,13 +10,13 @@ description: messages.setInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|gallery|[Bool](../types/Bool.md) | Optional| -|private|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|results|Array of [InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| -|cache\_time|[int](../types/int.md) | Yes| -|next\_offset|[string](../types/string.md) | Optional| -|switch\_pm|[InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| +|gallery|[CLICK ME Bool](../types/Bool.md) | Optional| +|private|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|results|Array of [CLICK ME InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| +|next\_offset|[CLICK ME string](../types/string.md) | Optional| +|switch\_pm|[CLICK ME InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/messages_setInlineGameScore.md b/old_docs/API_docs_v72/methods/messages_setInlineGameScore.md index 9fadc31e..7cd855b2 100644 --- a/old_docs/API_docs_v72/methods/messages_setInlineGameScore.md +++ b/old_docs/API_docs_v72/methods/messages_setInlineGameScore.md @@ -10,11 +10,11 @@ description: messages.setInlineGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/messages_setTyping.md b/old_docs/API_docs_v72/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v72/methods/messages_setTyping.md +++ b/old_docs/API_docs_v72/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/messages_startBot.md b/old_docs/API_docs_v72/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v72/methods/messages_startBot.md +++ b/old_docs/API_docs_v72/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v72/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v72/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v72/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/messages_toggleDialogPin.md b/old_docs/API_docs_v72/methods/messages_toggleDialogPin.md index 7c5bfa9f..4b2282c3 100644 --- a/old_docs/API_docs_v72/methods/messages_toggleDialogPin.md +++ b/old_docs/API_docs_v72/methods/messages_toggleDialogPin.md @@ -10,7 +10,7 @@ description: messages.toggleDialogPin parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pinned|[Bool](../types/Bool.md) | Optional| +|pinned|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v72/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v72/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v72/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v72/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/payments_clearSavedInfo.md b/old_docs/API_docs_v72/methods/payments_clearSavedInfo.md index dc762198..beedba00 100644 --- a/old_docs/API_docs_v72/methods/payments_clearSavedInfo.md +++ b/old_docs/API_docs_v72/methods/payments_clearSavedInfo.md @@ -10,8 +10,8 @@ description: payments.clearSavedInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|credentials|[Bool](../types/Bool.md) | Optional| -|info|[Bool](../types/Bool.md) | Optional| +|credentials|[CLICK ME Bool](../types/Bool.md) | Optional| +|info|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/payments_getPaymentForm.md b/old_docs/API_docs_v72/methods/payments_getPaymentForm.md index ee269741..2ea128aa 100644 --- a/old_docs/API_docs_v72/methods/payments_getPaymentForm.md +++ b/old_docs/API_docs_v72/methods/payments_getPaymentForm.md @@ -10,7 +10,7 @@ description: payments.getPaymentForm parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [payments\_PaymentForm](../types/payments_PaymentForm.md) diff --git a/old_docs/API_docs_v72/methods/payments_getPaymentReceipt.md b/old_docs/API_docs_v72/methods/payments_getPaymentReceipt.md index e46563d0..6df0998f 100644 --- a/old_docs/API_docs_v72/methods/payments_getPaymentReceipt.md +++ b/old_docs/API_docs_v72/methods/payments_getPaymentReceipt.md @@ -10,7 +10,7 @@ description: payments.getPaymentReceipt parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [payments\_PaymentReceipt](../types/payments_PaymentReceipt.md) diff --git a/old_docs/API_docs_v72/methods/payments_sendPaymentForm.md b/old_docs/API_docs_v72/methods/payments_sendPaymentForm.md index 08505110..84a67497 100644 --- a/old_docs/API_docs_v72/methods/payments_sendPaymentForm.md +++ b/old_docs/API_docs_v72/methods/payments_sendPaymentForm.md @@ -10,10 +10,10 @@ description: payments.sendPaymentForm parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| -|requested\_info\_id|[string](../types/string.md) | Optional| -|shipping\_option\_id|[string](../types/string.md) | Optional| -|credentials|[InputPaymentCredentials](../types/InputPaymentCredentials.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|requested\_info\_id|[CLICK ME string](../types/string.md) | Optional| +|shipping\_option\_id|[CLICK ME string](../types/string.md) | Optional| +|credentials|[CLICK ME InputPaymentCredentials](../types/InputPaymentCredentials.md) | Yes| ### Return type: [payments\_PaymentResult](../types/payments_PaymentResult.md) diff --git a/old_docs/API_docs_v72/methods/payments_validateRequestedInfo.md b/old_docs/API_docs_v72/methods/payments_validateRequestedInfo.md index ebfc5c22..3a3f832b 100644 --- a/old_docs/API_docs_v72/methods/payments_validateRequestedInfo.md +++ b/old_docs/API_docs_v72/methods/payments_validateRequestedInfo.md @@ -10,9 +10,9 @@ description: payments.validateRequestedInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|save|[Bool](../types/Bool.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|info|[PaymentRequestedInfo](../types/PaymentRequestedInfo.md) | Yes| +|save|[CLICK ME Bool](../types/Bool.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|info|[CLICK ME PaymentRequestedInfo](../types/PaymentRequestedInfo.md) | Yes| ### Return type: [payments\_ValidatedRequestedInfo](../types/payments_ValidatedRequestedInfo.md) diff --git a/old_docs/API_docs_v72/methods/phone_receivedCall.md b/old_docs/API_docs_v72/methods/phone_receivedCall.md index 00b51aed..daca3fe2 100644 --- a/old_docs/API_docs_v72/methods/phone_receivedCall.md +++ b/old_docs/API_docs_v72/methods/phone_receivedCall.md @@ -10,7 +10,7 @@ description: phone.receivedCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/phone_saveCallDebug.md b/old_docs/API_docs_v72/methods/phone_saveCallDebug.md index 90135792..063ab7a2 100644 --- a/old_docs/API_docs_v72/methods/phone_saveCallDebug.md +++ b/old_docs/API_docs_v72/methods/phone_saveCallDebug.md @@ -10,8 +10,8 @@ description: phone.saveCallDebug parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| -|debug|[DataJSON](../types/DataJSON.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|debug|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v72/methods/phone_setCallRating.md b/old_docs/API_docs_v72/methods/phone_setCallRating.md index 21570b80..3f6b792d 100644 --- a/old_docs/API_docs_v72/methods/phone_setCallRating.md +++ b/old_docs/API_docs_v72/methods/phone_setCallRating.md @@ -10,9 +10,9 @@ description: phone.setCallRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| -|rating|[int](../types/int.md) | Yes| -|comment|[string](../types/string.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|rating|[CLICK ME int](../types/int.md) | Yes| +|comment|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v72/methods/photos_getUserPhotos.md b/old_docs/API_docs_v72/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v72/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v72/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v72/methods/ping.md b/old_docs/API_docs_v72/methods/ping.md index 18f5a2bd..e08de68f 100644 --- a/old_docs/API_docs_v72/methods/ping.md +++ b/old_docs/API_docs_v72/methods/ping.md @@ -12,7 +12,7 @@ pings the server | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ping\_id|[long](../types/long.md) | Yes|Ping ID| +|ping\_id|[CLICK ME long](../types/long.md) | Yes|Ping ID| ### Return type: [Pong](../types/Pong.md) diff --git a/old_docs/API_docs_v72/methods/ping_delay_disconnect.md b/old_docs/API_docs_v72/methods/ping_delay_disconnect.md index 709f8026..e3438a12 100644 --- a/old_docs/API_docs_v72/methods/ping_delay_disconnect.md +++ b/old_docs/API_docs_v72/methods/ping_delay_disconnect.md @@ -12,8 +12,8 @@ Pings the server and causes disconection if the same method is not called within | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ping\_id|[long](../types/long.md) | Yes|Ping ID| -|disconnect\_delay|[int](../types/int.md) | Yes|Disconection delay| +|ping\_id|[CLICK ME long](../types/long.md) | Yes|Ping ID| +|disconnect\_delay|[CLICK ME int](../types/int.md) | Yes|Disconection delay| ### Return type: [Pong](../types/Pong.md) diff --git a/old_docs/API_docs_v72/methods/req_DH_params.md b/old_docs/API_docs_v72/methods/req_DH_params.md index b0cc4418..8bd36af2 100644 --- a/old_docs/API_docs_v72/methods/req_DH_params.md +++ b/old_docs/API_docs_v72/methods/req_DH_params.md @@ -12,12 +12,12 @@ Requests Diffie-hellman parameters for key exchange | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| -|server\_nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| -|p|[string](../types/string.md) | Yes|| -|q|[string](../types/string.md) | Yes|| -|public\_key\_fingerprint|[long](../types/long.md) | Yes|Server RSA fingerprint| -|encrypted\_data|[string](../types/string.md) | Yes|| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| +|server\_nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| +|p|[CLICK ME string](../types/string.md) | Yes|| +|q|[CLICK ME string](../types/string.md) | Yes|| +|public\_key\_fingerprint|[CLICK ME long](../types/long.md) | Yes|Server RSA fingerprint| +|encrypted\_data|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Server\_DH\_Params](../types/Server_DH_Params.md) diff --git a/old_docs/API_docs_v72/methods/req_pq.md b/old_docs/API_docs_v72/methods/req_pq.md index 39a1715b..170f38d5 100644 --- a/old_docs/API_docs_v72/methods/req_pq.md +++ b/old_docs/API_docs_v72/methods/req_pq.md @@ -12,7 +12,7 @@ Requests PQ for factorization | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| ### Return type: [ResPQ](../types/ResPQ.md) diff --git a/old_docs/API_docs_v72/methods/rpc_drop_answer.md b/old_docs/API_docs_v72/methods/rpc_drop_answer.md index 225a43b5..f12fd85f 100644 --- a/old_docs/API_docs_v72/methods/rpc_drop_answer.md +++ b/old_docs/API_docs_v72/methods/rpc_drop_answer.md @@ -12,7 +12,7 @@ Do not send answer to provided request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|req\_msg\_id|[long](../types/long.md) | Yes|The message ID of the request| +|req\_msg\_id|[CLICK ME long](../types/long.md) | Yes|The message ID of the request| ### Return type: [RpcDropAnswer](../types/RpcDropAnswer.md) diff --git a/old_docs/API_docs_v72/methods/set_client_DH_params.md b/old_docs/API_docs_v72/methods/set_client_DH_params.md index 4af21a12..2bd7a152 100644 --- a/old_docs/API_docs_v72/methods/set_client_DH_params.md +++ b/old_docs/API_docs_v72/methods/set_client_DH_params.md @@ -12,9 +12,9 @@ Sets client diffie-hellman parameters | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security| -|server\_nonce|[int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| -|encrypted\_data|[string](../types/string.md) | Yes|| +|nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security| +|server\_nonce|[CLICK ME int128](../types/int128.md) | Yes|Random number for cryptographic security, given by server| +|encrypted\_data|[CLICK ME string](../types/string.md) | Yes|| ### Return type: [Set\_client\_DH\_params\_answer](../types/Set_client_DH_params_answer.md) diff --git a/old_docs/API_docs_v72/methods/stickers_addStickerToSet.md b/old_docs/API_docs_v72/methods/stickers_addStickerToSet.md index f70d14fb..2f62b57b 100644 --- a/old_docs/API_docs_v72/methods/stickers_addStickerToSet.md +++ b/old_docs/API_docs_v72/methods/stickers_addStickerToSet.md @@ -10,8 +10,8 @@ description: stickers.addStickerToSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|sticker|[InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|sticker|[CLICK ME InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v72/methods/stickers_changeStickerPosition.md b/old_docs/API_docs_v72/methods/stickers_changeStickerPosition.md index 05597041..a0947680 100644 --- a/old_docs/API_docs_v72/methods/stickers_changeStickerPosition.md +++ b/old_docs/API_docs_v72/methods/stickers_changeStickerPosition.md @@ -11,7 +11,7 @@ description: stickers.changeStickerPosition parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |sticker|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|position|[int](../types/int.md) | Yes| +|position|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v72/methods/stickers_createStickerSet.md b/old_docs/API_docs_v72/methods/stickers_createStickerSet.md index 1db94b11..1e7a5bb7 100644 --- a/old_docs/API_docs_v72/methods/stickers_createStickerSet.md +++ b/old_docs/API_docs_v72/methods/stickers_createStickerSet.md @@ -10,11 +10,11 @@ description: stickers.createStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|title|[string](../types/string.md) | Yes| -|short\_name|[string](../types/string.md) | Yes| -|stickers|Array of [InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| +|short\_name|[CLICK ME string](../types/string.md) | Yes| +|stickers|Array of [CLICK ME InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v72/methods/upload_getWebFile.md b/old_docs/API_docs_v72/methods/upload_getWebFile.md index ca200db1..54615226 100644 --- a/old_docs/API_docs_v72/methods/upload_getWebFile.md +++ b/old_docs/API_docs_v72/methods/upload_getWebFile.md @@ -10,9 +10,9 @@ description: upload.getWebFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|location|[InputWebFileLocation](../types/InputWebFileLocation.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|location|[CLICK ME InputWebFileLocation](../types/InputWebFileLocation.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [upload\_WebFile](../types/upload_WebFile.md) diff --git a/old_docs/API_docs_v73/methods/account_changePhone.md b/old_docs/API_docs_v73/methods/account_changePhone.md index 326a88b7..aed4814e 100644 --- a/old_docs/API_docs_v73/methods/account_changePhone.md +++ b/old_docs/API_docs_v73/methods/account_changePhone.md @@ -12,9 +12,9 @@ Change the phone number associated to this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash returned by account.sendChangePhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The phone code sent by account.sendChangePhoneCode| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v73/methods/account_checkUsername.md b/old_docs/API_docs_v73/methods/account_checkUsername.md index 56e42613..d8146536 100644 --- a/old_docs/API_docs_v73/methods/account_checkUsername.md +++ b/old_docs/API_docs_v73/methods/account_checkUsername.md @@ -12,7 +12,7 @@ Check if this username is available | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The username to check| +|username|[CLICK ME string](../types/string.md) | Yes|The username to check| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/account_confirmPhone.md b/old_docs/API_docs_v73/methods/account_confirmPhone.md index 2261e6e8..e9c724b1 100644 --- a/old_docs/API_docs_v73/methods/account_confirmPhone.md +++ b/old_docs/API_docs_v73/methods/account_confirmPhone.md @@ -12,8 +12,8 @@ Confirm this phone number is associated to this account, obtain phone_code_hash | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_code\_hash|[string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| -|phone\_code|[string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|obtain phone_code_hash from sendConfirmPhoneCode| +|phone\_code|[CLICK ME string](../types/string.md) | Yes|The code sent by sendConfirmPhoneCode| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/account_deleteAccount.md b/old_docs/API_docs_v73/methods/account_deleteAccount.md index bd97e83c..43c5a9ca 100644 --- a/old_docs/API_docs_v73/methods/account_deleteAccount.md +++ b/old_docs/API_docs_v73/methods/account_deleteAccount.md @@ -12,7 +12,7 @@ Delete this account | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|reason|[string](../types/string.md) | Yes|Why are you going away? :(| +|reason|[CLICK ME string](../types/string.md) | Yes|Why are you going away? :(| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/account_getNotifySettings.md b/old_docs/API_docs_v73/methods/account_getNotifySettings.md index 5aeb59b0..7f4402c9 100644 --- a/old_docs/API_docs_v73/methods/account_getNotifySettings.md +++ b/old_docs/API_docs_v73/methods/account_getNotifySettings.md @@ -12,7 +12,7 @@ Get notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|Notification source | ### Return type: [PeerNotifySettings](../types/PeerNotifySettings.md) diff --git a/old_docs/API_docs_v73/methods/account_getPasswordSettings.md b/old_docs/API_docs_v73/methods/account_getPasswordSettings.md index 7db27852..961d56f8 100644 --- a/old_docs/API_docs_v73/methods/account_getPasswordSettings.md +++ b/old_docs/API_docs_v73/methods/account_getPasswordSettings.md @@ -12,7 +12,7 @@ Get the current 2FA settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| ### Return type: [account\_PasswordSettings](../types/account_PasswordSettings.md) diff --git a/old_docs/API_docs_v73/methods/account_getPrivacy.md b/old_docs/API_docs_v73/methods/account_getPrivacy.md index 3063b024..c51136ea 100644 --- a/old_docs/API_docs_v73/methods/account_getPrivacy.md +++ b/old_docs/API_docs_v73/methods/account_getPrivacy.md @@ -12,7 +12,7 @@ Get privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting key| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v73/methods/account_getTmpPassword.md b/old_docs/API_docs_v73/methods/account_getTmpPassword.md index e9ff8d28..fb300173 100644 --- a/old_docs/API_docs_v73/methods/account_getTmpPassword.md +++ b/old_docs/API_docs_v73/methods/account_getTmpPassword.md @@ -12,8 +12,8 @@ Get temporary password for buying products through bots | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|password\_hash|[bytes](../types/bytes.md) | Yes|The password hash| -|period|[int](../types/int.md) | Yes|The validity period| +|password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|The password hash| +|period|[CLICK ME int](../types/int.md) | Yes|The validity period| ### Return type: [account\_TmpPassword](../types/account_TmpPassword.md) diff --git a/old_docs/API_docs_v73/methods/account_registerDevice.md b/old_docs/API_docs_v73/methods/account_registerDevice.md index 0bf6d1ee..1e3279b1 100644 --- a/old_docs/API_docs_v73/methods/account_registerDevice.md +++ b/old_docs/API_docs_v73/methods/account_registerDevice.md @@ -12,8 +12,8 @@ Register device for push notifications | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone, 6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/account_reportPeer.md b/old_docs/API_docs_v73/methods/account_reportPeer.md index 5637e74a..7cabf1bf 100644 --- a/old_docs/API_docs_v73/methods/account_reportPeer.md +++ b/old_docs/API_docs_v73/methods/account_reportPeer.md @@ -13,7 +13,7 @@ Report for spam | Name | Type | Required | Description | |----------|---------------|----------|-------------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional|The peer to report| -|reason|[ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| +|reason|[CLICK ME ReportReason](../types/ReportReason.md) | Yes|Why are you reporting this peer| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/account_resetAuthorization.md b/old_docs/API_docs_v73/methods/account_resetAuthorization.md index 99d12d73..e134cfa8 100644 --- a/old_docs/API_docs_v73/methods/account_resetAuthorization.md +++ b/old_docs/API_docs_v73/methods/account_resetAuthorization.md @@ -12,7 +12,7 @@ Delete a certain session | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| +|hash|[CLICK ME long](../types/long.md) | Yes|The session hash, obtained from $MadelineProto->account->getAuthorizations| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/account_sendChangePhoneCode.md b/old_docs/API_docs_v73/methods/account_sendChangePhoneCode.md index 9e5016a4..df3fde89 100644 --- a/old_docs/API_docs_v73/methods/account_sendChangePhoneCode.md +++ b/old_docs/API_docs_v73/methods/account_sendChangePhoneCode.md @@ -12,9 +12,9 @@ Change the phone number | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| -|phone\_number|[string](../types/string.md) | Yes|New phone number| -|current\_number|[Bool](../types/Bool.md) | Optional|Current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can the code be sent using a flash call instead of an SMS?| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|New phone number| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|Current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v73/methods/account_sendConfirmPhoneCode.md b/old_docs/API_docs_v73/methods/account_sendConfirmPhoneCode.md index 4de86a33..136e98c6 100644 --- a/old_docs/API_docs_v73/methods/account_sendConfirmPhoneCode.md +++ b/old_docs/API_docs_v73/methods/account_sendConfirmPhoneCode.md @@ -12,9 +12,9 @@ Send confirmation phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|allow\_flashcall|[Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| -|hash|[string](../types/string.md) | Yes|The hash| -|current\_number|[Bool](../types/Bool.md) | Optional|The current phone number| +|allow\_flashcall|[CLICK ME Bool](../types/Bool.md) | Optional|Can telegram call you instead of sending an SMS?| +|hash|[CLICK ME string](../types/string.md) | Yes|The hash| +|current\_number|[CLICK ME Bool](../types/Bool.md) | Optional|The current phone number| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v73/methods/account_setAccountTTL.md b/old_docs/API_docs_v73/methods/account_setAccountTTL.md index 98ac771b..1a28bc20 100644 --- a/old_docs/API_docs_v73/methods/account_setAccountTTL.md +++ b/old_docs/API_docs_v73/methods/account_setAccountTTL.md @@ -12,7 +12,7 @@ Set account TTL | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|ttl|[AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| +|ttl|[CLICK ME AccountDaysTTL](../types/AccountDaysTTL.md) | Yes|Time To Live of account| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/account_setPrivacy.md b/old_docs/API_docs_v73/methods/account_setPrivacy.md index e1cb6ca5..7a6e6c03 100644 --- a/old_docs/API_docs_v73/methods/account_setPrivacy.md +++ b/old_docs/API_docs_v73/methods/account_setPrivacy.md @@ -12,8 +12,8 @@ Set privacy settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|key|[InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| -|rules|Array of [InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| +|key|[CLICK ME InputPrivacyKey](../types/InputPrivacyKey.md) | Yes|Privacy setting| +|rules|Array of [CLICK ME InputPrivacyRule](../types/InputPrivacyRule.md) | Yes|Privacy settings| ### Return type: [account\_PrivacyRules](../types/account_PrivacyRules.md) diff --git a/old_docs/API_docs_v73/methods/account_unregisterDevice.md b/old_docs/API_docs_v73/methods/account_unregisterDevice.md index 6fa10e8d..d46359a3 100644 --- a/old_docs/API_docs_v73/methods/account_unregisterDevice.md +++ b/old_docs/API_docs_v73/methods/account_unregisterDevice.md @@ -12,8 +12,8 @@ Stop sending PUSH notifications to app | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|token\_type|[int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| -|token|[string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token\_type|[CLICK ME int](../types/int.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| +|token|[CLICK ME string](../types/string.md) | Yes|Device token type. Possible values: 1 - APNS, 2 - GCM, 3 - MPNS, 4 - Simple Push, 5 - Ubuntu Phone,6 - Blackberry, and other, see source code of official apps for more info| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/account_updateDeviceLocked.md b/old_docs/API_docs_v73/methods/account_updateDeviceLocked.md index 75ed7b30..8c72dc9c 100644 --- a/old_docs/API_docs_v73/methods/account_updateDeviceLocked.md +++ b/old_docs/API_docs_v73/methods/account_updateDeviceLocked.md @@ -12,7 +12,7 @@ Disable all notifications for a certain period | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|period|[int](../types/int.md) | Yes|For how long should notifications be disabled| +|period|[CLICK ME int](../types/int.md) | Yes|For how long should notifications be disabled| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/account_updateNotifySettings.md b/old_docs/API_docs_v73/methods/account_updateNotifySettings.md index 903e2b10..f194407d 100644 --- a/old_docs/API_docs_v73/methods/account_updateNotifySettings.md +++ b/old_docs/API_docs_v73/methods/account_updateNotifySettings.md @@ -12,8 +12,8 @@ Change notification settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|peer|[InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| -|settings|[InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| +|peer|[CLICK ME InputNotifyPeer](../types/InputNotifyPeer.md) | Yes|The peers to which the notification settings should be applied| +|settings|[CLICK ME InputPeerNotifySettings](../types/InputPeerNotifySettings.md) | Yes|Notification settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/account_updatePasswordSettings.md b/old_docs/API_docs_v73/methods/account_updatePasswordSettings.md index f32f3a2c..710f5bfa 100644 --- a/old_docs/API_docs_v73/methods/account_updatePasswordSettings.md +++ b/old_docs/API_docs_v73/methods/account_updatePasswordSettings.md @@ -12,8 +12,8 @@ Update the 2FA password settings | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|current\_password\_hash|[bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| -|new\_settings|[account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| +|current\_password\_hash|[CLICK ME bytes](../types/bytes.md) | Yes|$current_salt = $MadelineProto->account->getPassword()['current_salt']; $current_password_hash = hash('sha256', $current_salt.$password.$current_salt);| +|new\_settings|[CLICK ME account\_PasswordInputSettings](../types/account_PasswordInputSettings.md) | Yes|New 2FA settings| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/account_updateProfile.md b/old_docs/API_docs_v73/methods/account_updateProfile.md index 8b0c3268..f4335a9e 100644 --- a/old_docs/API_docs_v73/methods/account_updateProfile.md +++ b/old_docs/API_docs_v73/methods/account_updateProfile.md @@ -12,9 +12,9 @@ Update profile info | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|first\_name|[string](../types/string.md) | Optional|The first name| -|last\_name|[string](../types/string.md) | Optional|The last name| -|about|[string](../types/string.md) | Optional|The bio/about field| +|first\_name|[CLICK ME string](../types/string.md) | Optional|The first name| +|last\_name|[CLICK ME string](../types/string.md) | Optional|The last name| +|about|[CLICK ME string](../types/string.md) | Optional|The bio/about field| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v73/methods/account_updateStatus.md b/old_docs/API_docs_v73/methods/account_updateStatus.md index 8daba805..3b540874 100644 --- a/old_docs/API_docs_v73/methods/account_updateStatus.md +++ b/old_docs/API_docs_v73/methods/account_updateStatus.md @@ -12,7 +12,7 @@ Update online status | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offline|[Bool](../types/Bool.md) | Yes|offline to set the status to offline| +|offline|[CLICK ME Bool](../types/Bool.md) | Yes|offline to set the status to offline| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/account_updateUsername.md b/old_docs/API_docs_v73/methods/account_updateUsername.md index 7773bbfb..134342ef 100644 --- a/old_docs/API_docs_v73/methods/account_updateUsername.md +++ b/old_docs/API_docs_v73/methods/account_updateUsername.md @@ -12,7 +12,7 @@ Update this user's username | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|username|[string](../types/string.md) | Yes|The new username| +|username|[CLICK ME string](../types/string.md) | Yes|The new username| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v73/methods/auth_cancelCode.md b/old_docs/API_docs_v73/methods/auth_cancelCode.md index 1283e1e5..9ddbf819 100644 --- a/old_docs/API_docs_v73/methods/auth_cancelCode.md +++ b/old_docs/API_docs_v73/methods/auth_cancelCode.md @@ -12,8 +12,8 @@ Invalidate sent phone code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|Phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|Phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|Phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|Phone code hash| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/auth_checkPhone.md b/old_docs/API_docs_v73/methods/auth_checkPhone.md index b1417e56..4e1ffec3 100644 --- a/old_docs/API_docs_v73/methods/auth_checkPhone.md +++ b/old_docs/API_docs_v73/methods/auth_checkPhone.md @@ -12,7 +12,7 @@ Check if this phone number is registered on telegram | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number to check| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number to check| ### Return type: [auth\_CheckedPhone](../types/auth_CheckedPhone.md) diff --git a/old_docs/API_docs_v73/methods/auth_dropTempAuthKeys.md b/old_docs/API_docs_v73/methods/auth_dropTempAuthKeys.md index b08b9f40..81bb2ae2 100644 --- a/old_docs/API_docs_v73/methods/auth_dropTempAuthKeys.md +++ b/old_docs/API_docs_v73/methods/auth_dropTempAuthKeys.md @@ -12,7 +12,7 @@ Delete all temporary authorization keys except the ones provided | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|except\_auth\_keys|Array of [long](../types/long.md) | Yes|The temporary authorization keys to keep| +|except\_auth\_keys|Array of [CLICK ME long](../types/long.md) | Yes|The temporary authorization keys to keep| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/auth_recoverPassword.md b/old_docs/API_docs_v73/methods/auth_recoverPassword.md index 2a8bd3d0..ee539682 100644 --- a/old_docs/API_docs_v73/methods/auth_recoverPassword.md +++ b/old_docs/API_docs_v73/methods/auth_recoverPassword.md @@ -12,7 +12,7 @@ Use the code that was emailed to you after running $MadelineProto->auth->request | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|code|[string](../types/string.md) | Yes|The code that was emailed to you| +|code|[CLICK ME string](../types/string.md) | Yes|The code that was emailed to you| ### Return type: [auth\_Authorization](../types/auth_Authorization.md) diff --git a/old_docs/API_docs_v73/methods/auth_resendCode.md b/old_docs/API_docs_v73/methods/auth_resendCode.md index 4bfbf379..02471563 100644 --- a/old_docs/API_docs_v73/methods/auth_resendCode.md +++ b/old_docs/API_docs_v73/methods/auth_resendCode.md @@ -12,8 +12,8 @@ Resend the SMS verification code | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_number|[string](../types/string.md) | Yes|The phone number| -|phone\_code\_hash|[string](../types/string.md) | Yes|The phone code hash| +|phone\_number|[CLICK ME string](../types/string.md) | Yes|The phone number| +|phone\_code\_hash|[CLICK ME string](../types/string.md) | Yes|The phone code hash| ### Return type: [auth\_SentCode](../types/auth_SentCode.md) diff --git a/old_docs/API_docs_v73/methods/auth_sendInvites.md b/old_docs/API_docs_v73/methods/auth_sendInvites.md index 391899fa..6b1d9406 100644 --- a/old_docs/API_docs_v73/methods/auth_sendInvites.md +++ b/old_docs/API_docs_v73/methods/auth_sendInvites.md @@ -12,8 +12,8 @@ Invite friends to telegram! | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|phone\_numbers|Array of [string](../types/string.md) | Yes|Phone numbers to invite| -|message|[string](../types/string.md) | Yes|The message to send| +|phone\_numbers|Array of [CLICK ME string](../types/string.md) | Yes|Phone numbers to invite| +|message|[CLICK ME string](../types/string.md) | Yes|The message to send| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/bots_answerWebhookJSONQuery.md b/old_docs/API_docs_v73/methods/bots_answerWebhookJSONQuery.md index 809576fa..ed38c8d9 100644 --- a/old_docs/API_docs_v73/methods/bots_answerWebhookJSONQuery.md +++ b/old_docs/API_docs_v73/methods/bots_answerWebhookJSONQuery.md @@ -10,8 +10,8 @@ description: bots.answerWebhookJSONQuery parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query\_id|[long](../types/long.md) | Yes| -|data|[DataJSON](../types/DataJSON.md) | Yes| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|data|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/bots_sendCustomRequest.md b/old_docs/API_docs_v73/methods/bots_sendCustomRequest.md index ce28f6ca..0b395c96 100644 --- a/old_docs/API_docs_v73/methods/bots_sendCustomRequest.md +++ b/old_docs/API_docs_v73/methods/bots_sendCustomRequest.md @@ -10,8 +10,8 @@ description: bots.sendCustomRequest parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|custom\_method|[string](../types/string.md) | Yes| -|params|[DataJSON](../types/DataJSON.md) | Yes| +|custom\_method|[CLICK ME string](../types/string.md) | Yes| +|params|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [DataJSON](../types/DataJSON.md) diff --git a/old_docs/API_docs_v73/methods/channels_checkUsername.md b/old_docs/API_docs_v73/methods/channels_checkUsername.md index 819d68ac..01d2409f 100644 --- a/old_docs/API_docs_v73/methods/channels_checkUsername.md +++ b/old_docs/API_docs_v73/methods/channels_checkUsername.md @@ -11,7 +11,7 @@ description: channels.checkUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/channels_createChannel.md b/old_docs/API_docs_v73/methods/channels_createChannel.md index cf8b66f6..a28be93f 100644 --- a/old_docs/API_docs_v73/methods/channels_createChannel.md +++ b/old_docs/API_docs_v73/methods/channels_createChannel.md @@ -10,10 +10,10 @@ description: channels.createChannel parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|broadcast|[Bool](../types/Bool.md) | Optional| -|megagroup|[Bool](../types/Bool.md) | Optional| -|title|[string](../types/string.md) | Yes| -|about|[string](../types/string.md) | Yes| +|broadcast|[CLICK ME Bool](../types/Bool.md) | Optional| +|megagroup|[CLICK ME Bool](../types/Bool.md) | Optional| +|title|[CLICK ME string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/channels_deleteHistory.md b/old_docs/API_docs_v73/methods/channels_deleteHistory.md index 519cf766..d77a6a03 100644 --- a/old_docs/API_docs_v73/methods/channels_deleteHistory.md +++ b/old_docs/API_docs_v73/methods/channels_deleteHistory.md @@ -11,7 +11,7 @@ description: channels.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/channels_deleteMessages.md b/old_docs/API_docs_v73/methods/channels_deleteMessages.md index 7132dac2..41ec0fd3 100644 --- a/old_docs/API_docs_v73/methods/channels_deleteMessages.md +++ b/old_docs/API_docs_v73/methods/channels_deleteMessages.md @@ -11,7 +11,7 @@ description: channels.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v73/methods/channels_editAbout.md b/old_docs/API_docs_v73/methods/channels_editAbout.md index 75ff52b4..18078260 100644 --- a/old_docs/API_docs_v73/methods/channels_editAbout.md +++ b/old_docs/API_docs_v73/methods/channels_editAbout.md @@ -11,7 +11,7 @@ description: channels.editAbout parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|about|[string](../types/string.md) | Yes| +|about|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/channels_editAdmin.md b/old_docs/API_docs_v73/methods/channels_editAdmin.md index 36ae5241..e3273e7d 100644 --- a/old_docs/API_docs_v73/methods/channels_editAdmin.md +++ b/old_docs/API_docs_v73/methods/channels_editAdmin.md @@ -12,7 +12,7 @@ description: channels.editAdmin parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|admin\_rights|[ChannelAdminRights](../types/ChannelAdminRights.md) | Yes| +|admin\_rights|[CLICK ME ChannelAdminRights](../types/ChannelAdminRights.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/channels_editBanned.md b/old_docs/API_docs_v73/methods/channels_editBanned.md index 4f5dc25c..c5ca7f2c 100644 --- a/old_docs/API_docs_v73/methods/channels_editBanned.md +++ b/old_docs/API_docs_v73/methods/channels_editBanned.md @@ -12,7 +12,7 @@ description: channels.editBanned parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|banned\_rights|[ChannelBannedRights](../types/ChannelBannedRights.md) | Yes| +|banned\_rights|[CLICK ME ChannelBannedRights](../types/ChannelBannedRights.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/channels_editPhoto.md b/old_docs/API_docs_v73/methods/channels_editPhoto.md index 4fca08b1..fc81a9e3 100644 --- a/old_docs/API_docs_v73/methods/channels_editPhoto.md +++ b/old_docs/API_docs_v73/methods/channels_editPhoto.md @@ -11,7 +11,7 @@ description: channels.editPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/channels_editTitle.md b/old_docs/API_docs_v73/methods/channels_editTitle.md index 418f6a33..d879ddbc 100644 --- a/old_docs/API_docs_v73/methods/channels_editTitle.md +++ b/old_docs/API_docs_v73/methods/channels_editTitle.md @@ -11,7 +11,7 @@ description: channels.editTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/channels_exportMessageLink.md b/old_docs/API_docs_v73/methods/channels_exportMessageLink.md index 7eff4ed8..e0aabc17 100644 --- a/old_docs/API_docs_v73/methods/channels_exportMessageLink.md +++ b/old_docs/API_docs_v73/methods/channels_exportMessageLink.md @@ -11,7 +11,7 @@ description: channels.exportMessageLink parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [ExportedMessageLink](../types/ExportedMessageLink.md) diff --git a/old_docs/API_docs_v73/methods/channels_getAdminLog.md b/old_docs/API_docs_v73/methods/channels_getAdminLog.md index 2b4d08d6..6ea1b86a 100644 --- a/old_docs/API_docs_v73/methods/channels_getAdminLog.md +++ b/old_docs/API_docs_v73/methods/channels_getAdminLog.md @@ -11,12 +11,12 @@ description: channels.getAdminLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|q|[string](../types/string.md) | Yes| -|events\_filter|[ChannelAdminLogEventsFilter](../types/ChannelAdminLogEventsFilter.md) | Optional| +|q|[CLICK ME string](../types/string.md) | Yes| +|events\_filter|[CLICK ME ChannelAdminLogEventsFilter](../types/ChannelAdminLogEventsFilter.md) | Optional| |admins|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|max\_id|[long](../types/long.md) | Yes| -|min\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|min\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_AdminLogResults](../types/channels_AdminLogResults.md) diff --git a/old_docs/API_docs_v73/methods/channels_getMessages.md b/old_docs/API_docs_v73/methods/channels_getMessages.md index 34102494..9a97523e 100644 --- a/old_docs/API_docs_v73/methods/channels_getMessages.md +++ b/old_docs/API_docs_v73/methods/channels_getMessages.md @@ -11,7 +11,7 @@ description: channels.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v73/methods/channels_getParticipants.md b/old_docs/API_docs_v73/methods/channels_getParticipants.md index 45c48c25..fb295702 100644 --- a/old_docs/API_docs_v73/methods/channels_getParticipants.md +++ b/old_docs/API_docs_v73/methods/channels_getParticipants.md @@ -11,10 +11,10 @@ description: channels.getParticipants parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|filter|[ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|hash|[int](../types/int.md) | Yes| +|filter|[CLICK ME ChannelParticipantsFilter](../types/ChannelParticipantsFilter.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [channels\_ChannelParticipants](../types/channels_ChannelParticipants.md) diff --git a/old_docs/API_docs_v73/methods/channels_readHistory.md b/old_docs/API_docs_v73/methods/channels_readHistory.md index c5b833d6..a4fd819b 100644 --- a/old_docs/API_docs_v73/methods/channels_readHistory.md +++ b/old_docs/API_docs_v73/methods/channels_readHistory.md @@ -11,7 +11,7 @@ description: channels.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/channels_readMessageContents.md b/old_docs/API_docs_v73/methods/channels_readMessageContents.md index 7e3da8e4..d36c4387 100644 --- a/old_docs/API_docs_v73/methods/channels_readMessageContents.md +++ b/old_docs/API_docs_v73/methods/channels_readMessageContents.md @@ -11,7 +11,7 @@ description: channels.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/channels_reportSpam.md b/old_docs/API_docs_v73/methods/channels_reportSpam.md index 082536e2..19e1aad7 100644 --- a/old_docs/API_docs_v73/methods/channels_reportSpam.md +++ b/old_docs/API_docs_v73/methods/channels_reportSpam.md @@ -12,7 +12,7 @@ description: channels.reportSpam parameters, return type and example |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/channels_setStickers.md b/old_docs/API_docs_v73/methods/channels_setStickers.md index a1f733eb..9deb6fa3 100644 --- a/old_docs/API_docs_v73/methods/channels_setStickers.md +++ b/old_docs/API_docs_v73/methods/channels_setStickers.md @@ -11,7 +11,7 @@ description: channels.setStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/channels_toggleInvites.md b/old_docs/API_docs_v73/methods/channels_toggleInvites.md index 8d977fd0..f18ea3c2 100644 --- a/old_docs/API_docs_v73/methods/channels_toggleInvites.md +++ b/old_docs/API_docs_v73/methods/channels_toggleInvites.md @@ -11,7 +11,7 @@ description: channels.toggleInvites parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/channels_togglePreHistoryHidden.md b/old_docs/API_docs_v73/methods/channels_togglePreHistoryHidden.md index 421878a6..ab400991 100644 --- a/old_docs/API_docs_v73/methods/channels_togglePreHistoryHidden.md +++ b/old_docs/API_docs_v73/methods/channels_togglePreHistoryHidden.md @@ -11,7 +11,7 @@ description: channels.togglePreHistoryHidden parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/channels_toggleSignatures.md b/old_docs/API_docs_v73/methods/channels_toggleSignatures.md index 13d53d92..1b8832f0 100644 --- a/old_docs/API_docs_v73/methods/channels_toggleSignatures.md +++ b/old_docs/API_docs_v73/methods/channels_toggleSignatures.md @@ -11,7 +11,7 @@ description: channels.toggleSignatures parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/channels_updatePinnedMessage.md b/old_docs/API_docs_v73/methods/channels_updatePinnedMessage.md index ecc15ce6..76b894cd 100644 --- a/old_docs/API_docs_v73/methods/channels_updatePinnedMessage.md +++ b/old_docs/API_docs_v73/methods/channels_updatePinnedMessage.md @@ -10,9 +10,9 @@ description: channels.updatePinnedMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/channels_updateUsername.md b/old_docs/API_docs_v73/methods/channels_updateUsername.md index 9314c494..1ff50d6c 100644 --- a/old_docs/API_docs_v73/methods/channels_updateUsername.md +++ b/old_docs/API_docs_v73/methods/channels_updateUsername.md @@ -11,7 +11,7 @@ description: channels.updateUsername parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |channel|[Username, chat ID, Update, Message or InputChannel](../types/InputChannel.md) | Optional| -|username|[string](../types/string.md) | Yes| +|username|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/contacts_getBlocked.md b/old_docs/API_docs_v73/methods/contacts_getBlocked.md index 30ed4709..efbce54f 100644 --- a/old_docs/API_docs_v73/methods/contacts_getBlocked.md +++ b/old_docs/API_docs_v73/methods/contacts_getBlocked.md @@ -12,8 +12,8 @@ Get blocked users | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|offset|[int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| -|limit|[int](../types/int.md) | Yes|How many blocked contacts to fetch| +|offset|[CLICK ME int](../types/int.md) | Yes|Initially 0, then set to the number of blocked contacts previously fetched| +|limit|[CLICK ME int](../types/int.md) | Yes|How many blocked contacts to fetch| ### Return type: [contacts\_Blocked](../types/contacts_Blocked.md) diff --git a/old_docs/API_docs_v73/methods/contacts_getContacts.md b/old_docs/API_docs_v73/methods/contacts_getContacts.md index 32823094..32877d62 100644 --- a/old_docs/API_docs_v73/methods/contacts_getContacts.md +++ b/old_docs/API_docs_v73/methods/contacts_getContacts.md @@ -12,7 +12,7 @@ Get info about a certain contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|hash|[int](../types/int.md) | Yes|$ids is the list ids of previously fetched contacts, $hash = $MadelineProto->gen_vector_hash($ids);| +|hash|[CLICK ME int](../types/int.md) | Yes|$ids is the list ids of previously fetched contacts, $hash = $MadelineProto->gen_vector_hash($ids);| ### Return type: [contacts\_Contacts](../types/contacts_Contacts.md) diff --git a/old_docs/API_docs_v73/methods/contacts_getTopPeers.md b/old_docs/API_docs_v73/methods/contacts_getTopPeers.md index 560f15c6..4c2af1fe 100644 --- a/old_docs/API_docs_v73/methods/contacts_getTopPeers.md +++ b/old_docs/API_docs_v73/methods/contacts_getTopPeers.md @@ -12,15 +12,15 @@ Get most used chats | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|correspondents|[Bool](../types/Bool.md) | Optional|| -|bots\_pm|[Bool](../types/Bool.md) | Optional|| -|bots\_inline|[Bool](../types/Bool.md) | Optional|| -|phone\_calls|[Bool](../types/Bool.md) | Optional|| -|groups|[Bool](../types/Bool.md) | Optional|| -|channels|[Bool](../types/Bool.md) | Optional|| -|offset|[int](../types/int.md) | Yes|| -|limit|[int](../types/int.md) | Yes|| -|hash|[int](../types/int.md) | Yes|| +|correspondents|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_pm|[CLICK ME Bool](../types/Bool.md) | Optional|| +|bots\_inline|[CLICK ME Bool](../types/Bool.md) | Optional|| +|phone\_calls|[CLICK ME Bool](../types/Bool.md) | Optional|| +|groups|[CLICK ME Bool](../types/Bool.md) | Optional|| +|channels|[CLICK ME Bool](../types/Bool.md) | Optional|| +|offset|[CLICK ME int](../types/int.md) | Yes|| +|limit|[CLICK ME int](../types/int.md) | Yes|| +|hash|[CLICK ME int](../types/int.md) | Yes|| ### Return type: [contacts\_TopPeers](../types/contacts_TopPeers.md) diff --git a/old_docs/API_docs_v73/methods/contacts_importCard.md b/old_docs/API_docs_v73/methods/contacts_importCard.md index 9f73a93c..cf218a42 100644 --- a/old_docs/API_docs_v73/methods/contacts_importCard.md +++ b/old_docs/API_docs_v73/methods/contacts_importCard.md @@ -12,7 +12,7 @@ Import card as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|export\_card|Array of [int](../types/int.md) | Yes|The card| +|export\_card|Array of [CLICK ME int](../types/int.md) | Yes|The card| ### Return type: [User](../types/User.md) diff --git a/old_docs/API_docs_v73/methods/contacts_importContacts.md b/old_docs/API_docs_v73/methods/contacts_importContacts.md index a6b93600..858715b9 100644 --- a/old_docs/API_docs_v73/methods/contacts_importContacts.md +++ b/old_docs/API_docs_v73/methods/contacts_importContacts.md @@ -12,7 +12,7 @@ Add phone number as contact | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|contacts|Array of [InputContact](../types/InputContact.md) | Yes|The numbers to import| +|contacts|Array of [CLICK ME InputContact](../types/InputContact.md) | Yes|The numbers to import| ### Return type: [contacts\_ImportedContacts](../types/contacts_ImportedContacts.md) diff --git a/old_docs/API_docs_v73/methods/contacts_resetTopPeerRating.md b/old_docs/API_docs_v73/methods/contacts_resetTopPeerRating.md index ddcf6b2f..ee6d382b 100644 --- a/old_docs/API_docs_v73/methods/contacts_resetTopPeerRating.md +++ b/old_docs/API_docs_v73/methods/contacts_resetTopPeerRating.md @@ -10,7 +10,7 @@ description: contacts.resetTopPeerRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|category|[TopPeerCategory](../types/TopPeerCategory.md) | Yes| +|category|[CLICK ME TopPeerCategory](../types/TopPeerCategory.md) | Yes| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v73/methods/contacts_search.md b/old_docs/API_docs_v73/methods/contacts_search.md index 0d197f40..778a7aae 100644 --- a/old_docs/API_docs_v73/methods/contacts_search.md +++ b/old_docs/API_docs_v73/methods/contacts_search.md @@ -12,8 +12,8 @@ Search contacts | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|q|[string](../types/string.md) | Yes|The search query| -|limit|[int](../types/int.md) | Yes|How many results should be returned| +|q|[CLICK ME string](../types/string.md) | Yes|The search query| +|limit|[CLICK ME int](../types/int.md) | Yes|How many results should be returned| ### Return type: [contacts\_Found](../types/contacts_Found.md) diff --git a/old_docs/API_docs_v73/methods/help_getAppChangelog.md b/old_docs/API_docs_v73/methods/help_getAppChangelog.md index f09a7a0d..c141705d 100644 --- a/old_docs/API_docs_v73/methods/help_getAppChangelog.md +++ b/old_docs/API_docs_v73/methods/help_getAppChangelog.md @@ -10,7 +10,7 @@ description: help.getAppChangelog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|prev\_app\_version|[string](../types/string.md) | Yes| +|prev\_app\_version|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/help_getRecentMeUrls.md b/old_docs/API_docs_v73/methods/help_getRecentMeUrls.md index 720e0f72..85a777b9 100644 --- a/old_docs/API_docs_v73/methods/help_getRecentMeUrls.md +++ b/old_docs/API_docs_v73/methods/help_getRecentMeUrls.md @@ -10,7 +10,7 @@ description: help.getRecentMeUrls parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|referer|[string](../types/string.md) | Yes| +|referer|[CLICK ME string](../types/string.md) | Yes| ### Return type: [help\_RecentMeUrls](../types/help_RecentMeUrls.md) diff --git a/old_docs/API_docs_v73/methods/help_saveAppLog.md b/old_docs/API_docs_v73/methods/help_saveAppLog.md index ef392f8e..9bd592b5 100644 --- a/old_docs/API_docs_v73/methods/help_saveAppLog.md +++ b/old_docs/API_docs_v73/methods/help_saveAppLog.md @@ -10,7 +10,7 @@ description: help.saveAppLog parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|events|Array of [InputAppEvent](../types/InputAppEvent.md) | Yes| +|events|Array of [CLICK ME InputAppEvent](../types/InputAppEvent.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/help_setBotUpdatesStatus.md b/old_docs/API_docs_v73/methods/help_setBotUpdatesStatus.md index 68c9720a..702da826 100644 --- a/old_docs/API_docs_v73/methods/help_setBotUpdatesStatus.md +++ b/old_docs/API_docs_v73/methods/help_setBotUpdatesStatus.md @@ -10,8 +10,8 @@ description: help.setBotUpdatesStatus parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pending\_updates\_count|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Yes| +|pending\_updates\_count|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/initConnection.md b/old_docs/API_docs_v73/methods/initConnection.md index 3c81c311..e46a548b 100644 --- a/old_docs/API_docs_v73/methods/initConnection.md +++ b/old_docs/API_docs_v73/methods/initConnection.md @@ -12,14 +12,14 @@ Initializes connection and save information on the user's device and application | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|api\_id|[int](../types/int.md) | Yes|Application identifier| -|device\_model|[string](../types/string.md) | Yes|Device model| -|system\_version|[string](../types/string.md) | Yes|System version| -|app\_version|[string](../types/string.md) | Yes|App version| -|system\_lang\_code|[string](../types/string.md) | Yes|Language code| -|lang\_pack|[string](../types/string.md) | Yes|Language pack to use| -|lang\_code|[string](../types/string.md) | Yes|Language code to set| -|query|[!X](../types/!X.md) | Yes|Nested query| +|api\_id|[CLICK ME int](../types/int.md) | Yes|Application identifier| +|device\_model|[CLICK ME string](../types/string.md) | Yes|Device model| +|system\_version|[CLICK ME string](../types/string.md) | Yes|System version| +|app\_version|[CLICK ME string](../types/string.md) | Yes|App version| +|system\_lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code| +|lang\_pack|[CLICK ME string](../types/string.md) | Yes|Language pack to use| +|lang\_code|[CLICK ME string](../types/string.md) | Yes|Language code to set| +|query|[CLICK ME !X](../types/!X.md) | Yes|Nested query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v73/methods/invokeAfterMsg.md b/old_docs/API_docs_v73/methods/invokeAfterMsg.md index df6916fd..070f9226 100644 --- a/old_docs/API_docs_v73/methods/invokeAfterMsg.md +++ b/old_docs/API_docs_v73/methods/invokeAfterMsg.md @@ -12,8 +12,8 @@ Invokes a query after successfull completion of one of the previous queries. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_id|[long](../types/long.md) | Yes|Message identifier on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_id|[CLICK ME long](../types/long.md) | Yes|Message identifier on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v73/methods/invokeAfterMsgs.md b/old_docs/API_docs_v73/methods/invokeAfterMsgs.md index eb6952ca..c178b9fe 100644 --- a/old_docs/API_docs_v73/methods/invokeAfterMsgs.md +++ b/old_docs/API_docs_v73/methods/invokeAfterMsgs.md @@ -12,8 +12,8 @@ Result type returned by a current query. | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|msg\_ids|Array of [long](../types/long.md) | Yes|List of messages on which a current query depends| -|query|[!X](../types/!X.md) | Yes|The query itself| +|msg\_ids|Array of [CLICK ME long](../types/long.md) | Yes|List of messages on which a current query depends| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query itself| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v73/methods/invokeWithLayer.md b/old_docs/API_docs_v73/methods/invokeWithLayer.md index 48da61b6..7c973581 100644 --- a/old_docs/API_docs_v73/methods/invokeWithLayer.md +++ b/old_docs/API_docs_v73/methods/invokeWithLayer.md @@ -12,8 +12,8 @@ Invoke this method with layer X | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|layer|[int](../types/int.md) | Yes|The layer version| -|query|[!X](../types/!X.md) | Yes|The query| +|layer|[CLICK ME int](../types/int.md) | Yes|The layer version| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v73/methods/invokeWithoutUpdates.md b/old_docs/API_docs_v73/methods/invokeWithoutUpdates.md index eed046e5..bd567141 100644 --- a/old_docs/API_docs_v73/methods/invokeWithoutUpdates.md +++ b/old_docs/API_docs_v73/methods/invokeWithoutUpdates.md @@ -12,7 +12,7 @@ Invoke with method without returning updates in the socket | Name | Type | Required | Description | |----------|---------------|----------|-------------| -|query|[!X](../types/!X.md) | Yes|The query| +|query|[CLICK ME !X](../types/!X.md) | Yes|The query| ### Return type: [X](../types/X.md) diff --git a/old_docs/API_docs_v73/methods/langpack_getDifference.md b/old_docs/API_docs_v73/methods/langpack_getDifference.md index b1078532..b092b486 100644 --- a/old_docs/API_docs_v73/methods/langpack_getDifference.md +++ b/old_docs/API_docs_v73/methods/langpack_getDifference.md @@ -10,7 +10,7 @@ description: langpack.getDifference parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|from\_version|[int](../types/int.md) | Yes| +|from\_version|[CLICK ME int](../types/int.md) | Yes| ### Return type: [LangPackDifference](../types/LangPackDifference.md) diff --git a/old_docs/API_docs_v73/methods/langpack_getLangPack.md b/old_docs/API_docs_v73/methods/langpack_getLangPack.md index 7d440b66..28a07ea2 100644 --- a/old_docs/API_docs_v73/methods/langpack_getLangPack.md +++ b/old_docs/API_docs_v73/methods/langpack_getLangPack.md @@ -10,7 +10,7 @@ description: langpack.getLangPack parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| ### Return type: [LangPackDifference](../types/LangPackDifference.md) diff --git a/old_docs/API_docs_v73/methods/langpack_getStrings.md b/old_docs/API_docs_v73/methods/langpack_getStrings.md index 9791f621..a4c21e9b 100644 --- a/old_docs/API_docs_v73/methods/langpack_getStrings.md +++ b/old_docs/API_docs_v73/methods/langpack_getStrings.md @@ -10,8 +10,8 @@ description: langpack.getStrings parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|lang\_code|[string](../types/string.md) | Yes| -|keys|Array of [string](../types/string.md) | Yes| +|lang\_code|[CLICK ME string](../types/string.md) | Yes| +|keys|Array of [CLICK ME string](../types/string.md) | Yes| ### Return type: [Vector\_of\_LangPackString](../types/LangPackString.md) diff --git a/old_docs/API_docs_v73/methods/messages_addChatUser.md b/old_docs/API_docs_v73/methods/messages_addChatUser.md index d8cbfec7..b3fb3673 100644 --- a/old_docs/API_docs_v73/methods/messages_addChatUser.md +++ b/old_docs/API_docs_v73/methods/messages_addChatUser.md @@ -12,7 +12,7 @@ description: messages.addChatUser parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|fwd\_limit|[int](../types/int.md) | Yes| +|fwd\_limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/messages_checkChatInvite.md b/old_docs/API_docs_v73/methods/messages_checkChatInvite.md index de000c1f..ecc67a19 100644 --- a/old_docs/API_docs_v73/methods/messages_checkChatInvite.md +++ b/old_docs/API_docs_v73/methods/messages_checkChatInvite.md @@ -10,7 +10,7 @@ description: messages.checkChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [ChatInvite](../types/ChatInvite.md) diff --git a/old_docs/API_docs_v73/methods/messages_clearRecentStickers.md b/old_docs/API_docs_v73/methods/messages_clearRecentStickers.md index 31941a34..00d81839 100644 --- a/old_docs/API_docs_v73/methods/messages_clearRecentStickers.md +++ b/old_docs/API_docs_v73/methods/messages_clearRecentStickers.md @@ -10,7 +10,7 @@ description: messages.clearRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/messages_createChat.md b/old_docs/API_docs_v73/methods/messages_createChat.md index 6c8553ef..31a41b3b 100644 --- a/old_docs/API_docs_v73/methods/messages_createChat.md +++ b/old_docs/API_docs_v73/methods/messages_createChat.md @@ -11,7 +11,7 @@ description: messages.createChat parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |users|Array of [Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Yes| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/messages_deleteHistory.md b/old_docs/API_docs_v73/methods/messages_deleteHistory.md index 01686b2b..ff2f5471 100644 --- a/old_docs/API_docs_v73/methods/messages_deleteHistory.md +++ b/old_docs/API_docs_v73/methods/messages_deleteHistory.md @@ -10,9 +10,9 @@ description: messages.deleteHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|just\_clear|[Bool](../types/Bool.md) | Optional| +|just\_clear|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedHistory](../types/messages_AffectedHistory.md) diff --git a/old_docs/API_docs_v73/methods/messages_deleteMessages.md b/old_docs/API_docs_v73/methods/messages_deleteMessages.md index 0cc6e6ed..5e0f1ad1 100644 --- a/old_docs/API_docs_v73/methods/messages_deleteMessages.md +++ b/old_docs/API_docs_v73/methods/messages_deleteMessages.md @@ -10,8 +10,8 @@ description: messages.deleteMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|revoke|[Bool](../types/Bool.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|revoke|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v73/methods/messages_editChatAdmin.md b/old_docs/API_docs_v73/methods/messages_editChatAdmin.md index 7c23fab0..649c6fcb 100644 --- a/old_docs/API_docs_v73/methods/messages_editChatAdmin.md +++ b/old_docs/API_docs_v73/methods/messages_editChatAdmin.md @@ -12,7 +12,7 @@ description: messages.editChatAdmin parameters, return type and example |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|is\_admin|[Bool](../types/Bool.md) | Yes| +|is\_admin|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/messages_editChatPhoto.md b/old_docs/API_docs_v73/methods/messages_editChatPhoto.md index c38d9b88..de2caa45 100644 --- a/old_docs/API_docs_v73/methods/messages_editChatPhoto.md +++ b/old_docs/API_docs_v73/methods/messages_editChatPhoto.md @@ -11,7 +11,7 @@ description: messages.editChatPhoto parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|photo|[InputChatPhoto](../types/InputChatPhoto.md) | Optional| +|photo|[CLICK ME InputChatPhoto](../types/InputChatPhoto.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/messages_editChatTitle.md b/old_docs/API_docs_v73/methods/messages_editChatTitle.md index 683d6ef1..30a031a1 100644 --- a/old_docs/API_docs_v73/methods/messages_editChatTitle.md +++ b/old_docs/API_docs_v73/methods/messages_editChatTitle.md @@ -11,7 +11,7 @@ description: messages.editChatTitle parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|title|[string](../types/string.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/messages_editInlineBotMessage.md b/old_docs/API_docs_v73/methods/messages_editInlineBotMessage.md index a2f59d4c..8ae22d93 100644 --- a/old_docs/API_docs_v73/methods/messages_editInlineBotMessage.md +++ b/old_docs/API_docs_v73/methods/messages_editInlineBotMessage.md @@ -10,14 +10,14 @@ description: messages.editInlineBotMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|stop\_geo\_live|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|stop\_geo\_live|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/messages_editMessage.md b/old_docs/API_docs_v73/methods/messages_editMessage.md index 396c9449..1bb0c702 100644 --- a/old_docs/API_docs_v73/methods/messages_editMessage.md +++ b/old_docs/API_docs_v73/methods/messages_editMessage.md @@ -10,15 +10,15 @@ description: messages.editMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|stop\_geo\_live|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|stop\_geo\_live|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| -|message|[string](../types/string.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|id|[CLICK ME int](../types/int.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/messages_faveSticker.md b/old_docs/API_docs_v73/methods/messages_faveSticker.md index 88544c20..12000674 100644 --- a/old_docs/API_docs_v73/methods/messages_faveSticker.md +++ b/old_docs/API_docs_v73/methods/messages_faveSticker.md @@ -11,7 +11,7 @@ description: messages.faveSticker parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unfave|[Bool](../types/Bool.md) | Yes| +|unfave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/messages_forwardMessage.md b/old_docs/API_docs_v73/methods/messages_forwardMessage.md index de3e3a0f..bd27a8b5 100644 --- a/old_docs/API_docs_v73/methods/messages_forwardMessage.md +++ b/old_docs/API_docs_v73/methods/messages_forwardMessage.md @@ -11,7 +11,7 @@ description: messages.forwardMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/messages_forwardMessages.md b/old_docs/API_docs_v73/methods/messages_forwardMessages.md index 62703972..9992b7ef 100644 --- a/old_docs/API_docs_v73/methods/messages_forwardMessages.md +++ b/old_docs/API_docs_v73/methods/messages_forwardMessages.md @@ -10,12 +10,12 @@ description: messages.forwardMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|with\_my\_score|[Bool](../types/Bool.md) | Optional| -|grouped|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|with\_my\_score|[CLICK ME Bool](../types/Bool.md) | Optional| +|grouped|[CLICK ME Bool](../types/Bool.md) | Optional| |from\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| |to\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v73/methods/messages_getAllChats.md b/old_docs/API_docs_v73/methods/messages_getAllChats.md index 59bc0add..5a5ce6da 100644 --- a/old_docs/API_docs_v73/methods/messages_getAllChats.md +++ b/old_docs/API_docs_v73/methods/messages_getAllChats.md @@ -10,7 +10,7 @@ description: messages.getAllChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|except\_ids|Array of [int](../types/int.md) | Yes| +|except\_ids|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v73/methods/messages_getAllStickers.md b/old_docs/API_docs_v73/methods/messages_getAllStickers.md index 7ab91cef..b30ea741 100644 --- a/old_docs/API_docs_v73/methods/messages_getAllStickers.md +++ b/old_docs/API_docs_v73/methods/messages_getAllStickers.md @@ -10,7 +10,7 @@ description: messages.getAllStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v73/methods/messages_getArchivedStickers.md b/old_docs/API_docs_v73/methods/messages_getArchivedStickers.md index 8c2041a3..2c1f1f95 100644 --- a/old_docs/API_docs_v73/methods/messages_getArchivedStickers.md +++ b/old_docs/API_docs_v73/methods/messages_getArchivedStickers.md @@ -10,9 +10,9 @@ description: messages.getArchivedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|offset\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_ArchivedStickers](../types/messages_ArchivedStickers.md) diff --git a/old_docs/API_docs_v73/methods/messages_getAttachedStickers.md b/old_docs/API_docs_v73/methods/messages_getAttachedStickers.md index f03f0be2..5a1374c5 100644 --- a/old_docs/API_docs_v73/methods/messages_getAttachedStickers.md +++ b/old_docs/API_docs_v73/methods/messages_getAttachedStickers.md @@ -10,7 +10,7 @@ description: messages.getAttachedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|media|[InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| +|media|[CLICK ME InputStickeredMedia](../types/InputStickeredMedia.md) | Yes| ### Return type: [Vector\_of\_StickerSetCovered](../types/StickerSetCovered.md) diff --git a/old_docs/API_docs_v73/methods/messages_getBotCallbackAnswer.md b/old_docs/API_docs_v73/methods/messages_getBotCallbackAnswer.md index b9039098..f477f013 100644 --- a/old_docs/API_docs_v73/methods/messages_getBotCallbackAnswer.md +++ b/old_docs/API_docs_v73/methods/messages_getBotCallbackAnswer.md @@ -10,10 +10,10 @@ description: messages.getBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|game|[Bool](../types/Bool.md) | Optional| +|game|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|data|[bytes](../types/bytes.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|data|[CLICK ME bytes](../types/bytes.md) | Optional| ### Return type: [messages\_BotCallbackAnswer](../types/messages_BotCallbackAnswer.md) diff --git a/old_docs/API_docs_v73/methods/messages_getChats.md b/old_docs/API_docs_v73/methods/messages_getChats.md index fc42306d..748a08ee 100644 --- a/old_docs/API_docs_v73/methods/messages_getChats.md +++ b/old_docs/API_docs_v73/methods/messages_getChats.md @@ -10,7 +10,7 @@ description: messages.getChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v73/methods/messages_getCommonChats.md b/old_docs/API_docs_v73/methods/messages_getCommonChats.md index 0df79096..370930d7 100644 --- a/old_docs/API_docs_v73/methods/messages_getCommonChats.md +++ b/old_docs/API_docs_v73/methods/messages_getCommonChats.md @@ -11,8 +11,8 @@ description: messages.getCommonChats parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Chats](../types/messages_Chats.md) diff --git a/old_docs/API_docs_v73/methods/messages_getDhConfig.md b/old_docs/API_docs_v73/methods/messages_getDhConfig.md index 6ba4d3f5..717917c3 100644 --- a/old_docs/API_docs_v73/methods/messages_getDhConfig.md +++ b/old_docs/API_docs_v73/methods/messages_getDhConfig.md @@ -10,8 +10,8 @@ description: messages.getDhConfig parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|version|[int](../types/int.md) | Yes| -|random\_length|[int](../types/int.md) | Yes| +|version|[CLICK ME int](../types/int.md) | Yes| +|random\_length|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_DhConfig](../types/messages_DhConfig.md) diff --git a/old_docs/API_docs_v73/methods/messages_getDialogs.md b/old_docs/API_docs_v73/methods/messages_getDialogs.md index 041b3efe..dca266c6 100644 --- a/old_docs/API_docs_v73/methods/messages_getDialogs.md +++ b/old_docs/API_docs_v73/methods/messages_getDialogs.md @@ -10,11 +10,11 @@ description: messages.getDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|exclude\_pinned|[Bool](../types/Bool.md) | Optional| -|offset\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| +|exclude\_pinned|[CLICK ME Bool](../types/Bool.md) | Optional| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Dialogs](../types/messages_Dialogs.md) diff --git a/old_docs/API_docs_v73/methods/messages_getDocumentByHash.md b/old_docs/API_docs_v73/methods/messages_getDocumentByHash.md index 13f0c18f..14e3e5bd 100644 --- a/old_docs/API_docs_v73/methods/messages_getDocumentByHash.md +++ b/old_docs/API_docs_v73/methods/messages_getDocumentByHash.md @@ -10,9 +10,9 @@ description: messages.getDocumentByHash parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|sha256|[bytes](../types/bytes.md) | Yes| -|size|[int](../types/int.md) | Yes| -|mime\_type|[string](../types/string.md) | Yes| +|sha256|[CLICK ME bytes](../types/bytes.md) | Yes| +|size|[CLICK ME int](../types/int.md) | Yes| +|mime\_type|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Document](../types/Document.md) diff --git a/old_docs/API_docs_v73/methods/messages_getFavedStickers.md b/old_docs/API_docs_v73/methods/messages_getFavedStickers.md index fc2717f8..a7a21952 100644 --- a/old_docs/API_docs_v73/methods/messages_getFavedStickers.md +++ b/old_docs/API_docs_v73/methods/messages_getFavedStickers.md @@ -10,7 +10,7 @@ description: messages.getFavedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FavedStickers](../types/messages_FavedStickers.md) diff --git a/old_docs/API_docs_v73/methods/messages_getFeaturedStickers.md b/old_docs/API_docs_v73/methods/messages_getFeaturedStickers.md index 51097eda..9e8c4eaf 100644 --- a/old_docs/API_docs_v73/methods/messages_getFeaturedStickers.md +++ b/old_docs/API_docs_v73/methods/messages_getFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.getFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FeaturedStickers](../types/messages_FeaturedStickers.md) diff --git a/old_docs/API_docs_v73/methods/messages_getGameHighScores.md b/old_docs/API_docs_v73/methods/messages_getGameHighScores.md index 4b8b1397..39d1e406 100644 --- a/old_docs/API_docs_v73/methods/messages_getGameHighScores.md +++ b/old_docs/API_docs_v73/methods/messages_getGameHighScores.md @@ -11,7 +11,7 @@ description: messages.getGameHighScores parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v73/methods/messages_getHistory.md b/old_docs/API_docs_v73/methods/messages_getHistory.md index e25111ed..900a9d25 100644 --- a/old_docs/API_docs_v73/methods/messages_getHistory.md +++ b/old_docs/API_docs_v73/methods/messages_getHistory.md @@ -11,13 +11,13 @@ description: messages.getHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| -|hash|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v73/methods/messages_getInlineBotResults.md b/old_docs/API_docs_v73/methods/messages_getInlineBotResults.md index 6d965b19..fcbe281d 100644 --- a/old_docs/API_docs_v73/methods/messages_getInlineBotResults.md +++ b/old_docs/API_docs_v73/methods/messages_getInlineBotResults.md @@ -12,9 +12,9 @@ description: messages.getInlineBotResults parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|geo\_point|[InputGeoPoint](../types/InputGeoPoint.md) | Optional| -|query|[string](../types/string.md) | Yes| -|offset|[string](../types/string.md) | Yes| +|geo\_point|[CLICK ME InputGeoPoint](../types/InputGeoPoint.md) | Optional| +|query|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME string](../types/string.md) | Yes| ### Return type: [messages\_BotResults](../types/messages_BotResults.md) diff --git a/old_docs/API_docs_v73/methods/messages_getInlineGameHighScores.md b/old_docs/API_docs_v73/methods/messages_getInlineGameHighScores.md index 9305a0f4..5f3e774a 100644 --- a/old_docs/API_docs_v73/methods/messages_getInlineGameHighScores.md +++ b/old_docs/API_docs_v73/methods/messages_getInlineGameHighScores.md @@ -10,7 +10,7 @@ description: messages.getInlineGameHighScores parameters, return type and exampl | Name | Type | Required | |----------|---------------|----------| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| diff --git a/old_docs/API_docs_v73/methods/messages_getMaskStickers.md b/old_docs/API_docs_v73/methods/messages_getMaskStickers.md index 260cfdb7..018e5c6b 100644 --- a/old_docs/API_docs_v73/methods/messages_getMaskStickers.md +++ b/old_docs/API_docs_v73/methods/messages_getMaskStickers.md @@ -10,7 +10,7 @@ description: messages.getMaskStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AllStickers](../types/messages_AllStickers.md) diff --git a/old_docs/API_docs_v73/methods/messages_getMessageEditData.md b/old_docs/API_docs_v73/methods/messages_getMessageEditData.md index 2a90a419..9f02a9c9 100644 --- a/old_docs/API_docs_v73/methods/messages_getMessageEditData.md +++ b/old_docs/API_docs_v73/methods/messages_getMessageEditData.md @@ -11,7 +11,7 @@ description: messages.getMessageEditData parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_MessageEditData](../types/messages_MessageEditData.md) diff --git a/old_docs/API_docs_v73/methods/messages_getMessages.md b/old_docs/API_docs_v73/methods/messages_getMessages.md index 4fa2025c..8731bc2e 100644 --- a/old_docs/API_docs_v73/methods/messages_getMessages.md +++ b/old_docs/API_docs_v73/methods/messages_getMessages.md @@ -10,7 +10,7 @@ description: messages.getMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v73/methods/messages_getMessagesViews.md b/old_docs/API_docs_v73/methods/messages_getMessagesViews.md index 37b63fd1..4303c424 100644 --- a/old_docs/API_docs_v73/methods/messages_getMessagesViews.md +++ b/old_docs/API_docs_v73/methods/messages_getMessagesViews.md @@ -11,8 +11,8 @@ description: messages.getMessagesViews parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|Array of [int](../types/int.md) | Yes| -|increment|[Bool](../types/Bool.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| +|increment|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Vector\_of\_int](../types/int.md) diff --git a/old_docs/API_docs_v73/methods/messages_getRecentLocations.md b/old_docs/API_docs_v73/methods/messages_getRecentLocations.md index be42bb77..b73fa066 100644 --- a/old_docs/API_docs_v73/methods/messages_getRecentLocations.md +++ b/old_docs/API_docs_v73/methods/messages_getRecentLocations.md @@ -11,7 +11,7 @@ description: messages.getRecentLocations parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|limit|[int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v73/methods/messages_getRecentStickers.md b/old_docs/API_docs_v73/methods/messages_getRecentStickers.md index 5a60d345..6ec71d0e 100644 --- a/old_docs/API_docs_v73/methods/messages_getRecentStickers.md +++ b/old_docs/API_docs_v73/methods/messages_getRecentStickers.md @@ -10,8 +10,8 @@ description: messages.getRecentStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| -|hash|[int](../types/int.md) | Yes| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_RecentStickers](../types/messages_RecentStickers.md) diff --git a/old_docs/API_docs_v73/methods/messages_getSavedGifs.md b/old_docs/API_docs_v73/methods/messages_getSavedGifs.md index bcb4590d..7545b642 100644 --- a/old_docs/API_docs_v73/methods/messages_getSavedGifs.md +++ b/old_docs/API_docs_v73/methods/messages_getSavedGifs.md @@ -10,7 +10,7 @@ description: messages.getSavedGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[int](../types/int.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_SavedGifs](../types/messages_SavedGifs.md) diff --git a/old_docs/API_docs_v73/methods/messages_getStickerSet.md b/old_docs/API_docs_v73/methods/messages_getStickerSet.md index f594f967..ffaf7350 100644 --- a/old_docs/API_docs_v73/methods/messages_getStickerSet.md +++ b/old_docs/API_docs_v73/methods/messages_getStickerSet.md @@ -10,7 +10,7 @@ description: messages.getStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v73/methods/messages_getUnreadMentions.md b/old_docs/API_docs_v73/methods/messages_getUnreadMentions.md index 181e730c..c63ea824 100644 --- a/old_docs/API_docs_v73/methods/messages_getUnreadMentions.md +++ b/old_docs/API_docs_v73/methods/messages_getUnreadMentions.md @@ -11,11 +11,11 @@ description: messages.getUnreadMentions parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v73/methods/messages_getWebPage.md b/old_docs/API_docs_v73/methods/messages_getWebPage.md index 0f09af47..9e39b988 100644 --- a/old_docs/API_docs_v73/methods/messages_getWebPage.md +++ b/old_docs/API_docs_v73/methods/messages_getWebPage.md @@ -10,8 +10,8 @@ description: messages.getWebPage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|url|[string](../types/string.md) | Yes| -|hash|[int](../types/int.md) | Yes| +|url|[CLICK ME string](../types/string.md) | Yes| +|hash|[CLICK ME int](../types/int.md) | Yes| ### Return type: [WebPage](../types/WebPage.md) diff --git a/old_docs/API_docs_v73/methods/messages_getWebPagePreview.md b/old_docs/API_docs_v73/methods/messages_getWebPagePreview.md index c7098e7b..9407e556 100644 --- a/old_docs/API_docs_v73/methods/messages_getWebPagePreview.md +++ b/old_docs/API_docs_v73/methods/messages_getWebPagePreview.md @@ -10,7 +10,7 @@ description: messages.getWebPagePreview parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|message|[string](../types/string.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Yes| ### Return type: [MessageMedia](../types/MessageMedia.md) diff --git a/old_docs/API_docs_v73/methods/messages_importChatInvite.md b/old_docs/API_docs_v73/methods/messages_importChatInvite.md index 33288fe0..09ff05b1 100644 --- a/old_docs/API_docs_v73/methods/messages_importChatInvite.md +++ b/old_docs/API_docs_v73/methods/messages_importChatInvite.md @@ -10,7 +10,7 @@ description: messages.importChatInvite parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|hash|[string](../types/string.md) | Yes| +|hash|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/messages_installStickerSet.md b/old_docs/API_docs_v73/methods/messages_installStickerSet.md index f405adce..8dfeacfa 100644 --- a/old_docs/API_docs_v73/methods/messages_installStickerSet.md +++ b/old_docs/API_docs_v73/methods/messages_installStickerSet.md @@ -10,8 +10,8 @@ description: messages.installStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|archived|[Bool](../types/Bool.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|archived|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [messages\_StickerSetInstallResult](../types/messages_StickerSetInstallResult.md) diff --git a/old_docs/API_docs_v73/methods/messages_readEncryptedHistory.md b/old_docs/API_docs_v73/methods/messages_readEncryptedHistory.md index 51a6865d..8b0d92f7 100644 --- a/old_docs/API_docs_v73/methods/messages_readEncryptedHistory.md +++ b/old_docs/API_docs_v73/methods/messages_readEncryptedHistory.md @@ -11,7 +11,7 @@ description: messages.readEncryptedHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/messages_readFeaturedStickers.md b/old_docs/API_docs_v73/methods/messages_readFeaturedStickers.md index 766ba200..9aef0199 100644 --- a/old_docs/API_docs_v73/methods/messages_readFeaturedStickers.md +++ b/old_docs/API_docs_v73/methods/messages_readFeaturedStickers.md @@ -10,7 +10,7 @@ description: messages.readFeaturedStickers parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [long](../types/long.md) | Yes| +|id|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/messages_readHistory.md b/old_docs/API_docs_v73/methods/messages_readHistory.md index 39222607..f4288b20 100644 --- a/old_docs/API_docs_v73/methods/messages_readHistory.md +++ b/old_docs/API_docs_v73/methods/messages_readHistory.md @@ -11,7 +11,7 @@ description: messages.readHistory parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v73/methods/messages_readMessageContents.md b/old_docs/API_docs_v73/methods/messages_readMessageContents.md index 23911939..636da5da 100644 --- a/old_docs/API_docs_v73/methods/messages_readMessageContents.md +++ b/old_docs/API_docs_v73/methods/messages_readMessageContents.md @@ -10,7 +10,7 @@ description: messages.readMessageContents parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|id|Array of [int](../types/int.md) | Yes| +|id|Array of [CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_AffectedMessages](../types/messages_AffectedMessages.md) diff --git a/old_docs/API_docs_v73/methods/messages_receivedMessages.md b/old_docs/API_docs_v73/methods/messages_receivedMessages.md index 4bbb9237..c204bade 100644 --- a/old_docs/API_docs_v73/methods/messages_receivedMessages.md +++ b/old_docs/API_docs_v73/methods/messages_receivedMessages.md @@ -10,7 +10,7 @@ description: messages.receivedMessages parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_id|[int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_ReceivedNotifyMessage](../types/ReceivedNotifyMessage.md) diff --git a/old_docs/API_docs_v73/methods/messages_receivedQueue.md b/old_docs/API_docs_v73/methods/messages_receivedQueue.md index 177908df..28053da3 100644 --- a/old_docs/API_docs_v73/methods/messages_receivedQueue.md +++ b/old_docs/API_docs_v73/methods/messages_receivedQueue.md @@ -10,7 +10,7 @@ description: messages.receivedQueue parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|max\_qts|[int](../types/int.md) | Yes| +|max\_qts|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Vector\_of\_long](../types/long.md) diff --git a/old_docs/API_docs_v73/methods/messages_reorderPinnedDialogs.md b/old_docs/API_docs_v73/methods/messages_reorderPinnedDialogs.md index 30e926d9..2d81735f 100644 --- a/old_docs/API_docs_v73/methods/messages_reorderPinnedDialogs.md +++ b/old_docs/API_docs_v73/methods/messages_reorderPinnedDialogs.md @@ -10,7 +10,7 @@ description: messages.reorderPinnedDialogs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|force|[Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |order|Array of [Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Yes| diff --git a/old_docs/API_docs_v73/methods/messages_reorderStickerSets.md b/old_docs/API_docs_v73/methods/messages_reorderStickerSets.md index 0e2c121d..21092485 100644 --- a/old_docs/API_docs_v73/methods/messages_reorderStickerSets.md +++ b/old_docs/API_docs_v73/methods/messages_reorderStickerSets.md @@ -10,8 +10,8 @@ description: messages.reorderStickerSets parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| -|order|Array of [long](../types/long.md) | Yes| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| +|order|Array of [CLICK ME long](../types/long.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/messages_saveDraft.md b/old_docs/API_docs_v73/methods/messages_saveDraft.md index 754b4da2..7160fda4 100644 --- a/old_docs/API_docs_v73/methods/messages_saveDraft.md +++ b/old_docs/API_docs_v73/methods/messages_saveDraft.md @@ -10,11 +10,11 @@ description: messages.saveDraft parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|message|[string](../types/string.md) | Yes| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v73/methods/messages_saveGif.md b/old_docs/API_docs_v73/methods/messages_saveGif.md index 725bc949..d6487133 100644 --- a/old_docs/API_docs_v73/methods/messages_saveGif.md +++ b/old_docs/API_docs_v73/methods/messages_saveGif.md @@ -11,7 +11,7 @@ description: messages.saveGif parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/messages_saveRecentSticker.md b/old_docs/API_docs_v73/methods/messages_saveRecentSticker.md index 4a8298e2..2c3c7e12 100644 --- a/old_docs/API_docs_v73/methods/messages_saveRecentSticker.md +++ b/old_docs/API_docs_v73/methods/messages_saveRecentSticker.md @@ -10,9 +10,9 @@ description: messages.saveRecentSticker parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|attached|[Bool](../types/Bool.md) | Optional| +|attached|[CLICK ME Bool](../types/Bool.md) | Optional| |id|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|unsave|[Bool](../types/Bool.md) | Yes| +|unsave|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/messages_search.md b/old_docs/API_docs_v73/methods/messages_search.md index 4dd3f947..a5aa36bd 100644 --- a/old_docs/API_docs_v73/methods/messages_search.md +++ b/old_docs/API_docs_v73/methods/messages_search.md @@ -11,16 +11,16 @@ description: messages.search parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|q|[string](../types/string.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| |from\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|filter|[MessagesFilter](../types/MessagesFilter.md) | Yes| -|min\_date|[int](../types/int.md) | Yes| -|max\_date|[int](../types/int.md) | Yes| -|offset\_id|[int](../types/int.md) | Yes| -|add\_offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| -|max\_id|[int](../types/int.md) | Yes| -|min\_id|[int](../types/int.md) | Yes| +|filter|[CLICK ME MessagesFilter](../types/MessagesFilter.md) | Yes| +|min\_date|[CLICK ME int](../types/int.md) | Yes| +|max\_date|[CLICK ME int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|add\_offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME int](../types/int.md) | Yes| +|min\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v73/methods/messages_searchGifs.md b/old_docs/API_docs_v73/methods/messages_searchGifs.md index 896e98d2..d37ebbd0 100644 --- a/old_docs/API_docs_v73/methods/messages_searchGifs.md +++ b/old_docs/API_docs_v73/methods/messages_searchGifs.md @@ -10,8 +10,8 @@ description: messages.searchGifs parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_FoundGifs](../types/messages_FoundGifs.md) diff --git a/old_docs/API_docs_v73/methods/messages_searchGlobal.md b/old_docs/API_docs_v73/methods/messages_searchGlobal.md index e3446ebb..80d2413c 100644 --- a/old_docs/API_docs_v73/methods/messages_searchGlobal.md +++ b/old_docs/API_docs_v73/methods/messages_searchGlobal.md @@ -10,11 +10,11 @@ description: messages.searchGlobal parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|q|[string](../types/string.md) | Yes| -|offset\_date|[int](../types/int.md) | Yes| +|q|[CLICK ME string](../types/string.md) | Yes| +|offset\_date|[CLICK ME int](../types/int.md) | Yes| |offset\_peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|offset\_id|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset\_id|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_Messages](../types/messages_Messages.md) diff --git a/old_docs/API_docs_v73/methods/messages_sendEncrypted.md b/old_docs/API_docs_v73/methods/messages_sendEncrypted.md index f3219ced..2f402d89 100644 --- a/old_docs/API_docs_v73/methods/messages_sendEncrypted.md +++ b/old_docs/API_docs_v73/methods/messages_sendEncrypted.md @@ -11,7 +11,7 @@ description: messages.sendEncrypted parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v73/methods/messages_sendEncryptedFile.md b/old_docs/API_docs_v73/methods/messages_sendEncryptedFile.md index eb3d3e3e..e9219c72 100644 --- a/old_docs/API_docs_v73/methods/messages_sendEncryptedFile.md +++ b/old_docs/API_docs_v73/methods/messages_sendEncryptedFile.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| |file|[File path or InputEncryptedFile](../types/InputEncryptedFile.md) | Optional| diff --git a/old_docs/API_docs_v73/methods/messages_sendEncryptedService.md b/old_docs/API_docs_v73/methods/messages_sendEncryptedService.md index 03f539b8..e59b8aa9 100644 --- a/old_docs/API_docs_v73/methods/messages_sendEncryptedService.md +++ b/old_docs/API_docs_v73/methods/messages_sendEncryptedService.md @@ -11,7 +11,7 @@ description: messages.sendEncryptedService parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|message|[DecryptedMessage](../types/DecryptedMessage.md) | Yes| +|message|[CLICK ME DecryptedMessage](../types/DecryptedMessage.md) | Yes| ### Return type: [messages\_SentEncryptedMessage](../types/messages_SentEncryptedMessage.md) diff --git a/old_docs/API_docs_v73/methods/messages_sendInlineBotResult.md b/old_docs/API_docs_v73/methods/messages_sendInlineBotResult.md index 6bfb1578..692c79f6 100644 --- a/old_docs/API_docs_v73/methods/messages_sendInlineBotResult.md +++ b/old_docs/API_docs_v73/methods/messages_sendInlineBotResult.md @@ -10,13 +10,13 @@ description: messages.sendInlineBotResult parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|id|[string](../types/string.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|id|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/messages_sendMedia.md b/old_docs/API_docs_v73/methods/messages_sendMedia.md index 1530451b..2af751cb 100644 --- a/old_docs/API_docs_v73/methods/messages_sendMedia.md +++ b/old_docs/API_docs_v73/methods/messages_sendMedia.md @@ -10,13 +10,13 @@ description: messages.sendMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| |media|[MessageMedia, Update, Message or InputMedia](../types/InputMedia.md) | Optional| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/messages_sendMessage.md b/old_docs/API_docs_v73/methods/messages_sendMessage.md index 49ace99c..314c73b7 100644 --- a/old_docs/API_docs_v73/methods/messages_sendMessage.md +++ b/old_docs/API_docs_v73/methods/messages_sendMessage.md @@ -10,15 +10,15 @@ description: messages.sendMessage parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|no\_webpage|[Bool](../types/Bool.md) | Optional| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|no\_webpage|[CLICK ME Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|message|[string](../types/string.md) | Yes| -|reply\_markup|[ReplyMarkup](../types/ReplyMarkup.md) | Optional| -|entities|Array of [MessageEntity](../types/MessageEntity.md) | Optional| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|message|[CLICK ME string](../types/string.md) | Yes| +|reply\_markup|[CLICK ME ReplyMarkup](../types/ReplyMarkup.md) | Optional| +|entities|Array of [CLICK ME MessageEntity](../types/MessageEntity.md) | Optional| |parse\_mode| [string](../types/string.md) | Optional | diff --git a/old_docs/API_docs_v73/methods/messages_sendMultiMedia.md b/old_docs/API_docs_v73/methods/messages_sendMultiMedia.md index 53afd358..1b00eb4c 100644 --- a/old_docs/API_docs_v73/methods/messages_sendMultiMedia.md +++ b/old_docs/API_docs_v73/methods/messages_sendMultiMedia.md @@ -10,12 +10,12 @@ description: messages.sendMultiMedia parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|silent|[Bool](../types/Bool.md) | Optional| -|background|[Bool](../types/Bool.md) | Optional| -|clear\_draft|[Bool](../types/Bool.md) | Optional| +|silent|[CLICK ME Bool](../types/Bool.md) | Optional| +|background|[CLICK ME Bool](../types/Bool.md) | Optional| +|clear\_draft|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Optional| -|multi\_media|Array of [InputSingleMedia](../types/InputSingleMedia.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Optional| +|multi\_media|Array of [CLICK ME InputSingleMedia](../types/InputSingleMedia.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/messages_sendScreenshotNotification.md b/old_docs/API_docs_v73/methods/messages_sendScreenshotNotification.md index 2e66b51a..e786f4be 100644 --- a/old_docs/API_docs_v73/methods/messages_sendScreenshotNotification.md +++ b/old_docs/API_docs_v73/methods/messages_sendScreenshotNotification.md @@ -11,7 +11,7 @@ description: messages.sendScreenshotNotification parameters, return type and exa | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|reply\_to\_msg\_id|[int](../types/int.md) | Yes| +|reply\_to\_msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/messages_setBotCallbackAnswer.md b/old_docs/API_docs_v73/methods/messages_setBotCallbackAnswer.md index 0282168b..7fec715e 100644 --- a/old_docs/API_docs_v73/methods/messages_setBotCallbackAnswer.md +++ b/old_docs/API_docs_v73/methods/messages_setBotCallbackAnswer.md @@ -10,11 +10,11 @@ description: messages.setBotCallbackAnswer parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|alert|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|message|[string](../types/string.md) | Optional| -|url|[string](../types/string.md) | Optional| -|cache\_time|[int](../types/int.md) | Yes| +|alert|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|message|[CLICK ME string](../types/string.md) | Optional| +|url|[CLICK ME string](../types/string.md) | Optional| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/messages_setBotPrecheckoutResults.md b/old_docs/API_docs_v73/methods/messages_setBotPrecheckoutResults.md index 4aba8ca3..1a0854e0 100644 --- a/old_docs/API_docs_v73/methods/messages_setBotPrecheckoutResults.md +++ b/old_docs/API_docs_v73/methods/messages_setBotPrecheckoutResults.md @@ -10,9 +10,9 @@ description: messages.setBotPrecheckoutResults parameters, return type and examp | Name | Type | Required | |----------|---------------|----------| -|success|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|error|[string](../types/string.md) | Optional| +|success|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|error|[CLICK ME string](../types/string.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/messages_setBotShippingResults.md b/old_docs/API_docs_v73/methods/messages_setBotShippingResults.md index 5dcfe12e..526729f6 100644 --- a/old_docs/API_docs_v73/methods/messages_setBotShippingResults.md +++ b/old_docs/API_docs_v73/methods/messages_setBotShippingResults.md @@ -10,9 +10,9 @@ description: messages.setBotShippingResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|query\_id|[long](../types/long.md) | Yes| -|error|[string](../types/string.md) | Optional| -|shipping\_options|Array of [ShippingOption](../types/ShippingOption.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|error|[CLICK ME string](../types/string.md) | Optional| +|shipping\_options|Array of [CLICK ME ShippingOption](../types/ShippingOption.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/messages_setEncryptedTyping.md b/old_docs/API_docs_v73/methods/messages_setEncryptedTyping.md index 4a770e0b..9b50ee35 100644 --- a/old_docs/API_docs_v73/methods/messages_setEncryptedTyping.md +++ b/old_docs/API_docs_v73/methods/messages_setEncryptedTyping.md @@ -11,7 +11,7 @@ description: messages.setEncryptedTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Secret chat ID, Update, EncryptedMessage or InputEncryptedChat](../types/InputEncryptedChat.md) | Yes| -|typing|[Bool](../types/Bool.md) | Yes| +|typing|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/messages_setGameScore.md b/old_docs/API_docs_v73/methods/messages_setGameScore.md index 61dfe579..400ef8ca 100644 --- a/old_docs/API_docs_v73/methods/messages_setGameScore.md +++ b/old_docs/API_docs_v73/methods/messages_setGameScore.md @@ -10,12 +10,12 @@ description: messages.setGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|id|[int](../types/int.md) | Yes| +|id|[CLICK ME int](../types/int.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/messages_setInlineBotResults.md b/old_docs/API_docs_v73/methods/messages_setInlineBotResults.md index c38b8c2e..2071061a 100644 --- a/old_docs/API_docs_v73/methods/messages_setInlineBotResults.md +++ b/old_docs/API_docs_v73/methods/messages_setInlineBotResults.md @@ -10,13 +10,13 @@ description: messages.setInlineBotResults parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|gallery|[Bool](../types/Bool.md) | Optional| -|private|[Bool](../types/Bool.md) | Optional| -|query\_id|[long](../types/long.md) | Yes| -|results|Array of [InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| -|cache\_time|[int](../types/int.md) | Yes| -|next\_offset|[string](../types/string.md) | Optional| -|switch\_pm|[InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| +|gallery|[CLICK ME Bool](../types/Bool.md) | Optional| +|private|[CLICK ME Bool](../types/Bool.md) | Optional| +|query\_id|[CLICK ME long](../types/long.md) | Yes| +|results|Array of [CLICK ME InputBotInlineResult](../types/InputBotInlineResult.md) | Yes| +|cache\_time|[CLICK ME int](../types/int.md) | Yes| +|next\_offset|[CLICK ME string](../types/string.md) | Optional| +|switch\_pm|[CLICK ME InlineBotSwitchPM](../types/InlineBotSwitchPM.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/messages_setInlineGameScore.md b/old_docs/API_docs_v73/methods/messages_setInlineGameScore.md index 9fadc31e..7cd855b2 100644 --- a/old_docs/API_docs_v73/methods/messages_setInlineGameScore.md +++ b/old_docs/API_docs_v73/methods/messages_setInlineGameScore.md @@ -10,11 +10,11 @@ description: messages.setInlineGameScore parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|edit\_message|[Bool](../types/Bool.md) | Optional| -|force|[Bool](../types/Bool.md) | Optional| -|id|[InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| +|edit\_message|[CLICK ME Bool](../types/Bool.md) | Optional| +|force|[CLICK ME Bool](../types/Bool.md) | Optional| +|id|[CLICK ME InputBotInlineMessageID](../types/InputBotInlineMessageID.md) | Yes| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|score|[int](../types/int.md) | Yes| +|score|[CLICK ME int](../types/int.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/messages_setTyping.md b/old_docs/API_docs_v73/methods/messages_setTyping.md index e300a11a..6faeaf0f 100644 --- a/old_docs/API_docs_v73/methods/messages_setTyping.md +++ b/old_docs/API_docs_v73/methods/messages_setTyping.md @@ -11,7 +11,7 @@ description: messages.setTyping parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|action|[SendMessageAction](../types/SendMessageAction.md) | Yes| +|action|[CLICK ME SendMessageAction](../types/SendMessageAction.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/messages_startBot.md b/old_docs/API_docs_v73/methods/messages_startBot.md index 79485b20..d6d37a67 100644 --- a/old_docs/API_docs_v73/methods/messages_startBot.md +++ b/old_docs/API_docs_v73/methods/messages_startBot.md @@ -12,7 +12,7 @@ description: messages.startBot parameters, return type and example |----------|---------------|----------| |bot|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|start\_param|[string](../types/string.md) | Yes| +|start\_param|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/messages_toggleChatAdmins.md b/old_docs/API_docs_v73/methods/messages_toggleChatAdmins.md index ce7f41e0..f34868ad 100644 --- a/old_docs/API_docs_v73/methods/messages_toggleChatAdmins.md +++ b/old_docs/API_docs_v73/methods/messages_toggleChatAdmins.md @@ -11,7 +11,7 @@ description: messages.toggleChatAdmins parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |chat\_id|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| -|enabled|[Bool](../types/Bool.md) | Yes| +|enabled|[CLICK ME Bool](../types/Bool.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/messages_toggleDialogPin.md b/old_docs/API_docs_v73/methods/messages_toggleDialogPin.md index 7c5bfa9f..4b2282c3 100644 --- a/old_docs/API_docs_v73/methods/messages_toggleDialogPin.md +++ b/old_docs/API_docs_v73/methods/messages_toggleDialogPin.md @@ -10,7 +10,7 @@ description: messages.toggleDialogPin parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|pinned|[Bool](../types/Bool.md) | Optional| +|pinned|[CLICK ME Bool](../types/Bool.md) | Optional| |peer|[Username, chat ID, Update, Message or InputPeer](../types/InputPeer.md) | Optional| diff --git a/old_docs/API_docs_v73/methods/messages_uninstallStickerSet.md b/old_docs/API_docs_v73/methods/messages_uninstallStickerSet.md index 17aea76f..1896d00a 100644 --- a/old_docs/API_docs_v73/methods/messages_uninstallStickerSet.md +++ b/old_docs/API_docs_v73/methods/messages_uninstallStickerSet.md @@ -10,7 +10,7 @@ description: messages.uninstallStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/payments_clearSavedInfo.md b/old_docs/API_docs_v73/methods/payments_clearSavedInfo.md index dc762198..beedba00 100644 --- a/old_docs/API_docs_v73/methods/payments_clearSavedInfo.md +++ b/old_docs/API_docs_v73/methods/payments_clearSavedInfo.md @@ -10,8 +10,8 @@ description: payments.clearSavedInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|credentials|[Bool](../types/Bool.md) | Optional| -|info|[Bool](../types/Bool.md) | Optional| +|credentials|[CLICK ME Bool](../types/Bool.md) | Optional| +|info|[CLICK ME Bool](../types/Bool.md) | Optional| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/payments_getPaymentForm.md b/old_docs/API_docs_v73/methods/payments_getPaymentForm.md index ee269741..2ea128aa 100644 --- a/old_docs/API_docs_v73/methods/payments_getPaymentForm.md +++ b/old_docs/API_docs_v73/methods/payments_getPaymentForm.md @@ -10,7 +10,7 @@ description: payments.getPaymentForm parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [payments\_PaymentForm](../types/payments_PaymentForm.md) diff --git a/old_docs/API_docs_v73/methods/payments_getPaymentReceipt.md b/old_docs/API_docs_v73/methods/payments_getPaymentReceipt.md index e46563d0..6df0998f 100644 --- a/old_docs/API_docs_v73/methods/payments_getPaymentReceipt.md +++ b/old_docs/API_docs_v73/methods/payments_getPaymentReceipt.md @@ -10,7 +10,7 @@ description: payments.getPaymentReceipt parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| ### Return type: [payments\_PaymentReceipt](../types/payments_PaymentReceipt.md) diff --git a/old_docs/API_docs_v73/methods/payments_sendPaymentForm.md b/old_docs/API_docs_v73/methods/payments_sendPaymentForm.md index 08505110..84a67497 100644 --- a/old_docs/API_docs_v73/methods/payments_sendPaymentForm.md +++ b/old_docs/API_docs_v73/methods/payments_sendPaymentForm.md @@ -10,10 +10,10 @@ description: payments.sendPaymentForm parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|msg\_id|[int](../types/int.md) | Yes| -|requested\_info\_id|[string](../types/string.md) | Optional| -|shipping\_option\_id|[string](../types/string.md) | Optional| -|credentials|[InputPaymentCredentials](../types/InputPaymentCredentials.md) | Yes| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|requested\_info\_id|[CLICK ME string](../types/string.md) | Optional| +|shipping\_option\_id|[CLICK ME string](../types/string.md) | Optional| +|credentials|[CLICK ME InputPaymentCredentials](../types/InputPaymentCredentials.md) | Yes| ### Return type: [payments\_PaymentResult](../types/payments_PaymentResult.md) diff --git a/old_docs/API_docs_v73/methods/payments_validateRequestedInfo.md b/old_docs/API_docs_v73/methods/payments_validateRequestedInfo.md index ebfc5c22..3a3f832b 100644 --- a/old_docs/API_docs_v73/methods/payments_validateRequestedInfo.md +++ b/old_docs/API_docs_v73/methods/payments_validateRequestedInfo.md @@ -10,9 +10,9 @@ description: payments.validateRequestedInfo parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|save|[Bool](../types/Bool.md) | Optional| -|msg\_id|[int](../types/int.md) | Yes| -|info|[PaymentRequestedInfo](../types/PaymentRequestedInfo.md) | Yes| +|save|[CLICK ME Bool](../types/Bool.md) | Optional| +|msg\_id|[CLICK ME int](../types/int.md) | Yes| +|info|[CLICK ME PaymentRequestedInfo](../types/PaymentRequestedInfo.md) | Yes| ### Return type: [payments\_ValidatedRequestedInfo](../types/payments_ValidatedRequestedInfo.md) diff --git a/old_docs/API_docs_v73/methods/phone_receivedCall.md b/old_docs/API_docs_v73/methods/phone_receivedCall.md index 00b51aed..daca3fe2 100644 --- a/old_docs/API_docs_v73/methods/phone_receivedCall.md +++ b/old_docs/API_docs_v73/methods/phone_receivedCall.md @@ -10,7 +10,7 @@ description: phone.receivedCall parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/phone_saveCallDebug.md b/old_docs/API_docs_v73/methods/phone_saveCallDebug.md index 90135792..063ab7a2 100644 --- a/old_docs/API_docs_v73/methods/phone_saveCallDebug.md +++ b/old_docs/API_docs_v73/methods/phone_saveCallDebug.md @@ -10,8 +10,8 @@ description: phone.saveCallDebug parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| -|debug|[DataJSON](../types/DataJSON.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|debug|[CLICK ME DataJSON](../types/DataJSON.md) | Yes| ### Return type: [Bool](../types/Bool.md) diff --git a/old_docs/API_docs_v73/methods/phone_setCallRating.md b/old_docs/API_docs_v73/methods/phone_setCallRating.md index 21570b80..3f6b792d 100644 --- a/old_docs/API_docs_v73/methods/phone_setCallRating.md +++ b/old_docs/API_docs_v73/methods/phone_setCallRating.md @@ -10,9 +10,9 @@ description: phone.setCallRating parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|peer|[InputPhoneCall](../types/InputPhoneCall.md) | Yes| -|rating|[int](../types/int.md) | Yes| -|comment|[string](../types/string.md) | Yes| +|peer|[CLICK ME InputPhoneCall](../types/InputPhoneCall.md) | Yes| +|rating|[CLICK ME int](../types/int.md) | Yes| +|comment|[CLICK ME string](../types/string.md) | Yes| ### Return type: [Updates](../types/Updates.md) diff --git a/old_docs/API_docs_v73/methods/photos_getUserPhotos.md b/old_docs/API_docs_v73/methods/photos_getUserPhotos.md index 8fba3bc0..57124f30 100644 --- a/old_docs/API_docs_v73/methods/photos_getUserPhotos.md +++ b/old_docs/API_docs_v73/methods/photos_getUserPhotos.md @@ -11,9 +11,9 @@ description: photos.getUserPhotos parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|offset|[int](../types/int.md) | Yes| -|max\_id|[long](../types/long.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|max\_id|[CLICK ME long](../types/long.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [photos\_Photos](../types/photos_Photos.md) diff --git a/old_docs/API_docs_v73/methods/stickers_addStickerToSet.md b/old_docs/API_docs_v73/methods/stickers_addStickerToSet.md index f70d14fb..2f62b57b 100644 --- a/old_docs/API_docs_v73/methods/stickers_addStickerToSet.md +++ b/old_docs/API_docs_v73/methods/stickers_addStickerToSet.md @@ -10,8 +10,8 @@ description: stickers.addStickerToSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|stickerset|[InputStickerSet](../types/InputStickerSet.md) | Optional| -|sticker|[InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| +|stickerset|[CLICK ME InputStickerSet](../types/InputStickerSet.md) | Optional| +|sticker|[CLICK ME InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v73/methods/stickers_changeStickerPosition.md b/old_docs/API_docs_v73/methods/stickers_changeStickerPosition.md index 05597041..a0947680 100644 --- a/old_docs/API_docs_v73/methods/stickers_changeStickerPosition.md +++ b/old_docs/API_docs_v73/methods/stickers_changeStickerPosition.md @@ -11,7 +11,7 @@ description: stickers.changeStickerPosition parameters, return type and example | Name | Type | Required | |----------|---------------|----------| |sticker|[MessageMedia, Update, Message or InputDocument](../types/InputDocument.md) | Optional| -|position|[int](../types/int.md) | Yes| +|position|[CLICK ME int](../types/int.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v73/methods/stickers_createStickerSet.md b/old_docs/API_docs_v73/methods/stickers_createStickerSet.md index 1db94b11..1e7a5bb7 100644 --- a/old_docs/API_docs_v73/methods/stickers_createStickerSet.md +++ b/old_docs/API_docs_v73/methods/stickers_createStickerSet.md @@ -10,11 +10,11 @@ description: stickers.createStickerSet parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|masks|[Bool](../types/Bool.md) | Optional| +|masks|[CLICK ME Bool](../types/Bool.md) | Optional| |user\_id|[Username, chat ID, Update, Message or InputUser](../types/InputUser.md) | Optional| -|title|[string](../types/string.md) | Yes| -|short\_name|[string](../types/string.md) | Yes| -|stickers|Array of [InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| +|title|[CLICK ME string](../types/string.md) | Yes| +|short\_name|[CLICK ME string](../types/string.md) | Yes| +|stickers|Array of [CLICK ME InputStickerSetItem](../types/InputStickerSetItem.md) | Yes| ### Return type: [messages\_StickerSet](../types/messages_StickerSet.md) diff --git a/old_docs/API_docs_v73/methods/upload_getWebFile.md b/old_docs/API_docs_v73/methods/upload_getWebFile.md index ca200db1..54615226 100644 --- a/old_docs/API_docs_v73/methods/upload_getWebFile.md +++ b/old_docs/API_docs_v73/methods/upload_getWebFile.md @@ -10,9 +10,9 @@ description: upload.getWebFile parameters, return type and example | Name | Type | Required | |----------|---------------|----------| -|location|[InputWebFileLocation](../types/InputWebFileLocation.md) | Yes| -|offset|[int](../types/int.md) | Yes| -|limit|[int](../types/int.md) | Yes| +|location|[CLICK ME InputWebFileLocation](../types/InputWebFileLocation.md) | Yes| +|offset|[CLICK ME int](../types/int.md) | Yes| +|limit|[CLICK ME int](../types/int.md) | Yes| ### Return type: [upload\_WebFile](../types/upload_WebFile.md) diff --git a/src/danog/MadelineProto/DocsBuilder/Methods.php b/src/danog/MadelineProto/DocsBuilder/Methods.php index 54bda954..cb342311 100644 --- a/src/danog/MadelineProto/DocsBuilder/Methods.php +++ b/src/danog/MadelineProto/DocsBuilder/Methods.php @@ -105,7 +105,7 @@ trait Methods case 'false': $ptype = 'Bool'; } - $human_ptype = $ptype; + $human_ptype = 'CLICK ME '.$ptype; if (in_array($ptype, ['User', 'InputUser', 'Chat', 'InputChannel', 'Peer', 'InputPeer'])&& !isset($this->settings['td'])) { $human_ptype = 'Username, chat ID, Update, Message or '.$ptype; }