143 KiB
title | description |
---|---|
Constructors | List of constructors |
Constructors
Back to API documentation index
$accountDaysTTL = ['days' => int, ];
$account_authorizations = ['authorizations' => [Authorization], ];
$account_noPassword = ['new_salt' => bytes, 'email_unconfirmed_pattern' => string, ];
$account_password = ['current_salt' => bytes, 'new_salt' => bytes, 'hint' => string, 'has_recovery' => Bool, 'email_unconfirmed_pattern' => string, ];
$account_passwordInputSettings = ['new_salt' => bytes, 'new_password_hash' => bytes, 'hint' => string, 'email' => string, ];
$account_passwordSettings = ['email' => string, ];
$account_privacyRules = ['rules' => [PrivacyRule], 'users' => [User], ];
$account_tmpPassword = ['tmp_password' => bytes, 'valid_until' => int, ];
$account_webAuthorizations = ['authorizations' => [WebAuthorization], 'users' => [User], ];
$auth_authorization = ['tmp_sessions' => int, 'user' => User, ];
$auth_checkedPhone = ['phone_registered' => Bool, ];
$auth_codeTypeCall = [];
$auth_codeTypeFlashCall = [];
$auth_codeTypeSms = [];
$auth_exportedAuthorization = ['id' => int, 'bytes' => bytes, ];
$auth_passwordRecovery = ['email_pattern' => string, ];
$auth_sentCode = ['phone_registered' => Bool, 'type' => auth_SentCodeType, 'phone_code_hash' => string, 'next_type' => auth_CodeType, 'timeout' => int, ];
$auth_sentCodeTypeApp = ['length' => int, ];
$auth_sentCodeTypeCall = ['length' => int, ];
$auth_sentCodeTypeFlashCall = ['pattern' => string, ];
$auth_sentCodeTypeSms = ['length' => int, ];
$authorization = ['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, ];
$boolFalse = [];
$boolTrue = [];
$botCommand = ['command' => string, 'description' => string, ];
$botInfo = ['user_id' => int, 'description' => string, 'commands' => [BotCommand], ];
$botInlineMediaResult = ['id' => string, 'type' => string, 'photo' => Photo, 'document' => Document, 'title' => string, 'description' => string, 'send_message' => BotInlineMessage, ];
$botInlineMessageMediaAuto = ['message' => string, 'entities' => [MessageEntity], 'reply_markup' => ReplyMarkup, ];
$botInlineMessageMediaContact = ['phone_number' => string, 'first_name' => string, 'last_name' => string, 'reply_markup' => ReplyMarkup, ];
$botInlineMessageMediaGeo = ['geo' => GeoPoint, 'period' => int, 'reply_markup' => ReplyMarkup, ];
$botInlineMessageMediaVenue = ['geo' => GeoPoint, 'title' => string, 'address' => string, 'provider' => string, 'venue_id' => string, 'reply_markup' => ReplyMarkup, ];
$botInlineMessageText = ['no_webpage' => Bool, 'message' => string, 'entities' => [MessageEntity], 'reply_markup' => ReplyMarkup, ];
$botInlineResult = ['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, ];
$cdnConfig = ['public_keys' => [CdnPublicKey], ];
$cdnFileHash = ['offset' => int, 'limit' => int, 'hash' => bytes, ];
$cdnPublicKey = ['dc_id' => int, 'public_key' => string, ];
$channel = ['creator' => Bool, 'left' => Bool, 'editor' => Bool, 'broadcast' => Bool, 'verified' => Bool, 'megagroup' => Bool, 'restricted' => Bool, 'democracy' => Bool, 'signatures' => Bool, 'min' => Bool, '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, ];
$channelAdminLogEvent = ['id' => long, 'date' => int, 'user_id' => int, 'action' => ChannelAdminLogEventAction, ];
$channelAdminLogEventActionChangeAbout = ['prev_value' => string, 'new_value' => string, ];
$channelAdminLogEventActionChangePhoto = ['prev_photo' => ChatPhoto, 'new_photo' => ChatPhoto, ];
$channelAdminLogEventActionChangeStickerSet = ['prev_stickerset' => InputStickerSet, 'new_stickerset' => InputStickerSet, ];
$channelAdminLogEventActionChangeTitle = ['prev_value' => string, 'new_value' => string, ];
$channelAdminLogEventActionChangeUsername = ['prev_value' => string, 'new_value' => string, ];
$channelAdminLogEventActionDeleteMessage = ['message' => Message, ];
$channelAdminLogEventActionEditMessage = ['prev_message' => Message, 'new_message' => Message, ];
$channelAdminLogEventActionParticipantInvite = ['participant' => ChannelParticipant, ];
$channelAdminLogEventActionParticipantJoin = [];
$channelAdminLogEventActionParticipantLeave = [];
$channelAdminLogEventActionParticipantToggleAdmin = ['prev_participant' => ChannelParticipant, 'new_participant' => ChannelParticipant, ];
$channelAdminLogEventActionParticipantToggleBan = ['prev_participant' => ChannelParticipant, 'new_participant' => ChannelParticipant, ];
$channelAdminLogEventActionToggleInvites = ['new_value' => Bool, ];
$channelAdminLogEventActionTogglePreHistoryHidden = ['new_value' => Bool, ];
$channelAdminLogEventActionToggleSignatures = ['new_value' => Bool, ];
$channelAdminLogEventActionUpdatePinned = ['message' => Message, ];
$channelAdminLogEventsFilter = ['join' => Bool, 'leave' => Bool, 'invite' => Bool, 'ban' => Bool, 'unban' => Bool, 'kick' => Bool, 'unkick' => Bool, 'promote' => Bool, 'demote' => Bool, 'info' => Bool, 'settings' => Bool, 'pinned' => Bool, 'edit' => Bool, 'delete' => Bool, ];
$channelAdminRights = ['change_info' => Bool, 'post_messages' => Bool, 'edit_messages' => Bool, 'delete_messages' => Bool, 'ban_users' => Bool, 'invite_users' => Bool, 'invite_link' => Bool, 'pin_messages' => Bool, 'add_admins' => Bool, ];
$channelBannedRights = ['view_messages' => Bool, 'send_messages' => Bool, 'send_media' => Bool, 'send_stickers' => Bool, 'send_gifs' => Bool, 'send_games' => Bool, 'send_inline' => Bool, 'embed_links' => Bool, 'until_date' => int, ];
$channelForbidden = ['broadcast' => Bool, 'megagroup' => Bool, 'id' => int, 'access_hash' => long, 'title' => string, 'until_date' => int, ];
$channelFull = ['can_view_participants' => Bool, 'can_set_username' => Bool, 'can_set_stickers' => Bool, 'hidden_prehistory' => Bool, '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' => [BotInfo], 'migrated_from_chat_id' => int, 'migrated_from_max_id' => int, 'pinned_msg_id' => int, 'stickerset' => StickerSet, 'available_min_id' => int, ];
$channelMessagesFilter = ['exclude_new_messages' => Bool, 'ranges' => [MessageRange], ];
$channelMessagesFilterEmpty = [];
$channelParticipant = ['user_id' => int, 'date' => int, ];
$channelParticipantAdmin = ['can_edit' => Bool, 'user_id' => int, 'inviter_id' => int, 'promoted_by' => int, 'date' => int, 'admin_rights' => ChannelAdminRights, ];
$channelParticipantBanned = ['left' => Bool, 'user_id' => int, 'kicked_by' => int, 'date' => int, 'banned_rights' => ChannelBannedRights, ];
$channelParticipantCreator = ['user_id' => int, ];
$channelParticipantSelf = ['user_id' => int, 'inviter_id' => int, 'date' => int, ];
$channelParticipantsAdmins = [];
$channelParticipantsBanned = ['q' => string, ];
$channelParticipantsBots = [];
$channelParticipantsKicked = ['q' => string, ];
$channelParticipantsRecent = [];
$channelParticipantsSearch = ['q' => string, ];
$channels_adminLogResults = ['events' => [ChannelAdminLogEvent], 'chats' => [Chat], 'users' => [User], ];
$channels_channelParticipant = ['participant' => ChannelParticipant, 'users' => [User], ];
$channels_channelParticipants = ['count' => int, 'participants' => [ChannelParticipant], 'users' => [User], ];
$channels_channelParticipantsNotModified = [];
$chat = ['creator' => Bool, 'kicked' => Bool, 'left' => Bool, 'admins_enabled' => Bool, 'admin' => Bool, 'deactivated' => Bool, 'id' => int, 'title' => string, 'photo' => ChatPhoto, 'participants_count' => int, 'date' => int, 'version' => int, 'migrated_to' => InputChannel, ];
$chatEmpty = ['id' => int, ];
$chatForbidden = ['id' => int, 'title' => string, ];
$chatFull = ['id' => int, 'participants' => ChatParticipants, 'chat_photo' => Photo, 'notify_settings' => PeerNotifySettings, 'exported_invite' => ExportedChatInvite, 'bot_info' => [BotInfo], ];
$chatInvite = ['channel' => Bool, 'broadcast' => Bool, 'public' => Bool, 'megagroup' => Bool, 'title' => string, 'photo' => ChatPhoto, 'participants_count' => int, 'participants' => [User], ];
$chatInviteAlready = ['chat' => Chat, ];
$chatInviteEmpty = [];
$chatInviteExported = ['link' => string, ];
$chatParticipant = ['user_id' => int, 'inviter_id' => int, 'date' => int, ];
$chatParticipantAdmin = ['user_id' => int, 'inviter_id' => int, 'date' => int, ];
$chatParticipantCreator = ['user_id' => int, ];
$chatParticipants = ['chat_id' => int, 'participants' => [ChatParticipant], 'version' => int, ];
$chatParticipantsForbidden = ['chat_id' => int, 'self_participant' => ChatParticipant, ];
$chatPhoto = ['photo_small' => FileLocation, 'photo_big' => FileLocation, ];
$chatPhotoEmpty = [];
$config = ['phonecalls_enabled' => Bool, 'default_p2p_contacts' => Bool, 'date' => int, 'expires' => int, 'test_mode' => Bool, 'this_dc' => int, 'dc_options' => [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' => [DisabledFeature], ];
$contact = ['user_id' => int, 'mutual' => Bool, ];
$contactBlocked = ['user_id' => int, 'date' => int, ];
$contactLinkContact = [];
$contactLinkHasPhone = [];
$contactLinkNone = [];
$contactLinkUnknown = [];
$contactStatus = ['user_id' => int, 'status' => UserStatus, ];
$contacts_blocked = ['blocked' => [ContactBlocked], 'users' => [User], ];
$contacts_blockedSlice = ['count' => int, 'blocked' => [ContactBlocked], 'users' => [User], ];
$contacts_contacts = ['contacts' => [Contact], 'saved_count' => int, 'users' => [User], ];
$contacts_contactsNotModified = [];
$contacts_found = ['my_results' => [Peer], 'results' => [Peer], 'chats' => [Chat], 'users' => [User], ];
$contacts_importedContacts = ['imported' => [ImportedContact], 'popular_invites' => [PopularContact], 'retry_contacts' => [long], 'users' => [User], ];
$contacts_link = ['my_link' => ContactLink, 'foreign_link' => ContactLink, 'user' => User, ];
$contacts_resolvedPeer = ['peer' => Peer, 'chats' => [Chat], 'users' => [User], ];
$contacts_topPeers = ['categories' => [TopPeerCategoryPeers], 'chats' => [Chat], 'users' => [User], ];
$contacts_topPeersNotModified = [];
$dataJSON = ['data' => string, ];
$dcOption = ['ipv6' => Bool, 'media_only' => Bool, 'tcpo_only' => Bool, 'cdn' => Bool, 'static' => Bool, 'id' => int, 'ip_address' => string, 'port' => int, ];
$decryptedDataBlock = ['voice_call_id' => int128, 'in_seq_no' => int, 'out_seq_no' => int, 'recent_received_mask' => int, 'proto' => int, 'extra' => string, 'raw_data' => string, ];
$decryptedMessage_73 = ['ttl' => int, 'message' => string, 'media' => DecryptedMessageMedia, 'entities' => [MessageEntity], 'via_bot_name' => string, 'reply_to_random_id' => long, 'grouped_id' => long, ];
$decryptedMessageActionAbortKey_20 = ['exchange_id' => long, ];
$decryptedMessageActionAcceptKey_20 = ['exchange_id' => long, 'g_b' => bytes, 'key_fingerprint' => long, ];
$decryptedMessageActionCommitKey_20 = ['exchange_id' => long, 'key_fingerprint' => long, ];
$decryptedMessageActionDeleteMessages_8 = ['random_ids' => [long], ];
$decryptedMessageActionFlushHistory_8 = [];
$decryptedMessageActionNoop_20 = [];
$decryptedMessageActionNotifyLayer_17 = ['layer' => int, ];
$decryptedMessageActionReadMessages_8 = ['random_ids' => [long], ];
$decryptedMessageActionRequestKey_20 = ['exchange_id' => long, 'g_a' => bytes, ];
$decryptedMessageActionResend_17 = ['start_seq_no' => int, 'end_seq_no' => int, ];
$decryptedMessageActionScreenshotMessages_8 = ['random_ids' => [long], ];
$decryptedMessageActionSetMessageTTL_8 = ['ttl_seconds' => int, ];
$decryptedMessageActionTyping_17 = ['action' => SendMessageAction, ];
$decryptedMessageLayer_17 = ['layer' => int, 'in_seq_no' => int, 'out_seq_no' => int, 'message' => DecryptedMessage, ];
$decryptedMessageMediaAudio_17 = ['duration' => int, 'mime_type' => string, 'size' => int, 'key' => bytes, 'iv' => bytes, ];
$decryptedMessageMediaContact_8 = ['phone_number' => string, 'first_name' => string, 'last_name' => string, 'user_id' => int, ];
$decryptedMessageMediaDocument_45 = ['thumb' => bytes, 'thumb_w' => int, 'thumb_h' => int, 'mime_type' => string, 'size' => int, 'key' => bytes, 'iv' => bytes, 'attributes' => [DocumentAttribute], 'caption' => string, ];
$decryptedMessageMediaEmpty_8 = [];
$decryptedMessageMediaExternalDocument_23 = ['id' => long, 'access_hash' => long, 'date' => int, 'mime_type' => string, 'size' => int, 'thumb' => PhotoSize, 'dc_id' => int, 'attributes' => [DocumentAttribute], ];
$decryptedMessageMediaGeoPoint_8 = ['lat' => double, 'long' => double, ];
$decryptedMessageMediaPhoto_45 = ['thumb' => bytes, 'thumb_w' => int, 'thumb_h' => int, 'w' => int, 'h' => int, 'size' => int, 'key' => bytes, 'iv' => bytes, 'caption' => string, ];
$decryptedMessageMediaVenue_46 = ['lat' => double, 'long' => double, 'title' => string, 'address' => string, 'provider' => string, 'venue_id' => string, ];
$decryptedMessageMediaVideo_45 = ['thumb' => bytes, 'thumb_w' => int, 'thumb_h' => int, 'duration' => int, 'mime_type' => string, 'w' => int, 'h' => int, 'size' => int, 'key' => bytes, 'iv' => bytes, 'caption' => string, ];
$decryptedMessageMediaWebPage_46 = ['url' => string, ];
$decryptedMessageService_17 = ['action' => DecryptedMessageAction, ];
$dialog = ['pinned' => Bool, '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, ];
$disabledFeature = ['feature' => string, 'description' => string, ];
$document = ['id' => long, 'access_hash' => long, 'date' => int, 'mime_type' => string, 'size' => int, 'thumb' => PhotoSize, 'dc_id' => int, 'version' => int, 'attributes' => [DocumentAttribute], ];
$documentAttributeAnimated = [];
$documentAttributeAudio_46 = ['duration' => int, 'title' => string, 'performer' => string, ];
$documentAttributeFilename = ['file_name' => string, ];
$documentAttributeHasStickers = [];
$documentAttributeImageSize = ['w' => int, 'h' => int, ];
$documentAttributeSticker_55 = ['alt' => string, 'stickerset' => InputStickerSet, ];
$documentAttributeVideo_23 = ['duration' => int, 'w' => int, 'h' => int, ];
$documentEmpty = ['id' => long, ];
$draftMessage = ['no_webpage' => Bool, 'reply_to_msg_id' => int, 'message' => string, 'entities' => [MessageEntity], 'date' => int, ];
$draftMessageEmpty = [];
$encryptedChat = ['id' => int, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, 'g_a_or_b' => bytes, 'key_fingerprint' => long, ];
$encryptedChatDiscarded = ['id' => int, ];
$encryptedChatEmpty = ['id' => int, ];
$encryptedChatRequested = ['id' => int, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, 'g_a' => bytes, ];
$encryptedChatWaiting = ['id' => int, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, ];
$encryptedFile = ['id' => long, 'access_hash' => long, 'size' => int, 'dc_id' => int, 'key_fingerprint' => int, ];
$encryptedFileEmpty = [];
$encryptedMessage = ['chat_id' => int, 'date' => int, 'decrypted_message' => DecryptedMessage, 'file' => EncryptedFile, ];
$encryptedMessageService = ['chat_id' => int, 'date' => int, 'decrypted_message' => DecryptedMessage, ];
$error = ['code' => int, 'text' => string, ];
$exportedMessageLink = ['link' => string, 'html' => string, ];
$fileLocation = ['dc_id' => int, 'volume_id' => long, 'local_id' => int, 'secret' => long, ];
$fileLocationUnavailable = ['volume_id' => long, 'local_id' => int, 'secret' => long, ];
$foundGif = ['url' => string, 'thumb_url' => string, 'content_url' => string, 'content_type' => string, 'w' => int, 'h' => int, ];
$foundGifCached = ['url' => string, 'photo' => Photo, 'document' => Document, ];
$game = ['id' => long, 'access_hash' => long, 'short_name' => string, 'title' => string, 'description' => string, 'photo' => Photo, 'document' => Document, ];
$geoPoint = ['long' => double, 'lat' => double, ];
$geoPointEmpty = [];
$help_appUpdate = ['id' => int, 'critical' => Bool, 'url' => string, 'text' => string, ];
$help_inviteText = ['message' => string, ];
$help_noAppUpdate = [];
$help_recentMeUrls = ['urls' => [RecentMeUrl], 'chats' => [Chat], 'users' => [User], ];
$help_support = ['phone_number' => string, 'user' => User, ];
$help_termsOfService = ['text' => string, ];
$highScore = ['pos' => int, 'user_id' => int, 'score' => int, ];
$importedContact = ['user_id' => int, 'client_id' => long, ];
$inlineBotSwitchPM = ['text' => string, 'start_param' => string, ];
$inputAppEvent = ['time' => double, 'type' => string, 'peer' => long, 'data' => string, ];
$inputBotInlineMessageGame = ['reply_markup' => ReplyMarkup, ];
$inputBotInlineMessageID = ['dc_id' => int, 'id' => long, 'access_hash' => long, ];
$inputBotInlineMessageMediaAuto = ['message' => string, 'entities' => [MessageEntity], 'reply_markup' => ReplyMarkup, ];
$inputBotInlineMessageMediaContact = ['phone_number' => string, 'first_name' => string, 'last_name' => string, 'reply_markup' => ReplyMarkup, ];
$inputBotInlineMessageMediaGeo = ['geo_point' => InputGeoPoint, 'period' => int, 'reply_markup' => ReplyMarkup, ];
$inputBotInlineMessageMediaVenue = ['geo_point' => InputGeoPoint, 'title' => string, 'address' => string, 'provider' => string, 'venue_id' => string, 'reply_markup' => ReplyMarkup, ];
$inputBotInlineMessageText = ['no_webpage' => Bool, 'message' => string, 'entities' => [MessageEntity], 'reply_markup' => ReplyMarkup, ];
$inputBotInlineResult = ['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, ];
$inputBotInlineResultDocument = ['id' => string, 'type' => string, 'title' => string, 'description' => string, 'document' => InputDocument, 'send_message' => InputBotInlineMessage, ];
$inputBotInlineResultGame = ['id' => string, 'short_name' => string, 'send_message' => InputBotInlineMessage, ];
$inputBotInlineResultPhoto = ['id' => string, 'type' => string, 'photo' => InputPhoto, 'send_message' => InputBotInlineMessage, ];
$inputChannel = ['channel_id' => int, 'access_hash' => long, ];
$inputChannelEmpty = [];
$inputChatPhoto = ['id' => InputPhoto, ];
$inputChatPhotoEmpty = [];
$inputChatUploadedPhoto = ['file' => InputFile, ];
$inputDocument = ['id' => long, 'access_hash' => long, ];
$inputDocumentEmpty = [];
$inputDocumentFileLocation = ['id' => long, 'access_hash' => long, 'version' => int, ];
$inputEncryptedChat = ['chat_id' => int, 'access_hash' => long, ];
$inputEncryptedFile = ['id' => long, 'access_hash' => long, ];
$inputEncryptedFileBigUploaded = ['id' => long, 'parts' => int, 'key_fingerprint' => int, ];
$inputEncryptedFileEmpty = [];
$inputEncryptedFileLocation = ['id' => long, 'access_hash' => long, ];
$inputEncryptedFileUploaded = ['id' => long, 'parts' => int, 'md5_checksum' => string, 'key_fingerprint' => int, ];
$inputFile = ['id' => long, 'parts' => int, 'name' => string, 'md5_checksum' => string, ];
$inputFileBig = ['id' => long, 'parts' => int, 'name' => string, ];
$inputFileLocation = ['volume_id' => long, 'local_id' => int, 'secret' => long, ];
$inputGameID = ['id' => long, 'access_hash' => long, ];
$inputGameShortName = ['bot_id' => InputUser, 'short_name' => string, ];
$inputGeoPoint = ['lat' => double, 'long' => double, ];
$inputGeoPointEmpty = [];
$inputMediaContact = ['phone_number' => string, 'first_name' => string, 'last_name' => string, ];
$inputMediaDocument = ['id' => InputDocument, 'ttl_seconds' => int, ];
$inputMediaDocumentExternal = ['url' => string, 'ttl_seconds' => int, ];
$inputMediaEmpty = [];
$inputMediaGame = ['id' => InputGame, ];
$inputMediaGeoLive = ['geo_point' => InputGeoPoint, 'period' => int, ];
$inputMediaGeoPoint = ['geo_point' => InputGeoPoint, ];
$inputMediaGifExternal = ['url' => string, 'q' => string, ];
$inputMediaInvoice = ['title' => string, 'description' => string, 'photo' => InputWebDocument, 'invoice' => Invoice, 'payload' => bytes, 'provider' => string, 'provider_data' => DataJSON, 'start_param' => string, ];
$inputMediaPhoto = ['id' => InputPhoto, 'ttl_seconds' => int, ];
$inputMediaPhotoExternal = ['url' => string, 'ttl_seconds' => int, ];
$inputMediaUploadedDocument = ['nosound_video' => Bool, 'file' => InputFile, 'thumb' => InputFile, 'mime_type' => string, 'attributes' => [DocumentAttribute], 'stickers' => [InputDocument], 'ttl_seconds' => int, ];
$inputMediaUploadedPhoto = ['file' => InputFile, 'stickers' => [InputDocument], 'ttl_seconds' => int, ];
$inputMediaVenue = ['geo_point' => InputGeoPoint, 'title' => string, 'address' => string, 'provider' => string, 'venue_id' => string, 'venue_type' => string, ];
$inputMessageEntityMentionName = ['offset' => int, 'length' => int, 'user_id' => InputUser, ];
$inputMessageID = ['id' => int, ];
$inputMessagePinned = [];
$inputMessageReplyTo = ['id' => int, ];
$inputMessagesFilterChatPhotos = [];
$inputMessagesFilterContacts = [];
$inputMessagesFilterDocument = [];
$inputMessagesFilterEmpty = [];
$inputMessagesFilterGeo = [];
$inputMessagesFilterGif = [];
$inputMessagesFilterMusic = [];
$inputMessagesFilterMyMentions = [];
$inputMessagesFilterPhoneCalls = ['missed' => Bool, ];
$inputMessagesFilterPhotoVideo = [];
$inputMessagesFilterPhotos = [];
$inputMessagesFilterRoundVideo = [];
$inputMessagesFilterRoundVoice = [];
$inputMessagesFilterUrl = [];
$inputMessagesFilterVideo = [];
$inputMessagesFilterVoice = [];
$inputNotifyAll = [];
$inputNotifyChats = [];
$inputNotifyPeer = ['peer' => InputPeer, ];
$inputNotifyUsers = [];
$inputPaymentCredentials = ['save' => Bool, 'data' => DataJSON, ];
$inputPaymentCredentialsAndroidPay = ['payment_token' => DataJSON, 'google_transaction_id' => string, ];
$inputPaymentCredentialsApplePay = ['payment_data' => DataJSON, ];
$inputPaymentCredentialsSaved = ['id' => string, 'tmp_password' => bytes, ];
$inputPeerChannel = ['channel_id' => int, 'access_hash' => long, ];
$inputPeerChat = ['chat_id' => int, ];
$inputPeerEmpty = [];
$inputPeerNotifyEventsAll = [];
$inputPeerNotifyEventsEmpty = [];
$inputPeerNotifySettings = ['show_previews' => Bool, 'silent' => Bool, 'mute_until' => int, 'sound' => string, ];
$inputPeerSelf = [];
$inputPeerUser = ['user_id' => int, 'access_hash' => long, ];
$inputPhoneCall = ['id' => long, 'access_hash' => long, ];
$inputPhoneContact = ['client_id' => long, 'phone' => string, 'first_name' => string, 'last_name' => string, ];
$inputPhoto = ['id' => long, 'access_hash' => long, ];
$inputPhotoEmpty = [];
$inputPrivacyKeyChatInvite = [];
$inputPrivacyKeyPhoneCall = [];
$inputPrivacyKeyStatusTimestamp = [];
$inputPrivacyValueAllowAll = [];
$inputPrivacyValueAllowContacts = [];
$inputPrivacyValueAllowUsers = ['users' => [InputUser], ];
$inputPrivacyValueDisallowAll = [];
$inputPrivacyValueDisallowContacts = [];
$inputPrivacyValueDisallowUsers = ['users' => [InputUser], ];
$inputReportReasonOther = ['text' => string, ];
$inputReportReasonPornography = [];
$inputReportReasonSpam = [];
$inputReportReasonViolence = [];
$inputSingleMedia = ['media' => InputMedia, 'message' => string, 'entities' => [MessageEntity], ];
$inputStickerSetEmpty = [];
$inputStickerSetID = ['id' => long, 'access_hash' => long, ];
$inputStickerSetItem = ['document' => InputDocument, 'emoji' => string, 'mask_coords' => MaskCoords, ];
$inputStickerSetShortName = ['short_name' => string, ];
$inputStickeredMediaDocument = ['id' => InputDocument, ];
$inputStickeredMediaPhoto = ['id' => InputPhoto, ];
$inputUser = ['user_id' => int, 'access_hash' => long, ];
$inputUserEmpty = [];
$inputUserSelf = [];
$inputWebDocument = ['url' => string, 'size' => int, 'mime_type' => string, 'attributes' => [DocumentAttribute], ];
$inputWebFileLocation = ['url' => string, 'access_hash' => long, ];
$invoice = ['test' => Bool, 'name_requested' => Bool, 'phone_requested' => Bool, 'email_requested' => Bool, 'shipping_address_requested' => Bool, 'flexible' => Bool, 'phone_to_provider' => Bool, 'email_to_provider' => Bool, 'currency' => string, 'prices' => [LabeledPrice], ];
$keyboardButton = ['text' => string, ];
$keyboardButtonBuy = ['text' => string, ];
$keyboardButtonCallback = ['text' => string, 'data' => bytes, ];
$keyboardButtonGame = ['text' => string, ];
$keyboardButtonRequestGeoLocation = ['text' => string, ];
$keyboardButtonRequestPhone = ['text' => string, ];
$keyboardButtonRow = ['buttons' => [KeyboardButton], ];
$keyboardButtonSwitchInline = ['same_peer' => Bool, 'text' => string, 'query' => string, ];
$keyboardButtonUrl = ['text' => string, 'url' => string, ];
$labeledPrice = ['label' => string, 'amount' => long, ];
$langPackDifference = ['lang_code' => string, 'from_version' => int, 'version' => int, 'strings' => [LangPackString], ];
$langPackLanguage = ['name' => string, 'native_name' => string, 'lang_code' => string, ];
$langPackString = ['key' => string, 'value' => string, ];
$langPackStringDeleted = ['key' => string, ];
$langPackStringPluralized = ['key' => string, 'zero_value' => string, 'one_value' => string, 'two_value' => string, 'few_value' => string, 'many_value' => string, 'other_value' => string, ];
$maskCoords = ['n' => int, 'x' => double, 'y' => double, 'zoom' => double, ];
$message = ['out' => Bool, 'mentioned' => Bool, 'media_unread' => Bool, 'silent' => Bool, 'post' => Bool, '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' => [MessageEntity], 'views' => int, 'edit_date' => int, 'post_author' => string, 'grouped_id' => long, ];
$messageActionChannelCreate = ['title' => string, ];
$messageActionChannelMigrateFrom = ['title' => string, 'chat_id' => int, ];
$messageActionChatAddUser = ['users' => [int], ];
$messageActionChatCreate = ['title' => string, 'users' => [int], ];
$messageActionChatDeletePhoto = [];
$messageActionChatDeleteUser = ['user_id' => int, ];
$messageActionChatEditPhoto = ['photo' => Photo, ];
$messageActionChatEditTitle = ['title' => string, ];
$messageActionChatJoinedByLink = ['inviter_id' => int, ];
$messageActionChatMigrateTo = ['channel_id' => int, ];
$messageActionCustomAction = ['message' => string, ];
$messageActionEmpty = [];
$messageActionGameScore = ['game_id' => long, 'score' => int, ];
$messageActionHistoryClear = [];
$messageActionPaymentSent = ['currency' => string, 'total_amount' => long, ];
$messageActionPaymentSentMe = ['currency' => string, 'total_amount' => long, 'payload' => bytes, 'info' => PaymentRequestedInfo, 'shipping_option_id' => string, 'charge' => PaymentCharge, ];
$messageActionPhoneCall = ['call_id' => long, 'reason' => PhoneCallDiscardReason, 'duration' => int, ];
$messageActionPinMessage = [];
$messageActionScreenshotTaken = [];
$messageEmpty = ['id' => int, ];
$messageEntityBold = ['offset' => int, 'length' => int, ];
$messageEntityBotCommand = ['offset' => int, 'length' => int, ];
$messageEntityCode = ['offset' => int, 'length' => int, ];
$messageEntityEmail = ['offset' => int, 'length' => int, ];
$messageEntityHashtag = ['offset' => int, 'length' => int, ];
$messageEntityItalic = ['offset' => int, 'length' => int, ];
$messageEntityMention = ['offset' => int, 'length' => int, ];
$messageEntityMentionName = ['offset' => int, 'length' => int, 'user_id' => int, ];
$messageEntityPre = ['offset' => int, 'length' => int, 'language' => string, ];
$messageEntityTextUrl = ['offset' => int, 'length' => int, 'url' => string, ];
$messageEntityUnknown = ['offset' => int, 'length' => int, ];
$messageEntityUrl = ['offset' => int, 'length' => int, ];
$messageFwdHeader = ['from_id' => int, 'date' => int, 'channel_id' => int, 'channel_post' => int, 'post_author' => string, 'saved_from_peer' => Peer, 'saved_from_msg_id' => int, ];
$messageMediaContact = ['phone_number' => string, 'first_name' => string, 'last_name' => string, 'user_id' => int, ];
$messageMediaDocument = ['document' => Document, 'ttl_seconds' => int, ];
$messageMediaEmpty = [];
$messageMediaGame = ['game' => Game, ];
$messageMediaGeo = ['geo' => GeoPoint, ];
$messageMediaGeoLive = ['geo' => GeoPoint, 'period' => int, ];
$messageMediaInvoice = ['shipping_address_requested' => Bool, 'test' => Bool, 'title' => string, 'description' => string, 'photo' => WebDocument, 'receipt_msg_id' => int, 'currency' => string, 'total_amount' => long, 'start_param' => string, ];
$messageMediaPhoto = ['photo' => Photo, 'ttl_seconds' => int, ];
$messageMediaUnsupported = [];
$messageMediaVenue = ['geo' => GeoPoint, 'title' => string, 'address' => string, 'provider' => string, 'venue_id' => string, 'venue_type' => string, ];
$messageMediaWebPage = ['webpage' => WebPage, ];
$messageRange = ['min_id' => int, 'max_id' => int, ];
$messageService = ['out' => Bool, 'mentioned' => Bool, 'media_unread' => Bool, 'silent' => Bool, 'post' => Bool, 'id' => int, 'from_id' => int, 'to_id' => Peer, 'reply_to_msg_id' => int, 'date' => int, 'action' => MessageAction, ];
$messages_affectedHistory = ['pts' => int, 'pts_count' => int, 'offset' => int, ];
$messages_affectedMessages = ['pts' => int, 'pts_count' => int, ];
$messages_allStickers = ['hash' => int, 'sets' => [StickerSet], ];
$messages_allStickersNotModified = [];
$messages_archivedStickers = ['count' => int, 'sets' => [StickerSetCovered], ];
$messages_botCallbackAnswer = ['alert' => Bool, 'has_url' => Bool, 'native_ui' => Bool, 'message' => string, 'url' => string, 'cache_time' => int, ];
$messages_botResults = ['gallery' => Bool, 'query_id' => long, 'next_offset' => string, 'switch_pm' => InlineBotSwitchPM, 'results' => [BotInlineResult], 'cache_time' => int, 'users' => [User], ];
$messages_channelMessages = ['pts' => int, 'count' => int, 'messages' => [Message], 'chats' => [Chat], 'users' => [User], ];
$messages_chatFull = ['full_chat' => ChatFull, 'chats' => [Chat], 'users' => [User], ];
$messages_chats = ['chats' => [Chat], ];
$messages_chatsSlice = ['count' => int, 'chats' => [Chat], ];
$messages_dhConfig = ['g' => int, 'p' => bytes, 'version' => int, 'random' => bytes, ];
$messages_dhConfigNotModified = ['random' => bytes, ];
$messages_dialogs = ['dialogs' => [Dialog], 'messages' => [Message], 'chats' => [Chat], 'users' => [User], ];
$messages_dialogsSlice = ['count' => int, 'dialogs' => [Dialog], 'messages' => [Message], 'chats' => [Chat], 'users' => [User], ];
$messages_favedStickers = ['hash' => int, 'packs' => [StickerPack], 'stickers' => [Document], ];
$messages_favedStickersNotModified = [];
$messages_featuredStickers = ['hash' => int, 'sets' => [StickerSetCovered], 'unread' => [long], ];
$messages_featuredStickersNotModified = [];
$messages_foundGifs = ['next_offset' => int, 'results' => [FoundGif], ];
$messages_highScores = ['scores' => [HighScore], 'users' => [User], ];
$messages_messageEditData = ['caption' => Bool, ];
$messages_messages = ['messages' => [Message], 'chats' => [Chat], 'users' => [User], ];
$messages_messagesNotModified = ['count' => int, ];
$messages_messagesSlice = ['count' => int, 'messages' => [Message], 'chats' => [Chat], 'users' => [User], ];
$messages_peerDialogs = ['dialogs' => [Dialog], 'messages' => [Message], 'chats' => [Chat], 'users' => [User], 'state' => updates_State, ];
$messages_recentStickers = ['hash' => int, 'stickers' => [Document], ];
$messages_recentStickersNotModified = [];
$messages_savedGifs = ['hash' => int, 'gifs' => [Document], ];
$messages_savedGifsNotModified = [];
$messages_sentEncryptedFile = ['date' => int, 'file' => EncryptedFile, ];
$messages_sentEncryptedMessage = ['date' => int, ];
$messages_stickerSet = ['set' => StickerSet, 'packs' => [StickerPack], 'documents' => [Document], ];
$messages_stickerSetInstallResultArchive = ['sets' => [StickerSetCovered], ];
$messages_stickerSetInstallResultSuccess = [];
$messages_stickers = ['hash' => string, 'stickers' => [Document], ];
$messages_stickersNotModified = [];
$nearestDc = ['country' => string, 'this_dc' => int, 'nearest_dc' => int, ];
$notifyAll = [];
$notifyChats = [];
$notifyPeer = ['peer' => Peer, ];
$notifyUsers = [];
$null = [];
$pageBlockAnchor = ['name' => string, ];
$pageBlockAudio = ['audio_id' => long, 'caption' => RichText, ];
$pageBlockAuthorDate = ['author' => RichText, 'published_date' => int, ];
$pageBlockBlockquote = ['text' => RichText, 'caption' => RichText, ];
$pageBlockChannel = ['channel' => Chat, ];
$pageBlockCollage = ['items' => [PageBlock], 'caption' => RichText, ];
$pageBlockCover = ['cover' => PageBlock, ];
$pageBlockDivider = [];
$pageBlockEmbed = ['full_width' => Bool, 'allow_scrolling' => Bool, 'url' => string, 'html' => string, 'poster_photo_id' => long, 'w' => int, 'h' => int, 'caption' => RichText, ];
$pageBlockEmbedPost = ['url' => string, 'webpage_id' => long, 'author_photo_id' => long, 'author' => string, 'date' => int, 'blocks' => [PageBlock], 'caption' => RichText, ];
$pageBlockFooter = ['text' => RichText, ];
$pageBlockHeader = ['text' => RichText, ];
$pageBlockList = ['ordered' => Bool, 'items' => [RichText], ];
$pageBlockParagraph = ['text' => RichText, ];
$pageBlockPhoto = ['photo_id' => long, 'caption' => RichText, ];
$pageBlockPreformatted = ['text' => RichText, 'language' => string, ];
$pageBlockPullquote = ['text' => RichText, 'caption' => RichText, ];
$pageBlockSlideshow = ['items' => [PageBlock], 'caption' => RichText, ];
$pageBlockSubheader = ['text' => RichText, ];
$pageBlockSubtitle = ['text' => RichText, ];
$pageBlockTitle = ['text' => RichText, ];
$pageBlockUnsupported = [];
$pageBlockVideo = ['autoplay' => Bool, 'loop' => Bool, 'video_id' => long, 'caption' => RichText, ];
$pageFull = ['blocks' => [PageBlock], 'photos' => [Photo], 'documents' => [Document], ];
$pagePart = ['blocks' => [PageBlock], 'photos' => [Photo], 'documents' => [Document], ];
$paymentCharge = ['id' => string, 'provider_charge_id' => string, ];
$paymentRequestedInfo = ['name' => string, 'phone' => string, 'email' => string, 'shipping_address' => PostAddress, ];
$paymentSavedCredentialsCard = ['id' => string, 'title' => string, ];
$payments_paymentForm = ['can_save_credentials' => Bool, 'password_missing' => Bool, 'bot_id' => int, 'invoice' => Invoice, 'provider_id' => int, 'url' => string, 'native_provider' => string, 'native_params' => DataJSON, 'saved_info' => PaymentRequestedInfo, 'saved_credentials' => PaymentSavedCredentials, 'users' => [User], ];
$payments_paymentReceipt = ['date' => int, 'bot_id' => int, 'invoice' => Invoice, 'provider_id' => int, 'info' => PaymentRequestedInfo, 'shipping' => ShippingOption, 'currency' => string, 'total_amount' => long, 'credentials_title' => string, 'users' => [User], ];
$payments_paymentResult = ['updates' => Updates, ];
$payments_paymentVerficationNeeded = ['url' => string, ];
$payments_savedInfo = ['has_saved_credentials' => Bool, 'saved_info' => PaymentRequestedInfo, ];
$payments_validatedRequestedInfo = ['id' => string, 'shipping_options' => [ShippingOption], ];
$peerChannel = ['channel_id' => int, ];
$peerChat = ['chat_id' => int, ];
$peerNotifyEventsAll = [];
$peerNotifyEventsEmpty = [];
$peerNotifySettings = ['show_previews' => Bool, 'silent' => Bool, 'mute_until' => int, 'sound' => string, ];
$peerNotifySettingsEmpty = [];
$peerSettings = ['report_spam' => Bool, ];
$peerUser = ['user_id' => int, ];
$phoneCall = ['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' => [PhoneConnection], 'start_date' => int, ];
$phoneCallAccepted = ['id' => long, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, 'g_b' => bytes, 'protocol' => PhoneCallProtocol, ];
$phoneCallDiscardReasonBusy = [];
$phoneCallDiscardReasonDisconnect = [];
$phoneCallDiscardReasonHangup = [];
$phoneCallDiscardReasonMissed = [];
$phoneCallDiscarded = ['need_rating' => Bool, 'need_debug' => Bool, 'id' => long, 'reason' => PhoneCallDiscardReason, 'duration' => int, ];
$phoneCallEmpty = ['id' => long, ];
$phoneCallProtocol = ['udp_p2p' => Bool, 'udp_reflector' => Bool, 'min_layer' => int, 'max_layer' => int, ];
$phoneCallRequested = ['id' => long, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, 'g_a_hash' => bytes, 'protocol' => PhoneCallProtocol, ];
$phoneCallWaiting = ['id' => long, 'access_hash' => long, 'date' => int, 'admin_id' => int, 'participant_id' => int, 'protocol' => PhoneCallProtocol, 'receive_date' => int, ];
$phoneConnection = ['id' => long, 'ip' => string, 'ipv6' => string, 'port' => int, 'peer_tag' => bytes, ];
$phone_phoneCall = ['phone_call' => PhoneCall, 'users' => [User], ];
$photo = ['has_stickers' => Bool, 'id' => long, 'access_hash' => long, 'date' => int, 'sizes' => [PhotoSize], ];
$photoCachedSize = ['type' => string, 'location' => FileLocation, 'w' => int, 'h' => int, 'bytes' => bytes, ];
$photoEmpty = ['id' => long, ];
$photoSize = ['type' => string, 'location' => FileLocation, 'w' => int, 'h' => int, 'size' => int, ];
$photoSizeEmpty = ['type' => string, ];
$photos_photo = ['photo' => Photo, 'users' => [User], ];
$photos_photos = ['photos' => [Photo], 'users' => [User], ];
$photos_photosSlice = ['count' => int, 'photos' => [Photo], 'users' => [User], ];
$popularContact = ['client_id' => long, 'importers' => int, ];
$postAddress = ['street_line1' => string, 'street_line2' => string, 'city' => string, 'state' => string, 'country_iso2' => string, 'post_code' => string, ];
$privacyKeyChatInvite = [];
$privacyKeyPhoneCall = [];
$privacyKeyStatusTimestamp = [];
$privacyValueAllowAll = [];
$privacyValueAllowContacts = [];
$privacyValueAllowUsers = ['users' => [int], ];
$privacyValueDisallowAll = [];
$privacyValueDisallowContacts = [];
$privacyValueDisallowUsers = ['users' => [int], ];
$receivedNotifyMessage = ['id' => int, ];
$recentMeUrlChat = ['url' => string, 'chat_id' => int, ];
$recentMeUrlChatInvite = ['url' => string, 'chat_invite' => ChatInvite, ];
$recentMeUrlStickerSet = ['url' => string, 'set' => StickerSetCovered, ];
$recentMeUrlUnknown = ['url' => string, ];
$recentMeUrlUser = ['url' => string, 'user_id' => int, ];
$replyInlineMarkup = ['rows' => [KeyboardButtonRow], ];
$replyKeyboardForceReply = ['single_use' => Bool, 'selective' => Bool, ];
$replyKeyboardHide = ['selective' => Bool, ];
$replyKeyboardMarkup = ['resize' => Bool, 'single_use' => Bool, 'selective' => Bool, 'rows' => [KeyboardButtonRow], ];
$sendMessageCancelAction = [];
$sendMessageChooseContactAction = [];
$sendMessageGamePlayAction = [];
$sendMessageGeoLocationAction = [];
$sendMessageRecordAudioAction = [];
$sendMessageRecordRoundAction = [];
$sendMessageRecordVideoAction = [];
$sendMessageTypingAction = [];
$sendMessageUploadAudioAction_17 = [];
$sendMessageUploadDocumentAction_17 = [];
$sendMessageUploadPhotoAction_17 = [];
$sendMessageUploadRoundAction = ['progress' => int, ];
$sendMessageUploadVideoAction_17 = [];
$shippingOption = ['id' => string, 'title' => string, 'prices' => [LabeledPrice], ];
$simpleDataBlock = ['raw_data' => string, ];
$stickerPack = ['emoticon' => string, 'documents' => [long], ];
$stickerSet = ['installed' => Bool, 'archived' => Bool, 'official' => Bool, 'masks' => Bool, 'id' => long, 'access_hash' => long, 'title' => string, 'short_name' => string, 'count' => int, 'hash' => int, ];
$stickerSetCovered = ['set' => StickerSet, 'cover' => Document, ];
$stickerSetMultiCovered = ['set' => StickerSet, 'covers' => [Document], ];
$storage_fileGif = [];
$storage_fileJpeg = [];
$storage_fileMov = [];
$storage_fileMp3 = [];
$storage_fileMp4 = [];
$storage_filePartial = [];
$storage_filePdf = [];
$storage_filePng = [];
$storage_fileUnknown = [];
$storage_fileWebp = [];
$textBold = ['text' => RichText, ];
$textConcat = ['texts' => [RichText], ];
$textEmail = ['text' => RichText, 'email' => string, ];
$textEmpty = [];
$textFixed = ['text' => RichText, ];
$textItalic = ['text' => RichText, ];
$textPlain = ['text' => string, ];
$textStrike = ['text' => RichText, ];
$textUnderline = ['text' => RichText, ];
$textUrl = ['text' => RichText, 'url' => string, 'webpage_id' => long, ];
$topPeer = ['peer' => Peer, 'rating' => double, ];
$topPeerCategoryBotsInline = [];
$topPeerCategoryBotsPM = [];
$topPeerCategoryChannels = [];
$topPeerCategoryCorrespondents = [];
$topPeerCategoryGroups = [];
$topPeerCategoryPeers = ['category' => TopPeerCategory, 'count' => int, 'peers' => [TopPeer], ];
$topPeerCategoryPhoneCalls = [];
$true = [];
$updateBotCallbackQuery = ['query_id' => long, 'user_id' => int, 'peer' => Peer, 'msg_id' => int, 'chat_instance' => long, 'data' => bytes, 'game_short_name' => string, ];
$updateBotInlineQuery = ['query_id' => long, 'user_id' => int, 'query' => string, 'geo' => GeoPoint, 'offset' => string, ];
$updateBotInlineSend = ['user_id' => int, 'query' => string, 'geo' => GeoPoint, 'id' => string, 'msg_id' => InputBotInlineMessageID, ];
$updateBotPrecheckoutQuery = ['query_id' => long, 'user_id' => int, 'payload' => bytes, 'info' => PaymentRequestedInfo, 'shipping_option_id' => string, 'currency' => string, 'total_amount' => long, ];
$updateBotShippingQuery = ['query_id' => long, 'user_id' => int, 'payload' => bytes, 'shipping_address' => PostAddress, ];
$updateBotWebhookJSON = ['data' => DataJSON, ];
$updateBotWebhookJSONQuery = ['query_id' => long, 'data' => DataJSON, 'timeout' => int, ];
$updateChannel = ['channel_id' => int, ];
$updateChannelAvailableMessages = ['channel_id' => int, 'available_min_id' => int, ];
$updateChannelMessageViews = ['channel_id' => int, 'id' => int, 'views' => int, ];
$updateChannelPinnedMessage = ['channel_id' => int, 'id' => int, ];
$updateChannelReadMessagesContents = ['channel_id' => int, 'messages' => [int], ];
$updateChannelTooLong = ['channel_id' => int, 'pts' => int, ];
$updateChannelWebPage = ['channel_id' => int, 'webpage' => WebPage, 'pts' => int, 'pts_count' => int, ];
$updateChatAdmins = ['chat_id' => int, 'enabled' => Bool, 'version' => int, ];
$updateChatParticipantAdd = ['chat_id' => int, 'user_id' => int, 'inviter_id' => int, 'date' => int, 'version' => int, ];
$updateChatParticipantAdmin = ['chat_id' => int, 'user_id' => int, 'is_admin' => Bool, 'version' => int, ];
$updateChatParticipantDelete = ['chat_id' => int, 'user_id' => int, 'version' => int, ];
$updateChatParticipants = ['participants' => ChatParticipants, ];
$updateChatUserTyping = ['chat_id' => int, 'user_id' => int, 'action' => SendMessageAction, ];
$updateConfig = [];
$updateContactLink = ['user_id' => int, 'my_link' => ContactLink, 'foreign_link' => ContactLink, ];
$updateContactRegistered = ['user_id' => int, 'date' => int, ];
$updateContactsReset = [];
$updateDcOptions = ['dc_options' => [DcOption], ];
$updateDeleteChannelMessages = ['channel_id' => int, 'messages' => [int], 'pts' => int, 'pts_count' => int, ];
$updateDeleteMessages = ['messages' => [int], 'pts' => int, 'pts_count' => int, ];
$updateDialogPinned = ['pinned' => Bool, 'peer' => Peer, ];
$updateDraftMessage = ['peer' => Peer, 'draft' => DraftMessage, ];
$updateEditChannelMessage = ['message' => Message, 'pts' => int, 'pts_count' => int, ];
$updateEditMessage = ['message' => Message, 'pts' => int, 'pts_count' => int, ];
$updateEncryptedChatTyping = ['chat_id' => int, ];
$updateEncryptedMessagesRead = ['chat_id' => int, 'max_date' => int, 'date' => int, ];
$updateEncryption = ['chat' => EncryptedChat, 'date' => int, ];
$updateFavedStickers = [];
$updateInlineBotCallbackQuery = ['query_id' => long, 'user_id' => int, 'msg_id' => InputBotInlineMessageID, 'chat_instance' => long, 'data' => bytes, 'game_short_name' => string, ];
$updateLangPack = ['difference' => LangPackDifference, ];
$updateLangPackTooLong = [];
$updateMessageID = ['id' => int, ];
$updateNewChannelMessage = ['message' => Message, 'pts' => int, 'pts_count' => int, ];
$updateNewEncryptedMessage = ['message' => EncryptedMessage, 'qts' => int, ];
$updateNewMessage = ['message' => Message, 'pts' => int, 'pts_count' => int, ];
$updateNewStickerSet = ['stickerset' => messages_StickerSet, ];
$updateNotifySettings = ['peer' => NotifyPeer, 'notify_settings' => PeerNotifySettings, ];
$updatePhoneCall = ['phone_call' => PhoneCall, ];
$updatePinnedDialogs = ['order' => [Peer], ];
$updatePrivacy = ['key' => PrivacyKey, 'rules' => [PrivacyRule], ];
$updatePtsChanged = [];
$updateReadChannelInbox = ['channel_id' => int, 'max_id' => int, ];
$updateReadChannelOutbox = ['channel_id' => int, 'max_id' => int, ];
$updateReadFeaturedStickers = [];
$updateReadHistoryInbox = ['peer' => Peer, 'max_id' => int, 'pts' => int, 'pts_count' => int, ];
$updateReadHistoryOutbox = ['peer' => Peer, 'max_id' => int, 'pts' => int, 'pts_count' => int, ];
$updateReadMessagesContents = ['messages' => [int], 'pts' => int, 'pts_count' => int, ];
$updateRecentStickers = [];
$updateSavedGifs = [];
$updateServiceNotification = ['popup' => Bool, 'inbox_date' => int, 'type' => string, 'message' => string, 'media' => MessageMedia, 'entities' => [MessageEntity], ];
$updateShort = ['update' => Update, 'date' => int, ];
$updateShortChatMessage = ['out' => Bool, 'mentioned' => Bool, 'media_unread' => Bool, 'silent' => Bool, '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' => [MessageEntity], ];
$updateShortMessage = ['out' => Bool, 'mentioned' => Bool, 'media_unread' => Bool, 'silent' => Bool, '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' => [MessageEntity], ];
$updateShortSentMessage = ['out' => Bool, 'id' => int, 'pts' => int, 'pts_count' => int, 'date' => int, 'media' => MessageMedia, 'entities' => [MessageEntity], ];
$updateStickerSets = [];
$updateStickerSetsOrder = ['masks' => Bool, 'order' => [long], ];
$updateUserBlocked = ['user_id' => int, 'blocked' => Bool, ];
$updateUserName = ['user_id' => int, 'first_name' => string, 'last_name' => string, 'username' => string, ];
$updateUserPhone = ['user_id' => int, 'phone' => string, ];
$updateUserPhoto = ['user_id' => int, 'date' => int, 'photo' => UserProfilePhoto, 'previous' => Bool, ];
$updateUserStatus = ['user_id' => int, 'status' => UserStatus, ];
$updateUserTyping = ['user_id' => int, 'action' => SendMessageAction, ];
$updateWebPage = ['webpage' => WebPage, 'pts' => int, 'pts_count' => int, ];
$updates = ['updates' => [Update], 'users' => [User], 'chats' => [Chat], 'date' => int, 'seq' => int, ];
$updatesCombined = ['updates' => [Update], 'users' => [User], 'chats' => [Chat], 'date' => int, 'seq_start' => int, 'seq' => int, ];
$updatesTooLong = [];
$updates_channelDifference = ['final' => Bool, 'pts' => int, 'timeout' => int, 'new_messages' => [Message], 'other_updates' => [Update], 'chats' => [Chat], 'users' => [User], ];
$updates_channelDifferenceEmpty = ['final' => Bool, 'pts' => int, 'timeout' => int, ];
$updates_channelDifferenceTooLong = ['final' => Bool, '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' => [Message], 'chats' => [Chat], 'users' => [User], ];
$updates_difference = ['new_messages' => [Message], 'new_encrypted_messages' => [EncryptedMessage], 'other_updates' => [Update], 'chats' => [Chat], 'users' => [User], 'state' => updates_State, ];
$updates_differenceEmpty = ['date' => int, 'seq' => int, ];
$updates_differenceSlice = ['new_messages' => [Message], 'new_encrypted_messages' => [EncryptedMessage], 'other_updates' => [Update], 'chats' => [Chat], 'users' => [User], 'intermediate_state' => updates_State, ];
$updates_differenceTooLong = ['pts' => int, ];
$updates_state = ['pts' => int, 'qts' => int, 'date' => int, 'seq' => int, 'unread_count' => int, ];
$upload_cdnFile = ['bytes' => bytes, ];
$upload_cdnFileReuploadNeeded = ['request_token' => bytes, ];
$upload_file = ['type' => storage_FileType, 'mtime' => int, 'bytes' => bytes, ];
$upload_fileCdnRedirect = ['dc_id' => int, 'file_token' => bytes, 'encryption_key' => bytes, 'encryption_iv' => bytes, 'cdn_file_hashes' => [CdnFileHash], ];
$upload_webFile = ['size' => int, 'mime_type' => string, 'file_type' => storage_FileType, 'mtime' => int, 'bytes' => bytes, ];
$user = ['self' => Bool, 'contact' => Bool, 'mutual_contact' => Bool, 'deleted' => Bool, 'bot' => Bool, 'bot_chat_history' => Bool, 'bot_nochats' => Bool, 'verified' => Bool, 'restricted' => Bool, 'min' => Bool, 'bot_inline_geo' => Bool, '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, ];
$userEmpty = ['id' => int, ];
$userFull = ['blocked' => Bool, 'phone_calls_available' => Bool, 'phone_calls_private' => Bool, 'user' => User, 'about' => string, 'link' => contacts_Link, 'profile_photo' => Photo, 'notify_settings' => PeerNotifySettings, 'bot_info' => BotInfo, 'common_chats_count' => int, ];
$userProfilePhoto = ['photo_id' => long, 'photo_small' => FileLocation, 'photo_big' => FileLocation, ];
$userProfilePhotoEmpty = [];
$userStatusEmpty = [];
$userStatusLastMonth = [];
$userStatusLastWeek = [];
$userStatusOffline = ['was_online' => int, ];
$userStatusOnline = ['expires' => int, ];
$userStatusRecently = [];
$wallPaper = ['id' => int, 'title' => string, 'sizes' => [PhotoSize], 'color' => int, ];
$wallPaperSolid = ['id' => int, 'title' => string, 'bg_color' => int, 'color' => int, ];
$webAuthorization = ['hash' => long, 'bot_id' => int, 'domain' => string, 'browser' => string, 'platform' => string, 'date_created' => int, 'date_active' => int, 'ip' => string, 'region' => string, ];
$webDocument = ['url' => string, 'access_hash' => long, 'size' => int, 'mime_type' => string, 'attributes' => [DocumentAttribute], 'dc_id' => int, ];
$webPage = ['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, ];
$webPageEmpty = ['id' => long, ];
$webPageNotModified = [];
$webPagePending = ['id' => long, 'date' => int, ];