Trying to make docs work with the cayman theme
This commit is contained in:
parent
eb7dd57c13
commit
f88c9ab529
@ -141,17 +141,7 @@ $'.$type.' = $MadelineProto->'.str_replace('.', '->', $method).'(['.$params.']);
|
|||||||
ksort($methods);
|
ksort($methods);
|
||||||
file_put_contents('methods/index.md', '# Methods
|
file_put_contents('methods/index.md', '# Methods
|
||||||
|
|
||||||
<style>
|
'.implode('', $methods));
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
'.implode('', $methods).'</div>');
|
|
||||||
|
|
||||||
foreach (glob('constructors/*') as $unlink) {
|
foreach (glob('constructors/*') as $unlink) {
|
||||||
unlink($unlink);
|
unlink($unlink);
|
||||||
@ -258,17 +248,7 @@ $'.$constructor.' = ['.$params.'];
|
|||||||
ksort($constructors);
|
ksort($constructors);
|
||||||
file_put_contents('constructors/index.md', '# Constructors
|
file_put_contents('constructors/index.md', '# Constructors
|
||||||
|
|
||||||
<style>
|
'.implode('', $constructors));
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
'.implode('', $constructors).'</div>');
|
|
||||||
|
|
||||||
foreach (glob('types/*') as $unlink) {
|
foreach (glob('types/*') as $unlink) {
|
||||||
unlink($unlink);
|
unlink($unlink);
|
||||||
@ -299,17 +279,7 @@ foreach ($types as $type => $keys) {
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
'.$constructors);
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
'.$constructors.'</div>');
|
|
||||||
file_put_contents('types/'.$type.'.md', $header);
|
file_put_contents('types/'.$type.'.md', $header);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -346,16 +316,7 @@ Represents a TL serialized payload.');
|
|||||||
\danog\MadelineProto\Logger::log('Generating types index...');
|
\danog\MadelineProto\Logger::log('Generating types index...');
|
||||||
|
|
||||||
file_put_contents('types/index.md', '# Types
|
file_put_contents('types/index.md', '# Types
|
||||||
<style>
|
|
||||||
.container {
|
'.$index);
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
'.$index.'</div>');
|
|
||||||
|
|
||||||
\danog\MadelineProto\Logger::log('Done!');
|
\danog\MadelineProto\Logger::log('Done!');
|
||||||
|
@ -1,15 +1,5 @@
|
|||||||
# Constructors
|
# Constructors
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[$AccountDaysTTL](../types/AccountDaysTTL.md)\['[accountDaysTTL](accountDaysTTL.md)'\] = \['days' => [int](../types/int.md), \]
|
[$AccountDaysTTL](../types/AccountDaysTTL.md)\['[accountDaysTTL](accountDaysTTL.md)'\] = \['days' => [int](../types/int.md), \]
|
||||||
|
|
||||||
[$account\_Authorizations](../types/account\_Authorizations.md)\['[account\_authorizations](account\_authorizations.md)'\] = \['authorizations' => [[Authorization](../types/Authorization.md)], \]
|
[$account\_Authorizations](../types/account\_Authorizations.md)\['[account\_authorizations](account\_authorizations.md)'\] = \['authorizations' => [[Authorization](../types/Authorization.md)], \]
|
||||||
@ -918,4 +908,3 @@
|
|||||||
|
|
||||||
[$WebPage](../types/WebPage.md)\['[webPagePending](webPagePending.md)'\] = \['id' => [long](../types/long.md), 'date' => [int](../types/int.md), \]
|
[$WebPage](../types/WebPage.md)\['[webPagePending](webPagePending.md)'\] = \['id' => [long](../types/long.md), 'date' => [int](../types/int.md), \]
|
||||||
|
|
||||||
</div>
|
|
@ -1,15 +1,5 @@
|
|||||||
# Methods
|
# Methods
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
$MadelineProto->[account->changePhone](account.changePhone.md)(\['phone\_number' => [string](../types/string.md), 'phone\_code\_hash' => [string](../types/string.md), 'phone\_code' => [string](../types/string.md), \]) == [$User](../types/User.md);
|
$MadelineProto->[account->changePhone](account.changePhone.md)(\['phone\_number' => [string](../types/string.md), 'phone\_code\_hash' => [string](../types/string.md), 'phone\_code' => [string](../types/string.md), \]) == [$User](../types/User.md);
|
||||||
|
|
||||||
$MadelineProto->[account->checkUsername](account.checkUsername.md)(\['username' => [string](../types/string.md), \]) == [$Bool](../types/Bool.md);
|
$MadelineProto->[account->checkUsername](account.checkUsername.md)(\['username' => [string](../types/string.md), \]) == [$Bool](../types/Bool.md);
|
||||||
@ -380,4 +370,3 @@ $MadelineProto->[users->getFullUser](users.getFullUser.md)(\['id' => [InputUser]
|
|||||||
|
|
||||||
$MadelineProto->[users->getUsers](users.getUsers.md)(\['id' => [[InputUser](../types/InputUser.md)], \]) == [$Vector\_of\_User](../types/User.md);
|
$MadelineProto->[users->getUsers](users.getUsers.md)(\['id' => [[InputUser](../types/InputUser.md)], \]) == [$Vector\_of\_User](../types/User.md);
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[accountDaysTTL](../constructors/accountDaysTTL.md)
|
[accountDaysTTL](../constructors/accountDaysTTL.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[authorization](../constructors/authorization.md)
|
[authorization](../constructors/authorization.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[boolFalse](../constructors/boolFalse.md)
|
[boolFalse](../constructors/boolFalse.md)
|
||||||
|
|
||||||
[boolTrue](../constructors/boolTrue.md)
|
[boolTrue](../constructors/boolTrue.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[botCommand](../constructors/botCommand.md)
|
[botCommand](../constructors/botCommand.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[botInfo](../constructors/botInfo.md)
|
[botInfo](../constructors/botInfo.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[botInlineMessageMediaAuto](../constructors/botInlineMessageMediaAuto.md)
|
[botInlineMessageMediaAuto](../constructors/botInlineMessageMediaAuto.md)
|
||||||
|
|
||||||
[botInlineMessageText](../constructors/botInlineMessageText.md)
|
[botInlineMessageText](../constructors/botInlineMessageText.md)
|
||||||
@ -22,4 +12,3 @@
|
|||||||
|
|
||||||
[botInlineMessageMediaContact](../constructors/botInlineMessageMediaContact.md)
|
[botInlineMessageMediaContact](../constructors/botInlineMessageMediaContact.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[botInlineResult](../constructors/botInlineResult.md)
|
[botInlineResult](../constructors/botInlineResult.md)
|
||||||
|
|
||||||
[botInlineMediaResult](../constructors/botInlineMediaResult.md)
|
[botInlineMediaResult](../constructors/botInlineMediaResult.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[channelMessagesFilterEmpty](../constructors/channelMessagesFilterEmpty.md)
|
[channelMessagesFilterEmpty](../constructors/channelMessagesFilterEmpty.md)
|
||||||
|
|
||||||
[channelMessagesFilter](../constructors/channelMessagesFilter.md)
|
[channelMessagesFilter](../constructors/channelMessagesFilter.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[channelParticipant](../constructors/channelParticipant.md)
|
[channelParticipant](../constructors/channelParticipant.md)
|
||||||
|
|
||||||
[channelParticipantSelf](../constructors/channelParticipantSelf.md)
|
[channelParticipantSelf](../constructors/channelParticipantSelf.md)
|
||||||
@ -24,4 +14,3 @@
|
|||||||
|
|
||||||
[channelParticipantCreator](../constructors/channelParticipantCreator.md)
|
[channelParticipantCreator](../constructors/channelParticipantCreator.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,20 +2,9 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[channelRoleEmpty](../constructors/channelRoleEmpty.md)
|
[channelRoleEmpty](../constructors/channelRoleEmpty.md)
|
||||||
|
|
||||||
[channelRoleModerator](../constructors/channelRoleModerator.md)
|
[channelRoleModerator](../constructors/channelRoleModerator.md)
|
||||||
|
|
||||||
[channelRoleEditor](../constructors/channelRoleEditor.md)
|
[channelRoleEditor](../constructors/channelRoleEditor.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[channelParticipantsRecent](../constructors/channelParticipantsRecent.md)
|
[channelParticipantsRecent](../constructors/channelParticipantsRecent.md)
|
||||||
|
|
||||||
[channelParticipantsAdmins](../constructors/channelParticipantsAdmins.md)
|
[channelParticipantsAdmins](../constructors/channelParticipantsAdmins.md)
|
||||||
@ -20,4 +10,3 @@
|
|||||||
|
|
||||||
[channelParticipantsBots](../constructors/channelParticipantsBots.md)
|
[channelParticipantsBots](../constructors/channelParticipantsBots.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[chatEmpty](../constructors/chatEmpty.md)
|
[chatEmpty](../constructors/chatEmpty.md)
|
||||||
|
|
||||||
[chat](../constructors/chat.md)
|
[chat](../constructors/chat.md)
|
||||||
@ -22,4 +12,3 @@
|
|||||||
|
|
||||||
[channelForbidden](../constructors/channelForbidden.md)
|
[channelForbidden](../constructors/channelForbidden.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[chatFull](../constructors/chatFull.md)
|
[chatFull](../constructors/chatFull.md)
|
||||||
|
|
||||||
[channelFull](../constructors/channelFull.md)
|
[channelFull](../constructors/channelFull.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[chatInviteAlready](../constructors/chatInviteAlready.md)
|
[chatInviteAlready](../constructors/chatInviteAlready.md)
|
||||||
|
|
||||||
[chatInvite](../constructors/chatInvite.md)
|
[chatInvite](../constructors/chatInvite.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,20 +2,9 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[chatParticipant](../constructors/chatParticipant.md)
|
[chatParticipant](../constructors/chatParticipant.md)
|
||||||
|
|
||||||
[chatParticipantCreator](../constructors/chatParticipantCreator.md)
|
[chatParticipantCreator](../constructors/chatParticipantCreator.md)
|
||||||
|
|
||||||
[chatParticipantAdmin](../constructors/chatParticipantAdmin.md)
|
[chatParticipantAdmin](../constructors/chatParticipantAdmin.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[chatParticipantsForbidden](../constructors/chatParticipantsForbidden.md)
|
[chatParticipantsForbidden](../constructors/chatParticipantsForbidden.md)
|
||||||
|
|
||||||
[chatParticipants](../constructors/chatParticipants.md)
|
[chatParticipants](../constructors/chatParticipants.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[chatPhotoEmpty](../constructors/chatPhotoEmpty.md)
|
[chatPhotoEmpty](../constructors/chatPhotoEmpty.md)
|
||||||
|
|
||||||
[chatPhoto](../constructors/chatPhoto.md)
|
[chatPhoto](../constructors/chatPhoto.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[config](../constructors/config.md)
|
[config](../constructors/config.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[contact](../constructors/contact.md)
|
[contact](../constructors/contact.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[contactBlocked](../constructors/contactBlocked.md)
|
[contactBlocked](../constructors/contactBlocked.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[contactLinkUnknown](../constructors/contactLinkUnknown.md)
|
[contactLinkUnknown](../constructors/contactLinkUnknown.md)
|
||||||
|
|
||||||
[contactLinkNone](../constructors/contactLinkNone.md)
|
[contactLinkNone](../constructors/contactLinkNone.md)
|
||||||
@ -20,4 +10,3 @@
|
|||||||
|
|
||||||
[contactLinkContact](../constructors/contactLinkContact.md)
|
[contactLinkContact](../constructors/contactLinkContact.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[contactStatus](../constructors/contactStatus.md)
|
[contactStatus](../constructors/contactStatus.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[dcOption](../constructors/dcOption.md)
|
[dcOption](../constructors/dcOption.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[dialog](../constructors/dialog.md)
|
[dialog](../constructors/dialog.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[disabledFeature](../constructors/disabledFeature.md)
|
[disabledFeature](../constructors/disabledFeature.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[documentEmpty](../constructors/documentEmpty.md)
|
[documentEmpty](../constructors/documentEmpty.md)
|
||||||
|
|
||||||
[document](../constructors/document.md)
|
[document](../constructors/document.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[documentAttributeImageSize](../constructors/documentAttributeImageSize.md)
|
[documentAttributeImageSize](../constructors/documentAttributeImageSize.md)
|
||||||
|
|
||||||
[documentAttributeAnimated](../constructors/documentAttributeAnimated.md)
|
[documentAttributeAnimated](../constructors/documentAttributeAnimated.md)
|
||||||
@ -26,4 +16,3 @@
|
|||||||
|
|
||||||
[documentAttributeHasStickers](../constructors/documentAttributeHasStickers.md)
|
[documentAttributeHasStickers](../constructors/documentAttributeHasStickers.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[draftMessageEmpty](../constructors/draftMessageEmpty.md)
|
[draftMessageEmpty](../constructors/draftMessageEmpty.md)
|
||||||
|
|
||||||
[draftMessage](../constructors/draftMessage.md)
|
[draftMessage](../constructors/draftMessage.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[encryptedChatEmpty](../constructors/encryptedChatEmpty.md)
|
[encryptedChatEmpty](../constructors/encryptedChatEmpty.md)
|
||||||
|
|
||||||
[encryptedChatWaiting](../constructors/encryptedChatWaiting.md)
|
[encryptedChatWaiting](../constructors/encryptedChatWaiting.md)
|
||||||
@ -22,4 +12,3 @@
|
|||||||
|
|
||||||
[encryptedChatDiscarded](../constructors/encryptedChatDiscarded.md)
|
[encryptedChatDiscarded](../constructors/encryptedChatDiscarded.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[encryptedFileEmpty](../constructors/encryptedFileEmpty.md)
|
[encryptedFileEmpty](../constructors/encryptedFileEmpty.md)
|
||||||
|
|
||||||
[encryptedFile](../constructors/encryptedFile.md)
|
[encryptedFile](../constructors/encryptedFile.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[encryptedMessage](../constructors/encryptedMessage.md)
|
[encryptedMessage](../constructors/encryptedMessage.md)
|
||||||
|
|
||||||
[encryptedMessageService](../constructors/encryptedMessageService.md)
|
[encryptedMessageService](../constructors/encryptedMessageService.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[error](../constructors/error.md)
|
[error](../constructors/error.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[chatInviteEmpty](../constructors/chatInviteEmpty.md)
|
[chatInviteEmpty](../constructors/chatInviteEmpty.md)
|
||||||
|
|
||||||
[chatInviteExported](../constructors/chatInviteExported.md)
|
[chatInviteExported](../constructors/chatInviteExported.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[exportedMessageLink](../constructors/exportedMessageLink.md)
|
[exportedMessageLink](../constructors/exportedMessageLink.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[fileLocationUnavailable](../constructors/fileLocationUnavailable.md)
|
[fileLocationUnavailable](../constructors/fileLocationUnavailable.md)
|
||||||
|
|
||||||
[fileLocation](../constructors/fileLocation.md)
|
[fileLocation](../constructors/fileLocation.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[foundGif](../constructors/foundGif.md)
|
[foundGif](../constructors/foundGif.md)
|
||||||
|
|
||||||
[foundGifCached](../constructors/foundGifCached.md)
|
[foundGifCached](../constructors/foundGifCached.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[game](../constructors/game.md)
|
[game](../constructors/game.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[geoPointEmpty](../constructors/geoPointEmpty.md)
|
[geoPointEmpty](../constructors/geoPointEmpty.md)
|
||||||
|
|
||||||
[geoPoint](../constructors/geoPoint.md)
|
[geoPoint](../constructors/geoPoint.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[highScore](../constructors/highScore.md)
|
[highScore](../constructors/highScore.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[importedContact](../constructors/importedContact.md)
|
[importedContact](../constructors/importedContact.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inlineBotSwitchPM](../constructors/inlineBotSwitchPM.md)
|
[inlineBotSwitchPM](../constructors/inlineBotSwitchPM.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputAppEvent](../constructors/inputAppEvent.md)
|
[inputAppEvent](../constructors/inputAppEvent.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputBotInlineMessageMediaAuto](../constructors/inputBotInlineMessageMediaAuto.md)
|
[inputBotInlineMessageMediaAuto](../constructors/inputBotInlineMessageMediaAuto.md)
|
||||||
|
|
||||||
[inputBotInlineMessageText](../constructors/inputBotInlineMessageText.md)
|
[inputBotInlineMessageText](../constructors/inputBotInlineMessageText.md)
|
||||||
@ -24,4 +14,3 @@
|
|||||||
|
|
||||||
[inputBotInlineMessageGame](../constructors/inputBotInlineMessageGame.md)
|
[inputBotInlineMessageGame](../constructors/inputBotInlineMessageGame.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputBotInlineMessageID](../constructors/inputBotInlineMessageID.md)
|
[inputBotInlineMessageID](../constructors/inputBotInlineMessageID.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputBotInlineResult](../constructors/inputBotInlineResult.md)
|
[inputBotInlineResult](../constructors/inputBotInlineResult.md)
|
||||||
|
|
||||||
[inputBotInlineResultPhoto](../constructors/inputBotInlineResultPhoto.md)
|
[inputBotInlineResultPhoto](../constructors/inputBotInlineResultPhoto.md)
|
||||||
@ -20,4 +10,3 @@
|
|||||||
|
|
||||||
[inputBotInlineResultGame](../constructors/inputBotInlineResultGame.md)
|
[inputBotInlineResultGame](../constructors/inputBotInlineResultGame.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputChannelEmpty](../constructors/inputChannelEmpty.md)
|
[inputChannelEmpty](../constructors/inputChannelEmpty.md)
|
||||||
|
|
||||||
[inputChannel](../constructors/inputChannel.md)
|
[inputChannel](../constructors/inputChannel.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,20 +2,9 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputChatPhotoEmpty](../constructors/inputChatPhotoEmpty.md)
|
[inputChatPhotoEmpty](../constructors/inputChatPhotoEmpty.md)
|
||||||
|
|
||||||
[inputChatUploadedPhoto](../constructors/inputChatUploadedPhoto.md)
|
[inputChatUploadedPhoto](../constructors/inputChatUploadedPhoto.md)
|
||||||
|
|
||||||
[inputChatPhoto](../constructors/inputChatPhoto.md)
|
[inputChatPhoto](../constructors/inputChatPhoto.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputPhoneContact](../constructors/inputPhoneContact.md)
|
[inputPhoneContact](../constructors/inputPhoneContact.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputDocumentEmpty](../constructors/inputDocumentEmpty.md)
|
[inputDocumentEmpty](../constructors/inputDocumentEmpty.md)
|
||||||
|
|
||||||
[inputDocument](../constructors/inputDocument.md)
|
[inputDocument](../constructors/inputDocument.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputEncryptedChat](../constructors/inputEncryptedChat.md)
|
[inputEncryptedChat](../constructors/inputEncryptedChat.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputEncryptedFileEmpty](../constructors/inputEncryptedFileEmpty.md)
|
[inputEncryptedFileEmpty](../constructors/inputEncryptedFileEmpty.md)
|
||||||
|
|
||||||
[inputEncryptedFileUploaded](../constructors/inputEncryptedFileUploaded.md)
|
[inputEncryptedFileUploaded](../constructors/inputEncryptedFileUploaded.md)
|
||||||
@ -20,4 +10,3 @@
|
|||||||
|
|
||||||
[inputEncryptedFileBigUploaded](../constructors/inputEncryptedFileBigUploaded.md)
|
[inputEncryptedFileBigUploaded](../constructors/inputEncryptedFileBigUploaded.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputFile](../constructors/inputFile.md)
|
[inputFile](../constructors/inputFile.md)
|
||||||
|
|
||||||
[inputFileBig](../constructors/inputFileBig.md)
|
[inputFileBig](../constructors/inputFileBig.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,20 +2,9 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputFileLocation](../constructors/inputFileLocation.md)
|
[inputFileLocation](../constructors/inputFileLocation.md)
|
||||||
|
|
||||||
[inputEncryptedFileLocation](../constructors/inputEncryptedFileLocation.md)
|
[inputEncryptedFileLocation](../constructors/inputEncryptedFileLocation.md)
|
||||||
|
|
||||||
[inputDocumentFileLocation](../constructors/inputDocumentFileLocation.md)
|
[inputDocumentFileLocation](../constructors/inputDocumentFileLocation.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputGameID](../constructors/inputGameID.md)
|
[inputGameID](../constructors/inputGameID.md)
|
||||||
|
|
||||||
[inputGameShortName](../constructors/inputGameShortName.md)
|
[inputGameShortName](../constructors/inputGameShortName.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputGeoPointEmpty](../constructors/inputGeoPointEmpty.md)
|
[inputGeoPointEmpty](../constructors/inputGeoPointEmpty.md)
|
||||||
|
|
||||||
[inputGeoPoint](../constructors/inputGeoPoint.md)
|
[inputGeoPoint](../constructors/inputGeoPoint.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputMediaEmpty](../constructors/inputMediaEmpty.md)
|
[inputMediaEmpty](../constructors/inputMediaEmpty.md)
|
||||||
|
|
||||||
[inputMediaUploadedPhoto](../constructors/inputMediaUploadedPhoto.md)
|
[inputMediaUploadedPhoto](../constructors/inputMediaUploadedPhoto.md)
|
||||||
@ -38,4 +28,3 @@
|
|||||||
|
|
||||||
[inputMediaGame](../constructors/inputMediaGame.md)
|
[inputMediaGame](../constructors/inputMediaGame.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputNotifyPeer](../constructors/inputNotifyPeer.md)
|
[inputNotifyPeer](../constructors/inputNotifyPeer.md)
|
||||||
|
|
||||||
[inputNotifyUsers](../constructors/inputNotifyUsers.md)
|
[inputNotifyUsers](../constructors/inputNotifyUsers.md)
|
||||||
@ -20,4 +10,3 @@
|
|||||||
|
|
||||||
[inputNotifyAll](../constructors/inputNotifyAll.md)
|
[inputNotifyAll](../constructors/inputNotifyAll.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputPeerEmpty](../constructors/inputPeerEmpty.md)
|
[inputPeerEmpty](../constructors/inputPeerEmpty.md)
|
||||||
|
|
||||||
[inputPeerSelf](../constructors/inputPeerSelf.md)
|
[inputPeerSelf](../constructors/inputPeerSelf.md)
|
||||||
@ -22,4 +12,3 @@
|
|||||||
|
|
||||||
[inputPeerChannel](../constructors/inputPeerChannel.md)
|
[inputPeerChannel](../constructors/inputPeerChannel.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputPeerNotifyEventsEmpty](../constructors/inputPeerNotifyEventsEmpty.md)
|
[inputPeerNotifyEventsEmpty](../constructors/inputPeerNotifyEventsEmpty.md)
|
||||||
|
|
||||||
[inputPeerNotifyEventsAll](../constructors/inputPeerNotifyEventsAll.md)
|
[inputPeerNotifyEventsAll](../constructors/inputPeerNotifyEventsAll.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputPeerNotifySettings](../constructors/inputPeerNotifySettings.md)
|
[inputPeerNotifySettings](../constructors/inputPeerNotifySettings.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputPhotoEmpty](../constructors/inputPhotoEmpty.md)
|
[inputPhotoEmpty](../constructors/inputPhotoEmpty.md)
|
||||||
|
|
||||||
[inputPhoto](../constructors/inputPhoto.md)
|
[inputPhoto](../constructors/inputPhoto.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputPrivacyKeyStatusTimestamp](../constructors/inputPrivacyKeyStatusTimestamp.md)
|
[inputPrivacyKeyStatusTimestamp](../constructors/inputPrivacyKeyStatusTimestamp.md)
|
||||||
|
|
||||||
[inputPrivacyKeyChatInvite](../constructors/inputPrivacyKeyChatInvite.md)
|
[inputPrivacyKeyChatInvite](../constructors/inputPrivacyKeyChatInvite.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputPrivacyValueAllowContacts](../constructors/inputPrivacyValueAllowContacts.md)
|
[inputPrivacyValueAllowContacts](../constructors/inputPrivacyValueAllowContacts.md)
|
||||||
|
|
||||||
[inputPrivacyValueAllowAll](../constructors/inputPrivacyValueAllowAll.md)
|
[inputPrivacyValueAllowAll](../constructors/inputPrivacyValueAllowAll.md)
|
||||||
@ -24,4 +14,3 @@
|
|||||||
|
|
||||||
[inputPrivacyValueDisallowUsers](../constructors/inputPrivacyValueDisallowUsers.md)
|
[inputPrivacyValueDisallowUsers](../constructors/inputPrivacyValueDisallowUsers.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,20 +2,9 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputStickerSetEmpty](../constructors/inputStickerSetEmpty.md)
|
[inputStickerSetEmpty](../constructors/inputStickerSetEmpty.md)
|
||||||
|
|
||||||
[inputStickerSetID](../constructors/inputStickerSetID.md)
|
[inputStickerSetID](../constructors/inputStickerSetID.md)
|
||||||
|
|
||||||
[inputStickerSetShortName](../constructors/inputStickerSetShortName.md)
|
[inputStickerSetShortName](../constructors/inputStickerSetShortName.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputStickeredMediaPhoto](../constructors/inputStickeredMediaPhoto.md)
|
[inputStickeredMediaPhoto](../constructors/inputStickeredMediaPhoto.md)
|
||||||
|
|
||||||
[inputStickeredMediaDocument](../constructors/inputStickeredMediaDocument.md)
|
[inputStickeredMediaDocument](../constructors/inputStickeredMediaDocument.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,20 +2,9 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputUserEmpty](../constructors/inputUserEmpty.md)
|
[inputUserEmpty](../constructors/inputUserEmpty.md)
|
||||||
|
|
||||||
[inputUserSelf](../constructors/inputUserSelf.md)
|
[inputUserSelf](../constructors/inputUserSelf.md)
|
||||||
|
|
||||||
[inputUser](../constructors/inputUser.md)
|
[inputUser](../constructors/inputUser.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[keyboardButton](../constructors/keyboardButton.md)
|
[keyboardButton](../constructors/keyboardButton.md)
|
||||||
|
|
||||||
[keyboardButtonUrl](../constructors/keyboardButtonUrl.md)
|
[keyboardButtonUrl](../constructors/keyboardButtonUrl.md)
|
||||||
@ -26,4 +16,3 @@
|
|||||||
|
|
||||||
[keyboardButtonGame](../constructors/keyboardButtonGame.md)
|
[keyboardButtonGame](../constructors/keyboardButtonGame.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[keyboardButtonRow](../constructors/keyboardButtonRow.md)
|
[keyboardButtonRow](../constructors/keyboardButtonRow.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[maskCoords](../constructors/maskCoords.md)
|
[maskCoords](../constructors/maskCoords.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,20 +2,9 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[messageEmpty](../constructors/messageEmpty.md)
|
[messageEmpty](../constructors/messageEmpty.md)
|
||||||
|
|
||||||
[message](../constructors/message.md)
|
[message](../constructors/message.md)
|
||||||
|
|
||||||
[messageService](../constructors/messageService.md)
|
[messageService](../constructors/messageService.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[messageActionEmpty](../constructors/messageActionEmpty.md)
|
[messageActionEmpty](../constructors/messageActionEmpty.md)
|
||||||
|
|
||||||
[messageActionChatCreate](../constructors/messageActionChatCreate.md)
|
[messageActionChatCreate](../constructors/messageActionChatCreate.md)
|
||||||
@ -40,4 +30,3 @@
|
|||||||
|
|
||||||
[messageActionGameScore](../constructors/messageActionGameScore.md)
|
[messageActionGameScore](../constructors/messageActionGameScore.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[messageEntityUnknown](../constructors/messageEntityUnknown.md)
|
[messageEntityUnknown](../constructors/messageEntityUnknown.md)
|
||||||
|
|
||||||
[messageEntityMention](../constructors/messageEntityMention.md)
|
[messageEntityMention](../constructors/messageEntityMention.md)
|
||||||
@ -38,4 +28,3 @@
|
|||||||
|
|
||||||
[inputMessageEntityMentionName](../constructors/inputMessageEntityMentionName.md)
|
[inputMessageEntityMentionName](../constructors/inputMessageEntityMentionName.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[messageFwdHeader](../constructors/messageFwdHeader.md)
|
[messageFwdHeader](../constructors/messageFwdHeader.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[messageMediaEmpty](../constructors/messageMediaEmpty.md)
|
[messageMediaEmpty](../constructors/messageMediaEmpty.md)
|
||||||
|
|
||||||
[messageMediaPhoto](../constructors/messageMediaPhoto.md)
|
[messageMediaPhoto](../constructors/messageMediaPhoto.md)
|
||||||
@ -30,4 +20,3 @@
|
|||||||
|
|
||||||
[messageMediaGame](../constructors/messageMediaGame.md)
|
[messageMediaGame](../constructors/messageMediaGame.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[messageRange](../constructors/messageRange.md)
|
[messageRange](../constructors/messageRange.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputMessagesFilterEmpty](../constructors/inputMessagesFilterEmpty.md)
|
[inputMessagesFilterEmpty](../constructors/inputMessagesFilterEmpty.md)
|
||||||
|
|
||||||
[inputMessagesFilterPhotos](../constructors/inputMessagesFilterPhotos.md)
|
[inputMessagesFilterPhotos](../constructors/inputMessagesFilterPhotos.md)
|
||||||
@ -34,4 +24,3 @@
|
|||||||
|
|
||||||
[inputMessagesFilterChatPhotos](../constructors/inputMessagesFilterChatPhotos.md)
|
[inputMessagesFilterChatPhotos](../constructors/inputMessagesFilterChatPhotos.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[nearestDc](../constructors/nearestDc.md)
|
[nearestDc](../constructors/nearestDc.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[notifyPeer](../constructors/notifyPeer.md)
|
[notifyPeer](../constructors/notifyPeer.md)
|
||||||
|
|
||||||
[notifyUsers](../constructors/notifyUsers.md)
|
[notifyUsers](../constructors/notifyUsers.md)
|
||||||
@ -20,4 +10,3 @@
|
|||||||
|
|
||||||
[notifyAll](../constructors/notifyAll.md)
|
[notifyAll](../constructors/notifyAll.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[null](../constructors/null.md)
|
[null](../constructors/null.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,20 +2,9 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[peerUser](../constructors/peerUser.md)
|
[peerUser](../constructors/peerUser.md)
|
||||||
|
|
||||||
[peerChat](../constructors/peerChat.md)
|
[peerChat](../constructors/peerChat.md)
|
||||||
|
|
||||||
[peerChannel](../constructors/peerChannel.md)
|
[peerChannel](../constructors/peerChannel.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[peerNotifyEventsEmpty](../constructors/peerNotifyEventsEmpty.md)
|
[peerNotifyEventsEmpty](../constructors/peerNotifyEventsEmpty.md)
|
||||||
|
|
||||||
[peerNotifyEventsAll](../constructors/peerNotifyEventsAll.md)
|
[peerNotifyEventsAll](../constructors/peerNotifyEventsAll.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[peerNotifySettingsEmpty](../constructors/peerNotifySettingsEmpty.md)
|
[peerNotifySettingsEmpty](../constructors/peerNotifySettingsEmpty.md)
|
||||||
|
|
||||||
[peerNotifySettings](../constructors/peerNotifySettings.md)
|
[peerNotifySettings](../constructors/peerNotifySettings.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[peerSettings](../constructors/peerSettings.md)
|
[peerSettings](../constructors/peerSettings.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[photoEmpty](../constructors/photoEmpty.md)
|
[photoEmpty](../constructors/photoEmpty.md)
|
||||||
|
|
||||||
[photo](../constructors/photo.md)
|
[photo](../constructors/photo.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,20 +2,9 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[photoSizeEmpty](../constructors/photoSizeEmpty.md)
|
[photoSizeEmpty](../constructors/photoSizeEmpty.md)
|
||||||
|
|
||||||
[photoSize](../constructors/photoSize.md)
|
[photoSize](../constructors/photoSize.md)
|
||||||
|
|
||||||
[photoCachedSize](../constructors/photoCachedSize.md)
|
[photoCachedSize](../constructors/photoCachedSize.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[privacyKeyStatusTimestamp](../constructors/privacyKeyStatusTimestamp.md)
|
[privacyKeyStatusTimestamp](../constructors/privacyKeyStatusTimestamp.md)
|
||||||
|
|
||||||
[privacyKeyChatInvite](../constructors/privacyKeyChatInvite.md)
|
[privacyKeyChatInvite](../constructors/privacyKeyChatInvite.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[privacyValueAllowContacts](../constructors/privacyValueAllowContacts.md)
|
[privacyValueAllowContacts](../constructors/privacyValueAllowContacts.md)
|
||||||
|
|
||||||
[privacyValueAllowAll](../constructors/privacyValueAllowAll.md)
|
[privacyValueAllowAll](../constructors/privacyValueAllowAll.md)
|
||||||
@ -24,4 +14,3 @@
|
|||||||
|
|
||||||
[privacyValueDisallowUsers](../constructors/privacyValueDisallowUsers.md)
|
[privacyValueDisallowUsers](../constructors/privacyValueDisallowUsers.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[receivedNotifyMessage](../constructors/receivedNotifyMessage.md)
|
[receivedNotifyMessage](../constructors/receivedNotifyMessage.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[replyKeyboardHide](../constructors/replyKeyboardHide.md)
|
[replyKeyboardHide](../constructors/replyKeyboardHide.md)
|
||||||
|
|
||||||
[replyKeyboardForceReply](../constructors/replyKeyboardForceReply.md)
|
[replyKeyboardForceReply](../constructors/replyKeyboardForceReply.md)
|
||||||
@ -20,4 +10,3 @@
|
|||||||
|
|
||||||
[replyInlineMarkup](../constructors/replyInlineMarkup.md)
|
[replyInlineMarkup](../constructors/replyInlineMarkup.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[inputReportReasonSpam](../constructors/inputReportReasonSpam.md)
|
[inputReportReasonSpam](../constructors/inputReportReasonSpam.md)
|
||||||
|
|
||||||
[inputReportReasonViolence](../constructors/inputReportReasonViolence.md)
|
[inputReportReasonViolence](../constructors/inputReportReasonViolence.md)
|
||||||
@ -20,4 +10,3 @@
|
|||||||
|
|
||||||
[inputReportReasonOther](../constructors/inputReportReasonOther.md)
|
[inputReportReasonOther](../constructors/inputReportReasonOther.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[sendMessageTypingAction](../constructors/sendMessageTypingAction.md)
|
[sendMessageTypingAction](../constructors/sendMessageTypingAction.md)
|
||||||
|
|
||||||
[sendMessageCancelAction](../constructors/sendMessageCancelAction.md)
|
[sendMessageCancelAction](../constructors/sendMessageCancelAction.md)
|
||||||
@ -34,4 +24,3 @@
|
|||||||
|
|
||||||
[sendMessageGamePlayAction](../constructors/sendMessageGamePlayAction.md)
|
[sendMessageGamePlayAction](../constructors/sendMessageGamePlayAction.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[stickerPack](../constructors/stickerPack.md)
|
[stickerPack](../constructors/stickerPack.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[stickerSet](../constructors/stickerSet.md)
|
[stickerSet](../constructors/stickerSet.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,18 +2,7 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[stickerSetCovered](../constructors/stickerSetCovered.md)
|
[stickerSetCovered](../constructors/stickerSetCovered.md)
|
||||||
|
|
||||||
[stickerSetMultiCovered](../constructors/stickerSetMultiCovered.md)
|
[stickerSetMultiCovered](../constructors/stickerSetMultiCovered.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[topPeer](../constructors/topPeer.md)
|
[topPeer](../constructors/topPeer.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,6 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[topPeerCategoryBotsPM](../constructors/topPeerCategoryBotsPM.md)
|
[topPeerCategoryBotsPM](../constructors/topPeerCategoryBotsPM.md)
|
||||||
|
|
||||||
[topPeerCategoryBotsInline](../constructors/topPeerCategoryBotsInline.md)
|
[topPeerCategoryBotsInline](../constructors/topPeerCategoryBotsInline.md)
|
||||||
@ -22,4 +12,3 @@
|
|||||||
|
|
||||||
[topPeerCategoryChannels](../constructors/topPeerCategoryChannels.md)
|
[topPeerCategoryChannels](../constructors/topPeerCategoryChannels.md)
|
||||||
|
|
||||||
</div>
|
|
@ -2,16 +2,5 @@
|
|||||||
|
|
||||||
### Constructors:
|
### Constructors:
|
||||||
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
width: auto;
|
|
||||||
overflow-x: auto;
|
|
||||||
white-space: nowrap;
|
|
||||||
background: #ecf3f8;
|
|
||||||
padding: 10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div class="container">
|
|
||||||
[topPeerCategoryPeers](../constructors/topPeerCategoryPeers.md)
|
[topPeerCategoryPeers](../constructors/topPeerCategoryPeers.md)
|
||||||
|
|
||||||
</div>
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user