MadelineProtoDocs/old_docs/API_docs_v2/constructors/README.md

62 KiB

title description image
Constructors List of constructors https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructors

Back to API documentation index




$account.noPassword = ['new_salt' => bytes, ];




$account.password = ['current_salt' => bytes, 'new_salt' => bytes, 'hint' => string, ];




$account.privacyRules = ['rules' => [PrivacyRule], 'users' => [User], ];




$account.sentChangePhoneCode = ['phone_code_hash' => string, 'send_call_timeout' => int, ];




$accountDaysTTL = ['days' => int, ];




$audio = ['id' => long, 'access_hash' => long, 'user_id' => int, 'date' => int, 'duration' => int, 'mime_type' => string, 'size' => int, 'dc_id' => int, ];




$audioEmpty = ['id' => long, ];




$auth.authorization = ['expires' => int, 'user' => User, ];




$auth.checkedPhone = ['phone_registered' => Bool, ];




$auth.exportedAuthorization = ['id' => int, 'bytes' => bytes, ];




$auth.sentAppCode = ['phone_registered' => Bool, 'phone_code_hash' => string, 'send_call_timeout' => int, 'is_password' => Bool, ];




$auth.sentCode = ['phone_registered' => Bool, 'phone_code_hash' => string, 'send_call_timeout' => int, 'is_password' => Bool, ];




$boolFalse = [];




$boolTrue = [];




$chat = ['id' => int, 'title' => string, 'photo' => ChatPhoto, 'participants_count' => int, 'date' => int, 'left' => Bool, 'version' => int, ];




$chatEmpty = ['id' => int, ];




$chatForbidden = ['id' => int, 'title' => string, 'date' => int, ];




$chatFull = ['id' => int, 'participants' => ChatParticipants, 'chat_photo' => Photo, 'notify_settings' => PeerNotifySettings, ];




$chatLocated = ['chat_id' => int, 'distance' => int, ];




$chatParticipant = ['user_id' => int, 'inviter_id' => int, 'date' => int, ];




$chatParticipants = ['chat_id' => int, 'admin_id' => int, 'participants' => [ChatParticipant], 'version' => int, ];




$chatParticipantsForbidden = ['chat_id' => int, ];




$chatPhoto = ['photo_small' => FileLocation, 'photo_big' => FileLocation, ];




$chatPhotoEmpty = [];




$config = ['date' => int, 'expires' => int, 'test_mode' => Bool, 'this_dc' => int, 'dc_options' => [DcOption], 'chat_size_max' => int, 'broadcast_size_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, 'disabled_features' => [DisabledFeature], ];




$contact = ['user_id' => int, 'mutual' => Bool, ];




$contactBlocked = ['user_id' => int, 'date' => int, ];




$contactFound = ['user_id' => int, ];




$contactLinkContact = [];




$contactLinkHasPhone = [];




$contactLinkNone = [];




$contactLinkUnknown = [];




$contactStatus = ['user_id' => int, 'status' => UserStatus, ];




$contactSuggested = ['user_id' => int, 'mutual_contacts' => int, ];




$contacts.blocked = ['blocked' => [ContactBlocked], 'users' => [User], ];




$contacts.blockedSlice = ['count' => int, 'blocked' => [ContactBlocked], 'users' => [User], ];




$contacts.contacts = ['contacts' => [Contact], 'users' => [User], ];




$contacts.contactsNotModified = [];




$contacts.found = ['results' => [ContactFound], 'users' => [User], ];




$contacts.importedContacts = ['imported' => [ImportedContact], 'retry_contacts' => [long], 'users' => [User], ];




$contacts.link = ['my_link' => ContactLink, 'foreign_link' => ContactLink, 'user' => User, ];




$contacts.suggested = ['results' => [ContactSuggested], 'users' => [User], ];




$dcOption = ['id' => int, 'hostname' => string, 'ip_address' => string, 'port' => int, ];




$dialog = ['peer' => Peer, 'top_message' => int, 'read_inbox_max_id' => int, 'unread_count' => int, 'notify_settings' => PeerNotifySettings, ];




$disabledFeature = ['feature' => string, 'description' => string, ];




$document = ['id' => long, 'access_hash' => long, 'date' => int, 'mime_type' => string, 'size' => int, 'thumb' => PhotoSize, 'dc_id' => int, 'attributes' => [DocumentAttribute], ];




$documentAttributeAnimated = [];




$documentAttributeAudio = ['duration' => int, ];




$documentAttributeFilename = ['file_name' => string, ];




$documentAttributeImageSize = ['w' => int, 'h' => int, ];




$documentAttributeSticker = ['alt' => string, ];




$documentAttributeVideo = ['duration' => int, 'w' => int, 'h' => int, ];




$documentEmpty = ['id' => long, ];




$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, ];




$fileLocation = ['dc_id' => int, 'volume_id' => long, 'local_id' => int, 'secret' => long, ];




$fileLocationUnavailable = ['volume_id' => long, 'local_id' => int, 'secret' => long, ];




$geoChat = ['id' => int, 'access_hash' => long, 'title' => string, 'address' => string, 'venue' => string, 'geo' => GeoPoint, 'photo' => ChatPhoto, 'participants_count' => int, 'date' => int, 'checked_in' => Bool, 'version' => int, ];




$geoChatMessage = ['chat_id' => int, 'id' => int, 'from_id' => int, 'date' => int, 'message' => string, 'media' => MessageMedia, ];




$geoChatMessageEmpty = ['chat_id' => int, 'id' => int, ];




$geoChatMessageService = ['chat_id' => int, 'id' => int, 'from_id' => int, 'date' => int, 'action' => MessageAction, ];




$geoPoint = ['long' => double, 'lat' => double, ];




$geoPointEmpty = [];




$geochats.located = ['results' => [ChatLocated], 'messages' => [GeoChatMessage], 'chats' => [Chat], 'users' => [User], ];




$geochats.messages = ['messages' => [GeoChatMessage], 'chats' => [Chat], 'users' => [User], ];




$geochats.messagesSlice = ['count' => int, 'messages' => [GeoChatMessage], 'chats' => [Chat], 'users' => [User], ];




$geochats.statedMessage = ['message' => GeoChatMessage, 'chats' => [Chat], 'users' => [User], 'seq' => int, ];




$help.appUpdate = ['id' => int, 'critical' => Bool, 'url' => string, 'text' => string, ];




$help.inviteText = ['message' => string, ];




$help.noAppUpdate = [];




$help.support = ['phone_number' => string, 'user' => User, ];




$importedContact = ['user_id' => int, 'client_id' => long, ];




$inputAppEvent = ['time' => double, 'type' => string, 'peer' => long, 'data' => string, ];




$inputAudio = ['id' => long, 'access_hash' => long, ];




$inputAudioEmpty = [];




$inputAudioFileLocation = ['id' => long, 'access_hash' => long, ];




$inputChatPhoto = ['id' => InputPhoto, 'crop' => InputPhotoCrop, ];




$inputChatPhotoEmpty = [];




$inputChatUploadedPhoto = ['file' => InputFile, 'crop' => InputPhotoCrop, ];




$inputDocument = ['id' => long, 'access_hash' => long, ];




$inputDocumentEmpty = [];




$inputDocumentFileLocation = ['id' => long, 'access_hash' => long, ];




$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, ];




$inputGeoChat = ['chat_id' => int, 'access_hash' => long, ];




$inputGeoPoint = ['lat' => double, 'long' => double, ];




$inputGeoPointEmpty = [];




$inputMediaAudio = ['id' => InputAudio, ];




$inputMediaContact = ['phone_number' => string, 'first_name' => string, 'last_name' => string, ];




$inputMediaDocument = ['id' => InputDocument, ];




$inputMediaEmpty = [];




$inputMediaGeoPoint = ['geo_point' => InputGeoPoint, ];




$inputMediaPhoto = ['id' => InputPhoto, ];




$inputMediaUploadedAudio = ['file' => InputFile, 'duration' => int, 'mime_type' => string, ];




$inputMediaUploadedDocument = ['file' => InputFile, 'mime_type' => string, 'attributes' => [DocumentAttribute], ];




$inputMediaUploadedPhoto = ['file' => InputFile, ];




$inputMediaUploadedThumbDocument = ['file' => InputFile, 'thumb' => InputFile, 'mime_type' => string, 'attributes' => [DocumentAttribute], ];




$inputMediaUploadedThumbVideo = ['file' => InputFile, 'thumb' => InputFile, 'duration' => int, 'w' => int, 'h' => int, 'mime_type' => string, ];




$inputMediaUploadedVideo = ['file' => InputFile, 'duration' => int, 'w' => int, 'h' => int, 'mime_type' => string, ];




$inputMediaVideo = ['id' => InputVideo, ];




$inputMessagesFilterAudio = [];




$inputMessagesFilterDocument = [];




$inputMessagesFilterEmpty = [];




$inputMessagesFilterPhotoVideo = [];




$inputMessagesFilterPhotoVideoDocuments = [];




$inputMessagesFilterPhotos = [];




$inputMessagesFilterVideo = [];




$inputNotifyAll = [];




$inputNotifyChats = [];




$inputNotifyGeoChatPeer = ['peer' => InputGeoChat, ];




$inputNotifyPeer = ['peer' => InputPeer, ];




$inputNotifyUsers = [];




$inputPeerChat = ['chat_id' => int, ];




$inputPeerContact = ['user_id' => int, ];




$inputPeerEmpty = [];




$inputPeerForeign = ['user_id' => int, 'access_hash' => long, ];




$inputPeerNotifyEventsAll = [];




$inputPeerNotifyEventsEmpty = [];




$inputPeerNotifySettings = ['mute_until' => int, 'sound' => string, 'show_previews' => Bool, 'events_mask' => int, ];




$inputPeerSelf = [];




$inputPhoneContact = ['client_id' => long, 'phone' => string, 'first_name' => string, 'last_name' => string, ];




$inputPhoto = ['id' => long, 'access_hash' => long, ];




$inputPhotoCrop = ['crop_left' => double, 'crop_top' => double, 'crop_width' => double, ];




$inputPhotoCropAuto = [];




$inputPhotoEmpty = [];




$inputPrivacyKeyStatusTimestamp = [];




$inputPrivacyValueAllowAll = [];




$inputPrivacyValueAllowContacts = [];




$inputPrivacyValueAllowUsers = ['users' => [InputUser], ];




$inputPrivacyValueDisallowAll = [];




$inputPrivacyValueDisallowContacts = [];




$inputPrivacyValueDisallowUsers = ['users' => [InputUser], ];




$inputUserContact = ['user_id' => int, ];




$inputUserEmpty = [];




$inputUserForeign = ['user_id' => int, 'access_hash' => long, ];




$inputUserSelf = [];




$inputVideo = ['id' => long, 'access_hash' => long, ];




$inputVideoEmpty = [];




$inputVideoFileLocation = ['id' => long, 'access_hash' => long, ];




$message = ['id' => int, 'from_id' => int, 'to_id' => Peer, 'fwd_from_id' => int, 'fwd_date' => int, 'reply_to_msg_id' => int, 'date' => int, 'message' => string, 'media' => MessageMedia, ];




$messageActionChatAddUser = ['user_id' => int, ];




$messageActionChatCreate = ['title' => string, 'users' => [int], ];




$messageActionChatDeletePhoto = [];




$messageActionChatDeleteUser = ['user_id' => int, ];




$messageActionChatEditPhoto = ['photo' => Photo, ];




$messageActionChatEditTitle = ['title' => string, ];




$messageActionEmpty = [];




$messageActionGeoChatCheckin = [];




$messageActionGeoChatCreate = ['title' => string, 'address' => string, ];




$messageEmpty = ['id' => int, ];




$messageMediaAudio = ['audio' => Audio, ];




$messageMediaContact = ['phone_number' => string, 'first_name' => string, 'last_name' => string, 'user_id' => int, ];




$messageMediaDocument = ['document' => Document, ];




$messageMediaEmpty = [];




$messageMediaGeo = ['geo' => GeoPoint, ];




$messageMediaPhoto = ['photo' => Photo, ];




$messageMediaUnsupported = [];




$messageMediaVideo = ['video' => Video, ];




$messageService = ['id' => int, 'from_id' => int, 'to_id' => Peer, 'date' => int, 'action' => MessageAction, ];




$messages.affectedHistory = ['pts' => int, 'pts_count' => int, 'offset' => int, ];




$messages.affectedMessages = ['pts' => int, 'pts_count' => int, ];




$messages.allStickers = ['hash' => string, 'packs' => [StickerPack], 'documents' => [Document], ];




$messages.allStickersNotModified = [];




$messages.chatFull = ['full_chat' => ChatFull, 'chats' => [Chat], 'users' => [User], ];




$messages.chats = ['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.messageEmpty = [];




$messages.messages = ['messages' => [Message], 'chats' => [Chat], 'users' => [User], ];




$messages.messagesSlice = ['count' => int, 'messages' => [Message], 'chats' => [Chat], 'users' => [User], ];




$messages.sentEncryptedFile = ['date' => int, 'file' => EncryptedFile, ];




$messages.sentEncryptedMessage = ['date' => int, ];




$messages.sentMessage = ['id' => int, 'date' => int, 'pts' => int, 'pts_count' => int, ];




$messages.sentMessageLink = ['id' => int, 'date' => int, 'pts' => int, 'pts_count' => int, 'links' => [contacts.Link], 'seq' => int, ];




$messages.statedMessage = ['message' => Message, 'chats' => [Chat], 'users' => [User], 'pts' => int, 'pts_count' => int, ];




$messages.statedMessageLink = ['message' => Message, 'chats' => [Chat], 'users' => [User], 'pts' => int, 'pts_count' => int, 'links' => [contacts.Link], 'seq' => int, ];




$messages.statedMessages = ['messages' => [Message], 'chats' => [Chat], 'users' => [User], 'pts' => int, 'pts_count' => int, ];




$messages.statedMessagesLinks = ['messages' => [Message], 'chats' => [Chat], 'users' => [User], 'pts' => int, 'pts_count' => int, 'links' => [contacts.Link], 'seq' => int, ];




$messages.stickers = ['hash' => string, 'stickers' => [Document], ];




$messages.stickersNotModified = [];




$nearestDc = ['country' => string, 'this_dc' => int, 'nearest_dc' => int, ];




$notifyAll = [];




$notifyChats = [];




$notifyPeer = ['peer' => Peer, ];




$notifyUsers = [];




$null = [];




$peerChat = ['chat_id' => int, ];




$peerNotifyEventsAll = [];




$peerNotifyEventsEmpty = [];




$peerNotifySettings = ['mute_until' => int, 'sound' => string, 'show_previews' => Bool, 'events_mask' => int, ];




$peerNotifySettingsEmpty = [];




$peerUser = ['user_id' => int, ];




$photo = ['id' => long, 'access_hash' => long, 'user_id' => int, 'date' => int, 'caption' => string, 'geo' => GeoPoint, '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], ];




$privacyKeyStatusTimestamp = [];




$privacyValueAllowAll = [];




$privacyValueAllowContacts = [];




$privacyValueAllowUsers = ['users' => [int], ];




$privacyValueDisallowAll = [];




$privacyValueDisallowContacts = [];




$privacyValueDisallowUsers = ['users' => [int], ];




$sendMessageCancelAction = [];




$sendMessageChooseContactAction = [];




$sendMessageGeoLocationAction = [];




$sendMessageRecordAudioAction = [];




$sendMessageRecordVideoAction = [];




$sendMessageTypingAction = [];




$sendMessageUploadAudioAction = [];




$sendMessageUploadDocumentAction = [];




$sendMessageUploadPhotoAction = [];




$sendMessageUploadVideoAction = [];




$stickerPack = ['emoticon' => string, 'documents' => [long], ];




$storage.fileGif = [];




$storage.fileJpeg = [];




$storage.fileMov = [];




$storage.fileMp3 = [];




$storage.fileMp4 = [];




$storage.filePartial = [];




$storage.filePdf = [];




$storage.filePng = [];




$storage.fileUnknown = [];




$storage.fileWebp = [];




$updateChatParticipantAdd = ['chat_id' => int, 'user_id' => int, 'inviter_id' => int, 'version' => int, ];




$updateChatParticipantDelete = ['chat_id' => int, 'user_id' => int, 'version' => int, ];




$updateChatParticipants = ['participants' => ChatParticipants, ];




$updateChatUserTyping = ['chat_id' => int, 'user_id' => int, 'action' => SendMessageAction, ];




$updateContactLink = ['user_id' => int, 'my_link' => ContactLink, 'foreign_link' => ContactLink, ];




$updateContactRegistered = ['user_id' => int, 'date' => int, ];




$updateDcOptions = ['dc_options' => [DcOption], ];




$updateDeleteMessages = ['messages' => [int], 'pts' => int, 'pts_count' => int, ];




$updateEncryptedChatTyping = ['chat_id' => int, ];




$updateEncryptedMessagesRead = ['chat_id' => int, 'max_date' => int, 'date' => int, ];




$updateEncryption = ['chat' => EncryptedChat, 'date' => int, ];




$updateMessageID = ['id' => int, ];




$updateNewAuthorization = ['auth_key_id' => long, 'date' => int, 'device' => string, 'location' => string, ];




$updateNewEncryptedMessage = ['message' => EncryptedMessage, 'qts' => int, ];




$updateNewGeoChatMessage = ['message' => GeoChatMessage, ];




$updateNewMessage = ['message' => Message, 'pts' => int, 'pts_count' => int, ];




$updateNotifySettings = ['peer' => NotifyPeer, 'notify_settings' => PeerNotifySettings, ];




$updatePrivacy = ['key' => PrivacyKey, 'rules' => [PrivacyRule], ];




$updateReadHistoryInbox = ['peer' => Peer, 'max_id' => int, 'pts' => int, 'pts_count' => int, ];




$updateReadHistoryOutbox = ['peer' => Peer, 'max_id' => int, 'pts' => int, 'pts_count' => int, ];




$updateReadMessages = ['messages' => [int], 'pts' => int, 'pts_count' => int, ];




$updateServiceNotification = ['type' => string, 'message' => string, 'media' => MessageMedia, 'popup' => Bool, ];




$updateShort = ['update' => Update, 'date' => int, ];




$updateShortChatMessage = ['id' => int, 'from_id' => int, 'chat_id' => int, 'message' => string, 'pts' => int, 'pts_count' => int, 'date' => int, 'fwd_from_id' => int, 'fwd_date' => int, 'reply_to_msg_id' => int, ];




$updateShortMessage = ['id' => int, 'user_id' => int, 'message' => string, 'pts' => int, 'pts_count' => int, 'date' => int, 'fwd_from_id' => int, 'fwd_date' => int, 'reply_to_msg_id' => int, ];




$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, ];




$updates = ['updates' => [Update], 'users' => [User], 'chats' => [Chat], 'date' => int, 'seq' => int, ];




$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.state = ['pts' => int, 'qts' => int, 'date' => int, 'seq' => int, 'unread_count' => int, ];




$updatesCombined = ['updates' => [Update], 'users' => [User], 'chats' => [Chat], 'date' => int, 'seq_start' => int, 'seq' => int, ];




$updatesTooLong = [];




$upload.file = ['type' => storage.FileType, 'mtime' => int, 'bytes' => bytes, ];




$userContact = ['id' => int, 'first_name' => string, 'last_name' => string, 'username' => string, 'access_hash' => long, 'phone' => string, 'photo' => UserProfilePhoto, 'status' => UserStatus, ];




$userDeleted = ['id' => int, 'first_name' => string, 'last_name' => string, 'username' => string, ];




$userEmpty = ['id' => int, ];




$userForeign = ['id' => int, 'first_name' => string, 'last_name' => string, 'username' => string, 'access_hash' => long, 'photo' => UserProfilePhoto, 'status' => UserStatus, ];




$userFull = ['user' => User, 'link' => contacts.Link, 'profile_photo' => Photo, 'notify_settings' => PeerNotifySettings, 'blocked' => Bool, 'real_first_name' => string, 'real_last_name' => string, ];




$userProfilePhoto = ['photo_id' => long, 'photo_small' => FileLocation, 'photo_big' => FileLocation, ];




$userProfilePhotoEmpty = [];




$userRequest = ['id' => int, 'first_name' => string, 'last_name' => string, 'username' => string, 'access_hash' => long, 'phone' => string, 'photo' => UserProfilePhoto, 'status' => UserStatus, ];




$userSelf = ['id' => int, 'first_name' => string, 'last_name' => string, 'username' => string, 'phone' => string, 'photo' => UserProfilePhoto, 'status' => UserStatus, ];




$userStatusEmpty = [];




$userStatusLastMonth = [];




$userStatusLastWeek = [];




$userStatusOffline = ['was_online' => int, ];




$userStatusOnline = ['expires' => int, ];




$userStatusRecently = [];




$vector = [];




$video = ['id' => long, 'access_hash' => long, 'user_id' => int, 'date' => int, 'caption' => string, 'duration' => int, 'mime_type' => string, 'size' => int, 'thumb' => PhotoSize, 'dc_id' => int, 'w' => int, 'h' => int, ];




$videoEmpty = ['id' => long, ];




$wallPaper = ['id' => int, 'title' => string, 'sizes' => [PhotoSize], 'color' => int, ];




$wallPaperSolid = ['id' => int, 'title' => string, 'bg_color' => int, 'color' => int, ];