TL-Schema for Telegram API - Layer 73

Jump to functions

boolFalse#bc799737 = Bool;

boolTrue#997275b5 = Bool;

error#c4b9f9bb code:int text:string = Error;

null#56730bcc = Null;

inputPeerEmpty#7f3b18ea = InputPeer;

inputPeerSelf#7da07ec9 = InputPeer;

inputPeerChat#179be863 chat_id:int = InputPeer;

inputUserEmpty#b98886cf = InputUser;

inputUserSelf#f7c1b13f = InputUser;

inputPhoneContact#f392b7f4 client_id:long phone:string first_name:string last_name:string = InputContact;

inputFile#f52ff27f id:long parts:int name:string md5_checksum:string = InputFile;

inputMediaEmpty#9664f57f = InputMedia;

inputMediaUploadedPhoto#2f37e231 file:InputFile caption:string stickers:Vector<InputDocument> ttl_seconds:int = InputMedia;

inputMediaPhoto#81fa373a id:InputPhoto caption:string ttl_seconds:int = InputMedia;

inputMediaGeoPoint#f9c44144 geo_point:InputGeoPoint = InputMedia;

inputMediaContact#a6e45987 phone_number:string first_name:string last_name:string = InputMedia;

inputChatPhotoEmpty#1ca48f57 = InputChatPhoto;

inputChatUploadedPhoto#927c55b4 file:InputFile = InputChatPhoto;

inputChatPhoto#8953ad37 id:InputPhoto = InputChatPhoto;

inputGeoPointEmpty#e4c123d6 = InputGeoPoint;

inputGeoPoint#f3b7acc9 lat:double long:double = InputGeoPoint;

inputPhotoEmpty#1cd7bf0d = InputPhoto;

inputPhoto#fb95c6c4 id:long access_hash:long = InputPhoto;

inputFileLocation#14637196 volume_id:long local_id:int secret:long = InputFileLocation;

inputAppEvent#770656a8 time:double type:string peer:long data:string = InputAppEvent;

peerUser#9db1bc6d user_id:int = Peer;

peerChat#bad0e5bb chat_id:int = Peer;

storage.fileUnknown#aa963b05 = storage.FileType;

storage.fileJpeg#7efe0e = storage.FileType;

storage.fileGif#cae1aadf = storage.FileType;

storage.filePng#a4f63c0 = storage.FileType;

storage.fileMp3#528a0677 = storage.FileType;

storage.fileMov#4b09ebbc = storage.FileType;

storage.filePartial#40bc6f52 = storage.FileType;

storage.fileMp4#b3cea0e4 = storage.FileType;

storage.fileWebp#1081464c = storage.FileType;

fileLocationUnavailable#7c596b46 volume_id:long local_id:int secret:long = FileLocation;

fileLocation#53d69076 dc_id:int volume_id:long local_id:int secret:long = FileLocation;

userEmpty#200250ba id:int = User;

userProfilePhotoEmpty#4f11bae1 = UserProfilePhoto;

userProfilePhoto#d559d8c8 photo_id:long photo_small:FileLocation photo_big:FileLocation = UserProfilePhoto;

userStatusEmpty#9d05049 = UserStatus;

userStatusOnline#edb93949 expires:int = UserStatus;

userStatusOffline#8c703f was_online:int = UserStatus;

chatEmpty#9ba2d800 id:int = Chat;

chat#d91cdd54 creator:true kicked:true left:true admins_enabled:true admin:true deactivated:true id:int title:string photo:ChatPhoto participants_count:int date:int version:int migrated_to:InputChannel = Chat;

chatForbidden#7328bdb id:int title:string = Chat;

chatFull#2e02a614 id:int participants:ChatParticipants chat_photo:Photo notify_settings:PeerNotifySettings exported_invite:ExportedChatInvite bot_info:Vector<BotInfo> = ChatFull;

chatParticipant#c8d7493e user_id:int inviter_id:int date:int = ChatParticipant;

chatParticipantsForbidden#fc900c2b chat_id:int self_participant:ChatParticipant = ChatParticipants;

chatParticipants#3f460fed chat_id:int participants:Vector<ChatParticipant> version:int = ChatParticipants;

chatPhotoEmpty#37c1011c = ChatPhoto;

chatPhoto#6153276a photo_small:FileLocation photo_big:FileLocation = ChatPhoto;

messageEmpty#83e5de54 id:int = Message;

message#44f9b43d out:true mentioned:true media_unread:true silent:true post:true id:int from_id:int to_id:Peer fwd_from:MessageFwdHeader via_bot_id:int reply_to_msg_id:int date:int message:string media:MessageMedia reply_markup:ReplyMarkup entities:Vector<MessageEntity> views:int edit_date:int post_author:string grouped_id:long = Message;

messageService#9e19a1f6 out:true mentioned:true media_unread:true silent:true post:true id:int from_id:int to_id:Peer reply_to_msg_id:int date:int action:MessageAction = Message;

messageMediaEmpty#3ded6320 = MessageMedia;

messageMediaPhoto#b5223b0f photo:Photo caption:string ttl_seconds:int = MessageMedia;

messageMediaGeo#56e0d474 geo:GeoPoint = MessageMedia;

messageMediaContact#5e7d2f39 phone_number:string first_name:string last_name:string user_id:int = MessageMedia;

messageMediaUnsupported#9f84f49e = MessageMedia;

messageActionEmpty#b6aef7b0 = MessageAction;

messageActionChatCreate#a6638b9a title:string users:Vector<int> = MessageAction;

messageActionChatEditTitle#b5a1ce5a title:string = MessageAction;

messageActionChatEditPhoto#7fcb13a8 photo:Photo = MessageAction;

messageActionChatDeletePhoto#95e3fbef = MessageAction;

messageActionChatAddUser#488a7337 users:Vector<int> = MessageAction;

messageActionChatDeleteUser#b2ae9b0c user_id:int = MessageAction;

dialog#e4def5db pinned:true peer:Peer top_message:int read_inbox_max_id:int read_outbox_max_id:int unread_count:int unread_mentions_count:int notify_settings:PeerNotifySettings pts:int draft:DraftMessage = Dialog;

photoEmpty#2331b22d id:long = Photo;

photo#9288dd29 has_stickers:true id:long access_hash:long date:int sizes:Vector<PhotoSize> = Photo;

photoSizeEmpty#e17e23c type:string = PhotoSize;

photoSize#77bfb61b type:string location:FileLocation w:int h:int size:int = PhotoSize;

photoCachedSize#e9a734fa type:string location:FileLocation w:int h:int bytes:bytes = PhotoSize;

geoPointEmpty#1117dd5f = GeoPoint;

geoPoint#2049d70c long:double lat:double = GeoPoint;

auth.checkedPhone#811ea28e phone_registered:Bool = auth.CheckedPhone;

auth.sentCode#5e002502 phone_registered:true type:auth.SentCodeType phone_code_hash:string next_type:auth.CodeType timeout:int = auth.SentCode;

auth.authorization#cd050916 tmp_sessions:int user:User = auth.Authorization;

auth.exportedAuthorization#df969c2d id:int bytes:bytes = auth.ExportedAuthorization;

inputNotifyPeer#b8bc5b0c peer:InputPeer = InputNotifyPeer;

inputNotifyUsers#193b4417 = InputNotifyPeer;

inputNotifyChats#4a95e84e = InputNotifyPeer;

inputNotifyAll#a429b886 = InputNotifyPeer;

inputPeerNotifySettings#38935eb2 show_previews:true silent:true mute_until:int sound:string = InputPeerNotifySettings;

peerNotifyEventsEmpty#add53cb3 = PeerNotifyEvents;

peerNotifyEventsAll#6d1ded88 = PeerNotifyEvents;

peerNotifySettingsEmpty#70a68512 = PeerNotifySettings;

peerNotifySettings#9acda4c0 show_previews:true silent:true mute_until:int sound:string = PeerNotifySettings;

wallPaper#ccb03657 id:int title:string sizes:Vector<PhotoSize> color:int = WallPaper;

userFull#f220f3f blocked:true phone_calls_available:true phone_calls_private:true user:User about:string link:contacts.Link profile_photo:Photo notify_settings:PeerNotifySettings bot_info:BotInfo common_chats_count:int = UserFull;

contact#f911c994 user_id:int mutual:Bool = Contact;

importedContact#d0028438 user_id:int client_id:long = ImportedContact;

contactBlocked#561bc879 user_id:int date:int = ContactBlocked;

contactStatus#d3680c61 user_id:int status:UserStatus = ContactStatus;

contacts.link#3ace484c my_link:ContactLink foreign_link:ContactLink user:User = contacts.Link;

contacts.contacts#eae87e42 contacts:Vector<Contact> saved_count:int users:Vector<User> = contacts.Contacts;

contacts.contactsNotModified#b74ba9d2 = contacts.Contacts;

contacts.importedContacts#77d01c3b imported:Vector<ImportedContact> popular_invites:Vector<PopularContact> retry_contacts:Vector<long> users:Vector<User> = contacts.ImportedContacts;

contacts.blocked#1c138d15 blocked:Vector<ContactBlocked> users:Vector<User> = contacts.Blocked;

contacts.blockedSlice#900802a1 count:int blocked:Vector<ContactBlocked> users:Vector<User> = contacts.Blocked;

contacts.found#1aa1f784 results:Vector<Peer> chats:Vector<Chat> users:Vector<User> = contacts.Found;

messages.dialogs#15ba6c40 dialogs:Vector<Dialog> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = messages.Dialogs;

messages.dialogsSlice#71e094f3 count:int dialogs:Vector<Dialog> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = messages.Dialogs;

messages.messages#8c718e87 messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = messages.Messages;

messages.messagesSlice#b446ae3 count:int messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = messages.Messages;

messages.chats#64ff9fd5 chats:Vector<Chat> = messages.Chats;

messages.chatFull#e5d7d19c full_chat:ChatFull chats:Vector<Chat> users:Vector<User> = messages.ChatFull;

messages.affectedHistory#b45c69d1 pts:int pts_count:int offset:int = messages.AffectedHistory;

inputMessagesFilterEmpty#57e2f66c = MessagesFilter;

inputMessagesFilterPhotos#9609a51c = MessagesFilter;

inputMessagesFilterVideo#9fc00e65 = MessagesFilter;

inputMessagesFilterPhotoVideo#56e9f0e4 = MessagesFilter;

updateNewMessage#1f2b0afd message:Message pts:int pts_count:int = Update;

updateMessageID#4e90bfd6 id:int random_id:long = Update;

updateDeleteMessages#a20db0e5 messages:Vector<int> pts:int pts_count:int = Update;

updateUserTyping#5c486927 user_id:int action:SendMessageAction = Update;

updateChatUserTyping#9a65ea1f chat_id:int user_id:int action:SendMessageAction = Update;

updateChatParticipants#7761198 participants:ChatParticipants = Update;

updateUserStatus#1bfbd823 user_id:int status:UserStatus = Update;

updateUserName#a7332b73 user_id:int first_name:string last_name:string username:string = Update;

updateUserPhoto#95313b0c user_id:int date:int photo:UserProfilePhoto previous:Bool = Update;

updateContactRegistered#2575bbb9 user_id:int date:int = Update;

updateContactLink#9d2e67c5 user_id:int my_link:ContactLink foreign_link:ContactLink = Update;

updates.state#a56c2a3e pts:int qts:int date:int seq:int unread_count:int = updates.State;

updates.differenceEmpty#5d75a138 date:int seq:int = updates.Difference;

updates.difference#f49ca0 new_messages:Vector<Message> new_encrypted_messages:Vector<EncryptedMessage> other_updates:Vector<Update> chats:Vector<Chat> users:Vector<User> state:updates.State = updates.Difference;

updates.differenceSlice#a8fb1981 new_messages:Vector<Message> new_encrypted_messages:Vector<EncryptedMessage> other_updates:Vector<Update> chats:Vector<Chat> users:Vector<User> intermediate_state:updates.State = updates.Difference;

updatesTooLong#e317af7e = Updates;

updateShortMessage#914fbf11 out:true mentioned:true media_unread:true silent:true id:int user_id:int message:string pts:int pts_count:int date:int fwd_from:MessageFwdHeader via_bot_id:int reply_to_msg_id:int entities:Vector<MessageEntity> = Updates;

updateShortChatMessage#16812688 out:true mentioned:true media_unread:true silent:true id:int from_id:int chat_id:int message:string pts:int pts_count:int date:int fwd_from:MessageFwdHeader via_bot_id:int reply_to_msg_id:int entities:Vector<MessageEntity> = Updates;

updateShort#78d4dec1 update:Update date:int = Updates;

updatesCombined#725b04c3 updates:Vector<Update> users:Vector<User> chats:Vector<Chat> date:int seq_start:int seq:int = Updates;

updates#74ae4240 updates:Vector<Update> users:Vector<User> chats:Vector<Chat> date:int seq:int = Updates;

photos.photo#20212ca8 photo:Photo users:Vector<User> = photos.Photo;

upload.file#96a18d5 type:storage.FileType mtime:int bytes:bytes = upload.File;

dcOption#5d8c6cc ipv6:true media_only:true tcpo_only:true cdn:true static:true id:int ip_address:string port:int = DcOption;

config#9c840964 phonecalls_enabled:true date:int expires:int test_mode:Bool this_dc:int dc_options:Vector<DcOption> chat_size_max:int megagroup_size_max:int forwarded_count_max:int online_update_period_ms:int offline_blur_timeout_ms:int offline_idle_timeout_ms:int online_cloud_timeout_ms:int notify_cloud_delay_ms:int notify_default_delay_ms:int chat_big_size:int push_chat_period_ms:int push_chat_limit:int saved_gifs_limit:int edit_time_limit:int rating_e_decay:int stickers_recent_limit:int stickers_faved_limit:int channels_read_media_period:int tmp_sessions:int pinned_dialogs_count_max:int call_receive_timeout_ms:int call_ring_timeout_ms:int call_connect_timeout_ms:int call_packet_timeout_ms:int me_url_prefix:string suggested_lang_code:string lang_pack_version:int disabled_features:Vector<DisabledFeature> = Config;

nearestDc#8e1a1775 country:string this_dc:int nearest_dc:int = NearestDc;

help.appUpdate#8987f311 id:int critical:Bool url:string text:string = help.AppUpdate;

help.noAppUpdate#c45a6536 = help.AppUpdate;

help.inviteText#18cb9f78 message:string = help.InviteText;

inputPeerNotifyEventsEmpty#f03064d8 = InputPeerNotifyEvents;

inputPeerNotifyEventsAll#e86a2c74 = InputPeerNotifyEvents;

photos.photos#8dca6aa5 photos:Vector<Photo> users:Vector<User> = photos.Photos;

photos.photosSlice#15051f54 count:int photos:Vector<Photo> users:Vector<User> = photos.Photos;

wallPaperSolid#63117f24 id:int title:string bg_color:int color:int = WallPaper;

updateNewEncryptedMessage#12bcbd9a message:EncryptedMessage qts:int = Update;

updateEncryptedChatTyping#1710f156 chat_id:int = Update;

updateEncryption#b4a2e88d chat:EncryptedChat date:int = Update;

updateEncryptedMessagesRead#38fe25b7 chat_id:int max_date:int date:int = Update;

encryptedChatEmpty#ab7ec0a0 id:int = EncryptedChat;

encryptedChatWaiting#3bf703dc id:int access_hash:long date:int admin_id:int participant_id:int = EncryptedChat;

encryptedChatRequested#c878527e id:int access_hash:long date:int admin_id:int participant_id:int g_a:bytes = EncryptedChat;

encryptedChat#fa56ce36 id:int access_hash:long date:int admin_id:int participant_id:int g_a_or_b:bytes key_fingerprint:long = EncryptedChat;

encryptedChatDiscarded#13d6dd27 id:int = EncryptedChat;

inputEncryptedChat#f141b5e1 chat_id:int access_hash:long = InputEncryptedChat;

encryptedFileEmpty#c21f497e = EncryptedFile;

encryptedFile#4a70994c id:long access_hash:long size:int dc_id:int key_fingerprint:int = EncryptedFile;

inputEncryptedFileEmpty#1837c364 = InputEncryptedFile;

inputEncryptedFileUploaded#64bd0306 id:long parts:int md5_checksum:string key_fingerprint:int = InputEncryptedFile;

inputEncryptedFile#5a17b5e5 id:long access_hash:long = InputEncryptedFile;

inputEncryptedFileLocation#f5235d55 id:long access_hash:long = InputFileLocation;

encryptedMessage#ed18c118 random_id:long chat_id:int date:int bytes:bytes file:EncryptedFile = EncryptedMessage;

encryptedMessageService#23734b06 random_id:long chat_id:int date:int bytes:bytes = EncryptedMessage;

messages.dhConfigNotModified#c0e24635 random:bytes = messages.DhConfig;

messages.dhConfig#2c221edd g:int p:bytes version:int random:bytes = messages.DhConfig;

messages.sentEncryptedMessage#560f8935 date:int = messages.SentEncryptedMessage;

messages.sentEncryptedFile#9493ff32 date:int file:EncryptedFile = messages.SentEncryptedMessage;

inputFileBig#fa4f0bb5 id:long parts:int name:string = InputFile;

inputEncryptedFileBigUploaded#2dc173c8 id:long parts:int key_fingerprint:int = InputEncryptedFile;

storage.filePdf#ae1e508d = storage.FileType;

inputMessagesFilterDocument#9eddf188 = MessagesFilter;

inputMessagesFilterPhotoVideoDocuments#d95e73bb = MessagesFilter;

updateChatParticipantAdd#ea4b0e5c chat_id:int user_id:int inviter_id:int date:int version:int = Update;

updateChatParticipantDelete#6e5f8c22 chat_id:int user_id:int version:int = Update;

updateDcOptions#8e5e9873 dc_options:Vector<DcOption> = Update;

inputMediaUploadedDocument#e39621fd file:InputFile thumb:InputFile mime_type:string attributes:Vector<DocumentAttribute> caption:string stickers:Vector<InputDocument> ttl_seconds:int nosound_video:true = InputMedia;

inputMediaDocument#5acb668e id:InputDocument caption:string ttl_seconds:int = InputMedia;

messageMediaDocument#7c4414d3 document:Document caption:string ttl_seconds:int = MessageMedia;

inputDocumentEmpty#72f0eaae = InputDocument;

inputDocument#18798952 id:long access_hash:long = InputDocument;

inputDocumentFileLocation#430f0724 id:long access_hash:long version:int = InputFileLocation;

documentEmpty#36f8c871 id:long = Document;

document#87232bc7 id:long access_hash:long date:int mime_type:string size:int thumb:PhotoSize dc_id:int version:int attributes:Vector<DocumentAttribute> = Document;

help.support#17c6b5f6 phone_number:string user:User = help.Support;

notifyAll#74d07c60 = NotifyPeer;

notifyChats#c007cec3 = NotifyPeer;

notifyPeer#9fd40bd8 peer:Peer = NotifyPeer;

notifyUsers#b4c83b4c = NotifyPeer;

updateUserBlocked#80ece81a user_id:int blocked:Bool = Update;

updateNotifySettings#bec268ef peer:NotifyPeer notify_settings:PeerNotifySettings = Update;

sendMessageTypingAction#16bf744e = SendMessageAction;

sendMessageCancelAction#fd5ec8f5 = SendMessageAction;

sendMessageRecordVideoAction#a187d66f = SendMessageAction;

sendMessageUploadVideoAction#e9763aec progress:int = SendMessageAction;

sendMessageRecordAudioAction#d52f73f7 = SendMessageAction;

sendMessageUploadAudioAction#f351d7ab progress:int = SendMessageAction;

sendMessageUploadPhotoAction#d1d34a26 progress:int = SendMessageAction;

sendMessageUploadDocumentAction#aa0cd9e4 progress:int = SendMessageAction;

sendMessageGeoLocationAction#176f8ba1 = SendMessageAction;

sendMessageChooseContactAction#628cbc6f = SendMessageAction;

updateServiceNotification#ebe46819 popup:true inbox_date:int type:string message:string media:MessageMedia entities:Vector<MessageEntity> = Update;

userStatusRecently#e26f42f1 = UserStatus;

userStatusLastWeek#7bf09fc = UserStatus;

userStatusLastMonth#77ebc742 = UserStatus;

updatePrivacy#ee3b272a key:PrivacyKey rules:Vector<PrivacyRule> = Update;

inputPrivacyKeyStatusTimestamp#4f96cb18 = InputPrivacyKey;

privacyKeyStatusTimestamp#bc2eab30 = PrivacyKey;

inputPrivacyValueAllowContacts#d09e07b = InputPrivacyRule;

inputPrivacyValueAllowAll#184b35ce = InputPrivacyRule;

inputPrivacyValueAllowUsers#131cc67f users:Vector<InputUser> = InputPrivacyRule;

inputPrivacyValueDisallowContacts#ba52007 = InputPrivacyRule;

inputPrivacyValueDisallowAll#d66b66c9 = InputPrivacyRule;

inputPrivacyValueDisallowUsers#90110467 users:Vector<InputUser> = InputPrivacyRule;

privacyValueAllowContacts#fffe1bac = PrivacyRule;

privacyValueAllowAll#65427b82 = PrivacyRule;

privacyValueAllowUsers#4d5bbe0c users:Vector<int> = PrivacyRule;

privacyValueDisallowContacts#f888fa1a = PrivacyRule;

privacyValueDisallowAll#8b73e763 = PrivacyRule;

privacyValueDisallowUsers#c7f49b7 users:Vector<int> = PrivacyRule;

account.privacyRules#554abb6f rules:Vector<PrivacyRule> users:Vector<User> = account.PrivacyRules;

accountDaysTTL#b8d0afdf days:int = AccountDaysTTL;

updateUserPhone#12b9417b user_id:int phone:string = Update;

disabledFeature#ae636f24 feature:string description:string = DisabledFeature;

documentAttributeImageSize#6c37c15c w:int h:int = DocumentAttribute;

documentAttributeAnimated#11b58939 = DocumentAttribute;

documentAttributeSticker#6319d612 mask:true alt:string stickerset:InputStickerSet mask_coords:MaskCoords = DocumentAttribute;

documentAttributeVideo#ef02ce6 round_message:true duration:int w:int h:int = DocumentAttribute;

documentAttributeAudio#9852f9c6 voice:true duration:int title:string performer:string waveform:bytes = DocumentAttribute;

documentAttributeFilename#15590068 file_name:string = DocumentAttribute;

messages.stickersNotModified#f1749a22 = messages.Stickers;

messages.stickers#8a8ecd32 hash:string stickers:Vector<Document> = messages.Stickers;

stickerPack#12b299d4 emoticon:string documents:Vector<long> = StickerPack;

messages.allStickersNotModified#e86602c3 = messages.AllStickers;

messages.allStickers#edfd405f hash:int sets:Vector<StickerSet> = messages.AllStickers;

account.noPassword#96dabc18 new_salt:bytes email_unconfirmed_pattern:string = account.Password;

account.password#7c18141c current_salt:bytes new_salt:bytes hint:string has_recovery:Bool email_unconfirmed_pattern:string = account.Password;

updateReadHistoryInbox#9961fd5c peer:Peer max_id:int pts:int pts_count:int = Update;

updateReadHistoryOutbox#2f2f21bf peer:Peer max_id:int pts:int pts_count:int = Update;

messages.affectedMessages#84d19185 pts:int pts_count:int = messages.AffectedMessages;

contactLinkUnknown#5f4f9247 = ContactLink;

contactLinkNone#feedd3ad = ContactLink;

contactLinkHasPhone#268f3f59 = ContactLink;

contactLinkContact#d502c2d0 = ContactLink;

updateWebPage#7f891213 webpage:WebPage pts:int pts_count:int = Update;

webPageEmpty#eb1477e8 id:long = WebPage;

webPagePending#c586da1c id:long date:int = WebPage;

webPage#5f07b4bc id:long url:string display_url:string hash:int type:string site_name:string title:string description:string photo:Photo embed_url:string embed_type:string embed_width:int embed_height:int duration:int author:string document:Document cached_page:Page = WebPage;

messageMediaWebPage#a32dd600 webpage:WebPage = MessageMedia;

authorization#7bf2e6f6 hash:long device_model:string platform:string system_version:string api_id:int app_name:string app_version:string date_created:int date_active:int ip:string country:string region:string = Authorization;

account.authorizations#1250abde authorizations:Vector<Authorization> = account.Authorizations;

account.passwordSettings#b7b72ab3 email:string = account.PasswordSettings;

account.passwordInputSettings#86916deb new_salt:bytes new_password_hash:bytes hint:string email:string = account.PasswordInputSettings;

auth.passwordRecovery#137948a5 email_pattern:string = auth.PasswordRecovery;

inputMediaVenue#c13d1c11 geo_point:InputGeoPoint title:string address:string provider:string venue_id:string venue_type:string = InputMedia;

messageMediaVenue#2ec0533f geo:GeoPoint title:string address:string provider:string venue_id:string venue_type:string = MessageMedia;

receivedNotifyMessage#a384b779 id:int = ReceivedNotifyMessage;

chatInviteEmpty#69df3769 = ExportedChatInvite;

chatInviteExported#fc2e05bc link:string = ExportedChatInvite;

chatInviteAlready#5a686d7c chat:Chat = ChatInvite;

chatInvite#db74f558 channel:true broadcast:true public:true megagroup:true title:string photo:ChatPhoto participants_count:int participants:Vector<User> = ChatInvite;

messageActionChatJoinedByLink#f89cf5e8 inviter_id:int = MessageAction;

updateReadMessagesContents#68c13933 messages:Vector<int> pts:int pts_count:int = Update;

inputStickerSetEmpty#ffb62b95 = InputStickerSet;

inputStickerSetID#9de7a269 id:long access_hash:long = InputStickerSet;

inputStickerSetShortName#861cc8a0 short_name:string = InputStickerSet;

stickerSet#cd303b41 installed:true archived:true official:true masks:true id:long access_hash:long title:string short_name:string count:int hash:int = StickerSet;

messages.stickerSet#b60a24a6 set:StickerSet packs:Vector<StickerPack> documents:Vector<Document> = messages.StickerSet;

user#2e13f4c3 self:true contact:true mutual_contact:true deleted:true bot:true bot_chat_history:true bot_nochats:true verified:true restricted:true min:true bot_inline_geo:true id:int access_hash:long first_name:string last_name:string username:string phone:string photo:UserProfilePhoto status:UserStatus bot_info_version:int restriction_reason:string bot_inline_placeholder:string lang_code:string = User;

botCommand#c27ac8c7 command:string description:string = BotCommand;

botInfo#98e81d3a user_id:int description:string commands:Vector<BotCommand> = BotInfo;

keyboardButton#a2fa4880 text:string = KeyboardButton;

keyboardButtonRow#77608b83 buttons:Vector<KeyboardButton> = KeyboardButtonRow;

replyKeyboardHide#a03e5b85 selective:true = ReplyMarkup;

replyKeyboardForceReply#f4108aa0 single_use:true selective:true = ReplyMarkup;

replyKeyboardMarkup#3502758c resize:true single_use:true selective:true rows:Vector<KeyboardButtonRow> = ReplyMarkup;

inputMessagesFilterUrl#7ef0dd87 = MessagesFilter;

inputPeerUser#7b8e7de6 user_id:int access_hash:long = InputPeer;

inputUser#d8292816 user_id:int access_hash:long = InputUser;

messageEntityUnknown#bb92ba95 offset:int length:int = MessageEntity;

messageEntityMention#fa04579d offset:int length:int = MessageEntity;

messageEntityHashtag#6f635b0d offset:int length:int = MessageEntity;

messageEntityBotCommand#6cef8ac7 offset:int length:int = MessageEntity;

messageEntityUrl#6ed02538 offset:int length:int = MessageEntity;

messageEntityEmail#64e475c2 offset:int length:int = MessageEntity;

messageEntityBold#bd610bc9 offset:int length:int = MessageEntity;

messageEntityItalic#826f8b60 offset:int length:int = MessageEntity;

messageEntityCode#28a20571 offset:int length:int = MessageEntity;

messageEntityPre#73924be0 offset:int length:int language:string = MessageEntity;

messageEntityTextUrl#76a6d327 offset:int length:int url:string = MessageEntity;

updateShortSentMessage#11f1331c out:true id:int pts:int pts_count:int date:int media:MessageMedia entities:Vector<MessageEntity> = Updates;

inputPeerChannel#20adaef8 channel_id:int access_hash:long = InputPeer;

peerChannel#bddde532 channel_id:int = Peer;

channel#450b7115 creator:true left:true editor:true broadcast:true verified:true megagroup:true restricted:true democracy:true signatures:true min:true id:int access_hash:long title:string username:string photo:ChatPhoto date:int version:int restriction_reason:string admin_rights:ChannelAdminRights banned_rights:ChannelBannedRights participants_count:int = Chat;

channelForbidden#289da732 broadcast:true megagroup:true id:int access_hash:long title:string until_date:int = Chat;

channelFull#76af5481 can_view_participants:true can_set_username:true can_set_stickers:true hidden_prehistory:true id:int about:string participants_count:int admins_count:int kicked_count:int banned_count:int read_inbox_max_id:int read_outbox_max_id:int unread_count:int chat_photo:Photo notify_settings:PeerNotifySettings exported_invite:ExportedChatInvite bot_info:Vector<BotInfo> migrated_from_chat_id:int migrated_from_max_id:int pinned_msg_id:int stickerset:StickerSet available_min_id:int = ChatFull;

messageActionChannelCreate#95d2ac92 title:string = MessageAction;

messages.channelMessages#99262e37 pts:int count:int messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = messages.Messages;

updateChannelTooLong#eb0467fb channel_id:int pts:int = Update;

updateChannel#b6d45656 channel_id:int = Update;

updateNewChannelMessage#62ba04d9 message:Message pts:int pts_count:int = Update;

updateReadChannelInbox#4214f37f channel_id:int max_id:int = Update;

updateDeleteChannelMessages#c37521c9 channel_id:int messages:Vector<int> pts:int pts_count:int = Update;

updateChannelMessageViews#98a12b4b channel_id:int id:int views:int = Update;

inputChannelEmpty#ee8c1e86 = InputChannel;

inputChannel#afeb712e channel_id:int access_hash:long = InputChannel;

contacts.resolvedPeer#7f077ad9 peer:Peer chats:Vector<Chat> users:Vector<User> = contacts.ResolvedPeer;

messageRange#ae30253 min_id:int max_id:int = MessageRange;

updates.channelDifferenceEmpty#3e11affb final:true pts:int timeout:int = updates.ChannelDifference;

updates.channelDifferenceTooLong#6a9d7b35 final:true pts:int timeout:int top_message:int read_inbox_max_id:int read_outbox_max_id:int unread_count:int unread_mentions_count:int messages:Vector<Message> chats:Vector<Chat> users:Vector<User> = updates.ChannelDifference;

updates.channelDifference#2064674e final:true pts:int timeout:int new_messages:Vector<Message> other_updates:Vector<Update> chats:Vector<Chat> users:Vector<User> = updates.ChannelDifference;

channelMessagesFilterEmpty#94d42ee7 = ChannelMessagesFilter;

channelMessagesFilter#cd77d957 exclude_new_messages:true ranges:Vector<MessageRange> = ChannelMessagesFilter;

channelParticipant#15ebac1d user_id:int date:int = ChannelParticipant;

channelParticipantSelf#a3289a6d user_id:int inviter_id:int date:int = ChannelParticipant;

channelParticipantCreator#e3e2e1f9 user_id:int = ChannelParticipant;

channelParticipantsRecent#de3f3c79 = ChannelParticipantsFilter;

channelParticipantsAdmins#b4608969 = ChannelParticipantsFilter;

channelParticipantsKicked#a3b54985 q:string = ChannelParticipantsFilter;

channels.channelParticipants#f56ee2a8 count:int participants:Vector<ChannelParticipant> users:Vector<User> = channels.ChannelParticipants;

channels.channelParticipant#d0d9b163 participant:ChannelParticipant users:Vector<User> = channels.ChannelParticipant;

true#3fedd339 = True;

chatParticipantCreator#da13538a user_id:int = ChatParticipant;

chatParticipantAdmin#e2d6e436 user_id:int inviter_id:int date:int = ChatParticipant;

updateChatAdmins#6e947941 chat_id:int enabled:Bool version:int = Update;

updateChatParticipantAdmin#b6901959 chat_id:int user_id:int is_admin:Bool version:int = Update;

messageActionChatMigrateTo#51bdb021 channel_id:int = MessageAction;

messageActionChannelMigrateFrom#b055eaee title:string chat_id:int = MessageAction;

channelParticipantsBots#b0d1865b = ChannelParticipantsFilter;

inputReportReasonSpam#58dbcab8 = ReportReason;

inputReportReasonViolence#1e22c78d = ReportReason;

inputReportReasonPornography#2e59d922 = ReportReason;

inputReportReasonOther#e1746d0a text:string = ReportReason;

updateNewStickerSet#688a30aa stickerset:messages.StickerSet = Update;

updateStickerSetsOrder#bb2d201 masks:true order:Vector<long> = Update;

updateStickerSets#43ae3dec = Update;

help.termsOfService#f1ee3e90 text:string = help.TermsOfService;

foundGif#162ecc1f url:string thumb_url:string content_url:string content_type:string w:int h:int = FoundGif;

inputMediaGifExternal#4843b0fd url:string q:string = InputMedia;

messages.foundGifs#450a1c0a next_offset:int results:Vector<FoundGif> = messages.FoundGifs;

inputMessagesFilterGif#ffc86587 = MessagesFilter;

updateSavedGifs#9375341e = Update;

updateBotInlineQuery#54826690 query_id:long user_id:int query:string geo:GeoPoint offset:string = Update;

foundGifCached#9c750409 url:string photo:Photo document:Document = FoundGif;

messages.savedGifsNotModified#e8025ca2 = messages.SavedGifs;

messages.savedGifs#2e0709a5 hash:int gifs:Vector<Document> = messages.SavedGifs;

inputBotInlineMessageMediaAuto#292fed13 caption:string reply_markup:ReplyMarkup = InputBotInlineMessage;

inputBotInlineMessageText#3dcd7a87 no_webpage:true message:string entities:Vector<MessageEntity> reply_markup:ReplyMarkup = InputBotInlineMessage;

inputBotInlineResult#2cbbe15a id:string type:string title:string description:string url:string thumb_url:string content_url:string content_type:string w:int h:int duration:int send_message:InputBotInlineMessage = InputBotInlineResult;

botInlineMessageMediaAuto#a74b15b caption:string reply_markup:ReplyMarkup = BotInlineMessage;

botInlineMessageText#8c7f65e2 no_webpage:true message:string entities:Vector<MessageEntity> reply_markup:ReplyMarkup = BotInlineMessage;

botInlineResult#9bebaeb9 id:string type:string title:string description:string url:string thumb_url:string content_url:string content_type:string w:int h:int duration:int send_message:BotInlineMessage = BotInlineResult;

messages.botResults#947ca848 gallery:true query_id:long next_offset:string switch_pm:InlineBotSwitchPM results:Vector<BotInlineResult> cache_time:int users:Vector<User> = messages.BotResults;

inputMessagesFilterVoice#50f5c392 = MessagesFilter;

inputMessagesFilterMusic#3751b49e = MessagesFilter;

updateBotInlineSend#e48f964 user_id:int query:string geo:GeoPoint id:string msg_id:InputBotInlineMessageID = Update;

inputPrivacyKeyChatInvite#bdfb0426 = InputPrivacyKey;

privacyKeyChatInvite#500e6dfa = PrivacyKey;

updateEditChannelMessage#1b3f4df7 message:Message pts:int pts_count:int = Update;

exportedMessageLink#1f486803 link:string = ExportedMessageLink;

messageFwdHeader#559ebe6d from_id:int date:int channel_id:int channel_post:int post_author:string saved_from_peer:Peer saved_from_msg_id:int = MessageFwdHeader;

messageActionPinMessage#94bd38ed = MessageAction;

peerSettings#818426cd report_spam:true = PeerSettings;

updateChannelPinnedMessage#98592475 channel_id:int id:int = Update;

keyboardButtonUrl#258aff05 text:string url:string = KeyboardButton;

keyboardButtonCallback#683a5e46 text:string data:bytes = KeyboardButton;

keyboardButtonRequestPhone#b16a6c29 text:string = KeyboardButton;

keyboardButtonRequestGeoLocation#fc796b3f text:string = KeyboardButton;

auth.codeTypeSms#72a3158c = auth.CodeType;

auth.codeTypeCall#741cd3e3 = auth.CodeType;

auth.codeTypeFlashCall#226ccefb = auth.CodeType;

auth.sentCodeTypeApp#3dbb5986 length:int = auth.SentCodeType;

auth.sentCodeTypeSms#c000bba2 length:int = auth.SentCodeType;

auth.sentCodeTypeCall#5353e5a7 length:int = auth.SentCodeType;

auth.sentCodeTypeFlashCall#ab03c6d9 pattern:string = auth.SentCodeType;

keyboardButtonSwitchInline#568a748 same_peer:true text:string query:string = KeyboardButton;

replyInlineMarkup#48a30254 rows:Vector<KeyboardButtonRow> = ReplyMarkup;

messages.botCallbackAnswer#36585ea4 alert:true has_url:true message:string url:string cache_time:int = messages.BotCallbackAnswer;

updateBotCallbackQuery#e73547e1 query_id:long user_id:int peer:Peer msg_id:int chat_instance:long data:bytes game_short_name:string = Update;

messages.messageEditData#26b5dde6 caption:true = messages.MessageEditData;

updateEditMessage#e40370a3 message:Message pts:int pts_count:int = Update;

inputBotInlineMessageMediaGeo#c1b15d65 geo_point:InputGeoPoint period:int reply_markup:ReplyMarkup = InputBotInlineMessage;

inputBotInlineMessageMediaVenue#aaafadc8 geo_point:InputGeoPoint title:string address:string provider:string venue_id:string reply_markup:ReplyMarkup = InputBotInlineMessage;

inputBotInlineMessageMediaContact#2daf01a7 phone_number:string first_name:string last_name:string reply_markup:ReplyMarkup = InputBotInlineMessage;

botInlineMessageMediaGeo#b722de65 geo:GeoPoint period:int reply_markup:ReplyMarkup = BotInlineMessage;

botInlineMessageMediaVenue#4366232e geo:GeoPoint title:string address:string provider:string venue_id:string reply_markup:ReplyMarkup = BotInlineMessage;

botInlineMessageMediaContact#35edb4d4 phone_number:string first_name:string last_name:string reply_markup:ReplyMarkup = BotInlineMessage;

inputBotInlineResultPhoto#a8d864a7 id:string type:string photo:InputPhoto send_message:InputBotInlineMessage = InputBotInlineResult;

inputBotInlineResultDocument#fff8fdc4 id:string type:string title:string description:string document:InputDocument send_message:InputBotInlineMessage = InputBotInlineResult;

botInlineMediaResult#17db940b id:string type:string photo:Photo document:Document title:string description:string send_message:BotInlineMessage = BotInlineResult;

inputBotInlineMessageID#890c3d89 dc_id:int id:long access_hash:long = InputBotInlineMessageID;

updateInlineBotCallbackQuery#f9d27a5a query_id:long user_id:int msg_id:InputBotInlineMessageID chat_instance:long data:bytes game_short_name:string = Update;

inlineBotSwitchPM#3c20629f text:string start_param:string = InlineBotSwitchPM;

messageEntityMentionName#352dca58 offset:int length:int user_id:int = MessageEntity;

inputMessageEntityMentionName#208e68c9 offset:int length:int user_id:InputUser = MessageEntity;

messages.peerDialogs#3371c354 dialogs:Vector<Dialog> messages:Vector<Message> chats:Vector<Chat> users:Vector<User> state:updates.State = messages.PeerDialogs;

topPeer#edcdc05b peer:Peer rating:double = TopPeer;

topPeerCategoryBotsPM#ab661b5b = TopPeerCategory;

topPeerCategoryBotsInline#148677e2 = TopPeerCategory;

topPeerCategoryCorrespondents#637b7ed = TopPeerCategory;

topPeerCategoryGroups#bd17a14a = TopPeerCategory;

topPeerCategoryChannels#161d9628 = TopPeerCategory;

topPeerCategoryPeers#fb834291 category:TopPeerCategory count:int peers:Vector<TopPeer> = TopPeerCategoryPeers;

contacts.topPeersNotModified#de266ef5 = contacts.TopPeers;

contacts.topPeers#70b772a8 categories:Vector<TopPeerCategoryPeers> chats:Vector<Chat> users:Vector<User> = contacts.TopPeers;

inputMessagesFilterChatPhotos#3a20ecb8 = MessagesFilter;

updateReadChannelOutbox#25d6c9c7 channel_id:int max_id:int = Update;

updateDraftMessage#ee2bb969 peer:Peer draft:DraftMessage = Update;

draftMessageEmpty#ba4baec5 = DraftMessage;

draftMessage#fd8e711f no_webpage:true reply_to_msg_id:int message:string entities:Vector<MessageEntity> date:int = DraftMessage;

messageActionHistoryClear#9fbab604 = MessageAction;

updateReadFeaturedStickers#571d2742 = Update;

updateRecentStickers#9a422c20 = Update;

messages.featuredStickersNotModified#4ede3cf = messages.FeaturedStickers;

messages.featuredStickers#f89d88e5 hash:int sets:Vector<StickerSetCovered> unread:Vector<long> = messages.FeaturedStickers;

messages.recentStickersNotModified#b17f890 = messages.RecentStickers;

messages.recentStickers#5ce20970 hash:int stickers:Vector<Document> = messages.RecentStickers;

messages.archivedStickers#4fcba9c8 count:int sets:Vector<StickerSetCovered> = messages.ArchivedStickers;

messages.stickerSetInstallResultSuccess#38641628 = messages.StickerSetInstallResult;

messages.stickerSetInstallResultArchive#35e410a8 sets:Vector<StickerSetCovered> = messages.StickerSetInstallResult;

stickerSetCovered#6410a5d2 set:StickerSet cover:Document = StickerSetCovered;

inputMediaPhotoExternal#922aec1 url:string caption:string ttl_seconds:int = InputMedia;

inputMediaDocumentExternal#b6f74335 url:string caption:string ttl_seconds:int = InputMedia;

updateConfig#a229dd06 = Update;

updatePtsChanged#3354678f = Update;

messageActionGameScore#92a72876 game_id:long score:int = MessageAction;

documentAttributeHasStickers#9801d2f7 = DocumentAttribute;

keyboardButtonGame#50f41ccf text:string = KeyboardButton;

stickerSetMultiCovered#3407e51b set:StickerSet covers:Vector<Document> = StickerSetCovered;

maskCoords#aed6dbb2 n:int x:double y:double zoom:double = MaskCoords;

inputStickeredMediaPhoto#4a992157 id:InputPhoto = InputStickeredMedia;

inputStickeredMediaDocument#438865b id:InputDocument = InputStickeredMedia;

inputMediaGame#d33f43f3 id:InputGame = InputMedia;

messageMediaGame#fdb19008 game:Game = MessageMedia;

inputBotInlineMessageGame#4b425864 reply_markup:ReplyMarkup = InputBotInlineMessage;

inputBotInlineResultGame#4fa417f2 id:string short_name:string send_message:InputBotInlineMessage = InputBotInlineResult;

game#bdf9653b id:long access_hash:long short_name:string title:string description:string photo:Photo document:Document = Game;

inputGameID#32c3e77 id:long access_hash:long = InputGame;

inputGameShortName#c331e80a bot_id:InputUser short_name:string = InputGame;

highScore#58fffcd0 pos:int user_id:int score:int = HighScore;

messages.highScores#9a3bfd99 scores:Vector<HighScore> users:Vector<User> = messages.HighScores;

messages.chatsSlice#9cd81144 count:int chats:Vector<Chat> = messages.Chats;

updateChannelWebPage#40771900 channel_id:int webpage:WebPage pts:int pts_count:int = Update;

updates.differenceTooLong#4afe8f6d pts:int = updates.Difference;

sendMessageGamePlayAction#dd6a8f48 = SendMessageAction;

webPageNotModified#85849473 = WebPage;

textEmpty#dc3d824f = RichText;

textPlain#744694e0 text:string = RichText;

textBold#6724abc4 text:RichText = RichText;

textItalic#d912a59c text:RichText = RichText;

textUnderline#c12622c4 text:RichText = RichText;

textStrike#9bf8bb95 text:RichText = RichText;

textFixed#6c3f19b9 text:RichText = RichText;

textUrl#3c2884c1 text:RichText url:string webpage_id:long = RichText;

textEmail#de5a0dd6 text:RichText email:string = RichText;

textConcat#7e6260d7 texts:Vector<RichText> = RichText;

pageBlockTitle#70abc3fd text:RichText = PageBlock;

pageBlockSubtitle#8ffa9a1f text:RichText = PageBlock;

pageBlockAuthorDate#baafe5e0 author:RichText published_date:int = PageBlock;

pageBlockHeader#bfd064ec text:RichText = PageBlock;

pageBlockSubheader#f12bb6e1 text:RichText = PageBlock;

pageBlockParagraph#467a0766 text:RichText = PageBlock;

pageBlockPreformatted#c070d93e text:RichText language:string = PageBlock;

pageBlockFooter#48870999 text:RichText = PageBlock;

pageBlockDivider#db20b188 = PageBlock;

pageBlockList#3a58c7f4 ordered:Bool items:Vector<RichText> = PageBlock;

pageBlockBlockquote#263d7c26 text:RichText caption:RichText = PageBlock;

pageBlockPullquote#4f4456d3 text:RichText caption:RichText = PageBlock;

pageBlockPhoto#e9c69982 photo_id:long caption:RichText = PageBlock;

pageBlockVideo#d9d71866 autoplay:true loop:true video_id:long caption:RichText = PageBlock;

pageBlockCover#39f23300 cover:PageBlock = PageBlock;

pageBlockEmbed#cde200d1 full_width:true allow_scrolling:true url:string html:string poster_photo_id:long w:int h:int caption:RichText = PageBlock;

pageBlockEmbedPost#292c7be9 url:string webpage_id:long author_photo_id:long author:string date:int blocks:Vector<PageBlock> caption:RichText = PageBlock;

pageBlockSlideshow#130c8963 items:Vector<PageBlock> caption:RichText = PageBlock;

pagePart#8e3f9ebe blocks:Vector<PageBlock> photos:Vector<Photo> documents:Vector<Document> = Page;

pageFull#556ec7aa blocks:Vector<PageBlock> photos:Vector<Photo> documents:Vector<Document> = Page;

updatePhoneCall#ab0f6b1e phone_call:PhoneCall = Update;

updateDialogPinned#d711a2cc pinned:true peer:Peer = Update;

updatePinnedDialogs#d8caf68d order:Vector<Peer> = Update;

inputPrivacyKeyPhoneCall#fabadc5f = InputPrivacyKey;

privacyKeyPhoneCall#3d662b7b = PrivacyKey;

pageBlockUnsupported#13567e8a = PageBlock;

pageBlockAnchor#ce0d37b0 name:string = PageBlock;

pageBlockCollage#8b31c4f items:Vector<PageBlock> caption:RichText = PageBlock;

inputPhoneCall#1e36fded id:long access_hash:long = InputPhoneCall;

phoneCallEmpty#5366c915 id:long = PhoneCall;

phoneCallWaiting#1b8f4ad1 id:long access_hash:long date:int admin_id:int participant_id:int protocol:PhoneCallProtocol receive_date:int = PhoneCall;

phoneCallRequested#83761ce4 id:long access_hash:long date:int admin_id:int participant_id:int g_a_hash:bytes protocol:PhoneCallProtocol = PhoneCall;

phoneCall#ffe6ab67 id:long access_hash:long date:int admin_id:int participant_id:int g_a_or_b:bytes key_fingerprint:long protocol:PhoneCallProtocol connection:PhoneConnection alternative_connections:Vector<PhoneConnection> start_date:int = PhoneCall;

phoneCallDiscarded#50ca4de1 need_rating:true need_debug:true id:long reason:PhoneCallDiscardReason duration:int = PhoneCall;

phoneConnection#9d4c17c0 id:long ip:string ipv6:string port:int peer_tag:bytes = PhoneConnection;

phoneCallProtocol#a2bb35cb udp_p2p:true udp_reflector:true min_layer:int max_layer:int = PhoneCallProtocol;

phone.phoneCall#ec82e140 phone_call:PhoneCall users:Vector<User> = phone.PhoneCall;

phoneCallDiscardReasonMissed#85e42301 = PhoneCallDiscardReason;

phoneCallDiscardReasonDisconnect#e095c1a0 = PhoneCallDiscardReason;

phoneCallDiscardReasonHangup#57adc690 = PhoneCallDiscardReason;

phoneCallDiscardReasonBusy#faf7e8c9 = PhoneCallDiscardReason;

inputMessagesFilterPhoneCalls#80c99768 missed:true = MessagesFilter;

messageActionPhoneCall#80e11a7f call_id:long reason:PhoneCallDiscardReason duration:int = MessageAction;

invoice#c30aa358 test:true name_requested:true phone_requested:true email_requested:true shipping_address_requested:true flexible:true currency:string prices:Vector<LabeledPrice> = Invoice;

inputMediaInvoice#92153685 title:string description:string photo:InputWebDocument invoice:Invoice payload:bytes provider:string start_param:string = InputMedia;

messageActionPaymentSentMe#8f31b327 currency:string total_amount:long payload:bytes info:PaymentRequestedInfo shipping_option_id:string charge:PaymentCharge = MessageAction;

messageMediaInvoice#84551347 shipping_address_requested:true test:true title:string description:string photo:WebDocument receipt_msg_id:int currency:string total_amount:long start_param:string = MessageMedia;

keyboardButtonBuy#afd93fbb text:string = KeyboardButton;

messageActionPaymentSent#40699cd0 currency:string total_amount:long = MessageAction;

payments.paymentForm#3f56aea3 can_save_credentials:true password_missing:true bot_id:int invoice:Invoice provider_id:int url:string native_provider:string native_params:DataJSON saved_info:PaymentRequestedInfo saved_credentials:PaymentSavedCredentials users:Vector<User> = payments.PaymentForm;

postAddress#1e8caaeb street_line1:string street_line2:string city:string state:string country_iso2:string post_code:string = PostAddress;

paymentRequestedInfo#909c3f94 name:string phone:string email:string shipping_address:PostAddress = PaymentRequestedInfo;

updateBotWebhookJSON#8317c0c3 data:DataJSON = Update;

updateBotWebhookJSONQuery#9b9240a6 query_id:long data:DataJSON timeout:int = Update;

updateBotShippingQuery#e0cdc940 query_id:long user_id:int payload:bytes shipping_address:PostAddress = Update;

updateBotPrecheckoutQuery#5d2f3aa9 query_id:long user_id:int payload:bytes info:PaymentRequestedInfo shipping_option_id:string currency:string total_amount:long = Update;

dataJSON#7d748d04 data:string = DataJSON;

labeledPrice#cb296bf8 label:string amount:long = LabeledPrice;

paymentCharge#ea02c27e id:string provider_charge_id:string = PaymentCharge;

paymentSavedCredentialsCard#cdc27a1f id:string title:string = PaymentSavedCredentials;

webDocument#c61acbd8 url:string access_hash:long size:int mime_type:string attributes:Vector<DocumentAttribute> dc_id:int = WebDocument;

inputWebDocument#9bed434d url:string size:int mime_type:string attributes:Vector<DocumentAttribute> = InputWebDocument;

inputWebFileLocation#c239d686 url:string access_hash:long = InputWebFileLocation;

upload.webFile#21e753bc size:int mime_type:string file_type:storage.FileType mtime:int bytes:bytes = upload.WebFile;

payments.validatedRequestedInfo#d1451883 id:string shipping_options:Vector<ShippingOption> = payments.ValidatedRequestedInfo;

payments.paymentResult#4e5f810d updates:Updates = payments.PaymentResult;

payments.paymentVerficationNeeded#6b56b921 url:string = payments.PaymentResult;

payments.paymentReceipt#500911e1 date:int bot_id:int invoice:Invoice provider_id:int info:PaymentRequestedInfo shipping:ShippingOption currency:string total_amount:long credentials_title:string users:Vector<User> = payments.PaymentReceipt;

payments.savedInfo#fb8fe43c has_saved_credentials:true saved_info:PaymentRequestedInfo = payments.SavedInfo;

inputPaymentCredentialsSaved#c10eb2cf id:string tmp_password:bytes = InputPaymentCredentials;

inputPaymentCredentials#3417d728 save:true data:DataJSON = InputPaymentCredentials;

account.tmpPassword#db64fd34 tmp_password:bytes valid_until:int = account.TmpPassword;

shippingOption#b6213cdf id:string title:string prices:Vector<LabeledPrice> = ShippingOption;

phoneCallAccepted#6d003d3f id:long access_hash:long date:int admin_id:int participant_id:int g_b:bytes protocol:PhoneCallProtocol = PhoneCall;

inputMessagesFilterRoundVoice#7a7c17a4 = MessagesFilter;

inputMessagesFilterRoundVideo#b549da53 = MessagesFilter;

upload.fileCdnRedirect#ea52fe5a dc_id:int file_token:bytes encryption_key:bytes encryption_iv:bytes cdn_file_hashes:Vector<CdnFileHash> = upload.File;

sendMessageRecordRoundAction#88f27fbc = SendMessageAction;

sendMessageUploadRoundAction#243e1c66 progress:int = SendMessageAction;

upload.cdnFileReuploadNeeded#eea8e46e request_token:bytes = upload.CdnFile;

upload.cdnFile#a99fca4f bytes:bytes = upload.CdnFile;

cdnPublicKey#c982eaba dc_id:int public_key:string = CdnPublicKey;

cdnConfig#5725e40a public_keys:Vector<CdnPublicKey> = CdnConfig;

updateLangPackTooLong#10c2404b = Update;

updateLangPack#56022f4d difference:LangPackDifference = Update;

pageBlockChannel#ef1751b5 channel:Chat = PageBlock;

inputStickerSetItem#ffa0a496 document:InputDocument emoji:string mask_coords:MaskCoords = InputStickerSetItem;

langPackString#cad181f6 key:string value:string = LangPackString;

langPackStringPluralized#6c47ac9f key:string zero_value:string one_value:string two_value:string few_value:string many_value:string other_value:string = LangPackString;

langPackStringDeleted#2979eeb2 key:string = LangPackString;

langPackDifference#f385c1f6 lang_code:string from_version:int version:int strings:Vector<LangPackString> = LangPackDifference;

langPackLanguage#117698f1 name:string native_name:string lang_code:string = LangPackLanguage;

channelParticipantAdmin#a82fa898 can_edit:true user_id:int inviter_id:int promoted_by:int date:int admin_rights:ChannelAdminRights = ChannelParticipant;

channelParticipantBanned#222c1886 left:true user_id:int kicked_by:int date:int banned_rights:ChannelBannedRights = ChannelParticipant;

channelParticipantsBanned#1427a5e1 q:string = ChannelParticipantsFilter;

channelParticipantsSearch#656ac4b q:string = ChannelParticipantsFilter;

topPeerCategoryPhoneCalls#1e76a78c = TopPeerCategory;

pageBlockAudio#31b81a7f audio_id:long caption:RichText = PageBlock;

channelAdminRights#5d7ceba5 change_info:true post_messages:true edit_messages:true delete_messages:true ban_users:true invite_users:true invite_link:true pin_messages:true add_admins:true = ChannelAdminRights;

channelBannedRights#58cf4249 view_messages:true send_messages:true send_media:true send_stickers:true send_gifs:true send_games:true send_inline:true embed_links:true until_date:int = ChannelBannedRights;

channelAdminLogEventActionChangeTitle#e6dfb825 prev_value:string new_value:string = ChannelAdminLogEventAction;

channelAdminLogEventActionChangeAbout#55188a2e prev_value:string new_value:string = ChannelAdminLogEventAction;

channelAdminLogEventActionChangeUsername#6a4afc38 prev_value:string new_value:string = ChannelAdminLogEventAction;

channelAdminLogEventActionChangePhoto#b82f55c3 prev_photo:ChatPhoto new_photo:ChatPhoto = ChannelAdminLogEventAction;

channelAdminLogEventActionToggleInvites#1b7907ae new_value:Bool = ChannelAdminLogEventAction;

channelAdminLogEventActionToggleSignatures#26ae0971 new_value:Bool = ChannelAdminLogEventAction;

channelAdminLogEventActionUpdatePinned#e9e82c18 message:Message = ChannelAdminLogEventAction;

channelAdminLogEventActionEditMessage#709b2405 prev_message:Message new_message:Message = ChannelAdminLogEventAction;

channelAdminLogEventActionDeleteMessage#42e047bb message:Message = ChannelAdminLogEventAction;

channelAdminLogEventActionParticipantJoin#183040d3 = ChannelAdminLogEventAction;

channelAdminLogEventActionParticipantLeave#f89777f2 = ChannelAdminLogEventAction;

channelAdminLogEventActionParticipantInvite#e31c34d8 participant:ChannelParticipant = ChannelAdminLogEventAction;

channelAdminLogEventActionParticipantToggleBan#e6d83d7e prev_participant:ChannelParticipant new_participant:ChannelParticipant = ChannelAdminLogEventAction;

channelAdminLogEventActionParticipantToggleAdmin#d5676710 prev_participant:ChannelParticipant new_participant:ChannelParticipant = ChannelAdminLogEventAction;

channelAdminLogEvent#3b5a3e40 id:long date:int user_id:int action:ChannelAdminLogEventAction = ChannelAdminLogEvent;

channels.adminLogResults#ed8af74d events:Vector<ChannelAdminLogEvent> chats:Vector<Chat> users:Vector<User> = channels.AdminLogResults;

channelAdminLogEventsFilter#ea107ae4 join:true leave:true invite:true ban:true unban:true kick:true unkick:true promote:true demote:true info:true settings:true pinned:true edit:true delete:true = ChannelAdminLogEventsFilter;

messageActionScreenshotTaken#4792929b = MessageAction;

popularContact#5ce14175 client_id:long importers:int = PopularContact;

cdnFileHash#77eec38f offset:int limit:int hash:bytes = CdnFileHash;

inputMessagesFilterMyMentions#c1f8e69a = MessagesFilter;

updateContactsReset#7084a7be = Update;

channelAdminLogEventActionChangeStickerSet#b1c3caa7 prev_stickerset:InputStickerSet new_stickerset:InputStickerSet = ChannelAdminLogEventAction;

updateFavedStickers#e511996d = Update;

messages.favedStickers#f37f2f16 hash:int packs:Vector<StickerPack> stickers:Vector<Document> = messages.FavedStickers;

messages.favedStickersNotModified#9e8fa6d3 = messages.FavedStickers;

updateChannelReadMessagesContents#89893b45 channel_id:int messages:Vector<int> = Update;

inputMediaGeoLive#7b1a118f geo_point:InputGeoPoint period:int = InputMedia;

messageMediaGeoLive#7c3c2609 geo:GeoPoint period:int = MessageMedia;

messageActionCustomAction#fae69f56 message:string = MessageAction;

inputMessagesFilterContacts#e062db83 = MessagesFilter;

inputMessagesFilterGeo#e7026d0d = MessagesFilter;

updateChannelAvailableMessages#70db6837 channel_id:int available_min_id:int = Update;

channels.channelParticipantsNotModified#f0173fe9 = channels.ChannelParticipants;

channelAdminLogEventActionTogglePreHistoryHidden#5f5c95f1 new_value:Bool = ChannelAdminLogEventAction;

help.recentMeUrls#e0310d7 urls:Vector<RecentMeUrl> chats:Vector<Chat> users:Vector<User> = help.RecentMeUrls;

recentMeUrlUser#8dbc3336 url:string user_id:int = RecentMeUrl;

recentMeUrlChat#a01b22f9 url:string chat_id:int = RecentMeUrl;

recentMeUrlStickerSet#bc0a57dc url:string set:StickerSetCovered = RecentMeUrl;

recentMeUrlChatInvite#eb49081d url:string chat_invite:ChatInvite = RecentMeUrl;

recentMeUrlUnknown#46e1d13d url:string = RecentMeUrl;

inputSingleMedia#5eaa7809 media:InputMedia random_id:long = InputSingleMedia;


---functions---

invokeAfterMsg#cb9f372d msg_id:long query:!X = X;

invokeAfterMsgs#3dc4b4f0 msg_ids:Vector<long> query:!X = X;

auth.checkPhone#6fe51dfb phone_number:string = auth.CheckedPhone;

auth.sendCode#86aef0ec allow_flashcall:true phone_number:string current_number:Bool api_id:int api_hash:string = auth.SentCode;

auth.signUp#1b067634 phone_number:string phone_code_hash:string phone_code:string first_name:string last_name:string = auth.Authorization;

auth.signIn#bcd51581 phone_number:string phone_code_hash:string phone_code:string = auth.Authorization;

auth.logOut#5717da40 = Bool;

auth.resetAuthorizations#9fab0d1a = Bool;

auth.sendInvites#771c1d97 phone_numbers:Vector<string> message:string = Bool;

auth.exportAuthorization#e5bfffcd dc_id:int = auth.ExportedAuthorization;

auth.importAuthorization#e3ef9613 id:int bytes:bytes = auth.Authorization;

account.registerDevice#637ea878 token_type:int token:string = Bool;

account.unregisterDevice#65c55b40 token_type:int token:string = Bool;

account.updateNotifySettings#84be5b93 peer:InputNotifyPeer settings:InputPeerNotifySettings = Bool;

account.getNotifySettings#12b3ad31 peer:InputNotifyPeer = PeerNotifySettings;

account.resetNotifySettings#db7e1747 = Bool;

account.updateProfile#78515775 first_name:string last_name:string about:string = User;

account.updateStatus#6628562c offline:Bool = Bool;

account.getWallPapers#c04cfac2 = Vector<WallPaper>;

users.getUsers#d91a548 id:Vector<InputUser> = Vector<User>;

users.getFullUser#ca30a5b1 id:InputUser = UserFull;

contacts.getStatuses#c4a353ee = Vector<ContactStatus>;

contacts.getContacts#c023849f hash:int = contacts.Contacts;

contacts.importContacts#2c800be5 contacts:Vector<InputContact> = contacts.ImportedContacts;

contacts.search#11f812d8 q:string limit:int = contacts.Found;

contacts.deleteContact#8e953744 id:InputUser = contacts.Link;

contacts.deleteContacts#59ab389e id:Vector<InputUser> = Bool;

contacts.block#332b49fc id:InputUser = Bool;

contacts.unblock#e54100bd id:InputUser = Bool;

contacts.getBlocked#f57c350f offset:int limit:int = contacts.Blocked;

messages.getMessages#4222fa74 id:Vector<int> = messages.Messages;

messages.getDialogs#191ba9c5 exclude_pinned:true offset_date:int offset_id:int offset_peer:InputPeer limit:int = messages.Dialogs;

messages.getHistory#afa92846 peer:InputPeer offset_id:int offset_date:int add_offset:int limit:int max_id:int min_id:int = messages.Messages;

messages.search#39e9ea0 peer:InputPeer q:string from_id:InputUser filter:MessagesFilter min_date:int max_date:int offset_id:int add_offset:int limit:int max_id:int min_id:int = messages.Messages;

messages.readHistory#e306d3a peer:InputPeer max_id:int = messages.AffectedMessages;

messages.deleteHistory#1c015b09 just_clear:true peer:InputPeer max_id:int = messages.AffectedHistory;

messages.deleteMessages#e58e95d2 revoke:true id:Vector<int> = messages.AffectedMessages;

messages.receivedMessages#5a954c0 max_id:int = Vector<ReceivedNotifyMessage>;

messages.setTyping#a3825e50 peer:InputPeer action:SendMessageAction = Bool;

messages.sendMessage#fa88427a no_webpage:true silent:true background:true clear_draft:true peer:InputPeer reply_to_msg_id:int message:string random_id:long reply_markup:ReplyMarkup entities:Vector<MessageEntity> = Updates;

messages.sendMedia#c8f16791 silent:true background:true clear_draft:true peer:InputPeer reply_to_msg_id:int media:InputMedia random_id:long reply_markup:ReplyMarkup = Updates;

messages.forwardMessages#708e0195 silent:true background:true with_my_score:true from_peer:InputPeer id:Vector<int> random_id:Vector<long> to_peer:InputPeer grouped:true = Updates;

messages.getChats#3c6aa187 id:Vector<int> = messages.Chats;

messages.getFullChat#3b831c66 chat_id:int = messages.ChatFull;

messages.editChatTitle#dc452855 chat_id:int title:string = Updates;

messages.editChatPhoto#ca4c79d8 chat_id:int photo:InputChatPhoto = Updates;

messages.addChatUser#f9a0aa09 chat_id:int user_id:InputUser fwd_limit:int = Updates;

messages.deleteChatUser#e0611f16 chat_id:int user_id:InputUser = Updates;

messages.createChat#9cb126e users:Vector<InputUser> title:string = Updates;

updates.getState#edd4882a = updates.State;

updates.getDifference#25939651 pts:int pts_total_limit:int date:int qts:int = updates.Difference;

photos.updateProfilePhoto#f0bb5152 id:InputPhoto = UserProfilePhoto;

photos.uploadProfilePhoto#4f32c098 file:InputFile = photos.Photo;

upload.saveFilePart#b304a621 file_id:long file_part:int bytes:bytes = Bool;

upload.getFile#e3a6cfb5 location:InputFileLocation offset:int limit:int = upload.File;

help.getConfig#c4f9186b = Config;

help.getNearestDc#1fb33026 = NearestDc;

help.getAppUpdate#ae2de196 = help.AppUpdate;

help.saveAppLog#6f02f748 events:Vector<InputAppEvent> = Bool;

help.getInviteText#4d392343 = help.InviteText;

photos.deletePhotos#87cf7f2f id:Vector<InputPhoto> = Vector<long>;

photos.getUserPhotos#91cd32a8 user_id:InputUser offset:int max_id:long limit:int = photos.Photos;

messages.forwardMessage#33963bf9 peer:InputPeer id:int random_id:long = Updates;

messages.getDhConfig#26cf8950 version:int random_length:int = messages.DhConfig;

messages.requestEncryption#f64daf43 user_id:InputUser random_id:int g_a:bytes = EncryptedChat;

messages.acceptEncryption#3dbc0415 peer:InputEncryptedChat g_b:bytes key_fingerprint:long = EncryptedChat;

messages.discardEncryption#edd923c5 chat_id:int = Bool;

messages.setEncryptedTyping#791451ed peer:InputEncryptedChat typing:Bool = Bool;

messages.readEncryptedHistory#7f4b690a peer:InputEncryptedChat max_date:int = Bool;

messages.sendEncrypted#a9776773 peer:InputEncryptedChat random_id:long data:bytes = messages.SentEncryptedMessage;

messages.sendEncryptedFile#9a901b66 peer:InputEncryptedChat random_id:long data:bytes file:InputEncryptedFile = messages.SentEncryptedMessage;

messages.sendEncryptedService#32d439a4 peer:InputEncryptedChat random_id:long data:bytes = messages.SentEncryptedMessage;

messages.receivedQueue#55a5bb66 max_qts:int = Vector<long>;

upload.saveBigFilePart#de7b673d file_id:long file_part:int file_total_parts:int bytes:bytes = Bool;

initConnection#c7481da6 api_id:int device_model:string system_version:string app_version:string system_lang_code:string lang_pack:string lang_code:string query:!X = X;

help.getSupport#9cdf08cd = help.Support;

auth.bindTempAuthKey#cdd42a05 perm_auth_key_id:long nonce:long expires_at:int encrypted_message:bytes = Bool;

contacts.exportCard#84e53737 = Vector<int>;

contacts.importCard#4fe196fe export_card:Vector<int> = User;

messages.readMessageContents#36a73f77 id:Vector<int> = messages.AffectedMessages;

account.checkUsername#2714d86c username:string = Bool;

account.updateUsername#3e0bdd7c username:string = User;

account.getPrivacy#dadbc950 key:InputPrivacyKey = account.PrivacyRules;

account.setPrivacy#c9f81ce8 key:InputPrivacyKey rules:Vector<InputPrivacyRule> = account.PrivacyRules;

account.deleteAccount#418d4e0b reason:string = Bool;

account.getAccountTTL#8fc711d = AccountDaysTTL;

account.setAccountTTL#2442485e ttl:AccountDaysTTL = Bool;

invokeWithLayer#da9b0d0d layer:int query:!X = X;

contacts.resolveUsername#f93ccba3 username:string = contacts.ResolvedPeer;

account.sendChangePhoneCode#8e57deb allow_flashcall:true phone_number:string current_number:Bool = auth.SentCode;

account.changePhone#70c32edb phone_number:string phone_code_hash:string phone_code:string = User;

messages.getAllStickers#1c9618b1 hash:int = messages.AllStickers;

account.updateDeviceLocked#38df3532 period:int = Bool;

account.getPassword#548a30f5 = account.Password;

auth.checkPassword#a63011e password_hash:bytes = auth.Authorization;

messages.getWebPagePreview#25223e24 message:string = MessageMedia;

account.getAuthorizations#e320c158 = account.Authorizations;

account.resetAuthorization#df77f3bc hash:long = Bool;

account.getPasswordSettings#bc8d11bb current_password_hash:bytes = account.PasswordSettings;

account.updatePasswordSettings#fa7c4b86 current_password_hash:bytes new_settings:account.PasswordInputSettings = Bool;

auth.requestPasswordRecovery#d897bc66 = auth.PasswordRecovery;

auth.recoverPassword#4ea56e92 code:string = auth.Authorization;

invokeWithoutUpdates#bf9459b7 query:!X = X;

messages.exportChatInvite#7d885289 chat_id:int = ExportedChatInvite;

messages.checkChatInvite#3eadb1bb hash:string = ChatInvite;

messages.importChatInvite#6c50051c hash:string = Updates;

messages.getStickerSet#2619a90e stickerset:InputStickerSet = messages.StickerSet;

messages.installStickerSet#c78fe460 stickerset:InputStickerSet archived:Bool = messages.StickerSetInstallResult;

messages.uninstallStickerSet#f96e55de stickerset:InputStickerSet = Bool;

auth.importBotAuthorization#67a3ff2c api_id:int api_hash:string bot_auth_token:string = auth.Authorization;

messages.startBot#e6df7378 bot:InputUser peer:InputPeer random_id:long start_param:string = Updates;

help.getAppChangelog#9010ef6f prev_app_version:string = Updates;

messages.reportSpam#cf1592db peer:InputPeer = Bool;

messages.getMessagesViews#c4c8a55d peer:InputPeer id:Vector<int> increment:Bool = Vector<int>;

updates.getChannelDifference#3173d78 force:true channel:InputChannel filter:ChannelMessagesFilter pts:int limit:int = updates.ChannelDifference;

channels.readHistory#cc104937 channel:InputChannel max_id:int = Bool;

channels.deleteMessages#84c1fd4e channel:InputChannel id:Vector<int> = messages.AffectedMessages;

channels.deleteUserHistory#d10dd71b channel:InputChannel user_id:InputUser = messages.AffectedHistory;

channels.reportSpam#fe087810 channel:InputChannel user_id:InputUser id:Vector<int> = Bool;

channels.getMessages#93d7b347 channel:InputChannel id:Vector<int> = messages.Messages;

channels.getParticipants#123e05e9 channel:InputChannel filter:ChannelParticipantsFilter offset:int limit:int hash:int = channels.ChannelParticipants;

channels.getParticipant#546dd7a6 channel:InputChannel user_id:InputUser = channels.ChannelParticipant;

channels.getChannels#a7f6bbb id:Vector<InputChannel> = messages.Chats;

channels.getFullChannel#8736a09 channel:InputChannel = messages.ChatFull;

channels.createChannel#f4893d7f broadcast:true megagroup:true title:string about:string = Updates;

channels.editAbout#13e27f1e channel:InputChannel about:string = Bool;

channels.editAdmin#20b88214 channel:InputChannel user_id:InputUser admin_rights:ChannelAdminRights = Updates;

channels.editTitle#566decd0 channel:InputChannel title:string = Updates;

channels.editPhoto#f12e57c9 channel:InputChannel photo:InputChatPhoto = Updates;

channels.checkUsername#10e6bd2c channel:InputChannel username:string = Bool;

channels.updateUsername#3514b3de channel:InputChannel username:string = Bool;

channels.joinChannel#24b524c5 channel:InputChannel = Updates;

channels.leaveChannel#f836aa95 channel:InputChannel = Updates;

channels.inviteToChannel#199f3a6c channel:InputChannel users:Vector<InputUser> = Updates;

channels.exportInvite#c7560885 channel:InputChannel = ExportedChatInvite;

channels.deleteChannel#c0111fe3 channel:InputChannel = Updates;

messages.toggleChatAdmins#ec8bd9e1 chat_id:int enabled:Bool = Updates;

messages.editChatAdmin#a9e69f2e chat_id:int user_id:InputUser is_admin:Bool = Bool;

messages.migrateChat#15a3b8e3 chat_id:int = Updates;

messages.searchGlobal#9e3cacb0 q:string offset_date:int offset_peer:InputPeer offset_id:int limit:int = messages.Messages;

account.reportPeer#ae189d5f peer:InputPeer reason:ReportReason = Bool;

messages.reorderStickerSets#78337739 masks:true order:Vector<long> = Bool;

help.getTermsOfService#350170f3 = help.TermsOfService;

messages.getDocumentByHash#338e2464 sha256:bytes size:int mime_type:string = Document;

messages.searchGifs#bf9a776b q:string offset:int = messages.FoundGifs;

messages.getSavedGifs#83bf3d52 hash:int = messages.SavedGifs;

messages.saveGif#327a30cb id:InputDocument unsave:Bool = Bool;

messages.getInlineBotResults#514e999d bot:InputUser peer:InputPeer geo_point:InputGeoPoint query:string offset:string = messages.BotResults;

messages.setInlineBotResults#eb5ea206 gallery:true private:true query_id:long results:Vector<InputBotInlineResult> cache_time:int next_offset:string switch_pm:InlineBotSwitchPM = Bool;

messages.sendInlineBotResult#b16e06fe silent:true background:true clear_draft:true peer:InputPeer reply_to_msg_id:int random_id:long query_id:long id:string = Updates;

channels.toggleInvites#49609307 channel:InputChannel enabled:Bool = Updates;

channels.exportMessageLink#c846d22d channel:InputChannel id:int = ExportedMessageLink;

channels.toggleSignatures#1f69b606 channel:InputChannel enabled:Bool = Updates;

messages.hideReportSpam#a8f1709b peer:InputPeer = Bool;

messages.getPeerSettings#3672e09c peer:InputPeer = PeerSettings;

channels.updatePinnedMessage#a72ded52 silent:true channel:InputChannel id:int = Updates;

auth.resendCode#3ef1a9bf phone_number:string phone_code_hash:string = auth.SentCode;

auth.cancelCode#1f040578 phone_number:string phone_code_hash:string = Bool;

messages.getMessageEditData#fda68d36 peer:InputPeer id:int = messages.MessageEditData;

messages.editMessage#5d1b8dd no_webpage:true stop_geo_live:true peer:InputPeer id:int message:string reply_markup:ReplyMarkup entities:Vector<MessageEntity> geo_point:InputGeoPoint = Updates;

messages.editInlineBotMessage#130c2c85 no_webpage:true id:InputBotInlineMessageID message:string reply_markup:ReplyMarkup entities:Vector<MessageEntity> = Bool;

messages.getBotCallbackAnswer#810a9fec game:true peer:InputPeer msg_id:int data:bytes = messages.BotCallbackAnswer;

messages.setBotCallbackAnswer#d58f130a alert:true query_id:long message:string url:string cache_time:int = Bool;

contacts.getTopPeers#d4982db5 correspondents:true bots_pm:true bots_inline:true phone_calls:true groups:true channels:true offset:int limit:int hash:int = contacts.TopPeers;

contacts.resetTopPeerRating#1ae373ac category:TopPeerCategory peer:InputPeer = Bool;

messages.getPeerDialogs#2d9776b9 peers:Vector<InputPeer> = messages.PeerDialogs;

messages.saveDraft#bc39e14b no_webpage:true reply_to_msg_id:int peer:InputPeer message:string entities:Vector<MessageEntity> = Bool;

messages.getAllDrafts#6a3f8d65 = Updates;

account.sendConfirmPhoneCode#1516d7bd allow_flashcall:true hash:string current_number:Bool = auth.SentCode;

account.confirmPhone#5f2178c3 phone_code_hash:string phone_code:string = Bool;

messages.getFeaturedStickers#2dacca4f hash:int = messages.FeaturedStickers;

messages.readFeaturedStickers#5b118126 id:Vector<long> = Bool;

messages.getRecentStickers#5ea192c9 attached:true hash:int = messages.RecentStickers;

messages.saveRecentSticker#392718f8 attached:true id:InputDocument unsave:Bool = Bool;

messages.clearRecentStickers#8999602d attached:true = Bool;

messages.getArchivedStickers#57f17692 masks:true offset_id:long limit:int = messages.ArchivedStickers;

channels.getAdminedPublicChannels#8d8d82d7 = messages.Chats;

auth.dropTempAuthKeys#8e48a188 except_auth_keys:Vector<long> = Bool;

messages.setGameScore#8ef8ecc0 edit_message:true force:true peer:InputPeer id:int user_id:InputUser score:int = Updates;

messages.setInlineGameScore#15ad9f64 edit_message:true force:true id:InputBotInlineMessageID user_id:InputUser score:int = Bool;

messages.getMaskStickers#65b8c79f hash:int = messages.AllStickers;

messages.getAttachedStickers#cc5b67cc media:InputStickeredMedia = Vector<StickerSetCovered>;

messages.getGameHighScores#e822649d peer:InputPeer id:int user_id:InputUser = messages.HighScores;

messages.getInlineGameHighScores#f635e1b id:InputBotInlineMessageID user_id:InputUser = messages.HighScores;

messages.getCommonChats#d0a48c4 user_id:InputUser max_id:int limit:int = messages.Chats;

messages.getAllChats#eba80ff0 except_ids:Vector<int> = messages.Chats;

help.setBotUpdatesStatus#ec22cfcd pending_updates_count:int message:string = Bool;

messages.getWebPage#32ca8f91 url:string hash:int = WebPage;

messages.toggleDialogPin#3289be6a pinned:true peer:InputPeer = Bool;

messages.reorderPinnedDialogs#959ff644 force:true order:Vector<InputPeer> = Bool;

messages.getPinnedDialogs#e254d64e = messages.PeerDialogs;

phone.requestCall#5b95b3d4 user_id:InputUser random_id:int g_a_hash:bytes protocol:PhoneCallProtocol = phone.PhoneCall;

phone.acceptCall#3bd2b4a0 peer:InputPhoneCall g_b:bytes protocol:PhoneCallProtocol = phone.PhoneCall;

phone.discardCall#78d413a6 peer:InputPhoneCall duration:int reason:PhoneCallDiscardReason connection_id:long = Updates;

phone.receivedCall#17d54f61 peer:InputPhoneCall = Bool;

messages.reportEncryptedSpam#4b0c8c0f peer:InputEncryptedChat = Bool;

payments.getPaymentForm#99f09745 msg_id:int = payments.PaymentForm;

payments.sendPaymentForm#2b8879b3 msg_id:int requested_info_id:string shipping_option_id:string credentials:InputPaymentCredentials = payments.PaymentResult;

account.getTmpPassword#4a82327e password_hash:bytes period:int = account.TmpPassword;

messages.setBotShippingResults#e5f672fa query_id:long error:string shipping_options:Vector<ShippingOption> = Bool;

messages.setBotPrecheckoutResults#9c2dd95 success:true query_id:long error:string = Bool;

upload.getWebFile#24e6818d location:InputWebFileLocation offset:int limit:int = upload.WebFile;

bots.sendCustomRequest#aa2769ed custom_method:string params:DataJSON = DataJSON;

bots.answerWebhookJSONQuery#e6213f4d query_id:long data:DataJSON = Bool;

payments.getPaymentReceipt#a092a980 msg_id:int = payments.PaymentReceipt;

payments.validateRequestedInfo#770a8e74 save:true msg_id:int info:PaymentRequestedInfo = payments.ValidatedRequestedInfo;

payments.getSavedInfo#227d824b = payments.SavedInfo;

payments.clearSavedInfo#d83d70c1 credentials:true info:true = Bool;

phone.getCallConfig#55451fa9 = DataJSON;

phone.confirmCall#2efe1722 peer:InputPhoneCall g_a:bytes key_fingerprint:long protocol:PhoneCallProtocol = phone.PhoneCall;

phone.setCallRating#1c536a34 peer:InputPhoneCall rating:int comment:string = Updates;

phone.saveCallDebug#277add7e peer:InputPhoneCall debug:DataJSON = Bool;

upload.getCdnFile#2000bcc3 file_token:bytes offset:int limit:int = upload.CdnFile;

upload.reuploadCdnFile#1af91c09 file_token:bytes request_token:bytes = Vector<CdnFileHash>;

help.getCdnConfig#52029342 = CdnConfig;

messages.uploadMedia#519bc2b1 peer:InputPeer media:InputMedia = MessageMedia;

stickers.createStickerSet#9bd86e6a masks:true user_id:InputUser title:string short_name:string stickers:Vector<InputStickerSetItem> = messages.StickerSet;

langpack.getLangPack#9ab5c58e lang_code:string = LangPackDifference;

langpack.getStrings#2e1ee318 lang_code:string keys:Vector<string> = Vector<LangPackString>;

langpack.getDifference#b2e4d7d from_version:int = LangPackDifference;

langpack.getLanguages#800fd57d = Vector<LangPackLanguage>;

channels.editBanned#bfd915cd channel:InputChannel user_id:InputUser banned_rights:ChannelBannedRights = Updates;

channels.getAdminLog#33ddf480 channel:InputChannel q:string events_filter:ChannelAdminLogEventsFilter admins:Vector<InputUser> max_id:long min_id:long limit:int = channels.AdminLogResults;

stickers.removeStickerFromSet#f7760f51 sticker:InputDocument = messages.StickerSet;

stickers.changeStickerPosition#ffb6d4ca sticker:InputDocument position:int = messages.StickerSet;

stickers.addStickerToSet#8653febe stickerset:InputStickerSet sticker:InputStickerSetItem = messages.StickerSet;

messages.sendScreenshotNotification#c97df020 peer:InputPeer reply_to_msg_id:int random_id:long = Updates;

upload.getCdnFileHashes#f715c87b file_token:bytes offset:int = Vector<CdnFileHash>;

messages.getUnreadMentions#46578472 peer:InputPeer offset_id:int add_offset:int limit:int max_id:int min_id:int = messages.Messages;

messages.faveSticker#b9ffc55b id:InputDocument unfave:Bool = Bool;

channels.setStickers#ea8ca4f9 channel:InputChannel stickerset:InputStickerSet = Bool;

contacts.resetSaved#879537f1 = Bool;

messages.getFavedStickers#21ce0b0e hash:int = messages.FavedStickers;

channels.readMessageContents#eab5dc38 channel:InputChannel id:Vector<int> = Bool;

messages.getRecentLocations#249431e2 peer:InputPeer limit:int = messages.Messages;

messages.readMentions#f0189d3 peer:InputPeer = messages.AffectedHistory;

help.getRecentMeUrls#3dc0f114 referer:string = help.RecentMeUrls;

channels.deleteHistory#af369d42 channel:InputChannel max_id:int = Bool;

channels.togglePreHistoryHidden#eabbb94c channel:InputChannel enabled:Bool = Updates;

messages.sendMultiMedia#2095512f silent:true background:true clear_draft:true peer:InputPeer reply_to_msg_id:int multi_media:Vector<InputSingleMedia> = Updates;