Merge branch 'master' of https://github.com/danog/MadelineProto
This commit is contained in:
commit
af4b916056
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: account_authorizations
|
title: account.authorizations
|
||||||
description: account_authorizations attributes, type and example
|
description: account_authorizations attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: account\_authorizations
|
## Constructor: account.authorizations
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ description: account_authorizations attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$account_authorizations = ['_' => 'account_authorizations', 'authorizations' => [Vector t], ];
|
$account_authorizations = ['_' => 'account.authorizations', 'authorizations' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: account_noPassword
|
title: account.noPassword
|
||||||
description: account_noPassword attributes, type and example
|
description: account_noPassword attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: account\_noPassword
|
## Constructor: account.noPassword
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: account_noPassword attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$account_noPassword = ['_' => 'account_noPassword', 'new_salt' => bytes, 'email_unconfirmed_pattern' => string, ];
|
$account_noPassword = ['_' => 'account.noPassword', 'new_salt' => bytes, 'email_unconfirmed_pattern' => string, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: account_password
|
title: account.password
|
||||||
description: account_password attributes, type and example
|
description: account_password attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: account\_password
|
## Constructor: account.password
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -25,6 +25,6 @@ description: account_password attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$account_password = ['_' => 'account_password', 'current_salt' => bytes, 'new_salt' => bytes, 'hint' => string, 'has_recovery' => Bool, 'email_unconfirmed_pattern' => string, ];
|
$account_password = ['_' => 'account.password', 'current_salt' => bytes, 'new_salt' => bytes, 'hint' => string, 'has_recovery' => Bool, 'email_unconfirmed_pattern' => string, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: account_passwordInputSettings
|
title: account.passwordInputSettings
|
||||||
description: account_passwordInputSettings attributes, type and example
|
description: account_passwordInputSettings attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: account\_passwordInputSettings
|
## Constructor: account.passwordInputSettings
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -24,6 +24,6 @@ description: account_passwordInputSettings attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$account_passwordInputSettings = ['_' => 'account_passwordInputSettings', 'new_salt' => bytes, 'new_password_hash' => bytes, 'hint' => string, 'email' => string, ];
|
$account_passwordInputSettings = ['_' => 'account.passwordInputSettings', 'new_salt' => bytes, 'new_password_hash' => bytes, 'hint' => string, 'email' => string, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: account_passwordSettings
|
title: account.passwordSettings
|
||||||
description: account_passwordSettings attributes, type and example
|
description: account_passwordSettings attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: account\_passwordSettings
|
## Constructor: account.passwordSettings
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ description: account_passwordSettings attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$account_passwordSettings = ['_' => 'account_passwordSettings', 'email' => string, ];
|
$account_passwordSettings = ['_' => 'account.passwordSettings', 'email' => string, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: account_privacyRules
|
title: account.privacyRules
|
||||||
description: account_privacyRules attributes, type and example
|
description: account_privacyRules attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: account\_privacyRules
|
## Constructor: account.privacyRules
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: account_privacyRules attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$account_privacyRules = ['_' => 'account_privacyRules', 'rules' => [Vector t], 'users' => [Vector t], ];
|
$account_privacyRules = ['_' => 'account.privacyRules', 'rules' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: auth_authorization
|
title: auth.authorization
|
||||||
description: auth_authorization attributes, type and example
|
description: auth_authorization attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: auth\_authorization
|
## Constructor: auth.authorization
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: auth_authorization attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$auth_authorization = ['_' => 'auth_authorization', 'tmp_sessions' => int, 'user' => User, ];
|
$auth_authorization = ['_' => 'auth.authorization', 'tmp_sessions' => int, 'user' => User, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: auth_checkedPhone
|
title: auth.checkedPhone
|
||||||
description: auth_checkedPhone attributes, type and example
|
description: auth_checkedPhone attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: auth\_checkedPhone
|
## Constructor: auth.checkedPhone
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ description: auth_checkedPhone attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$auth_checkedPhone = ['_' => 'auth_checkedPhone', 'phone_registered' => Bool, ];
|
$auth_checkedPhone = ['_' => 'auth.checkedPhone', 'phone_registered' => Bool, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: auth_codeTypeCall
|
title: auth.codeTypeCall
|
||||||
description: auth_codeTypeCall attributes, type and example
|
description: auth_codeTypeCall attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: auth\_codeTypeCall
|
## Constructor: auth.codeTypeCall
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: auth_codeTypeCall attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$auth_codeTypeCall = ['_' => 'auth_codeTypeCall', ];
|
$auth_codeTypeCall = ['_' => 'auth.codeTypeCall', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: auth_codeTypeFlashCall
|
title: auth.codeTypeFlashCall
|
||||||
description: auth_codeTypeFlashCall attributes, type and example
|
description: auth_codeTypeFlashCall attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: auth\_codeTypeFlashCall
|
## Constructor: auth.codeTypeFlashCall
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: auth_codeTypeFlashCall attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$auth_codeTypeFlashCall = ['_' => 'auth_codeTypeFlashCall', ];
|
$auth_codeTypeFlashCall = ['_' => 'auth.codeTypeFlashCall', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: auth_codeTypeSms
|
title: auth.codeTypeSms
|
||||||
description: auth_codeTypeSms attributes, type and example
|
description: auth_codeTypeSms attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: auth\_codeTypeSms
|
## Constructor: auth.codeTypeSms
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: auth_codeTypeSms attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$auth_codeTypeSms = ['_' => 'auth_codeTypeSms', ];
|
$auth_codeTypeSms = ['_' => 'auth.codeTypeSms', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: auth_exportedAuthorization
|
title: auth.exportedAuthorization
|
||||||
description: auth_exportedAuthorization attributes, type and example
|
description: auth_exportedAuthorization attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: auth\_exportedAuthorization
|
## Constructor: auth.exportedAuthorization
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: auth_exportedAuthorization attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$auth_exportedAuthorization = ['_' => 'auth_exportedAuthorization', 'id' => int, 'bytes' => bytes, ];
|
$auth_exportedAuthorization = ['_' => 'auth.exportedAuthorization', 'id' => int, 'bytes' => bytes, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: auth_passwordRecovery
|
title: auth.passwordRecovery
|
||||||
description: auth_passwordRecovery attributes, type and example
|
description: auth_passwordRecovery attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: auth\_passwordRecovery
|
## Constructor: auth.passwordRecovery
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ description: auth_passwordRecovery attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$auth_passwordRecovery = ['_' => 'auth_passwordRecovery', 'email_pattern' => string, ];
|
$auth_passwordRecovery = ['_' => 'auth.passwordRecovery', 'email_pattern' => string, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: auth_sentCode
|
title: auth.sentCode
|
||||||
description: auth_sentCode attributes, type and example
|
description: auth_sentCode attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: auth\_sentCode
|
## Constructor: auth.sentCode
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -25,6 +25,6 @@ description: auth_sentCode attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$auth_sentCode = ['_' => 'auth_sentCode', 'phone_registered' => true, 'type' => auth.SentCodeType, 'phone_code_hash' => string, 'next_type' => auth.CodeType, 'timeout' => int, ];
|
$auth_sentCode = ['_' => 'auth.sentCode', 'phone_registered' => true, 'type' => auth.SentCodeType, 'phone_code_hash' => string, 'next_type' => auth.CodeType, 'timeout' => int, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: auth_sentCodeTypeApp
|
title: auth.sentCodeTypeApp
|
||||||
description: auth_sentCodeTypeApp attributes, type and example
|
description: auth_sentCodeTypeApp attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: auth\_sentCodeTypeApp
|
## Constructor: auth.sentCodeTypeApp
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ description: auth_sentCodeTypeApp attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$auth_sentCodeTypeApp = ['_' => 'auth_sentCodeTypeApp', 'length' => int, ];
|
$auth_sentCodeTypeApp = ['_' => 'auth.sentCodeTypeApp', 'length' => int, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: auth_sentCodeTypeCall
|
title: auth.sentCodeTypeCall
|
||||||
description: auth_sentCodeTypeCall attributes, type and example
|
description: auth_sentCodeTypeCall attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: auth\_sentCodeTypeCall
|
## Constructor: auth.sentCodeTypeCall
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ description: auth_sentCodeTypeCall attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$auth_sentCodeTypeCall = ['_' => 'auth_sentCodeTypeCall', 'length' => int, ];
|
$auth_sentCodeTypeCall = ['_' => 'auth.sentCodeTypeCall', 'length' => int, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: auth_sentCodeTypeFlashCall
|
title: auth.sentCodeTypeFlashCall
|
||||||
description: auth_sentCodeTypeFlashCall attributes, type and example
|
description: auth_sentCodeTypeFlashCall attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: auth\_sentCodeTypeFlashCall
|
## Constructor: auth.sentCodeTypeFlashCall
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ description: auth_sentCodeTypeFlashCall attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$auth_sentCodeTypeFlashCall = ['_' => 'auth_sentCodeTypeFlashCall', 'pattern' => string, ];
|
$auth_sentCodeTypeFlashCall = ['_' => 'auth.sentCodeTypeFlashCall', 'pattern' => string, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: auth_sentCodeTypeSms
|
title: auth.sentCodeTypeSms
|
||||||
description: auth_sentCodeTypeSms attributes, type and example
|
description: auth_sentCodeTypeSms attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: auth\_sentCodeTypeSms
|
## Constructor: auth.sentCodeTypeSms
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ description: auth_sentCodeTypeSms attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$auth_sentCodeTypeSms = ['_' => 'auth_sentCodeTypeSms', 'length' => int, ];
|
$auth_sentCodeTypeSms = ['_' => 'auth.sentCodeTypeSms', 'length' => int, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: channels_channelParticipant
|
title: channels.channelParticipant
|
||||||
description: channels_channelParticipant attributes, type and example
|
description: channels_channelParticipant attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: channels\_channelParticipant
|
## Constructor: channels.channelParticipant
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: channels_channelParticipant attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$channels_channelParticipant = ['_' => 'channels_channelParticipant', 'participant' => ChannelParticipant, 'users' => [Vector t], ];
|
$channels_channelParticipant = ['_' => 'channels.channelParticipant', 'participant' => ChannelParticipant, 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: channels_channelParticipants
|
title: channels.channelParticipants
|
||||||
description: channels_channelParticipants attributes, type and example
|
description: channels_channelParticipants attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: channels\_channelParticipants
|
## Constructor: channels.channelParticipants
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -23,6 +23,6 @@ description: channels_channelParticipants attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$channels_channelParticipants = ['_' => 'channels_channelParticipants', 'count' => int, 'participants' => [Vector t], 'users' => [Vector t], ];
|
$channels_channelParticipants = ['_' => 'channels.channelParticipants', 'count' => int, 'participants' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: contacts_blocked
|
title: contacts.blocked
|
||||||
description: contacts_blocked attributes, type and example
|
description: contacts_blocked attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: contacts\_blocked
|
## Constructor: contacts.blocked
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: contacts_blocked attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$contacts_blocked = ['_' => 'contacts_blocked', 'blocked' => [Vector t], 'users' => [Vector t], ];
|
$contacts_blocked = ['_' => 'contacts.blocked', 'blocked' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: contacts_blockedSlice
|
title: contacts.blockedSlice
|
||||||
description: contacts_blockedSlice attributes, type and example
|
description: contacts_blockedSlice attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: contacts\_blockedSlice
|
## Constructor: contacts.blockedSlice
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -23,6 +23,6 @@ description: contacts_blockedSlice attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$contacts_blockedSlice = ['_' => 'contacts_blockedSlice', 'count' => int, 'blocked' => [Vector t], 'users' => [Vector t], ];
|
$contacts_blockedSlice = ['_' => 'contacts.blockedSlice', 'count' => int, 'blocked' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: contacts_contacts
|
title: contacts.contacts
|
||||||
description: contacts_contacts attributes, type and example
|
description: contacts_contacts attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: contacts\_contacts
|
## Constructor: contacts.contacts
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: contacts_contacts attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$contacts_contacts = ['_' => 'contacts_contacts', 'contacts' => [Vector t], 'users' => [Vector t], ];
|
$contacts_contacts = ['_' => 'contacts.contacts', 'contacts' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: contacts_contactsNotModified
|
title: contacts.contactsNotModified
|
||||||
description: contacts_contactsNotModified attributes, type and example
|
description: contacts_contactsNotModified attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: contacts\_contactsNotModified
|
## Constructor: contacts.contactsNotModified
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: contacts_contactsNotModified attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$contacts_contactsNotModified = ['_' => 'contacts_contactsNotModified', ];
|
$contacts_contactsNotModified = ['_' => 'contacts.contactsNotModified', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: contacts_found
|
title: contacts.found
|
||||||
description: contacts_found attributes, type and example
|
description: contacts_found attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: contacts\_found
|
## Constructor: contacts.found
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -23,6 +23,6 @@ description: contacts_found attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$contacts_found = ['_' => 'contacts_found', 'results' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
$contacts_found = ['_' => 'contacts.found', 'results' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: contacts_importedContacts
|
title: contacts.importedContacts
|
||||||
description: contacts_importedContacts attributes, type and example
|
description: contacts_importedContacts attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: contacts\_importedContacts
|
## Constructor: contacts.importedContacts
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -23,6 +23,6 @@ description: contacts_importedContacts attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$contacts_importedContacts = ['_' => 'contacts_importedContacts', 'imported' => [Vector t], 'retry_contacts' => [Vector t], 'users' => [Vector t], ];
|
$contacts_importedContacts = ['_' => 'contacts.importedContacts', 'imported' => [Vector t], 'retry_contacts' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: contacts_link
|
title: contacts.link
|
||||||
description: contacts_link attributes, type and example
|
description: contacts_link attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: contacts\_link
|
## Constructor: contacts.link
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -23,6 +23,6 @@ description: contacts_link attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$contacts_link = ['_' => 'contacts_link', 'my_link' => ContactLink, 'foreign_link' => ContactLink, 'user' => User, ];
|
$contacts_link = ['_' => 'contacts.link', 'my_link' => ContactLink, 'foreign_link' => ContactLink, 'user' => User, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: contacts_resolvedPeer
|
title: contacts.resolvedPeer
|
||||||
description: contacts_resolvedPeer attributes, type and example
|
description: contacts_resolvedPeer attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: contacts\_resolvedPeer
|
## Constructor: contacts.resolvedPeer
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -23,6 +23,6 @@ description: contacts_resolvedPeer attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$contacts_resolvedPeer = ['_' => 'contacts_resolvedPeer', 'peer' => Peer, 'chats' => [Vector t], 'users' => [Vector t], ];
|
$contacts_resolvedPeer = ['_' => 'contacts.resolvedPeer', 'peer' => Peer, 'chats' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: contacts_topPeers
|
title: contacts.topPeers
|
||||||
description: contacts_topPeers attributes, type and example
|
description: contacts_topPeers attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: contacts\_topPeers
|
## Constructor: contacts.topPeers
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -23,6 +23,6 @@ description: contacts_topPeers attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$contacts_topPeers = ['_' => 'contacts_topPeers', 'categories' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
$contacts_topPeers = ['_' => 'contacts.topPeers', 'categories' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: contacts_topPeersNotModified
|
title: contacts.topPeersNotModified
|
||||||
description: contacts_topPeersNotModified attributes, type and example
|
description: contacts_topPeersNotModified attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: contacts\_topPeersNotModified
|
## Constructor: contacts.topPeersNotModified
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: contacts_topPeersNotModified attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$contacts_topPeersNotModified = ['_' => 'contacts_topPeersNotModified', ];
|
$contacts_topPeersNotModified = ['_' => 'contacts.topPeersNotModified', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: help_appChangelog
|
title: help.appChangelog
|
||||||
description: help_appChangelog attributes, type and example
|
description: help_appChangelog attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: help\_appChangelog
|
## Constructor: help.appChangelog
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ description: help_appChangelog attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$help_appChangelog = ['_' => 'help_appChangelog', 'text' => string, ];
|
$help_appChangelog = ['_' => 'help.appChangelog', 'text' => string, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: help_appChangelogEmpty
|
title: help.appChangelogEmpty
|
||||||
description: help_appChangelogEmpty attributes, type and example
|
description: help_appChangelogEmpty attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: help\_appChangelogEmpty
|
## Constructor: help.appChangelogEmpty
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: help_appChangelogEmpty attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$help_appChangelogEmpty = ['_' => 'help_appChangelogEmpty', ];
|
$help_appChangelogEmpty = ['_' => 'help.appChangelogEmpty', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: help_appUpdate
|
title: help.appUpdate
|
||||||
description: help_appUpdate attributes, type and example
|
description: help_appUpdate attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: help\_appUpdate
|
## Constructor: help.appUpdate
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -24,6 +24,6 @@ description: help_appUpdate attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$help_appUpdate = ['_' => 'help_appUpdate', 'id' => int, 'critical' => Bool, 'url' => string, 'text' => string, ];
|
$help_appUpdate = ['_' => 'help.appUpdate', 'id' => int, 'critical' => Bool, 'url' => string, 'text' => string, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: help_inviteText
|
title: help.inviteText
|
||||||
description: help_inviteText attributes, type and example
|
description: help_inviteText attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: help\_inviteText
|
## Constructor: help.inviteText
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ description: help_inviteText attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$help_inviteText = ['_' => 'help_inviteText', 'message' => string, ];
|
$help_inviteText = ['_' => 'help.inviteText', 'message' => string, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: help_noAppUpdate
|
title: help.noAppUpdate
|
||||||
description: help_noAppUpdate attributes, type and example
|
description: help_noAppUpdate attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: help\_noAppUpdate
|
## Constructor: help.noAppUpdate
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: help_noAppUpdate attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$help_noAppUpdate = ['_' => 'help_noAppUpdate', ];
|
$help_noAppUpdate = ['_' => 'help.noAppUpdate', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: help_support
|
title: help.support
|
||||||
description: help_support attributes, type and example
|
description: help_support attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: help\_support
|
## Constructor: help.support
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: help_support attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$help_support = ['_' => 'help_support', 'phone_number' => string, 'user' => User, ];
|
$help_support = ['_' => 'help.support', 'phone_number' => string, 'user' => User, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: help_termsOfService
|
title: help.termsOfService
|
||||||
description: help_termsOfService attributes, type and example
|
description: help_termsOfService attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: help\_termsOfService
|
## Constructor: help.termsOfService
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ description: help_termsOfService attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$help_termsOfService = ['_' => 'help_termsOfService', 'text' => string, ];
|
$help_termsOfService = ['_' => 'help.termsOfService', 'text' => string, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_affectedHistory
|
title: messages.affectedHistory
|
||||||
description: messages_affectedHistory attributes, type and example
|
description: messages_affectedHistory attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_affectedHistory
|
## Constructor: messages.affectedHistory
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -23,6 +23,6 @@ description: messages_affectedHistory attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_affectedHistory = ['_' => 'messages_affectedHistory', 'pts' => int, 'pts_count' => int, 'offset' => int, ];
|
$messages_affectedHistory = ['_' => 'messages.affectedHistory', 'pts' => int, 'pts_count' => int, 'offset' => int, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_affectedMessages
|
title: messages.affectedMessages
|
||||||
description: messages_affectedMessages attributes, type and example
|
description: messages_affectedMessages attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_affectedMessages
|
## Constructor: messages.affectedMessages
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: messages_affectedMessages attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_affectedMessages = ['_' => 'messages_affectedMessages', 'pts' => int, 'pts_count' => int, ];
|
$messages_affectedMessages = ['_' => 'messages.affectedMessages', 'pts' => int, 'pts_count' => int, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_allStickers
|
title: messages.allStickers
|
||||||
description: messages_allStickers attributes, type and example
|
description: messages_allStickers attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_allStickers
|
## Constructor: messages.allStickers
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: messages_allStickers attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_allStickers = ['_' => 'messages_allStickers', 'hash' => int, 'sets' => [Vector t], ];
|
$messages_allStickers = ['_' => 'messages.allStickers', 'hash' => int, 'sets' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_allStickersNotModified
|
title: messages.allStickersNotModified
|
||||||
description: messages_allStickersNotModified attributes, type and example
|
description: messages_allStickersNotModified attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_allStickersNotModified
|
## Constructor: messages.allStickersNotModified
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: messages_allStickersNotModified attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_allStickersNotModified = ['_' => 'messages_allStickersNotModified', ];
|
$messages_allStickersNotModified = ['_' => 'messages.allStickersNotModified', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_archivedStickers
|
title: messages.archivedStickers
|
||||||
description: messages_archivedStickers attributes, type and example
|
description: messages_archivedStickers attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_archivedStickers
|
## Constructor: messages.archivedStickers
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: messages_archivedStickers attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_archivedStickers = ['_' => 'messages_archivedStickers', 'count' => int, 'sets' => [Vector t], ];
|
$messages_archivedStickers = ['_' => 'messages.archivedStickers', 'count' => int, 'sets' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_botCallbackAnswer
|
title: messages.botCallbackAnswer
|
||||||
description: messages_botCallbackAnswer attributes, type and example
|
description: messages_botCallbackAnswer attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_botCallbackAnswer
|
## Constructor: messages.botCallbackAnswer
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -24,6 +24,6 @@ description: messages_botCallbackAnswer attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_botCallbackAnswer = ['_' => 'messages_botCallbackAnswer', 'alert' => true, 'has_url' => true, 'message' => string, 'url' => string, ];
|
$messages_botCallbackAnswer = ['_' => 'messages.botCallbackAnswer', 'alert' => true, 'has_url' => true, 'message' => string, 'url' => string, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_botResults
|
title: messages.botResults
|
||||||
description: messages_botResults attributes, type and example
|
description: messages_botResults attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_botResults
|
## Constructor: messages.botResults
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -25,6 +25,6 @@ description: messages_botResults attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_botResults = ['_' => 'messages_botResults', 'gallery' => true, 'query_id' => long, 'next_offset' => string, 'switch_pm' => InlineBotSwitchPM, 'results' => [Vector t], ];
|
$messages_botResults = ['_' => 'messages.botResults', 'gallery' => true, 'query_id' => long, 'next_offset' => string, 'switch_pm' => InlineBotSwitchPM, 'results' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_channelMessages
|
title: messages.channelMessages
|
||||||
description: messages_channelMessages attributes, type and example
|
description: messages_channelMessages attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_channelMessages
|
## Constructor: messages.channelMessages
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -25,6 +25,6 @@ description: messages_channelMessages attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_channelMessages = ['_' => 'messages_channelMessages', 'pts' => int, 'count' => int, 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
$messages_channelMessages = ['_' => 'messages.channelMessages', 'pts' => int, 'count' => int, 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_chatFull
|
title: messages.chatFull
|
||||||
description: messages_chatFull attributes, type and example
|
description: messages_chatFull attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_chatFull
|
## Constructor: messages.chatFull
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -23,6 +23,6 @@ description: messages_chatFull attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_chatFull = ['_' => 'messages_chatFull', 'full_chat' => ChatFull, 'chats' => [Vector t], 'users' => [Vector t], ];
|
$messages_chatFull = ['_' => 'messages.chatFull', 'full_chat' => ChatFull, 'chats' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_chats
|
title: messages.chats
|
||||||
description: messages_chats attributes, type and example
|
description: messages_chats attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_chats
|
## Constructor: messages.chats
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ description: messages_chats attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_chats = ['_' => 'messages_chats', 'chats' => [Vector t], ];
|
$messages_chats = ['_' => 'messages.chats', 'chats' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_dhConfig
|
title: messages.dhConfig
|
||||||
description: messages_dhConfig attributes, type and example
|
description: messages_dhConfig attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_dhConfig
|
## Constructor: messages.dhConfig
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -24,6 +24,6 @@ description: messages_dhConfig attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_dhConfig = ['_' => 'messages_dhConfig', 'g' => int, 'p' => bytes, 'version' => int, 'random' => bytes, ];
|
$messages_dhConfig = ['_' => 'messages.dhConfig', 'g' => int, 'p' => bytes, 'version' => int, 'random' => bytes, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_dhConfigNotModified
|
title: messages.dhConfigNotModified
|
||||||
description: messages_dhConfigNotModified attributes, type and example
|
description: messages_dhConfigNotModified attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_dhConfigNotModified
|
## Constructor: messages.dhConfigNotModified
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ description: messages_dhConfigNotModified attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_dhConfigNotModified = ['_' => 'messages_dhConfigNotModified', 'random' => bytes, ];
|
$messages_dhConfigNotModified = ['_' => 'messages.dhConfigNotModified', 'random' => bytes, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_dialogs
|
title: messages.dialogs
|
||||||
description: messages_dialogs attributes, type and example
|
description: messages_dialogs attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_dialogs
|
## Constructor: messages.dialogs
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -24,6 +24,6 @@ description: messages_dialogs attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_dialogs = ['_' => 'messages_dialogs', 'dialogs' => [Vector t], 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
$messages_dialogs = ['_' => 'messages.dialogs', 'dialogs' => [Vector t], 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_dialogsSlice
|
title: messages.dialogsSlice
|
||||||
description: messages_dialogsSlice attributes, type and example
|
description: messages_dialogsSlice attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_dialogsSlice
|
## Constructor: messages.dialogsSlice
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -25,6 +25,6 @@ description: messages_dialogsSlice attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_dialogsSlice = ['_' => 'messages_dialogsSlice', 'count' => int, 'dialogs' => [Vector t], 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
$messages_dialogsSlice = ['_' => 'messages.dialogsSlice', 'count' => int, 'dialogs' => [Vector t], 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_featuredStickers
|
title: messages.featuredStickers
|
||||||
description: messages_featuredStickers attributes, type and example
|
description: messages_featuredStickers attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_featuredStickers
|
## Constructor: messages.featuredStickers
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -23,6 +23,6 @@ description: messages_featuredStickers attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_featuredStickers = ['_' => 'messages_featuredStickers', 'hash' => int, 'sets' => [Vector t], 'unread' => [Vector t], ];
|
$messages_featuredStickers = ['_' => 'messages.featuredStickers', 'hash' => int, 'sets' => [Vector t], 'unread' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_featuredStickersNotModified
|
title: messages.featuredStickersNotModified
|
||||||
description: messages_featuredStickersNotModified attributes, type and example
|
description: messages_featuredStickersNotModified attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_featuredStickersNotModified
|
## Constructor: messages.featuredStickersNotModified
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: messages_featuredStickersNotModified attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_featuredStickersNotModified = ['_' => 'messages_featuredStickersNotModified', ];
|
$messages_featuredStickersNotModified = ['_' => 'messages.featuredStickersNotModified', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_foundGifs
|
title: messages.foundGifs
|
||||||
description: messages_foundGifs attributes, type and example
|
description: messages_foundGifs attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_foundGifs
|
## Constructor: messages.foundGifs
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: messages_foundGifs attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_foundGifs = ['_' => 'messages_foundGifs', 'next_offset' => int, 'results' => [Vector t], ];
|
$messages_foundGifs = ['_' => 'messages.foundGifs', 'next_offset' => int, 'results' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_highScores
|
title: messages.highScores
|
||||||
description: messages_highScores attributes, type and example
|
description: messages_highScores attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_highScores
|
## Constructor: messages.highScores
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: messages_highScores attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_highScores = ['_' => 'messages_highScores', 'scores' => [Vector t], 'users' => [Vector t], ];
|
$messages_highScores = ['_' => 'messages.highScores', 'scores' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_messageEditData
|
title: messages.messageEditData
|
||||||
description: messages_messageEditData attributes, type and example
|
description: messages_messageEditData attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_messageEditData
|
## Constructor: messages.messageEditData
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ description: messages_messageEditData attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_messageEditData = ['_' => 'messages_messageEditData', 'caption' => true, ];
|
$messages_messageEditData = ['_' => 'messages.messageEditData', 'caption' => true, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_messages
|
title: messages.messages
|
||||||
description: messages_messages attributes, type and example
|
description: messages_messages attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_messages
|
## Constructor: messages.messages
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -23,6 +23,6 @@ description: messages_messages attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_messages = ['_' => 'messages_messages', 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
$messages_messages = ['_' => 'messages.messages', 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_messagesSlice
|
title: messages.messagesSlice
|
||||||
description: messages_messagesSlice attributes, type and example
|
description: messages_messagesSlice attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_messagesSlice
|
## Constructor: messages.messagesSlice
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -24,6 +24,6 @@ description: messages_messagesSlice attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_messagesSlice = ['_' => 'messages_messagesSlice', 'count' => int, 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
$messages_messagesSlice = ['_' => 'messages.messagesSlice', 'count' => int, 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_peerDialogs
|
title: messages.peerDialogs
|
||||||
description: messages_peerDialogs attributes, type and example
|
description: messages_peerDialogs attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_peerDialogs
|
## Constructor: messages.peerDialogs
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -25,6 +25,6 @@ description: messages_peerDialogs attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_peerDialogs = ['_' => 'messages_peerDialogs', 'dialogs' => [Vector t], 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], 'state' => updates.State, ];
|
$messages_peerDialogs = ['_' => 'messages.peerDialogs', 'dialogs' => [Vector t], 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], 'state' => updates.State, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_recentStickers
|
title: messages.recentStickers
|
||||||
description: messages_recentStickers attributes, type and example
|
description: messages_recentStickers attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_recentStickers
|
## Constructor: messages.recentStickers
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: messages_recentStickers attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_recentStickers = ['_' => 'messages_recentStickers', 'hash' => int, 'stickers' => [Vector t], ];
|
$messages_recentStickers = ['_' => 'messages.recentStickers', 'hash' => int, 'stickers' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_recentStickersNotModified
|
title: messages.recentStickersNotModified
|
||||||
description: messages_recentStickersNotModified attributes, type and example
|
description: messages_recentStickersNotModified attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_recentStickersNotModified
|
## Constructor: messages.recentStickersNotModified
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: messages_recentStickersNotModified attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_recentStickersNotModified = ['_' => 'messages_recentStickersNotModified', ];
|
$messages_recentStickersNotModified = ['_' => 'messages.recentStickersNotModified', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_savedGifs
|
title: messages.savedGifs
|
||||||
description: messages_savedGifs attributes, type and example
|
description: messages_savedGifs attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_savedGifs
|
## Constructor: messages.savedGifs
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: messages_savedGifs attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_savedGifs = ['_' => 'messages_savedGifs', 'hash' => int, 'gifs' => [Vector t], ];
|
$messages_savedGifs = ['_' => 'messages.savedGifs', 'hash' => int, 'gifs' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_savedGifsNotModified
|
title: messages.savedGifsNotModified
|
||||||
description: messages_savedGifsNotModified attributes, type and example
|
description: messages_savedGifsNotModified attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_savedGifsNotModified
|
## Constructor: messages.savedGifsNotModified
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: messages_savedGifsNotModified attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_savedGifsNotModified = ['_' => 'messages_savedGifsNotModified', ];
|
$messages_savedGifsNotModified = ['_' => 'messages.savedGifsNotModified', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_sentEncryptedFile
|
title: messages.sentEncryptedFile
|
||||||
description: messages_sentEncryptedFile attributes, type and example
|
description: messages_sentEncryptedFile attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_sentEncryptedFile
|
## Constructor: messages.sentEncryptedFile
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: messages_sentEncryptedFile attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_sentEncryptedFile = ['_' => 'messages_sentEncryptedFile', 'date' => int, 'file' => EncryptedFile, ];
|
$messages_sentEncryptedFile = ['_' => 'messages.sentEncryptedFile', 'date' => int, 'file' => EncryptedFile, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_sentEncryptedMessage
|
title: messages.sentEncryptedMessage
|
||||||
description: messages_sentEncryptedMessage attributes, type and example
|
description: messages_sentEncryptedMessage attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_sentEncryptedMessage
|
## Constructor: messages.sentEncryptedMessage
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ description: messages_sentEncryptedMessage attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_sentEncryptedMessage = ['_' => 'messages_sentEncryptedMessage', 'date' => int, ];
|
$messages_sentEncryptedMessage = ['_' => 'messages.sentEncryptedMessage', 'date' => int, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_stickerSet
|
title: messages.stickerSet
|
||||||
description: messages_stickerSet attributes, type and example
|
description: messages_stickerSet attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_stickerSet
|
## Constructor: messages.stickerSet
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -23,6 +23,6 @@ description: messages_stickerSet attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_stickerSet = ['_' => 'messages_stickerSet', 'set' => StickerSet, 'packs' => [Vector t], 'documents' => [Vector t], ];
|
$messages_stickerSet = ['_' => 'messages.stickerSet', 'set' => StickerSet, 'packs' => [Vector t], 'documents' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_stickerSetInstallResultArchive
|
title: messages.stickerSetInstallResultArchive
|
||||||
description: messages_stickerSetInstallResultArchive attributes, type and example
|
description: messages_stickerSetInstallResultArchive attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_stickerSetInstallResultArchive
|
## Constructor: messages.stickerSetInstallResultArchive
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -21,6 +21,6 @@ description: messages_stickerSetInstallResultArchive attributes, type and exampl
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_stickerSetInstallResultArchive = ['_' => 'messages_stickerSetInstallResultArchive', 'sets' => [Vector t], ];
|
$messages_stickerSetInstallResultArchive = ['_' => 'messages.stickerSetInstallResultArchive', 'sets' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_stickerSetInstallResultSuccess
|
title: messages.stickerSetInstallResultSuccess
|
||||||
description: messages_stickerSetInstallResultSuccess attributes, type and example
|
description: messages_stickerSetInstallResultSuccess attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_stickerSetInstallResultSuccess
|
## Constructor: messages.stickerSetInstallResultSuccess
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: messages_stickerSetInstallResultSuccess attributes, type and exampl
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_stickerSetInstallResultSuccess = ['_' => 'messages_stickerSetInstallResultSuccess', ];
|
$messages_stickerSetInstallResultSuccess = ['_' => 'messages.stickerSetInstallResultSuccess', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_stickers
|
title: messages.stickers
|
||||||
description: messages_stickers attributes, type and example
|
description: messages_stickers attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_stickers
|
## Constructor: messages.stickers
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: messages_stickers attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_stickers = ['_' => 'messages_stickers', 'hash' => string, 'stickers' => [Vector t], ];
|
$messages_stickers = ['_' => 'messages.stickers', 'hash' => string, 'stickers' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: messages_stickersNotModified
|
title: messages.stickersNotModified
|
||||||
description: messages_stickersNotModified attributes, type and example
|
description: messages_stickersNotModified attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: messages\_stickersNotModified
|
## Constructor: messages.stickersNotModified
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: messages_stickersNotModified attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$messages_stickersNotModified = ['_' => 'messages_stickersNotModified', ];
|
$messages_stickersNotModified = ['_' => 'messages.stickersNotModified', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: photos_photo
|
title: photos.photo
|
||||||
description: photos_photo attributes, type and example
|
description: photos_photo attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: photos\_photo
|
## Constructor: photos.photo
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: photos_photo attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$photos_photo = ['_' => 'photos_photo', 'photo' => Photo, 'users' => [Vector t], ];
|
$photos_photo = ['_' => 'photos.photo', 'photo' => Photo, 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: photos_photos
|
title: photos.photos
|
||||||
description: photos_photos attributes, type and example
|
description: photos_photos attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: photos\_photos
|
## Constructor: photos.photos
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: photos_photos attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$photos_photos = ['_' => 'photos_photos', 'photos' => [Vector t], 'users' => [Vector t], ];
|
$photos_photos = ['_' => 'photos.photos', 'photos' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: photos_photosSlice
|
title: photos.photosSlice
|
||||||
description: photos_photosSlice attributes, type and example
|
description: photos_photosSlice attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: photos\_photosSlice
|
## Constructor: photos.photosSlice
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -23,6 +23,6 @@ description: photos_photosSlice attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$photos_photosSlice = ['_' => 'photos_photosSlice', 'count' => int, 'photos' => [Vector t], 'users' => [Vector t], ];
|
$photos_photosSlice = ['_' => 'photos.photosSlice', 'count' => int, 'photos' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: storage_fileGif
|
title: storage.fileGif
|
||||||
description: storage_fileGif attributes, type and example
|
description: storage_fileGif attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: storage\_fileGif
|
## Constructor: storage.fileGif
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: storage_fileGif attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$storage_fileGif = ['_' => 'storage_fileGif', ];
|
$storage_fileGif = ['_' => 'storage.fileGif', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: storage_fileJpeg
|
title: storage.fileJpeg
|
||||||
description: storage_fileJpeg attributes, type and example
|
description: storage_fileJpeg attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: storage\_fileJpeg
|
## Constructor: storage.fileJpeg
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: storage_fileJpeg attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$storage_fileJpeg = ['_' => 'storage_fileJpeg', ];
|
$storage_fileJpeg = ['_' => 'storage.fileJpeg', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: storage_fileMov
|
title: storage.fileMov
|
||||||
description: storage_fileMov attributes, type and example
|
description: storage_fileMov attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: storage\_fileMov
|
## Constructor: storage.fileMov
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: storage_fileMov attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$storage_fileMov = ['_' => 'storage_fileMov', ];
|
$storage_fileMov = ['_' => 'storage.fileMov', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: storage_fileMp3
|
title: storage.fileMp3
|
||||||
description: storage_fileMp3 attributes, type and example
|
description: storage_fileMp3 attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: storage\_fileMp3
|
## Constructor: storage.fileMp3
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: storage_fileMp3 attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$storage_fileMp3 = ['_' => 'storage_fileMp3', ];
|
$storage_fileMp3 = ['_' => 'storage.fileMp3', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: storage_fileMp4
|
title: storage.fileMp4
|
||||||
description: storage_fileMp4 attributes, type and example
|
description: storage_fileMp4 attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: storage\_fileMp4
|
## Constructor: storage.fileMp4
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: storage_fileMp4 attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$storage_fileMp4 = ['_' => 'storage_fileMp4', ];
|
$storage_fileMp4 = ['_' => 'storage.fileMp4', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: storage_filePartial
|
title: storage.filePartial
|
||||||
description: storage_filePartial attributes, type and example
|
description: storage_filePartial attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: storage\_filePartial
|
## Constructor: storage.filePartial
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: storage_filePartial attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$storage_filePartial = ['_' => 'storage_filePartial', ];
|
$storage_filePartial = ['_' => 'storage.filePartial', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: storage_filePdf
|
title: storage.filePdf
|
||||||
description: storage_filePdf attributes, type and example
|
description: storage_filePdf attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: storage\_filePdf
|
## Constructor: storage.filePdf
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: storage_filePdf attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$storage_filePdf = ['_' => 'storage_filePdf', ];
|
$storage_filePdf = ['_' => 'storage.filePdf', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: storage_filePng
|
title: storage.filePng
|
||||||
description: storage_filePng attributes, type and example
|
description: storage_filePng attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: storage\_filePng
|
## Constructor: storage.filePng
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: storage_filePng attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$storage_filePng = ['_' => 'storage_filePng', ];
|
$storage_filePng = ['_' => 'storage.filePng', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: storage_fileUnknown
|
title: storage.fileUnknown
|
||||||
description: storage_fileUnknown attributes, type and example
|
description: storage_fileUnknown attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: storage\_fileUnknown
|
## Constructor: storage.fileUnknown
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: storage_fileUnknown attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$storage_fileUnknown = ['_' => 'storage_fileUnknown', ];
|
$storage_fileUnknown = ['_' => 'storage.fileUnknown', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: storage_fileWebp
|
title: storage.fileWebp
|
||||||
description: storage_fileWebp attributes, type and example
|
description: storage_fileWebp attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: storage\_fileWebp
|
## Constructor: storage.fileWebp
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -16,6 +16,6 @@ description: storage_fileWebp attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$storage_fileWebp = ['_' => 'storage_fileWebp', ];
|
$storage_fileWebp = ['_' => 'storage.fileWebp', ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: updates_channelDifference
|
title: updates.channelDifference
|
||||||
description: updates_channelDifference attributes, type and example
|
description: updates_channelDifference attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: updates\_channelDifference
|
## Constructor: updates.channelDifference
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -27,6 +27,6 @@ description: updates_channelDifference attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$updates_channelDifference = ['_' => 'updates_channelDifference', 'final' => true, 'pts' => int, 'timeout' => int, 'new_messages' => [Vector t], 'other_updates' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
$updates_channelDifference = ['_' => 'updates.channelDifference', 'final' => true, 'pts' => int, 'timeout' => int, 'new_messages' => [Vector t], 'other_updates' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: updates_channelDifferenceEmpty
|
title: updates.channelDifferenceEmpty
|
||||||
description: updates_channelDifferenceEmpty attributes, type and example
|
description: updates_channelDifferenceEmpty attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: updates\_channelDifferenceEmpty
|
## Constructor: updates.channelDifferenceEmpty
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -23,6 +23,6 @@ description: updates_channelDifferenceEmpty attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$updates_channelDifferenceEmpty = ['_' => 'updates_channelDifferenceEmpty', 'final' => true, 'pts' => int, 'timeout' => int, ];
|
$updates_channelDifferenceEmpty = ['_' => 'updates.channelDifferenceEmpty', 'final' => true, 'pts' => int, 'timeout' => int, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: updates_channelDifferenceTooLong
|
title: updates.channelDifferenceTooLong
|
||||||
description: updates_channelDifferenceTooLong attributes, type and example
|
description: updates_channelDifferenceTooLong attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: updates\_channelDifferenceTooLong
|
## Constructor: updates.channelDifferenceTooLong
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -30,6 +30,6 @@ description: updates_channelDifferenceTooLong attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$updates_channelDifferenceTooLong = ['_' => 'updates_channelDifferenceTooLong', 'final' => true, 'pts' => int, 'timeout' => int, 'top_message' => int, 'read_inbox_max_id' => int, 'read_outbox_max_id' => int, 'unread_count' => int, 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
$updates_channelDifferenceTooLong = ['_' => 'updates.channelDifferenceTooLong', 'final' => true, 'pts' => int, 'timeout' => int, 'top_message' => int, 'read_inbox_max_id' => int, 'read_outbox_max_id' => int, 'unread_count' => int, 'messages' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: updates_difference
|
title: updates.difference
|
||||||
description: updates_difference attributes, type and example
|
description: updates_difference attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: updates\_difference
|
## Constructor: updates.difference
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -26,6 +26,6 @@ description: updates_difference attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$updates_difference = ['_' => 'updates_difference', 'new_messages' => [Vector t], 'new_encrypted_messages' => [Vector t], 'other_updates' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], 'state' => updates.State, ];
|
$updates_difference = ['_' => 'updates.difference', 'new_messages' => [Vector t], 'new_encrypted_messages' => [Vector t], 'other_updates' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], 'state' => updates.State, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: updates_differenceEmpty
|
title: updates.differenceEmpty
|
||||||
description: updates_differenceEmpty attributes, type and example
|
description: updates_differenceEmpty attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: updates\_differenceEmpty
|
## Constructor: updates.differenceEmpty
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -22,6 +22,6 @@ description: updates_differenceEmpty attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$updates_differenceEmpty = ['_' => 'updates_differenceEmpty', 'date' => int, 'seq' => int, ];
|
$updates_differenceEmpty = ['_' => 'updates.differenceEmpty', 'date' => int, 'seq' => int, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: updates_differenceSlice
|
title: updates.differenceSlice
|
||||||
description: updates_differenceSlice attributes, type and example
|
description: updates_differenceSlice attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: updates\_differenceSlice
|
## Constructor: updates.differenceSlice
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -26,6 +26,6 @@ description: updates_differenceSlice attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$updates_differenceSlice = ['_' => 'updates_differenceSlice', 'new_messages' => [Vector t], 'new_encrypted_messages' => [Vector t], 'other_updates' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], 'intermediate_state' => updates.State, ];
|
$updates_differenceSlice = ['_' => 'updates.differenceSlice', 'new_messages' => [Vector t], 'new_encrypted_messages' => [Vector t], 'other_updates' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], 'intermediate_state' => updates.State, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: updates_state
|
title: updates.state
|
||||||
description: updates_state attributes, type and example
|
description: updates_state attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: updates\_state
|
## Constructor: updates.state
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -25,6 +25,6 @@ description: updates_state attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$updates_state = ['_' => 'updates_state', 'pts' => int, 'qts' => int, 'date' => int, 'seq' => int, 'unread_count' => int, ];
|
$updates_state = ['_' => 'updates.state', 'pts' => int, 'qts' => int, 'date' => int, 'seq' => int, 'unread_count' => int, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: upload_file
|
title: upload.file
|
||||||
description: upload_file attributes, type and example
|
description: upload_file attributes, type and example
|
||||||
---
|
---
|
||||||
## Constructor: upload\_file
|
## Constructor: upload.file
|
||||||
[Back to constructors index](index.md)
|
[Back to constructors index](index.md)
|
||||||
|
|
||||||
|
|
||||||
@ -23,6 +23,6 @@ description: upload_file attributes, type and example
|
|||||||
### Example:
|
### Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$upload_file = ['_' => 'upload_file', 'type' => storage.FileType, 'mtime' => int, 'bytes' => bytes, ];
|
$upload_file = ['_' => 'upload.file', 'type' => storage.FileType, 'mtime' => int, 'bytes' => bytes, ];
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: account_changePhone
|
title: account.changePhone
|
||||||
description: account_changePhone parameters, return type and example
|
description: account.changePhone parameters, return type and example
|
||||||
---
|
---
|
||||||
## Method: account\_changePhone
|
## Method: account.changePhone
|
||||||
[Back to methods index](index.md)
|
[Back to methods index](index.md)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: account_checkUsername
|
title: account.checkUsername
|
||||||
description: account_checkUsername parameters, return type and example
|
description: account.checkUsername parameters, return type and example
|
||||||
---
|
---
|
||||||
## Method: account\_checkUsername
|
## Method: account.checkUsername
|
||||||
[Back to methods index](index.md)
|
[Back to methods index](index.md)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: account_confirmPhone
|
title: account.confirmPhone
|
||||||
description: account_confirmPhone parameters, return type and example
|
description: account.confirmPhone parameters, return type and example
|
||||||
---
|
---
|
||||||
## Method: account\_confirmPhone
|
## Method: account.confirmPhone
|
||||||
[Back to methods index](index.md)
|
[Back to methods index](index.md)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: account_deleteAccount
|
title: account.deleteAccount
|
||||||
description: account_deleteAccount parameters, return type and example
|
description: account.deleteAccount parameters, return type and example
|
||||||
---
|
---
|
||||||
## Method: account\_deleteAccount
|
## Method: account.deleteAccount
|
||||||
[Back to methods index](index.md)
|
[Back to methods index](index.md)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: account_getAccountTTL
|
title: account.getAccountTTL
|
||||||
description: account_getAccountTTL parameters, return type and example
|
description: account.getAccountTTL parameters, return type and example
|
||||||
---
|
---
|
||||||
## Method: account\_getAccountTTL
|
## Method: account.getAccountTTL
|
||||||
[Back to methods index](index.md)
|
[Back to methods index](index.md)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: account_getAuthorizations
|
title: account.getAuthorizations
|
||||||
description: account_getAuthorizations parameters, return type and example
|
description: account.getAuthorizations parameters, return type and example
|
||||||
---
|
---
|
||||||
## Method: account\_getAuthorizations
|
## Method: account.getAuthorizations
|
||||||
[Back to methods index](index.md)
|
[Back to methods index](index.md)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: account_getNotifySettings
|
title: account.getNotifySettings
|
||||||
description: account_getNotifySettings parameters, return type and example
|
description: account.getNotifySettings parameters, return type and example
|
||||||
---
|
---
|
||||||
## Method: account\_getNotifySettings
|
## Method: account.getNotifySettings
|
||||||
[Back to methods index](index.md)
|
[Back to methods index](index.md)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: account_getPassword
|
title: account.getPassword
|
||||||
description: account_getPassword parameters, return type and example
|
description: account.getPassword parameters, return type and example
|
||||||
---
|
---
|
||||||
## Method: account\_getPassword
|
## Method: account.getPassword
|
||||||
[Back to methods index](index.md)
|
[Back to methods index](index.md)
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: account_getPasswordSettings
|
title: account.getPasswordSettings
|
||||||
description: account_getPasswordSettings parameters, return type and example
|
description: account.getPasswordSettings parameters, return type and example
|
||||||
---
|
---
|
||||||
## Method: account\_getPasswordSettings
|
## Method: account.getPasswordSettings
|
||||||
[Back to methods index](index.md)
|
[Back to methods index](index.md)
|
||||||
|
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user