diff --git a/build_docs.php b/build_docs.php
index 5f5f754b..44ac40bf 100755
--- a/build_docs.php
+++ b/build_docs.php
@@ -141,17 +141,7 @@ $'.$type.' = $MadelineProto->'.str_replace('.', '->', $method).'(['.$params.']);
ksort($methods);
file_put_contents('methods/index.md', '# Methods
-
-
-'.implode('', $methods).'
');
+'.implode('', $methods));
foreach (glob('constructors/*') as $unlink) {
unlink($unlink);
@@ -258,17 +248,7 @@ $'.$constructor.' = ['.$params.'];
ksort($constructors);
file_put_contents('constructors/index.md', '# Constructors
-
-
-'.implode('', $constructors).'
');
+'.implode('', $constructors));
foreach (glob('types/*') as $unlink) {
unlink($unlink);
@@ -299,17 +279,7 @@ foreach ($types as $type => $keys) {
### Constructors:
-
-
-'.$constructors.'
');
+'.$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
-
-
-'.$index.'
');
+
+'.$index);
\danog\MadelineProto\Logger::log('Done!');
diff --git a/docs/API_docs/constructors/index.md b/docs/API_docs/constructors/index.md
index c7264b36..3d85e336 100644
--- a/docs/API_docs/constructors/index.md
+++ b/docs/API_docs/constructors/index.md
@@ -1,15 +1,5 @@
# Constructors
-
-
[$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), \]
-
\ No newline at end of file
diff --git a/docs/API_docs/methods/index.md b/docs/API_docs/methods/index.md
index f880a277..5cef1a40 100644
--- a/docs/API_docs/methods/index.md
+++ b/docs/API_docs/methods/index.md
@@ -1,15 +1,5 @@
# Methods
-
-
$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);
-
\ No newline at end of file
diff --git a/docs/API_docs/types/AccountDaysTTL.md b/docs/API_docs/types/AccountDaysTTL.md
index 3d7dc07d..da8e4012 100644
--- a/docs/API_docs/types/AccountDaysTTL.md
+++ b/docs/API_docs/types/AccountDaysTTL.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[accountDaysTTL](../constructors/accountDaysTTL.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/Authorization.md b/docs/API_docs/types/Authorization.md
index e5718149..a9612030 100644
--- a/docs/API_docs/types/Authorization.md
+++ b/docs/API_docs/types/Authorization.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[authorization](../constructors/authorization.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/Bool.md b/docs/API_docs/types/Bool.md
index 4653305f..172a1a4f 100644
--- a/docs/API_docs/types/Bool.md
+++ b/docs/API_docs/types/Bool.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[boolFalse](../constructors/boolFalse.md)
[boolTrue](../constructors/boolTrue.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/BotCommand.md b/docs/API_docs/types/BotCommand.md
index 70287d5c..60084457 100644
--- a/docs/API_docs/types/BotCommand.md
+++ b/docs/API_docs/types/BotCommand.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[botCommand](../constructors/botCommand.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/BotInfo.md b/docs/API_docs/types/BotInfo.md
index 32ffda06..1f29cd88 100644
--- a/docs/API_docs/types/BotInfo.md
+++ b/docs/API_docs/types/BotInfo.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[botInfo](../constructors/botInfo.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/BotInlineMessage.md b/docs/API_docs/types/BotInlineMessage.md
index 191dee68..04bec755 100644
--- a/docs/API_docs/types/BotInlineMessage.md
+++ b/docs/API_docs/types/BotInlineMessage.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[botInlineMessageMediaAuto](../constructors/botInlineMessageMediaAuto.md)
[botInlineMessageText](../constructors/botInlineMessageText.md)
@@ -22,4 +12,3 @@
[botInlineMessageMediaContact](../constructors/botInlineMessageMediaContact.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/BotInlineResult.md b/docs/API_docs/types/BotInlineResult.md
index 6077ec6c..5af7f852 100644
--- a/docs/API_docs/types/BotInlineResult.md
+++ b/docs/API_docs/types/BotInlineResult.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[botInlineResult](../constructors/botInlineResult.md)
[botInlineMediaResult](../constructors/botInlineMediaResult.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ChannelMessagesFilter.md b/docs/API_docs/types/ChannelMessagesFilter.md
index fc6e904f..43aeb8f3 100644
--- a/docs/API_docs/types/ChannelMessagesFilter.md
+++ b/docs/API_docs/types/ChannelMessagesFilter.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[channelMessagesFilterEmpty](../constructors/channelMessagesFilterEmpty.md)
[channelMessagesFilter](../constructors/channelMessagesFilter.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ChannelParticipant.md b/docs/API_docs/types/ChannelParticipant.md
index 612370b0..c1caf227 100644
--- a/docs/API_docs/types/ChannelParticipant.md
+++ b/docs/API_docs/types/ChannelParticipant.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[channelParticipant](../constructors/channelParticipant.md)
[channelParticipantSelf](../constructors/channelParticipantSelf.md)
@@ -24,4 +14,3 @@
[channelParticipantCreator](../constructors/channelParticipantCreator.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ChannelParticipantRole.md b/docs/API_docs/types/ChannelParticipantRole.md
index 212a208c..e6b176db 100644
--- a/docs/API_docs/types/ChannelParticipantRole.md
+++ b/docs/API_docs/types/ChannelParticipantRole.md
@@ -2,20 +2,9 @@
### Constructors:
-
-
[channelRoleEmpty](../constructors/channelRoleEmpty.md)
[channelRoleModerator](../constructors/channelRoleModerator.md)
[channelRoleEditor](../constructors/channelRoleEditor.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ChannelParticipantsFilter.md b/docs/API_docs/types/ChannelParticipantsFilter.md
index d284c0ef..fdf285c8 100644
--- a/docs/API_docs/types/ChannelParticipantsFilter.md
+++ b/docs/API_docs/types/ChannelParticipantsFilter.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[channelParticipantsRecent](../constructors/channelParticipantsRecent.md)
[channelParticipantsAdmins](../constructors/channelParticipantsAdmins.md)
@@ -20,4 +10,3 @@
[channelParticipantsBots](../constructors/channelParticipantsBots.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/Chat.md b/docs/API_docs/types/Chat.md
index afd962e4..b10c7dc3 100644
--- a/docs/API_docs/types/Chat.md
+++ b/docs/API_docs/types/Chat.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[chatEmpty](../constructors/chatEmpty.md)
[chat](../constructors/chat.md)
@@ -22,4 +12,3 @@
[channelForbidden](../constructors/channelForbidden.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ChatFull.md b/docs/API_docs/types/ChatFull.md
index 6fdf5e20..3ab49fe7 100644
--- a/docs/API_docs/types/ChatFull.md
+++ b/docs/API_docs/types/ChatFull.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[chatFull](../constructors/chatFull.md)
[channelFull](../constructors/channelFull.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ChatInvite.md b/docs/API_docs/types/ChatInvite.md
index 7f06fc8c..e68e1899 100644
--- a/docs/API_docs/types/ChatInvite.md
+++ b/docs/API_docs/types/ChatInvite.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[chatInviteAlready](../constructors/chatInviteAlready.md)
[chatInvite](../constructors/chatInvite.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ChatParticipant.md b/docs/API_docs/types/ChatParticipant.md
index 4bb5d125..f9c5a852 100644
--- a/docs/API_docs/types/ChatParticipant.md
+++ b/docs/API_docs/types/ChatParticipant.md
@@ -2,20 +2,9 @@
### Constructors:
-
-
[chatParticipant](../constructors/chatParticipant.md)
[chatParticipantCreator](../constructors/chatParticipantCreator.md)
[chatParticipantAdmin](../constructors/chatParticipantAdmin.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ChatParticipants.md b/docs/API_docs/types/ChatParticipants.md
index 0dd53dd2..f9301ae3 100644
--- a/docs/API_docs/types/ChatParticipants.md
+++ b/docs/API_docs/types/ChatParticipants.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[chatParticipantsForbidden](../constructors/chatParticipantsForbidden.md)
[chatParticipants](../constructors/chatParticipants.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ChatPhoto.md b/docs/API_docs/types/ChatPhoto.md
index 80494264..bd1e504d 100644
--- a/docs/API_docs/types/ChatPhoto.md
+++ b/docs/API_docs/types/ChatPhoto.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[chatPhotoEmpty](../constructors/chatPhotoEmpty.md)
[chatPhoto](../constructors/chatPhoto.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/Config.md b/docs/API_docs/types/Config.md
index 7ec4c66f..897277e4 100644
--- a/docs/API_docs/types/Config.md
+++ b/docs/API_docs/types/Config.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[config](../constructors/config.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/Contact.md b/docs/API_docs/types/Contact.md
index ec5d75a4..f3fa2637 100644
--- a/docs/API_docs/types/Contact.md
+++ b/docs/API_docs/types/Contact.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[contact](../constructors/contact.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ContactBlocked.md b/docs/API_docs/types/ContactBlocked.md
index db98207c..27af0bf1 100644
--- a/docs/API_docs/types/ContactBlocked.md
+++ b/docs/API_docs/types/ContactBlocked.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[contactBlocked](../constructors/contactBlocked.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ContactLink.md b/docs/API_docs/types/ContactLink.md
index 33f34499..725262e0 100644
--- a/docs/API_docs/types/ContactLink.md
+++ b/docs/API_docs/types/ContactLink.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[contactLinkUnknown](../constructors/contactLinkUnknown.md)
[contactLinkNone](../constructors/contactLinkNone.md)
@@ -20,4 +10,3 @@
[contactLinkContact](../constructors/contactLinkContact.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ContactStatus.md b/docs/API_docs/types/ContactStatus.md
index e6e230a3..398a5169 100644
--- a/docs/API_docs/types/ContactStatus.md
+++ b/docs/API_docs/types/ContactStatus.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[contactStatus](../constructors/contactStatus.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/DcOption.md b/docs/API_docs/types/DcOption.md
index 39d1beed..6be414a6 100644
--- a/docs/API_docs/types/DcOption.md
+++ b/docs/API_docs/types/DcOption.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[dcOption](../constructors/dcOption.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/Dialog.md b/docs/API_docs/types/Dialog.md
index a18b82d6..f758c8b3 100644
--- a/docs/API_docs/types/Dialog.md
+++ b/docs/API_docs/types/Dialog.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[dialog](../constructors/dialog.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/DisabledFeature.md b/docs/API_docs/types/DisabledFeature.md
index 0697262a..9b5e4126 100644
--- a/docs/API_docs/types/DisabledFeature.md
+++ b/docs/API_docs/types/DisabledFeature.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[disabledFeature](../constructors/disabledFeature.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/Document.md b/docs/API_docs/types/Document.md
index 35be78f6..e8b6d687 100644
--- a/docs/API_docs/types/Document.md
+++ b/docs/API_docs/types/Document.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[documentEmpty](../constructors/documentEmpty.md)
[document](../constructors/document.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/DocumentAttribute.md b/docs/API_docs/types/DocumentAttribute.md
index 4522f47a..d7073a3e 100644
--- a/docs/API_docs/types/DocumentAttribute.md
+++ b/docs/API_docs/types/DocumentAttribute.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[documentAttributeImageSize](../constructors/documentAttributeImageSize.md)
[documentAttributeAnimated](../constructors/documentAttributeAnimated.md)
@@ -26,4 +16,3 @@
[documentAttributeHasStickers](../constructors/documentAttributeHasStickers.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/DraftMessage.md b/docs/API_docs/types/DraftMessage.md
index 6967a63f..b8c221c2 100644
--- a/docs/API_docs/types/DraftMessage.md
+++ b/docs/API_docs/types/DraftMessage.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[draftMessageEmpty](../constructors/draftMessageEmpty.md)
[draftMessage](../constructors/draftMessage.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/EncryptedChat.md b/docs/API_docs/types/EncryptedChat.md
index 3019ad6a..46273b9f 100644
--- a/docs/API_docs/types/EncryptedChat.md
+++ b/docs/API_docs/types/EncryptedChat.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[encryptedChatEmpty](../constructors/encryptedChatEmpty.md)
[encryptedChatWaiting](../constructors/encryptedChatWaiting.md)
@@ -22,4 +12,3 @@
[encryptedChatDiscarded](../constructors/encryptedChatDiscarded.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/EncryptedFile.md b/docs/API_docs/types/EncryptedFile.md
index eb703dbe..c5154be0 100644
--- a/docs/API_docs/types/EncryptedFile.md
+++ b/docs/API_docs/types/EncryptedFile.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[encryptedFileEmpty](../constructors/encryptedFileEmpty.md)
[encryptedFile](../constructors/encryptedFile.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/EncryptedMessage.md b/docs/API_docs/types/EncryptedMessage.md
index 6c7e65d7..cf19ea03 100644
--- a/docs/API_docs/types/EncryptedMessage.md
+++ b/docs/API_docs/types/EncryptedMessage.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[encryptedMessage](../constructors/encryptedMessage.md)
[encryptedMessageService](../constructors/encryptedMessageService.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/Error.md b/docs/API_docs/types/Error.md
index f7ab3256..a3fdb5dd 100644
--- a/docs/API_docs/types/Error.md
+++ b/docs/API_docs/types/Error.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[error](../constructors/error.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ExportedChatInvite.md b/docs/API_docs/types/ExportedChatInvite.md
index 7779d9cd..a42f5392 100644
--- a/docs/API_docs/types/ExportedChatInvite.md
+++ b/docs/API_docs/types/ExportedChatInvite.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[chatInviteEmpty](../constructors/chatInviteEmpty.md)
[chatInviteExported](../constructors/chatInviteExported.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ExportedMessageLink.md b/docs/API_docs/types/ExportedMessageLink.md
index ce02f5b0..7a4e5520 100644
--- a/docs/API_docs/types/ExportedMessageLink.md
+++ b/docs/API_docs/types/ExportedMessageLink.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[exportedMessageLink](../constructors/exportedMessageLink.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/FileLocation.md b/docs/API_docs/types/FileLocation.md
index 7d7cd724..8bd86de5 100644
--- a/docs/API_docs/types/FileLocation.md
+++ b/docs/API_docs/types/FileLocation.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[fileLocationUnavailable](../constructors/fileLocationUnavailable.md)
[fileLocation](../constructors/fileLocation.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/FoundGif.md b/docs/API_docs/types/FoundGif.md
index 76acfe33..f279f3ec 100644
--- a/docs/API_docs/types/FoundGif.md
+++ b/docs/API_docs/types/FoundGif.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[foundGif](../constructors/foundGif.md)
[foundGifCached](../constructors/foundGifCached.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/Game.md b/docs/API_docs/types/Game.md
index 46199fe7..5651b9cf 100644
--- a/docs/API_docs/types/Game.md
+++ b/docs/API_docs/types/Game.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[game](../constructors/game.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/GeoPoint.md b/docs/API_docs/types/GeoPoint.md
index ef25f8f8..6f39666b 100644
--- a/docs/API_docs/types/GeoPoint.md
+++ b/docs/API_docs/types/GeoPoint.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[geoPointEmpty](../constructors/geoPointEmpty.md)
[geoPoint](../constructors/geoPoint.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/HighScore.md b/docs/API_docs/types/HighScore.md
index 28fc0a29..65d1ec41 100644
--- a/docs/API_docs/types/HighScore.md
+++ b/docs/API_docs/types/HighScore.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[highScore](../constructors/highScore.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ImportedContact.md b/docs/API_docs/types/ImportedContact.md
index 1bc486b6..c138ecf0 100644
--- a/docs/API_docs/types/ImportedContact.md
+++ b/docs/API_docs/types/ImportedContact.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[importedContact](../constructors/importedContact.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InlineBotSwitchPM.md b/docs/API_docs/types/InlineBotSwitchPM.md
index 94017635..8a36525b 100644
--- a/docs/API_docs/types/InlineBotSwitchPM.md
+++ b/docs/API_docs/types/InlineBotSwitchPM.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[inlineBotSwitchPM](../constructors/inlineBotSwitchPM.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputAppEvent.md b/docs/API_docs/types/InputAppEvent.md
index 2aff97e7..d14d2ca6 100644
--- a/docs/API_docs/types/InputAppEvent.md
+++ b/docs/API_docs/types/InputAppEvent.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[inputAppEvent](../constructors/inputAppEvent.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputBotInlineMessage.md b/docs/API_docs/types/InputBotInlineMessage.md
index 358fcfdf..9fd66cc5 100644
--- a/docs/API_docs/types/InputBotInlineMessage.md
+++ b/docs/API_docs/types/InputBotInlineMessage.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[inputBotInlineMessageMediaAuto](../constructors/inputBotInlineMessageMediaAuto.md)
[inputBotInlineMessageText](../constructors/inputBotInlineMessageText.md)
@@ -24,4 +14,3 @@
[inputBotInlineMessageGame](../constructors/inputBotInlineMessageGame.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputBotInlineMessageID.md b/docs/API_docs/types/InputBotInlineMessageID.md
index e5797ea3..cc8b349b 100644
--- a/docs/API_docs/types/InputBotInlineMessageID.md
+++ b/docs/API_docs/types/InputBotInlineMessageID.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[inputBotInlineMessageID](../constructors/inputBotInlineMessageID.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputBotInlineResult.md b/docs/API_docs/types/InputBotInlineResult.md
index 838b7314..154c8f36 100644
--- a/docs/API_docs/types/InputBotInlineResult.md
+++ b/docs/API_docs/types/InputBotInlineResult.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[inputBotInlineResult](../constructors/inputBotInlineResult.md)
[inputBotInlineResultPhoto](../constructors/inputBotInlineResultPhoto.md)
@@ -20,4 +10,3 @@
[inputBotInlineResultGame](../constructors/inputBotInlineResultGame.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputChannel.md b/docs/API_docs/types/InputChannel.md
index a93c8cff..2d432566 100644
--- a/docs/API_docs/types/InputChannel.md
+++ b/docs/API_docs/types/InputChannel.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[inputChannelEmpty](../constructors/inputChannelEmpty.md)
[inputChannel](../constructors/inputChannel.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputChatPhoto.md b/docs/API_docs/types/InputChatPhoto.md
index d9de84f0..dbe92bab 100644
--- a/docs/API_docs/types/InputChatPhoto.md
+++ b/docs/API_docs/types/InputChatPhoto.md
@@ -2,20 +2,9 @@
### Constructors:
-
-
[inputChatPhotoEmpty](../constructors/inputChatPhotoEmpty.md)
[inputChatUploadedPhoto](../constructors/inputChatUploadedPhoto.md)
[inputChatPhoto](../constructors/inputChatPhoto.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputContact.md b/docs/API_docs/types/InputContact.md
index 8ee7fc4b..eb053629 100644
--- a/docs/API_docs/types/InputContact.md
+++ b/docs/API_docs/types/InputContact.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[inputPhoneContact](../constructors/inputPhoneContact.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputDocument.md b/docs/API_docs/types/InputDocument.md
index 2e20b2f5..2a2e48c2 100644
--- a/docs/API_docs/types/InputDocument.md
+++ b/docs/API_docs/types/InputDocument.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[inputDocumentEmpty](../constructors/inputDocumentEmpty.md)
[inputDocument](../constructors/inputDocument.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputEncryptedChat.md b/docs/API_docs/types/InputEncryptedChat.md
index ec34a84d..c52afb81 100644
--- a/docs/API_docs/types/InputEncryptedChat.md
+++ b/docs/API_docs/types/InputEncryptedChat.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[inputEncryptedChat](../constructors/inputEncryptedChat.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputEncryptedFile.md b/docs/API_docs/types/InputEncryptedFile.md
index 84ea0eaa..0ca7a7dc 100644
--- a/docs/API_docs/types/InputEncryptedFile.md
+++ b/docs/API_docs/types/InputEncryptedFile.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[inputEncryptedFileEmpty](../constructors/inputEncryptedFileEmpty.md)
[inputEncryptedFileUploaded](../constructors/inputEncryptedFileUploaded.md)
@@ -20,4 +10,3 @@
[inputEncryptedFileBigUploaded](../constructors/inputEncryptedFileBigUploaded.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputFile.md b/docs/API_docs/types/InputFile.md
index 73999271..c30c818e 100644
--- a/docs/API_docs/types/InputFile.md
+++ b/docs/API_docs/types/InputFile.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[inputFile](../constructors/inputFile.md)
[inputFileBig](../constructors/inputFileBig.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputFileLocation.md b/docs/API_docs/types/InputFileLocation.md
index 59c4d0ad..fea7516e 100644
--- a/docs/API_docs/types/InputFileLocation.md
+++ b/docs/API_docs/types/InputFileLocation.md
@@ -2,20 +2,9 @@
### Constructors:
-
-
[inputFileLocation](../constructors/inputFileLocation.md)
[inputEncryptedFileLocation](../constructors/inputEncryptedFileLocation.md)
[inputDocumentFileLocation](../constructors/inputDocumentFileLocation.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputGame.md b/docs/API_docs/types/InputGame.md
index f45fea82..5fc0714c 100644
--- a/docs/API_docs/types/InputGame.md
+++ b/docs/API_docs/types/InputGame.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[inputGameID](../constructors/inputGameID.md)
[inputGameShortName](../constructors/inputGameShortName.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputGeoPoint.md b/docs/API_docs/types/InputGeoPoint.md
index e3481652..a897cb43 100644
--- a/docs/API_docs/types/InputGeoPoint.md
+++ b/docs/API_docs/types/InputGeoPoint.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[inputGeoPointEmpty](../constructors/inputGeoPointEmpty.md)
[inputGeoPoint](../constructors/inputGeoPoint.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputMedia.md b/docs/API_docs/types/InputMedia.md
index 73de65ec..7c726caa 100644
--- a/docs/API_docs/types/InputMedia.md
+++ b/docs/API_docs/types/InputMedia.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[inputMediaEmpty](../constructors/inputMediaEmpty.md)
[inputMediaUploadedPhoto](../constructors/inputMediaUploadedPhoto.md)
@@ -38,4 +28,3 @@
[inputMediaGame](../constructors/inputMediaGame.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputNotifyPeer.md b/docs/API_docs/types/InputNotifyPeer.md
index 4966afac..d27bdaed 100644
--- a/docs/API_docs/types/InputNotifyPeer.md
+++ b/docs/API_docs/types/InputNotifyPeer.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[inputNotifyPeer](../constructors/inputNotifyPeer.md)
[inputNotifyUsers](../constructors/inputNotifyUsers.md)
@@ -20,4 +10,3 @@
[inputNotifyAll](../constructors/inputNotifyAll.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputPeer.md b/docs/API_docs/types/InputPeer.md
index c66c9ced..bced0b62 100644
--- a/docs/API_docs/types/InputPeer.md
+++ b/docs/API_docs/types/InputPeer.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[inputPeerEmpty](../constructors/inputPeerEmpty.md)
[inputPeerSelf](../constructors/inputPeerSelf.md)
@@ -22,4 +12,3 @@
[inputPeerChannel](../constructors/inputPeerChannel.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputPeerNotifyEvents.md b/docs/API_docs/types/InputPeerNotifyEvents.md
index b0c408b9..069aa435 100644
--- a/docs/API_docs/types/InputPeerNotifyEvents.md
+++ b/docs/API_docs/types/InputPeerNotifyEvents.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[inputPeerNotifyEventsEmpty](../constructors/inputPeerNotifyEventsEmpty.md)
[inputPeerNotifyEventsAll](../constructors/inputPeerNotifyEventsAll.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputPeerNotifySettings.md b/docs/API_docs/types/InputPeerNotifySettings.md
index 75da4614..75571719 100644
--- a/docs/API_docs/types/InputPeerNotifySettings.md
+++ b/docs/API_docs/types/InputPeerNotifySettings.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[inputPeerNotifySettings](../constructors/inputPeerNotifySettings.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputPhoto.md b/docs/API_docs/types/InputPhoto.md
index 1f2046d8..81aed950 100644
--- a/docs/API_docs/types/InputPhoto.md
+++ b/docs/API_docs/types/InputPhoto.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[inputPhotoEmpty](../constructors/inputPhotoEmpty.md)
[inputPhoto](../constructors/inputPhoto.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputPrivacyKey.md b/docs/API_docs/types/InputPrivacyKey.md
index 8b6f92b8..099b140c 100644
--- a/docs/API_docs/types/InputPrivacyKey.md
+++ b/docs/API_docs/types/InputPrivacyKey.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[inputPrivacyKeyStatusTimestamp](../constructors/inputPrivacyKeyStatusTimestamp.md)
[inputPrivacyKeyChatInvite](../constructors/inputPrivacyKeyChatInvite.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputPrivacyRule.md b/docs/API_docs/types/InputPrivacyRule.md
index 920fcce5..dc758779 100644
--- a/docs/API_docs/types/InputPrivacyRule.md
+++ b/docs/API_docs/types/InputPrivacyRule.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[inputPrivacyValueAllowContacts](../constructors/inputPrivacyValueAllowContacts.md)
[inputPrivacyValueAllowAll](../constructors/inputPrivacyValueAllowAll.md)
@@ -24,4 +14,3 @@
[inputPrivacyValueDisallowUsers](../constructors/inputPrivacyValueDisallowUsers.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputStickerSet.md b/docs/API_docs/types/InputStickerSet.md
index 431c5404..dad726ff 100644
--- a/docs/API_docs/types/InputStickerSet.md
+++ b/docs/API_docs/types/InputStickerSet.md
@@ -2,20 +2,9 @@
### Constructors:
-
-
[inputStickerSetEmpty](../constructors/inputStickerSetEmpty.md)
[inputStickerSetID](../constructors/inputStickerSetID.md)
[inputStickerSetShortName](../constructors/inputStickerSetShortName.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputStickeredMedia.md b/docs/API_docs/types/InputStickeredMedia.md
index 12109cd9..3cf1d7fd 100644
--- a/docs/API_docs/types/InputStickeredMedia.md
+++ b/docs/API_docs/types/InputStickeredMedia.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[inputStickeredMediaPhoto](../constructors/inputStickeredMediaPhoto.md)
[inputStickeredMediaDocument](../constructors/inputStickeredMediaDocument.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/InputUser.md b/docs/API_docs/types/InputUser.md
index 1c0dd3e0..48c8b632 100644
--- a/docs/API_docs/types/InputUser.md
+++ b/docs/API_docs/types/InputUser.md
@@ -2,20 +2,9 @@
### Constructors:
-
-
[inputUserEmpty](../constructors/inputUserEmpty.md)
[inputUserSelf](../constructors/inputUserSelf.md)
[inputUser](../constructors/inputUser.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/KeyboardButton.md b/docs/API_docs/types/KeyboardButton.md
index 7518e27c..8eca6f34 100644
--- a/docs/API_docs/types/KeyboardButton.md
+++ b/docs/API_docs/types/KeyboardButton.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[keyboardButton](../constructors/keyboardButton.md)
[keyboardButtonUrl](../constructors/keyboardButtonUrl.md)
@@ -26,4 +16,3 @@
[keyboardButtonGame](../constructors/keyboardButtonGame.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/KeyboardButtonRow.md b/docs/API_docs/types/KeyboardButtonRow.md
index de5cd4ed..5bec495a 100644
--- a/docs/API_docs/types/KeyboardButtonRow.md
+++ b/docs/API_docs/types/KeyboardButtonRow.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[keyboardButtonRow](../constructors/keyboardButtonRow.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/MaskCoords.md b/docs/API_docs/types/MaskCoords.md
index 284bf3f9..de9879a4 100644
--- a/docs/API_docs/types/MaskCoords.md
+++ b/docs/API_docs/types/MaskCoords.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[maskCoords](../constructors/maskCoords.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/Message.md b/docs/API_docs/types/Message.md
index 155076bc..aea668e5 100644
--- a/docs/API_docs/types/Message.md
+++ b/docs/API_docs/types/Message.md
@@ -2,20 +2,9 @@
### Constructors:
-
-
[messageEmpty](../constructors/messageEmpty.md)
[message](../constructors/message.md)
[messageService](../constructors/messageService.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/MessageAction.md b/docs/API_docs/types/MessageAction.md
index 30ddb22a..9c669610 100644
--- a/docs/API_docs/types/MessageAction.md
+++ b/docs/API_docs/types/MessageAction.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[messageActionEmpty](../constructors/messageActionEmpty.md)
[messageActionChatCreate](../constructors/messageActionChatCreate.md)
@@ -40,4 +30,3 @@
[messageActionGameScore](../constructors/messageActionGameScore.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/MessageEntity.md b/docs/API_docs/types/MessageEntity.md
index b1057ed8..add88405 100644
--- a/docs/API_docs/types/MessageEntity.md
+++ b/docs/API_docs/types/MessageEntity.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[messageEntityUnknown](../constructors/messageEntityUnknown.md)
[messageEntityMention](../constructors/messageEntityMention.md)
@@ -38,4 +28,3 @@
[inputMessageEntityMentionName](../constructors/inputMessageEntityMentionName.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/MessageFwdHeader.md b/docs/API_docs/types/MessageFwdHeader.md
index 7c4ce535..d13e6873 100644
--- a/docs/API_docs/types/MessageFwdHeader.md
+++ b/docs/API_docs/types/MessageFwdHeader.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[messageFwdHeader](../constructors/messageFwdHeader.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/MessageMedia.md b/docs/API_docs/types/MessageMedia.md
index 800effbd..02fa7a84 100644
--- a/docs/API_docs/types/MessageMedia.md
+++ b/docs/API_docs/types/MessageMedia.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[messageMediaEmpty](../constructors/messageMediaEmpty.md)
[messageMediaPhoto](../constructors/messageMediaPhoto.md)
@@ -30,4 +20,3 @@
[messageMediaGame](../constructors/messageMediaGame.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/MessageRange.md b/docs/API_docs/types/MessageRange.md
index a17ec19c..02bcbaf0 100644
--- a/docs/API_docs/types/MessageRange.md
+++ b/docs/API_docs/types/MessageRange.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[messageRange](../constructors/messageRange.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/MessagesFilter.md b/docs/API_docs/types/MessagesFilter.md
index 8951de72..2e0f89b9 100644
--- a/docs/API_docs/types/MessagesFilter.md
+++ b/docs/API_docs/types/MessagesFilter.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[inputMessagesFilterEmpty](../constructors/inputMessagesFilterEmpty.md)
[inputMessagesFilterPhotos](../constructors/inputMessagesFilterPhotos.md)
@@ -34,4 +24,3 @@
[inputMessagesFilterChatPhotos](../constructors/inputMessagesFilterChatPhotos.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/NearestDc.md b/docs/API_docs/types/NearestDc.md
index 0328c998..53b41745 100644
--- a/docs/API_docs/types/NearestDc.md
+++ b/docs/API_docs/types/NearestDc.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[nearestDc](../constructors/nearestDc.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/NotifyPeer.md b/docs/API_docs/types/NotifyPeer.md
index 561de929..6b694c3d 100644
--- a/docs/API_docs/types/NotifyPeer.md
+++ b/docs/API_docs/types/NotifyPeer.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[notifyPeer](../constructors/notifyPeer.md)
[notifyUsers](../constructors/notifyUsers.md)
@@ -20,4 +10,3 @@
[notifyAll](../constructors/notifyAll.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/Null.md b/docs/API_docs/types/Null.md
index a5b48b1b..567e6a56 100644
--- a/docs/API_docs/types/Null.md
+++ b/docs/API_docs/types/Null.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[null](../constructors/null.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/Peer.md b/docs/API_docs/types/Peer.md
index 4604252a..ee144f55 100644
--- a/docs/API_docs/types/Peer.md
+++ b/docs/API_docs/types/Peer.md
@@ -2,20 +2,9 @@
### Constructors:
-
-
[peerUser](../constructors/peerUser.md)
[peerChat](../constructors/peerChat.md)
[peerChannel](../constructors/peerChannel.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/PeerNotifyEvents.md b/docs/API_docs/types/PeerNotifyEvents.md
index f148be7f..49810dfd 100644
--- a/docs/API_docs/types/PeerNotifyEvents.md
+++ b/docs/API_docs/types/PeerNotifyEvents.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[peerNotifyEventsEmpty](../constructors/peerNotifyEventsEmpty.md)
[peerNotifyEventsAll](../constructors/peerNotifyEventsAll.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/PeerNotifySettings.md b/docs/API_docs/types/PeerNotifySettings.md
index 109a81c4..1b9c3582 100644
--- a/docs/API_docs/types/PeerNotifySettings.md
+++ b/docs/API_docs/types/PeerNotifySettings.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[peerNotifySettingsEmpty](../constructors/peerNotifySettingsEmpty.md)
[peerNotifySettings](../constructors/peerNotifySettings.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/PeerSettings.md b/docs/API_docs/types/PeerSettings.md
index 7a011c03..780c90c7 100644
--- a/docs/API_docs/types/PeerSettings.md
+++ b/docs/API_docs/types/PeerSettings.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[peerSettings](../constructors/peerSettings.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/Photo.md b/docs/API_docs/types/Photo.md
index 39d46c4f..a9d993f2 100644
--- a/docs/API_docs/types/Photo.md
+++ b/docs/API_docs/types/Photo.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[photoEmpty](../constructors/photoEmpty.md)
[photo](../constructors/photo.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/PhotoSize.md b/docs/API_docs/types/PhotoSize.md
index d73b0fc8..16f1446f 100644
--- a/docs/API_docs/types/PhotoSize.md
+++ b/docs/API_docs/types/PhotoSize.md
@@ -2,20 +2,9 @@
### Constructors:
-
-
[photoSizeEmpty](../constructors/photoSizeEmpty.md)
[photoSize](../constructors/photoSize.md)
[photoCachedSize](../constructors/photoCachedSize.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/PrivacyKey.md b/docs/API_docs/types/PrivacyKey.md
index 412a1ff2..5870620a 100644
--- a/docs/API_docs/types/PrivacyKey.md
+++ b/docs/API_docs/types/PrivacyKey.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[privacyKeyStatusTimestamp](../constructors/privacyKeyStatusTimestamp.md)
[privacyKeyChatInvite](../constructors/privacyKeyChatInvite.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/PrivacyRule.md b/docs/API_docs/types/PrivacyRule.md
index f0cad0d9..27a5a1dc 100644
--- a/docs/API_docs/types/PrivacyRule.md
+++ b/docs/API_docs/types/PrivacyRule.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[privacyValueAllowContacts](../constructors/privacyValueAllowContacts.md)
[privacyValueAllowAll](../constructors/privacyValueAllowAll.md)
@@ -24,4 +14,3 @@
[privacyValueDisallowUsers](../constructors/privacyValueDisallowUsers.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ReceivedNotifyMessage.md b/docs/API_docs/types/ReceivedNotifyMessage.md
index 426f4155..e3ed53a8 100644
--- a/docs/API_docs/types/ReceivedNotifyMessage.md
+++ b/docs/API_docs/types/ReceivedNotifyMessage.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[receivedNotifyMessage](../constructors/receivedNotifyMessage.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ReplyMarkup.md b/docs/API_docs/types/ReplyMarkup.md
index b990466a..894edf25 100644
--- a/docs/API_docs/types/ReplyMarkup.md
+++ b/docs/API_docs/types/ReplyMarkup.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[replyKeyboardHide](../constructors/replyKeyboardHide.md)
[replyKeyboardForceReply](../constructors/replyKeyboardForceReply.md)
@@ -20,4 +10,3 @@
[replyInlineMarkup](../constructors/replyInlineMarkup.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/ReportReason.md b/docs/API_docs/types/ReportReason.md
index 886834d5..7c57e78a 100644
--- a/docs/API_docs/types/ReportReason.md
+++ b/docs/API_docs/types/ReportReason.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[inputReportReasonSpam](../constructors/inputReportReasonSpam.md)
[inputReportReasonViolence](../constructors/inputReportReasonViolence.md)
@@ -20,4 +10,3 @@
[inputReportReasonOther](../constructors/inputReportReasonOther.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/SendMessageAction.md b/docs/API_docs/types/SendMessageAction.md
index decba087..06812f28 100644
--- a/docs/API_docs/types/SendMessageAction.md
+++ b/docs/API_docs/types/SendMessageAction.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[sendMessageTypingAction](../constructors/sendMessageTypingAction.md)
[sendMessageCancelAction](../constructors/sendMessageCancelAction.md)
@@ -34,4 +24,3 @@
[sendMessageGamePlayAction](../constructors/sendMessageGamePlayAction.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/StickerPack.md b/docs/API_docs/types/StickerPack.md
index d63039b6..30f92b7f 100644
--- a/docs/API_docs/types/StickerPack.md
+++ b/docs/API_docs/types/StickerPack.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[stickerPack](../constructors/stickerPack.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/StickerSet.md b/docs/API_docs/types/StickerSet.md
index e3c5dda3..707607d6 100644
--- a/docs/API_docs/types/StickerSet.md
+++ b/docs/API_docs/types/StickerSet.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[stickerSet](../constructors/stickerSet.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/StickerSetCovered.md b/docs/API_docs/types/StickerSetCovered.md
index 907bdd3e..bf96f62a 100644
--- a/docs/API_docs/types/StickerSetCovered.md
+++ b/docs/API_docs/types/StickerSetCovered.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[stickerSetCovered](../constructors/stickerSetCovered.md)
[stickerSetMultiCovered](../constructors/stickerSetMultiCovered.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/TopPeer.md b/docs/API_docs/types/TopPeer.md
index ba5dcf04..dcdef23d 100644
--- a/docs/API_docs/types/TopPeer.md
+++ b/docs/API_docs/types/TopPeer.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[topPeer](../constructors/topPeer.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/TopPeerCategory.md b/docs/API_docs/types/TopPeerCategory.md
index e2872fda..dcb26a97 100644
--- a/docs/API_docs/types/TopPeerCategory.md
+++ b/docs/API_docs/types/TopPeerCategory.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[topPeerCategoryBotsPM](../constructors/topPeerCategoryBotsPM.md)
[topPeerCategoryBotsInline](../constructors/topPeerCategoryBotsInline.md)
@@ -22,4 +12,3 @@
[topPeerCategoryChannels](../constructors/topPeerCategoryChannels.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/TopPeerCategoryPeers.md b/docs/API_docs/types/TopPeerCategoryPeers.md
index 92d17c5f..2cac1212 100644
--- a/docs/API_docs/types/TopPeerCategoryPeers.md
+++ b/docs/API_docs/types/TopPeerCategoryPeers.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[topPeerCategoryPeers](../constructors/topPeerCategoryPeers.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/True.md b/docs/API_docs/types/True.md
index 60663149..77793998 100644
--- a/docs/API_docs/types/True.md
+++ b/docs/API_docs/types/True.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[true](../constructors/true.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/Update.md b/docs/API_docs/types/Update.md
index a0899189..0bbddca5 100644
--- a/docs/API_docs/types/Update.md
+++ b/docs/API_docs/types/Update.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[updateNewMessage](../constructors/updateNewMessage.md)
[updateMessageID](../constructors/updateMessageID.md)
@@ -118,4 +108,3 @@
[updatePtsChanged](../constructors/updatePtsChanged.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/Updates.md b/docs/API_docs/types/Updates.md
index c681b773..e196c904 100644
--- a/docs/API_docs/types/Updates.md
+++ b/docs/API_docs/types/Updates.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[updatesTooLong](../constructors/updatesTooLong.md)
[updateShortMessage](../constructors/updateShortMessage.md)
@@ -26,4 +16,3 @@
[updateShortSentMessage](../constructors/updateShortSentMessage.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/User.md b/docs/API_docs/types/User.md
index 4983e55e..32fa9d1a 100644
--- a/docs/API_docs/types/User.md
+++ b/docs/API_docs/types/User.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[userEmpty](../constructors/userEmpty.md)
[user](../constructors/user.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/UserFull.md b/docs/API_docs/types/UserFull.md
index 9a493902..bcf3430f 100644
--- a/docs/API_docs/types/UserFull.md
+++ b/docs/API_docs/types/UserFull.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[userFull](../constructors/userFull.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/UserProfilePhoto.md b/docs/API_docs/types/UserProfilePhoto.md
index cc14d7c5..8287e4b6 100644
--- a/docs/API_docs/types/UserProfilePhoto.md
+++ b/docs/API_docs/types/UserProfilePhoto.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[userProfilePhotoEmpty](../constructors/userProfilePhotoEmpty.md)
[userProfilePhoto](../constructors/userProfilePhoto.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/UserStatus.md b/docs/API_docs/types/UserStatus.md
index 81e33d6c..647d98d6 100644
--- a/docs/API_docs/types/UserStatus.md
+++ b/docs/API_docs/types/UserStatus.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[userStatusEmpty](../constructors/userStatusEmpty.md)
[userStatusOnline](../constructors/userStatusOnline.md)
@@ -24,4 +14,3 @@
[userStatusLastMonth](../constructors/userStatusLastMonth.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/Vector t.md b/docs/API_docs/types/Vector t.md
index 9a306927..b037677f 100644
--- a/docs/API_docs/types/Vector t.md
+++ b/docs/API_docs/types/Vector t.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[vector](../constructors/vector.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/WallPaper.md b/docs/API_docs/types/WallPaper.md
index 3a24ec04..ba0dfcd4 100644
--- a/docs/API_docs/types/WallPaper.md
+++ b/docs/API_docs/types/WallPaper.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[wallPaper](../constructors/wallPaper.md)
[wallPaperSolid](../constructors/wallPaperSolid.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/WebPage.md b/docs/API_docs/types/WebPage.md
index a8d43f95..414822ac 100644
--- a/docs/API_docs/types/WebPage.md
+++ b/docs/API_docs/types/WebPage.md
@@ -2,20 +2,9 @@
### Constructors:
-
-
[webPageEmpty](../constructors/webPageEmpty.md)
[webPagePending](../constructors/webPagePending.md)
[webPage](../constructors/webPage.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/account_Authorizations.md b/docs/API_docs/types/account_Authorizations.md
index fb6c0063..1d6d52c9 100644
--- a/docs/API_docs/types/account_Authorizations.md
+++ b/docs/API_docs/types/account_Authorizations.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[account\_authorizations](../constructors/account\_authorizations.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/account_Password.md b/docs/API_docs/types/account_Password.md
index edabc56d..079d5727 100644
--- a/docs/API_docs/types/account_Password.md
+++ b/docs/API_docs/types/account_Password.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[account\_noPassword](../constructors/account\_noPassword.md)
[account\_password](../constructors/account\_password.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/account_PasswordInputSettings.md b/docs/API_docs/types/account_PasswordInputSettings.md
index fa800819..db0b54a9 100644
--- a/docs/API_docs/types/account_PasswordInputSettings.md
+++ b/docs/API_docs/types/account_PasswordInputSettings.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[account\_passwordInputSettings](../constructors/account\_passwordInputSettings.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/account_PasswordSettings.md b/docs/API_docs/types/account_PasswordSettings.md
index 8db63897..31e7582b 100644
--- a/docs/API_docs/types/account_PasswordSettings.md
+++ b/docs/API_docs/types/account_PasswordSettings.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[account\_passwordSettings](../constructors/account\_passwordSettings.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/account_PrivacyRules.md b/docs/API_docs/types/account_PrivacyRules.md
index 5772a323..1e24fd5a 100644
--- a/docs/API_docs/types/account_PrivacyRules.md
+++ b/docs/API_docs/types/account_PrivacyRules.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[account\_privacyRules](../constructors/account\_privacyRules.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/auth_Authorization.md b/docs/API_docs/types/auth_Authorization.md
index d07374b2..b41fe9a9 100644
--- a/docs/API_docs/types/auth_Authorization.md
+++ b/docs/API_docs/types/auth_Authorization.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[auth\_authorization](../constructors/auth\_authorization.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/auth_CheckedPhone.md b/docs/API_docs/types/auth_CheckedPhone.md
index 5947ffe8..8d8bdbcc 100644
--- a/docs/API_docs/types/auth_CheckedPhone.md
+++ b/docs/API_docs/types/auth_CheckedPhone.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[auth\_checkedPhone](../constructors/auth\_checkedPhone.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/auth_CodeType.md b/docs/API_docs/types/auth_CodeType.md
index 23afbefe..468d6ed8 100644
--- a/docs/API_docs/types/auth_CodeType.md
+++ b/docs/API_docs/types/auth_CodeType.md
@@ -2,20 +2,9 @@
### Constructors:
-
-
[auth\_codeTypeSms](../constructors/auth\_codeTypeSms.md)
[auth\_codeTypeCall](../constructors/auth\_codeTypeCall.md)
[auth\_codeTypeFlashCall](../constructors/auth\_codeTypeFlashCall.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/auth_ExportedAuthorization.md b/docs/API_docs/types/auth_ExportedAuthorization.md
index 17bf23e3..915e77ad 100644
--- a/docs/API_docs/types/auth_ExportedAuthorization.md
+++ b/docs/API_docs/types/auth_ExportedAuthorization.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[auth\_exportedAuthorization](../constructors/auth\_exportedAuthorization.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/auth_PasswordRecovery.md b/docs/API_docs/types/auth_PasswordRecovery.md
index 0f60fa9c..1a3e1a0c 100644
--- a/docs/API_docs/types/auth_PasswordRecovery.md
+++ b/docs/API_docs/types/auth_PasswordRecovery.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[auth\_passwordRecovery](../constructors/auth\_passwordRecovery.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/auth_SentCode.md b/docs/API_docs/types/auth_SentCode.md
index bb2591fa..4a69be55 100644
--- a/docs/API_docs/types/auth_SentCode.md
+++ b/docs/API_docs/types/auth_SentCode.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[auth\_sentCode](../constructors/auth\_sentCode.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/auth_SentCodeType.md b/docs/API_docs/types/auth_SentCodeType.md
index 81beea41..ec2db681 100644
--- a/docs/API_docs/types/auth_SentCodeType.md
+++ b/docs/API_docs/types/auth_SentCodeType.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[auth\_sentCodeTypeApp](../constructors/auth\_sentCodeTypeApp.md)
[auth\_sentCodeTypeSms](../constructors/auth\_sentCodeTypeSms.md)
@@ -20,4 +10,3 @@
[auth\_sentCodeTypeFlashCall](../constructors/auth\_sentCodeTypeFlashCall.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/channels_ChannelParticipant.md b/docs/API_docs/types/channels_ChannelParticipant.md
index a6090ad9..cb243dd2 100644
--- a/docs/API_docs/types/channels_ChannelParticipant.md
+++ b/docs/API_docs/types/channels_ChannelParticipant.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[channels\_channelParticipant](../constructors/channels\_channelParticipant.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/channels_ChannelParticipants.md b/docs/API_docs/types/channels_ChannelParticipants.md
index a2455694..90c339e2 100644
--- a/docs/API_docs/types/channels_ChannelParticipants.md
+++ b/docs/API_docs/types/channels_ChannelParticipants.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[channels\_channelParticipants](../constructors/channels\_channelParticipants.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/contacts_Blocked.md b/docs/API_docs/types/contacts_Blocked.md
index d77b9825..dbcb87a6 100644
--- a/docs/API_docs/types/contacts_Blocked.md
+++ b/docs/API_docs/types/contacts_Blocked.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[contacts\_blocked](../constructors/contacts\_blocked.md)
[contacts\_blockedSlice](../constructors/contacts\_blockedSlice.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/contacts_Contacts.md b/docs/API_docs/types/contacts_Contacts.md
index 958e5a4f..aaeba5b2 100644
--- a/docs/API_docs/types/contacts_Contacts.md
+++ b/docs/API_docs/types/contacts_Contacts.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[contacts\_contactsNotModified](../constructors/contacts\_contactsNotModified.md)
[contacts\_contacts](../constructors/contacts\_contacts.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/contacts_Found.md b/docs/API_docs/types/contacts_Found.md
index 7b791446..d057c057 100644
--- a/docs/API_docs/types/contacts_Found.md
+++ b/docs/API_docs/types/contacts_Found.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[contacts\_found](../constructors/contacts\_found.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/contacts_ImportedContacts.md b/docs/API_docs/types/contacts_ImportedContacts.md
index c5159603..99f17474 100644
--- a/docs/API_docs/types/contacts_ImportedContacts.md
+++ b/docs/API_docs/types/contacts_ImportedContacts.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[contacts\_importedContacts](../constructors/contacts\_importedContacts.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/contacts_Link.md b/docs/API_docs/types/contacts_Link.md
index 4fcb7afc..3d9a92ff 100644
--- a/docs/API_docs/types/contacts_Link.md
+++ b/docs/API_docs/types/contacts_Link.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[contacts\_link](../constructors/contacts\_link.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/contacts_ResolvedPeer.md b/docs/API_docs/types/contacts_ResolvedPeer.md
index 5e13805f..baa1f27e 100644
--- a/docs/API_docs/types/contacts_ResolvedPeer.md
+++ b/docs/API_docs/types/contacts_ResolvedPeer.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[contacts\_resolvedPeer](../constructors/contacts\_resolvedPeer.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/contacts_TopPeers.md b/docs/API_docs/types/contacts_TopPeers.md
index b364768e..1a802eea 100644
--- a/docs/API_docs/types/contacts_TopPeers.md
+++ b/docs/API_docs/types/contacts_TopPeers.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[contacts\_topPeersNotModified](../constructors/contacts\_topPeersNotModified.md)
[contacts\_topPeers](../constructors/contacts\_topPeers.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/help_AppChangelog.md b/docs/API_docs/types/help_AppChangelog.md
index fdc4bb46..a6d64a5f 100644
--- a/docs/API_docs/types/help_AppChangelog.md
+++ b/docs/API_docs/types/help_AppChangelog.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[help\_appChangelogEmpty](../constructors/help\_appChangelogEmpty.md)
[help\_appChangelog](../constructors/help\_appChangelog.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/help_AppUpdate.md b/docs/API_docs/types/help_AppUpdate.md
index e3de6841..078b97d5 100644
--- a/docs/API_docs/types/help_AppUpdate.md
+++ b/docs/API_docs/types/help_AppUpdate.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[help\_appUpdate](../constructors/help\_appUpdate.md)
[help\_noAppUpdate](../constructors/help\_noAppUpdate.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/help_InviteText.md b/docs/API_docs/types/help_InviteText.md
index 139a1a05..f946bdb1 100644
--- a/docs/API_docs/types/help_InviteText.md
+++ b/docs/API_docs/types/help_InviteText.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[help\_inviteText](../constructors/help\_inviteText.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/help_Support.md b/docs/API_docs/types/help_Support.md
index c67a52f8..92a8e516 100644
--- a/docs/API_docs/types/help_Support.md
+++ b/docs/API_docs/types/help_Support.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[help\_support](../constructors/help\_support.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/help_TermsOfService.md b/docs/API_docs/types/help_TermsOfService.md
index a97acb4a..7a803e76 100644
--- a/docs/API_docs/types/help_TermsOfService.md
+++ b/docs/API_docs/types/help_TermsOfService.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[help\_termsOfService](../constructors/help\_termsOfService.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/index.md b/docs/API_docs/types/index.md
index 20794843..eec77788 100644
--- a/docs/API_docs/types/index.md
+++ b/docs/API_docs/types/index.md
@@ -1,14 +1,5 @@
# Types
-
-
+
[AccountDaysTTL](AccountDaysTTL.md)
[Authorization](Authorization.md)
@@ -333,4 +324,3 @@
[upload_File](upload_File.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_AffectedHistory.md b/docs/API_docs/types/messages_AffectedHistory.md
index d93d418f..4f07e467 100644
--- a/docs/API_docs/types/messages_AffectedHistory.md
+++ b/docs/API_docs/types/messages_AffectedHistory.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[messages\_affectedHistory](../constructors/messages\_affectedHistory.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_AffectedMessages.md b/docs/API_docs/types/messages_AffectedMessages.md
index ef998cdb..d181cb40 100644
--- a/docs/API_docs/types/messages_AffectedMessages.md
+++ b/docs/API_docs/types/messages_AffectedMessages.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[messages\_affectedMessages](../constructors/messages\_affectedMessages.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_AllStickers.md b/docs/API_docs/types/messages_AllStickers.md
index 8d8640d2..32fefb50 100644
--- a/docs/API_docs/types/messages_AllStickers.md
+++ b/docs/API_docs/types/messages_AllStickers.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[messages\_allStickersNotModified](../constructors/messages\_allStickersNotModified.md)
[messages\_allStickers](../constructors/messages\_allStickers.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_ArchivedStickers.md b/docs/API_docs/types/messages_ArchivedStickers.md
index 1cf1565e..516ebf1f 100644
--- a/docs/API_docs/types/messages_ArchivedStickers.md
+++ b/docs/API_docs/types/messages_ArchivedStickers.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[messages\_archivedStickers](../constructors/messages\_archivedStickers.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_BotCallbackAnswer.md b/docs/API_docs/types/messages_BotCallbackAnswer.md
index f581b9cd..d5ae2943 100644
--- a/docs/API_docs/types/messages_BotCallbackAnswer.md
+++ b/docs/API_docs/types/messages_BotCallbackAnswer.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[messages\_botCallbackAnswer](../constructors/messages\_botCallbackAnswer.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_BotResults.md b/docs/API_docs/types/messages_BotResults.md
index 96498296..8a591d76 100644
--- a/docs/API_docs/types/messages_BotResults.md
+++ b/docs/API_docs/types/messages_BotResults.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[messages\_botResults](../constructors/messages\_botResults.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_ChatFull.md b/docs/API_docs/types/messages_ChatFull.md
index b1d42a60..7671232c 100644
--- a/docs/API_docs/types/messages_ChatFull.md
+++ b/docs/API_docs/types/messages_ChatFull.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[messages\_chatFull](../constructors/messages\_chatFull.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_Chats.md b/docs/API_docs/types/messages_Chats.md
index 0ea4131f..c5d6bfb8 100644
--- a/docs/API_docs/types/messages_Chats.md
+++ b/docs/API_docs/types/messages_Chats.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[messages\_chats](../constructors/messages\_chats.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_DhConfig.md b/docs/API_docs/types/messages_DhConfig.md
index 358d5e6f..c998f2fc 100644
--- a/docs/API_docs/types/messages_DhConfig.md
+++ b/docs/API_docs/types/messages_DhConfig.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[messages\_dhConfigNotModified](../constructors/messages\_dhConfigNotModified.md)
[messages\_dhConfig](../constructors/messages\_dhConfig.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_Dialogs.md b/docs/API_docs/types/messages_Dialogs.md
index 300bcade..ad11eb90 100644
--- a/docs/API_docs/types/messages_Dialogs.md
+++ b/docs/API_docs/types/messages_Dialogs.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[messages\_dialogs](../constructors/messages\_dialogs.md)
[messages\_dialogsSlice](../constructors/messages\_dialogsSlice.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_FeaturedStickers.md b/docs/API_docs/types/messages_FeaturedStickers.md
index c73bde15..eb17d1d5 100644
--- a/docs/API_docs/types/messages_FeaturedStickers.md
+++ b/docs/API_docs/types/messages_FeaturedStickers.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[messages\_featuredStickersNotModified](../constructors/messages\_featuredStickersNotModified.md)
[messages\_featuredStickers](../constructors/messages\_featuredStickers.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_FoundGifs.md b/docs/API_docs/types/messages_FoundGifs.md
index ea235c56..dfc278c2 100644
--- a/docs/API_docs/types/messages_FoundGifs.md
+++ b/docs/API_docs/types/messages_FoundGifs.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[messages\_foundGifs](../constructors/messages\_foundGifs.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_HighScores.md b/docs/API_docs/types/messages_HighScores.md
index c8f9c96b..f7cb1881 100644
--- a/docs/API_docs/types/messages_HighScores.md
+++ b/docs/API_docs/types/messages_HighScores.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[messages\_highScores](../constructors/messages\_highScores.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_MessageEditData.md b/docs/API_docs/types/messages_MessageEditData.md
index c7b39d9a..26b436b5 100644
--- a/docs/API_docs/types/messages_MessageEditData.md
+++ b/docs/API_docs/types/messages_MessageEditData.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[messages\_messageEditData](../constructors/messages\_messageEditData.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_Messages.md b/docs/API_docs/types/messages_Messages.md
index 6d187eaa..8172d3c3 100644
--- a/docs/API_docs/types/messages_Messages.md
+++ b/docs/API_docs/types/messages_Messages.md
@@ -2,20 +2,9 @@
### Constructors:
-
-
[messages\_messages](../constructors/messages\_messages.md)
[messages\_messagesSlice](../constructors/messages\_messagesSlice.md)
[messages\_channelMessages](../constructors/messages\_channelMessages.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_PeerDialogs.md b/docs/API_docs/types/messages_PeerDialogs.md
index b8f1b0ac..ed37c7f9 100644
--- a/docs/API_docs/types/messages_PeerDialogs.md
+++ b/docs/API_docs/types/messages_PeerDialogs.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[messages\_peerDialogs](../constructors/messages\_peerDialogs.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_RecentStickers.md b/docs/API_docs/types/messages_RecentStickers.md
index 2922c4bb..9f5fd503 100644
--- a/docs/API_docs/types/messages_RecentStickers.md
+++ b/docs/API_docs/types/messages_RecentStickers.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[messages\_recentStickersNotModified](../constructors/messages\_recentStickersNotModified.md)
[messages\_recentStickers](../constructors/messages\_recentStickers.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_SavedGifs.md b/docs/API_docs/types/messages_SavedGifs.md
index 0ac00df9..cdbc4f44 100644
--- a/docs/API_docs/types/messages_SavedGifs.md
+++ b/docs/API_docs/types/messages_SavedGifs.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[messages\_savedGifsNotModified](../constructors/messages\_savedGifsNotModified.md)
[messages\_savedGifs](../constructors/messages\_savedGifs.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_SentEncryptedMessage.md b/docs/API_docs/types/messages_SentEncryptedMessage.md
index c5738382..59f70f13 100644
--- a/docs/API_docs/types/messages_SentEncryptedMessage.md
+++ b/docs/API_docs/types/messages_SentEncryptedMessage.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[messages\_sentEncryptedMessage](../constructors/messages\_sentEncryptedMessage.md)
[messages\_sentEncryptedFile](../constructors/messages\_sentEncryptedFile.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_StickerSet.md b/docs/API_docs/types/messages_StickerSet.md
index 98561577..858cf272 100644
--- a/docs/API_docs/types/messages_StickerSet.md
+++ b/docs/API_docs/types/messages_StickerSet.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[messages\_stickerSet](../constructors/messages\_stickerSet.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_StickerSetInstallResult.md b/docs/API_docs/types/messages_StickerSetInstallResult.md
index 6ed55576..5d5ad750 100644
--- a/docs/API_docs/types/messages_StickerSetInstallResult.md
+++ b/docs/API_docs/types/messages_StickerSetInstallResult.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[messages\_stickerSetInstallResultSuccess](../constructors/messages\_stickerSetInstallResultSuccess.md)
[messages\_stickerSetInstallResultArchive](../constructors/messages\_stickerSetInstallResultArchive.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/messages_Stickers.md b/docs/API_docs/types/messages_Stickers.md
index e117fc76..81364535 100644
--- a/docs/API_docs/types/messages_Stickers.md
+++ b/docs/API_docs/types/messages_Stickers.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[messages\_stickersNotModified](../constructors/messages\_stickersNotModified.md)
[messages\_stickers](../constructors/messages\_stickers.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/photos_Photo.md b/docs/API_docs/types/photos_Photo.md
index 9fa73c27..87773fd7 100644
--- a/docs/API_docs/types/photos_Photo.md
+++ b/docs/API_docs/types/photos_Photo.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[photos\_photo](../constructors/photos\_photo.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/photos_Photos.md b/docs/API_docs/types/photos_Photos.md
index 0657d6b0..45923939 100644
--- a/docs/API_docs/types/photos_Photos.md
+++ b/docs/API_docs/types/photos_Photos.md
@@ -2,18 +2,7 @@
### Constructors:
-
-
[photos\_photos](../constructors/photos\_photos.md)
[photos\_photosSlice](../constructors/photos\_photosSlice.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/storage_FileType.md b/docs/API_docs/types/storage_FileType.md
index 83e84eea..0123db69 100644
--- a/docs/API_docs/types/storage_FileType.md
+++ b/docs/API_docs/types/storage_FileType.md
@@ -2,16 +2,6 @@
### Constructors:
-
-
[storage\_fileUnknown](../constructors/storage\_fileUnknown.md)
[storage\_fileJpeg](../constructors/storage\_fileJpeg.md)
@@ -32,4 +22,3 @@
[storage\_fileWebp](../constructors/storage\_fileWebp.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/updates_ChannelDifference.md b/docs/API_docs/types/updates_ChannelDifference.md
index f4d8ac45..9ae8c93f 100644
--- a/docs/API_docs/types/updates_ChannelDifference.md
+++ b/docs/API_docs/types/updates_ChannelDifference.md
@@ -2,20 +2,9 @@
### Constructors:
-
-
[updates\_channelDifferenceEmpty](../constructors/updates\_channelDifferenceEmpty.md)
[updates\_channelDifferenceTooLong](../constructors/updates\_channelDifferenceTooLong.md)
[updates\_channelDifference](../constructors/updates\_channelDifference.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/updates_Difference.md b/docs/API_docs/types/updates_Difference.md
index fbb5f203..d9299aec 100644
--- a/docs/API_docs/types/updates_Difference.md
+++ b/docs/API_docs/types/updates_Difference.md
@@ -2,20 +2,9 @@
### Constructors:
-
-
[updates\_differenceEmpty](../constructors/updates\_differenceEmpty.md)
[updates\_difference](../constructors/updates\_difference.md)
[updates\_differenceSlice](../constructors/updates\_differenceSlice.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/updates_State.md b/docs/API_docs/types/updates_State.md
index 862c2848..20c780e5 100644
--- a/docs/API_docs/types/updates_State.md
+++ b/docs/API_docs/types/updates_State.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[updates\_state](../constructors/updates\_state.md)
-
\ No newline at end of file
diff --git a/docs/API_docs/types/upload_File.md b/docs/API_docs/types/upload_File.md
index ab2c5a1a..4c6cc011 100644
--- a/docs/API_docs/types/upload_File.md
+++ b/docs/API_docs/types/upload_File.md
@@ -2,16 +2,5 @@
### Constructors:
-
-
[upload\_file](../constructors/upload\_file.md)
-
\ No newline at end of file
diff --git a/docs/index.md b/docs/index.md
index 9bd76e6e..513004cd 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -6,7 +6,7 @@ Created by [Daniil Gentili](https://daniil.it), licensed under AGPLv3.
PHP implementation of MTProto, based on [telepy](https://github.com/griganton/telepy_old).
-This project can run on PHP 7, PHP 5.6 and HHVM.
+This project can run on PHP 7, PHP 5.6 and HHVM, only 64 bit systems are supported ATM.
Also note that MadelineProto will perform better if a big math extension like gmp o bcmath is installed.
@@ -226,6 +226,7 @@ MadelineProto can throw three different exceptions:
You can use this scheme of the structure of this project to help yourself:
```
+build_docs.php - Builds API docs from TL scheme files
src/danog/MadelineProto/
MTProtoTools/
AckHandler - Handles acknowledgement of incoming and outgoing mtproto messages
@@ -250,8 +251,7 @@ src/danog/MadelineProto/
DebugTools - Various debugging tools
Exception - Handles exceptions and PHP errors
RPCErrorException - Handles RPC errors
- MTProto - Extends MTProtoTools, handles initial connection, generation of authorization keys, instantiation of classes, writing of client info
- MTProtoTools - Extends all of the classes in MTProtoTools/
+ MTProto - Handles initial connection, generation of authorization keys, instantiation of classes, writing of client info
Logger - Static logging class
prime.py and getpq.py - prime module (python) for p and q generation
PrimeModule.php - prime module (php) for p and q generation by wrapping the python module, using wolfram alpha or a built in PHP engine