Trying to make docs work with the cayman theme

This commit is contained in:
danogentili 2016-12-19 19:13:16 +03:00
parent eb7dd57c13
commit f88c9ab529
167 changed files with 9 additions and 1862 deletions

View File

@ -141,17 +141,7 @@ $'.$type.' = $MadelineProto->'.str_replace('.', '->', $method).'(['.$params.']);
ksort($methods);
file_put_contents('methods/index.md', '# Methods
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
'.implode('', $methods).'</div>');
'.implode('', $methods));
foreach (glob('constructors/*') as $unlink) {
unlink($unlink);
@ -258,17 +248,7 @@ $'.$constructor.' = ['.$params.'];
ksort($constructors);
file_put_contents('constructors/index.md', '# Constructors
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
'.implode('', $constructors).'</div>');
'.implode('', $constructors));
foreach (glob('types/*') as $unlink) {
unlink($unlink);
@ -299,17 +279,7 @@ foreach ($types as $type => $keys) {
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
'.$constructors.'</div>');
'.$constructors);
file_put_contents('types/'.$type.'.md', $header);
}
@ -346,16 +316,7 @@ Represents a TL serialized payload.');
\danog\MadelineProto\Logger::log('Generating types index...');
file_put_contents('types/index.md', '# Types
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
'.$index.'</div>');
'.$index);
\danog\MadelineProto\Logger::log('Done!');

View File

@ -1,15 +1,5 @@
# 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), \]
[$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), \]
</div>

View File

@ -1,15 +1,5 @@
# 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->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);
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[accountDaysTTL](../constructors/accountDaysTTL.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[authorization](../constructors/authorization.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[boolFalse](../constructors/boolFalse.md)
[boolTrue](../constructors/boolTrue.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[botCommand](../constructors/botCommand.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[botInfo](../constructors/botInfo.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[botInlineMessageMediaAuto](../constructors/botInlineMessageMediaAuto.md)
[botInlineMessageText](../constructors/botInlineMessageText.md)
@ -22,4 +12,3 @@
[botInlineMessageMediaContact](../constructors/botInlineMessageMediaContact.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[botInlineResult](../constructors/botInlineResult.md)
[botInlineMediaResult](../constructors/botInlineMediaResult.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[channelMessagesFilterEmpty](../constructors/channelMessagesFilterEmpty.md)
[channelMessagesFilter](../constructors/channelMessagesFilter.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[channelParticipant](../constructors/channelParticipant.md)
[channelParticipantSelf](../constructors/channelParticipantSelf.md)
@ -24,4 +14,3 @@
[channelParticipantCreator](../constructors/channelParticipantCreator.md)
</div>

View File

@ -2,20 +2,9 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[channelRoleEmpty](../constructors/channelRoleEmpty.md)
[channelRoleModerator](../constructors/channelRoleModerator.md)
[channelRoleEditor](../constructors/channelRoleEditor.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[channelParticipantsRecent](../constructors/channelParticipantsRecent.md)
[channelParticipantsAdmins](../constructors/channelParticipantsAdmins.md)
@ -20,4 +10,3 @@
[channelParticipantsBots](../constructors/channelParticipantsBots.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[chatEmpty](../constructors/chatEmpty.md)
[chat](../constructors/chat.md)
@ -22,4 +12,3 @@
[channelForbidden](../constructors/channelForbidden.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[chatFull](../constructors/chatFull.md)
[channelFull](../constructors/channelFull.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[chatInviteAlready](../constructors/chatInviteAlready.md)
[chatInvite](../constructors/chatInvite.md)
</div>

View File

@ -2,20 +2,9 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[chatParticipant](../constructors/chatParticipant.md)
[chatParticipantCreator](../constructors/chatParticipantCreator.md)
[chatParticipantAdmin](../constructors/chatParticipantAdmin.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[chatParticipantsForbidden](../constructors/chatParticipantsForbidden.md)
[chatParticipants](../constructors/chatParticipants.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[chatPhotoEmpty](../constructors/chatPhotoEmpty.md)
[chatPhoto](../constructors/chatPhoto.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[config](../constructors/config.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[contact](../constructors/contact.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[contactBlocked](../constructors/contactBlocked.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[contactLinkUnknown](../constructors/contactLinkUnknown.md)
[contactLinkNone](../constructors/contactLinkNone.md)
@ -20,4 +10,3 @@
[contactLinkContact](../constructors/contactLinkContact.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[contactStatus](../constructors/contactStatus.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[dcOption](../constructors/dcOption.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[dialog](../constructors/dialog.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[disabledFeature](../constructors/disabledFeature.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[documentEmpty](../constructors/documentEmpty.md)
[document](../constructors/document.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[documentAttributeImageSize](../constructors/documentAttributeImageSize.md)
[documentAttributeAnimated](../constructors/documentAttributeAnimated.md)
@ -26,4 +16,3 @@
[documentAttributeHasStickers](../constructors/documentAttributeHasStickers.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[draftMessageEmpty](../constructors/draftMessageEmpty.md)
[draftMessage](../constructors/draftMessage.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[encryptedChatEmpty](../constructors/encryptedChatEmpty.md)
[encryptedChatWaiting](../constructors/encryptedChatWaiting.md)
@ -22,4 +12,3 @@
[encryptedChatDiscarded](../constructors/encryptedChatDiscarded.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[encryptedFileEmpty](../constructors/encryptedFileEmpty.md)
[encryptedFile](../constructors/encryptedFile.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[encryptedMessage](../constructors/encryptedMessage.md)
[encryptedMessageService](../constructors/encryptedMessageService.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[error](../constructors/error.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[chatInviteEmpty](../constructors/chatInviteEmpty.md)
[chatInviteExported](../constructors/chatInviteExported.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[exportedMessageLink](../constructors/exportedMessageLink.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[fileLocationUnavailable](../constructors/fileLocationUnavailable.md)
[fileLocation](../constructors/fileLocation.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[foundGif](../constructors/foundGif.md)
[foundGifCached](../constructors/foundGifCached.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[game](../constructors/game.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[geoPointEmpty](../constructors/geoPointEmpty.md)
[geoPoint](../constructors/geoPoint.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[highScore](../constructors/highScore.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[importedContact](../constructors/importedContact.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inlineBotSwitchPM](../constructors/inlineBotSwitchPM.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputAppEvent](../constructors/inputAppEvent.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputBotInlineMessageMediaAuto](../constructors/inputBotInlineMessageMediaAuto.md)
[inputBotInlineMessageText](../constructors/inputBotInlineMessageText.md)
@ -24,4 +14,3 @@
[inputBotInlineMessageGame](../constructors/inputBotInlineMessageGame.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputBotInlineMessageID](../constructors/inputBotInlineMessageID.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputBotInlineResult](../constructors/inputBotInlineResult.md)
[inputBotInlineResultPhoto](../constructors/inputBotInlineResultPhoto.md)
@ -20,4 +10,3 @@
[inputBotInlineResultGame](../constructors/inputBotInlineResultGame.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputChannelEmpty](../constructors/inputChannelEmpty.md)
[inputChannel](../constructors/inputChannel.md)
</div>

View File

@ -2,20 +2,9 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputChatPhotoEmpty](../constructors/inputChatPhotoEmpty.md)
[inputChatUploadedPhoto](../constructors/inputChatUploadedPhoto.md)
[inputChatPhoto](../constructors/inputChatPhoto.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputPhoneContact](../constructors/inputPhoneContact.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputDocumentEmpty](../constructors/inputDocumentEmpty.md)
[inputDocument](../constructors/inputDocument.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputEncryptedChat](../constructors/inputEncryptedChat.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputEncryptedFileEmpty](../constructors/inputEncryptedFileEmpty.md)
[inputEncryptedFileUploaded](../constructors/inputEncryptedFileUploaded.md)
@ -20,4 +10,3 @@
[inputEncryptedFileBigUploaded](../constructors/inputEncryptedFileBigUploaded.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputFile](../constructors/inputFile.md)
[inputFileBig](../constructors/inputFileBig.md)
</div>

View File

@ -2,20 +2,9 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputFileLocation](../constructors/inputFileLocation.md)
[inputEncryptedFileLocation](../constructors/inputEncryptedFileLocation.md)
[inputDocumentFileLocation](../constructors/inputDocumentFileLocation.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputGameID](../constructors/inputGameID.md)
[inputGameShortName](../constructors/inputGameShortName.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputGeoPointEmpty](../constructors/inputGeoPointEmpty.md)
[inputGeoPoint](../constructors/inputGeoPoint.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputMediaEmpty](../constructors/inputMediaEmpty.md)
[inputMediaUploadedPhoto](../constructors/inputMediaUploadedPhoto.md)
@ -38,4 +28,3 @@
[inputMediaGame](../constructors/inputMediaGame.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputNotifyPeer](../constructors/inputNotifyPeer.md)
[inputNotifyUsers](../constructors/inputNotifyUsers.md)
@ -20,4 +10,3 @@
[inputNotifyAll](../constructors/inputNotifyAll.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputPeerEmpty](../constructors/inputPeerEmpty.md)
[inputPeerSelf](../constructors/inputPeerSelf.md)
@ -22,4 +12,3 @@
[inputPeerChannel](../constructors/inputPeerChannel.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputPeerNotifyEventsEmpty](../constructors/inputPeerNotifyEventsEmpty.md)
[inputPeerNotifyEventsAll](../constructors/inputPeerNotifyEventsAll.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputPeerNotifySettings](../constructors/inputPeerNotifySettings.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputPhotoEmpty](../constructors/inputPhotoEmpty.md)
[inputPhoto](../constructors/inputPhoto.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputPrivacyKeyStatusTimestamp](../constructors/inputPrivacyKeyStatusTimestamp.md)
[inputPrivacyKeyChatInvite](../constructors/inputPrivacyKeyChatInvite.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputPrivacyValueAllowContacts](../constructors/inputPrivacyValueAllowContacts.md)
[inputPrivacyValueAllowAll](../constructors/inputPrivacyValueAllowAll.md)
@ -24,4 +14,3 @@
[inputPrivacyValueDisallowUsers](../constructors/inputPrivacyValueDisallowUsers.md)
</div>

View File

@ -2,20 +2,9 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputStickerSetEmpty](../constructors/inputStickerSetEmpty.md)
[inputStickerSetID](../constructors/inputStickerSetID.md)
[inputStickerSetShortName](../constructors/inputStickerSetShortName.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputStickeredMediaPhoto](../constructors/inputStickeredMediaPhoto.md)
[inputStickeredMediaDocument](../constructors/inputStickeredMediaDocument.md)
</div>

View File

@ -2,20 +2,9 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputUserEmpty](../constructors/inputUserEmpty.md)
[inputUserSelf](../constructors/inputUserSelf.md)
[inputUser](../constructors/inputUser.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[keyboardButton](../constructors/keyboardButton.md)
[keyboardButtonUrl](../constructors/keyboardButtonUrl.md)
@ -26,4 +16,3 @@
[keyboardButtonGame](../constructors/keyboardButtonGame.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[keyboardButtonRow](../constructors/keyboardButtonRow.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[maskCoords](../constructors/maskCoords.md)
</div>

View File

@ -2,20 +2,9 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[messageEmpty](../constructors/messageEmpty.md)
[message](../constructors/message.md)
[messageService](../constructors/messageService.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[messageActionEmpty](../constructors/messageActionEmpty.md)
[messageActionChatCreate](../constructors/messageActionChatCreate.md)
@ -40,4 +30,3 @@
[messageActionGameScore](../constructors/messageActionGameScore.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[messageEntityUnknown](../constructors/messageEntityUnknown.md)
[messageEntityMention](../constructors/messageEntityMention.md)
@ -38,4 +28,3 @@
[inputMessageEntityMentionName](../constructors/inputMessageEntityMentionName.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[messageFwdHeader](../constructors/messageFwdHeader.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[messageMediaEmpty](../constructors/messageMediaEmpty.md)
[messageMediaPhoto](../constructors/messageMediaPhoto.md)
@ -30,4 +20,3 @@
[messageMediaGame](../constructors/messageMediaGame.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[messageRange](../constructors/messageRange.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputMessagesFilterEmpty](../constructors/inputMessagesFilterEmpty.md)
[inputMessagesFilterPhotos](../constructors/inputMessagesFilterPhotos.md)
@ -34,4 +24,3 @@
[inputMessagesFilterChatPhotos](../constructors/inputMessagesFilterChatPhotos.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[nearestDc](../constructors/nearestDc.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[notifyPeer](../constructors/notifyPeer.md)
[notifyUsers](../constructors/notifyUsers.md)
@ -20,4 +10,3 @@
[notifyAll](../constructors/notifyAll.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[null](../constructors/null.md)
</div>

View File

@ -2,20 +2,9 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[peerUser](../constructors/peerUser.md)
[peerChat](../constructors/peerChat.md)
[peerChannel](../constructors/peerChannel.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[peerNotifyEventsEmpty](../constructors/peerNotifyEventsEmpty.md)
[peerNotifyEventsAll](../constructors/peerNotifyEventsAll.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[peerNotifySettingsEmpty](../constructors/peerNotifySettingsEmpty.md)
[peerNotifySettings](../constructors/peerNotifySettings.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[peerSettings](../constructors/peerSettings.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[photoEmpty](../constructors/photoEmpty.md)
[photo](../constructors/photo.md)
</div>

View File

@ -2,20 +2,9 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[photoSizeEmpty](../constructors/photoSizeEmpty.md)
[photoSize](../constructors/photoSize.md)
[photoCachedSize](../constructors/photoCachedSize.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[privacyKeyStatusTimestamp](../constructors/privacyKeyStatusTimestamp.md)
[privacyKeyChatInvite](../constructors/privacyKeyChatInvite.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[privacyValueAllowContacts](../constructors/privacyValueAllowContacts.md)
[privacyValueAllowAll](../constructors/privacyValueAllowAll.md)
@ -24,4 +14,3 @@
[privacyValueDisallowUsers](../constructors/privacyValueDisallowUsers.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[receivedNotifyMessage](../constructors/receivedNotifyMessage.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[replyKeyboardHide](../constructors/replyKeyboardHide.md)
[replyKeyboardForceReply](../constructors/replyKeyboardForceReply.md)
@ -20,4 +10,3 @@
[replyInlineMarkup](../constructors/replyInlineMarkup.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[inputReportReasonSpam](../constructors/inputReportReasonSpam.md)
[inputReportReasonViolence](../constructors/inputReportReasonViolence.md)
@ -20,4 +10,3 @@
[inputReportReasonOther](../constructors/inputReportReasonOther.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[sendMessageTypingAction](../constructors/sendMessageTypingAction.md)
[sendMessageCancelAction](../constructors/sendMessageCancelAction.md)
@ -34,4 +24,3 @@
[sendMessageGamePlayAction](../constructors/sendMessageGamePlayAction.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[stickerPack](../constructors/stickerPack.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[stickerSet](../constructors/stickerSet.md)
</div>

View File

@ -2,18 +2,7 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[stickerSetCovered](../constructors/stickerSetCovered.md)
[stickerSetMultiCovered](../constructors/stickerSetMultiCovered.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[topPeer](../constructors/topPeer.md)
</div>

View File

@ -2,16 +2,6 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[topPeerCategoryBotsPM](../constructors/topPeerCategoryBotsPM.md)
[topPeerCategoryBotsInline](../constructors/topPeerCategoryBotsInline.md)
@ -22,4 +12,3 @@
[topPeerCategoryChannels](../constructors/topPeerCategoryChannels.md)
</div>

View File

@ -2,16 +2,5 @@
### Constructors:
<style>
.container {
width: auto;
overflow-x: auto;
white-space: nowrap;
background: #ecf3f8;
padding: 10px;
}
</style>
<div class="container">
[topPeerCategoryPeers](../constructors/topPeerCategoryPeers.md)
</div>

Some files were not shown because too many files have changed in this diff Show More