Alina Sireneva
4d27ca56d1
breaking: - `User#color`: type changed `number -> ChatColors` - `User#replyBackgroundEmojiId` removed (moved to `color.backgroundEmojiId`) - same for `Chat`
1 line
No EOL
1.1 MiB
1 line
No EOL
1.1 MiB
{"l":167,"e":[{"kind":"class","name":"error","type":"Error","id":3300522427,"comment":"Error.","arguments":[{"name":"code","type":"int","comment":"Error code"},{"name":"text","type":"string","comment":"Message"}]},{"kind":"class","name":"ipPort","id":3560156531,"type":"IpPort","arguments":[{"name":"ipv4","type":"int"},{"name":"port","type":"int"}]},{"kind":"class","name":"ipPortSecret","id":932718150,"type":"IpPort","arguments":[{"name":"ipv4","type":"int"},{"name":"port","type":"int"},{"name":"secret","type":"bytes"}]},{"kind":"class","name":"accessPointRule","id":1182381663,"type":"AccessPointRule","arguments":[{"name":"phone_prefix_rules","type":"string"},{"name":"dc_id","type":"int"},{"name":"ips","type":"IpPort","typeModifiers":{"isBareVector":true}}]},{"kind":"class","name":"help.configSimple","id":1515793004,"type":"help.ConfigSimple","arguments":[{"name":"date","type":"int"},{"name":"expires","type":"int"},{"name":"rules","type":"AccessPointRule","typeModifiers":{"isBareVector":true}}]},{"kind":"class","name":"inputPeerPhotoFileLocationLegacy","id":668375447,"type":"InputFileLocation","arguments":[{"name":"flags","type":"#"},{"name":"big","type":"true","typeModifiers":{"predicate":"flags.0"}},{"name":"peer","type":"InputPeer"},{"name":"volume_id","type":"long"},{"name":"local_id","type":"int"}]},{"kind":"class","name":"inputStickerSetThumbLegacy","id":230353641,"type":"InputFileLocation","arguments":[{"name":"stickerset","type":"InputStickerSet"},{"name":"volume_id","type":"long"},{"name":"local_id","type":"int"}]},{"kind":"class","name":"inputPeerEmpty","type":"InputPeer","id":2134579434,"comment":"An empty constructor, no user or chat is defined.","arguments":[]},{"kind":"class","name":"inputPeerSelf","type":"InputPeer","id":2107670217,"comment":"Defines the current user.","arguments":[]},{"kind":"class","name":"inputPeerChat","type":"InputPeer","id":900291769,"comment":"Defines a chat for further interaction.","arguments":[{"name":"chat_id","type":"int53","comment":"Chat identifier"}]},{"kind":"class","name":"inputPeerUser","type":"InputPeer","id":3723011404,"comment":"Defines a user for further interaction.","arguments":[{"name":"user_id","type":"int53","comment":"User identifier"},{"name":"access_hash","type":"long","comment":"<strong>access_hash</strong> value from the {@link RawUser} constructor"}]},{"kind":"class","name":"inputPeerChannel","type":"InputPeer","id":666680316,"comment":"Defines a channel for further interaction.","arguments":[{"name":"channel_id","type":"int53","comment":"Channel identifier"},{"name":"access_hash","type":"long","comment":"<strong>access_hash</strong> value from the {@link RawChannel} constructor"}]},{"kind":"class","name":"inputPeerUserFromMessage","type":"InputPeer","id":2826635804,"comment":"Defines a <a href=\"https://corefork.telegram.org/api/min\">min</a> user that was seen in a certain message of a certain chat.","arguments":[{"name":"peer","type":"InputPeer","comment":"The chat where the user was seen"},{"name":"msg_id","type":"int","comment":"The message ID"},{"name":"user_id","type":"int53","comment":"The identifier of the user that was seen"}]},{"kind":"class","name":"inputPeerChannelFromMessage","type":"InputPeer","id":3173648448,"comment":"Defines a <a href=\"https://corefork.telegram.org/api/min\">min</a> channel that was seen in a certain message of a certain chat.","arguments":[{"name":"peer","type":"InputPeer","comment":"The chat where the channel's message was seen"},{"name":"msg_id","type":"int","comment":"The message ID"},{"name":"channel_id","type":"int53","comment":"The identifier of the channel that was seen"}]},{"kind":"class","name":"inputUserEmpty","type":"InputUser","id":3112732367,"comment":"Empty constructor, does not define a user.","arguments":[]},{"kind":"class","name":"inputUserSelf","type":"InputUser","id":4156666175,"comment":"Defines the current user.","arguments":[]},{"kind":"class","name":"inputUser","type":"InputUser","id":4061223110,"comment":"Defines a user for further interaction.","arguments":[{"name":"user_id","type":"int53","comment":"User identifier"},{"name":"access_hash","type":"long","comment":"<strong>access_hash</strong> value from the {@link RawUser} constructor"}]},{"kind":"class","name":"inputUserFromMessage","type":"InputUser","id":497305826,"comment":"Defines a <a href=\"https://corefork.telegram.org/api/min\">min</a> user that was seen in a certain message of a certain chat.","arguments":[{"name":"peer","type":"InputPeer","comment":"The chat where the user was seen"},{"name":"msg_id","type":"int","comment":"The message ID"},{"name":"user_id","type":"int53","comment":"The identifier of the user that was seen"}]},{"kind":"class","name":"inputPhoneContact","type":"InputContact","id":4086478836,"comment":"Phone contact.","arguments":[{"name":"client_id","type":"long","comment":"An arbitrary 64-bit integer: it should be set, for example, to an incremental number when using {@link contacts.RawImportContactsRequest}, in order to retry importing only the contacts that weren't imported successfully, according to the client_ids returned in {@link contacts.RawImportedContacts}.<code>retry_contacts</code>."},{"name":"phone","type":"string","comment":"Phone number"},{"name":"first_name","type":"string","comment":"Contact's first name"},{"name":"last_name","type":"string","comment":"Contact's last name"}]},{"kind":"class","name":"inputFile","type":"InputFile","id":4113560191,"comment":"Defines a file saved in parts using the method {@link upload.RawSaveFilePartRequest}.","arguments":[{"name":"id","type":"long","comment":"Random file identifier created by the client"},{"name":"parts","type":"int","comment":"Number of parts saved"},{"name":"name","type":"string","comment":"Full name of the file"},{"name":"md5_checksum","type":"string","comment":"In case the file's <a href=\"https://en.wikipedia.org/wiki/MD5#MD5_hashes\">md5-hash</a> was passed, contents of the file will be checked prior to use"}]},{"kind":"class","name":"inputFileBig","type":"InputFile","id":4199484341,"comment":"Assigns a big file (over 10 MB in size), saved in part using the method {@link upload.RawSaveBigFilePartRequest}.","arguments":[{"name":"id","type":"long","comment":"Random file id, created by the client"},{"name":"parts","type":"int","comment":"Number of parts saved"},{"name":"name","type":"string","comment":"Full file name"}]},{"kind":"class","name":"inputMediaEmpty","type":"InputMedia","id":2523198847,"comment":"Empty media content of a message.","arguments":[]},{"kind":"class","name":"inputMediaUploadedPhoto","type":"InputMedia","id":505969924,"comment":"Photo","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"spoiler","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether this media should be hidden behind a spoiler warning"},{"name":"file","type":"InputFile","comment":"The <a href=\"https://corefork.telegram.org/api/files\">uploaded file</a>"},{"name":"stickers","type":"InputDocument","typeModifiers":{"predicate":"flags.0","isVector":true},"comment":"Attached mask stickers"},{"name":"ttl_seconds","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Time to live in seconds of self-destructing photo"}]},{"kind":"class","name":"inputMediaPhoto","type":"InputMedia","id":3015312949,"comment":"Forwarded photo","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"spoiler","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether this media should be hidden behind a spoiler warning"},{"name":"id","type":"InputPhoto","comment":"Photo to be forwarded"},{"name":"ttl_seconds","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Time to live in seconds of self-destructing photo"}]},{"kind":"class","name":"inputMediaGeoPoint","type":"InputMedia","id":4190388548,"comment":"Map.","arguments":[{"name":"geo_point","type":"InputGeoPoint","comment":"GeoPoint"}]},{"kind":"class","name":"inputMediaContact","type":"InputMedia","id":4171988475,"comment":"Phone book contact","arguments":[{"name":"phone_number","type":"string","comment":"Phone number"},{"name":"first_name","type":"string","comment":"Contact's first name"},{"name":"last_name","type":"string","comment":"Contact's last name"},{"name":"vcard","type":"string","comment":"Contact vcard"}]},{"kind":"class","name":"inputMediaUploadedDocument","type":"InputMedia","id":1530447553,"comment":"New document","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"nosound_video","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether the specified document is a video file with no audio tracks (a GIF animation (even as MPEG4), for example)"},{"name":"force_file","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Force the media file to be uploaded as document"},{"name":"spoiler","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether this media should be hidden behind a spoiler warning"},{"name":"file","type":"InputFile","comment":"The <a href=\"https://corefork.telegram.org/api/files\">uploaded file</a>"},{"name":"thumb","type":"InputFile","typeModifiers":{"predicate":"flags.2"},"comment":"Thumbnail of the document, uploaded as for the file"},{"name":"mime_type","type":"string","comment":"MIME type of document"},{"name":"attributes","type":"DocumentAttribute","typeModifiers":{"isVector":true},"comment":"Attributes that specify the type of the document (video, audio, voice, sticker, etc.)"},{"name":"stickers","type":"InputDocument","typeModifiers":{"predicate":"flags.0","isVector":true},"comment":"Attached stickers"},{"name":"ttl_seconds","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Time to live in seconds of self-destructing document"}]},{"kind":"class","name":"inputMediaDocument","type":"InputMedia","id":860303448,"comment":"Forwarded document","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"spoiler","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether this media should be hidden behind a spoiler warning"},{"name":"id","type":"InputDocument","comment":"The document to be forwarded."},{"name":"ttl_seconds","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Time to live of self-destructing document"},{"name":"query","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Text query or emoji that was used by the user to find this sticker or GIF: used to improve search result relevance."}]},{"kind":"class","name":"inputMediaVenue","type":"InputMedia","id":3242007569,"comment":"Can be used to send a venue geolocation.","arguments":[{"name":"geo_point","type":"InputGeoPoint","comment":"Geolocation"},{"name":"title","type":"string","comment":"Venue name"},{"name":"address","type":"string","comment":"Physical address of the venue"},{"name":"provider","type":"string","comment":"Venue provider: currently only \"foursquare\" and \"gplaces\" (Google Places) need to be supported"},{"name":"venue_id","type":"string","comment":"Venue ID in the provider's database"},{"name":"venue_type","type":"string","comment":"Venue type in the provider's database"}]},{"kind":"class","name":"inputMediaPhotoExternal","type":"InputMedia","id":3854302746,"comment":"New photo that will be uploaded by the server using the specified URL","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"spoiler","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether this media should be hidden behind a spoiler warning"},{"name":"url","type":"string","comment":"URL of the photo"},{"name":"ttl_seconds","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Self-destruct time to live of photo"}]},{"kind":"class","name":"inputMediaDocumentExternal","type":"InputMedia","id":4216511641,"comment":"Document that will be downloaded by the telegram servers","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"spoiler","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether this media should be hidden behind a spoiler warning"},{"name":"url","type":"string","comment":"URL of the document"},{"name":"ttl_seconds","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Self-destruct time to live of document"}]},{"kind":"class","name":"inputMediaGame","type":"InputMedia","id":3544138739,"comment":"A game","arguments":[{"name":"id","type":"InputGame","comment":"The game to forward"}]},{"kind":"class","name":"inputMediaInvoice","type":"InputMedia","id":2394269397,"comment":"Generated invoice of a <a href=\"https://corefork.telegram.org/bots/payments\">bot payment</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"title","type":"string","comment":"Product name, 1-32 characters"},{"name":"description","type":"string","comment":"Product description, 1-255 characters"},{"name":"photo","type":"InputWebDocument","typeModifiers":{"predicate":"flags.0"},"comment":"URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service. People like it better when they see what they are paying for."},{"name":"invoice","type":"Invoice","comment":"The actual invoice"},{"name":"payload","type":"bytes","comment":"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use for your internal processes."},{"name":"provider","type":"string","comment":"Payments provider token, obtained via <a href=\"https://t.me/botfather\">Botfather</a>"},{"name":"provider_data","type":"DataJSON","comment":"JSON-encoded data about the invoice, which will be shared with the payment provider. A detailed description of required fields should be provided by the payment provider."},{"name":"start_param","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Unique <a href=\"https://corefork.telegram.org/api/links#bot-links\">bot deep links start parameter</a>. If present, forwarded copies of the sent message will have a URL button with a <a href=\"https://corefork.telegram.org/api/links#bot-links\">deep link</a> to the bot (instead of a Pay button), with the value used as the start parameter. If absent, forwarded copies of the sent message will have a Pay button, allowing multiple users to pay directly from the forwarded message, using the same invoice."},{"name":"extended_media","type":"InputMedia","typeModifiers":{"predicate":"flags.2"},"comment":"Extended media"}]},{"kind":"class","name":"inputMediaGeoLive","type":"InputMedia","id":2535434307,"comment":"<a href=\"https://corefork.telegram.org/api/live-location\">Live geolocation</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"stopped","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether sending of the geolocation was stopped"},{"name":"geo_point","type":"InputGeoPoint","comment":"Current geolocation"},{"name":"heading","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"For <a href=\"https://corefork.telegram.org/api/live-location\">live locations</a>, a direction in which the location moves, in degrees; 1-360."},{"name":"period","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Validity period of the current location"},{"name":"proximity_notification_radius","type":"int","typeModifiers":{"predicate":"flags.3"},"comment":"For <a href=\"https://corefork.telegram.org/api/live-location\">live locations</a>, a maximum distance to another chat member for proximity alerts, in meters (0-100000)"}]},{"kind":"class","name":"inputMediaPoll","type":"InputMedia","id":261416433,"comment":"A poll","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"poll","type":"Poll","comment":"The poll to send"},{"name":"correct_answers","type":"bytes","typeModifiers":{"predicate":"flags.0","isVector":true},"comment":"Correct answer IDs (for quiz polls)"},{"name":"solution","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Explanation of quiz solution"},{"name":"solution_entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"}]},{"kind":"class","name":"inputMediaDice","type":"InputMedia","id":3866083195,"comment":"Send a <a href=\"https://corefork.telegram.org/api/dice\">dice-based animated sticker</a>","arguments":[{"name":"emoticon","type":"string","comment":"The emoji, for now <img class=\"emoji\" src=\"//telegram.org/img/emoji/40/F09F8F80.png\" width=\"20\" height=\"20\" alt=\"🏀\">, <img class=\"emoji\" src=\"//telegram.org/img/emoji/40/F09F8EB2.png\" width=\"20\" height=\"20\" alt=\"🎲\"> and <img class=\"emoji\" src=\"//telegram.org/img/emoji/40/F09F8EAF.png\" width=\"20\" height=\"20\" alt=\"🎯\"> are supported"}]},{"kind":"class","name":"inputMediaStory","type":"InputMedia","id":2315114360,"comment":"Forwarded story","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer where the story was posted"},{"name":"id","type":"int","comment":"Story ID"}]},{"kind":"class","name":"inputMediaWebPage","type":"InputMedia","id":3256584265,"arguments":[{"name":"flags","type":"#"},{"name":"force_large_media","type":"true","typeModifiers":{"predicate":"flags.0"}},{"name":"force_small_media","type":"true","typeModifiers":{"predicate":"flags.1"}},{"name":"optional","type":"true","typeModifiers":{"predicate":"flags.2"}},{"name":"url","type":"string"}]},{"kind":"class","name":"inputChatPhotoEmpty","type":"InputChatPhoto","id":480546647,"comment":"Empty constructor, remove group photo.","arguments":[]},{"kind":"class","name":"inputChatUploadedPhoto","type":"InputChatPhoto","id":3184373440,"comment":"New photo to be set as group profile photo.\n\nThe <code>file</code>, <code>video</code> and <code>video_emoji_markup</code> flags are mutually exclusive.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"file","type":"InputFile","typeModifiers":{"predicate":"flags.0"},"comment":"File saved in parts using the method {@link upload.RawSaveFilePartRequest}"},{"name":"video","type":"InputFile","typeModifiers":{"predicate":"flags.1"},"comment":"Square video for animated profile picture"},{"name":"video_start_ts","type":"double","typeModifiers":{"predicate":"flags.2"},"comment":"Floating point UNIX timestamp in seconds, indicating the frame of the video/sticker that should be used as static preview; can only be used if <code>video</code> or <code>video_emoji_markup</code> is set."},{"name":"video_emoji_markup","type":"VideoSize","typeModifiers":{"predicate":"flags.3"},"comment":"Animated sticker profile picture, must contain either a {@link RawVideoSizeEmojiMarkup} or a {@link RawVideoSizeStickerMarkup} constructor."}]},{"kind":"class","name":"inputChatPhoto","type":"InputChatPhoto","id":2303962423,"comment":"Existing photo to be set as a chat profile photo.","arguments":[{"name":"id","type":"InputPhoto","comment":"Existing photo"}]},{"kind":"class","name":"inputGeoPointEmpty","type":"InputGeoPoint","id":3837862870,"comment":"Empty GeoPoint constructor.","arguments":[]},{"kind":"class","name":"inputGeoPoint","type":"InputGeoPoint","id":1210199983,"comment":"Defines a GeoPoint by its coordinates.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"lat","type":"double","comment":"Latitude"},{"name":"long","type":"double","comment":"Longitude"},{"name":"accuracy_radius","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"The estimated horizontal accuracy of the location, in meters; as defined by the sender."}]},{"kind":"class","name":"inputPhotoEmpty","type":"InputPhoto","id":483901197,"comment":"Empty constructor.","arguments":[]},{"kind":"class","name":"inputPhoto","type":"InputPhoto","id":1001634122,"comment":"Defines a photo for further interaction.","arguments":[{"name":"id","type":"long","comment":"Photo identifier"},{"name":"access_hash","type":"long","comment":"<strong>access_hash</strong> value from the {@link RawPhoto} constructor"},{"name":"file_reference","type":"bytes","comment":"<a href=\"https://corefork.telegram.org/api/file_reference\">File reference</a>"}]},{"kind":"class","name":"inputFileLocation","type":"InputFileLocation","id":3755650017,"comment":"DEPRECATED location of a photo","arguments":[{"name":"volume_id","type":"long","comment":"Server volume"},{"name":"local_id","type":"int","comment":"File identifier"},{"name":"secret","type":"long","comment":"Check sum to access the file"},{"name":"file_reference","type":"bytes","comment":"<a href=\"https://corefork.telegram.org/api/file_reference\">File reference</a>"}]},{"kind":"class","name":"inputEncryptedFileLocation","type":"InputFileLocation","id":4112735573,"comment":"Location of encrypted secret chat file.","arguments":[{"name":"id","type":"long","comment":"File ID, <strong>id</strong> parameter value from {@link RawEncryptedFile}"},{"name":"access_hash","type":"long","comment":"Checksum, <strong>access_hash</strong> parameter value from {@link RawEncryptedFile}"}]},{"kind":"class","name":"inputDocumentFileLocation","type":"InputFileLocation","id":3134223748,"comment":"Document location (video, voice, audio, basically every type except photo)","arguments":[{"name":"id","type":"long","comment":"Document ID"},{"name":"access_hash","type":"long","comment":"<strong>access_hash</strong> parameter from the {@link RawDocument} constructor"},{"name":"file_reference","type":"bytes","comment":"<a href=\"https://corefork.telegram.org/api/file_reference\">File reference</a>"},{"name":"thumb_size","type":"string","comment":"Thumbnail size to download the thumbnail"}]},{"kind":"class","name":"inputSecureFileLocation","type":"InputFileLocation","id":3418877480,"comment":"Location of encrypted telegram <a href=\"https://corefork.telegram.org/passport\">passport</a> file.","arguments":[{"name":"id","type":"long","comment":"File ID, <strong>id</strong> parameter value from {@link RawSecureFile}"},{"name":"access_hash","type":"long","comment":"Checksum, <strong>access_hash</strong> parameter value from {@link RawSecureFile}"}]},{"kind":"class","name":"inputTakeoutFileLocation","type":"InputFileLocation","id":700340377,"comment":"Empty constructor for takeout","arguments":[]},{"kind":"class","name":"inputPhotoFileLocation","type":"InputFileLocation","id":1075322878,"comment":"Use this object to download a photo with {@link upload.RawGetFileRequest} method","arguments":[{"name":"id","type":"long","comment":"Photo ID, obtained from the {@link RawPhoto} object"},{"name":"access_hash","type":"long","comment":"Photo's access hash, obtained from the {@link RawPhoto} object"},{"name":"file_reference","type":"bytes","comment":"<a href=\"https://corefork.telegram.org/api/file_reference\">File reference</a>"},{"name":"thumb_size","type":"string","comment":"The <a href=\"https://corefork.telegram.org/type/PhotoSize\">PhotoSize</a> to download: must be set to the <code>type</code> field of the desired PhotoSize object of the {@link RawPhoto}"}]},{"kind":"class","name":"inputPhotoLegacyFileLocation","type":"InputFileLocation","id":3627312883,"comment":"DEPRECATED legacy photo file location","arguments":[{"name":"id","type":"long","comment":"Photo ID"},{"name":"access_hash","type":"long","comment":"Access hash"},{"name":"file_reference","type":"bytes","comment":"File reference"},{"name":"volume_id","type":"long","comment":"Volume ID"},{"name":"local_id","type":"int","comment":"Local ID"},{"name":"secret","type":"long","comment":"Secret"}]},{"kind":"class","name":"inputPeerPhotoFileLocation","type":"InputFileLocation","id":925204121,"comment":"Location of profile photo of channel/group/supergroup/user","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"big","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to download the high-quality version of the picture"},{"name":"peer","type":"InputPeer","comment":"The peer whose profile picture should be downloaded"},{"name":"photo_id","type":"long","comment":"Photo ID"}]},{"kind":"class","name":"inputStickerSetThumb","type":"InputFileLocation","id":2642736091,"comment":"Location of stickerset thumbnail (see <a href=\"https://corefork.telegram.org/api/files\">files</a>)","arguments":[{"name":"stickerset","type":"InputStickerSet","comment":"Sticker set"},{"name":"thumb_version","type":"int","comment":"Thumbnail version"}]},{"kind":"class","name":"inputGroupCallStream","type":"InputFileLocation","id":93890858,"comment":"Chunk of a livestream","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"call","type":"InputGroupCall","comment":"Livestream info"},{"name":"time_ms","type":"long","comment":"Timestamp in milliseconds"},{"name":"scale","type":"int","comment":"Specifies the duration of the video segment to fetch in milliseconds, by bitshifting <code>1000</code> to the right <code>scale</code> times: <code>duration_ms := 1000 >> scale</code>"},{"name":"video_channel","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Selected video channel"},{"name":"video_quality","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Selected video quality (0 = lowest, 1 = medium, 2 = best)"}]},{"kind":"class","name":"peerUser","type":"Peer","id":1498486562,"comment":"Chat partner","arguments":[{"name":"user_id","type":"int53","comment":"User identifier"}]},{"kind":"class","name":"peerChat","type":"Peer","id":918946202,"comment":"Group.","arguments":[{"name":"chat_id","type":"int53","comment":"Group identifier"}]},{"kind":"class","name":"peerChannel","type":"Peer","id":2728736542,"comment":"Channel/supergroup","arguments":[{"name":"channel_id","type":"int53","comment":"Channel ID"}]},{"kind":"class","name":"storage.fileUnknown","type":"storage.FileType","id":2861972229,"comment":"Unknown type.","arguments":[]},{"kind":"class","name":"storage.filePartial","type":"storage.FileType","id":1086091090,"comment":"Part of a bigger file.","arguments":[]},{"kind":"class","name":"storage.fileJpeg","type":"storage.FileType","id":8322574,"comment":"JPEG image. MIME type: <code>image/jpeg</code>.","arguments":[]},{"kind":"class","name":"storage.fileGif","type":"storage.FileType","id":3403786975,"comment":"GIF image. MIME type: <code>image/gif</code>.","arguments":[]},{"kind":"class","name":"storage.filePng","type":"storage.FileType","id":172975040,"comment":"PNG image. MIME type: <code>image/png</code>.","arguments":[]},{"kind":"class","name":"storage.filePdf","type":"storage.FileType","id":2921222285,"comment":"PDF document image. MIME type: <code>application/pdf</code>.","arguments":[]},{"kind":"class","name":"storage.fileMp3","type":"storage.FileType","id":1384777335,"comment":"Mp3 audio. MIME type: <code>audio/mpeg</code>.","arguments":[]},{"kind":"class","name":"storage.fileMov","type":"storage.FileType","id":1258941372,"comment":"Quicktime video. MIME type: <code>video/quicktime</code>.","arguments":[]},{"kind":"class","name":"storage.fileMp4","type":"storage.FileType","id":3016663268,"comment":"MPEG-4 video. MIME type: <code>video/mp4</code>.","arguments":[]},{"kind":"class","name":"storage.fileWebp","type":"storage.FileType","id":276907596,"comment":"WEBP image. MIME type: <code>image/webp</code>.","arguments":[]},{"kind":"class","name":"userEmpty","type":"User","id":3552332666,"comment":"Empty constructor, non-existent user.","arguments":[{"name":"id","type":"int53","comment":"User identifier or <code>0</code>"}]},{"kind":"class","name":"user","id":559694904,"type":"User","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"self","type":"true","typeModifiers":{"predicate":"flags.10"},"comment":"Whether this user indicates the currently logged in user"},{"name":"contact","type":"true","typeModifiers":{"predicate":"flags.11"},"comment":"Whether this user is a contact"},{"name":"mutual_contact","type":"true","typeModifiers":{"predicate":"flags.12"},"comment":"Whether this user is a mutual contact"},{"name":"deleted","type":"true","typeModifiers":{"predicate":"flags.13"},"comment":"Whether the account of this user was deleted"},{"name":"bot","type":"true","typeModifiers":{"predicate":"flags.14"},"comment":"Is this user a bot?"},{"name":"bot_chat_history","type":"true","typeModifiers":{"predicate":"flags.15"},"comment":"Can the bot see all messages in groups?"},{"name":"bot_nochats","type":"true","typeModifiers":{"predicate":"flags.16"},"comment":"Can the bot be added to groups?"},{"name":"verified","type":"true","typeModifiers":{"predicate":"flags.17"},"comment":"Whether this user is verified"},{"name":"restricted","type":"true","typeModifiers":{"predicate":"flags.18"},"comment":"Access to this user must be restricted for the reason specified in <code>restriction_reason</code>"},{"name":"min","type":"true","typeModifiers":{"predicate":"flags.20"},"comment":"See <a href=\"https://corefork.telegram.org/api/min\">min</a>"},{"name":"bot_inline_geo","type":"true","typeModifiers":{"predicate":"flags.21"},"comment":"Whether the bot can request our geolocation in inline mode"},{"name":"support","type":"true","typeModifiers":{"predicate":"flags.23"},"comment":"Whether this is an official support user"},{"name":"scam","type":"true","typeModifiers":{"predicate":"flags.24"},"comment":"This may be a scam user"},{"name":"apply_min_photo","type":"true","typeModifiers":{"predicate":"flags.25"},"comment":"If set, the profile picture for this user should be refetched"},{"name":"fake","type":"true","typeModifiers":{"predicate":"flags.26"},"comment":"If set, this user was reported by many users as a fake or scam user: be careful when interacting with them."},{"name":"bot_attach_menu","type":"true","typeModifiers":{"predicate":"flags.27"},"comment":"Whether this bot offers an <a href=\"https://corefork.telegram.org/api/bots/attach\">attachment menu web app</a>"},{"name":"premium","type":"true","typeModifiers":{"predicate":"flags.28"},"comment":"Whether this user is a Telegram Premium user"},{"name":"attach_menu_enabled","type":"true","typeModifiers":{"predicate":"flags.29"},"comment":"Whether we installed the <a href=\"https://corefork.telegram.org/api/bots/attach\">attachment menu web app</a> offered by this bot"},{"name":"flags2","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"bot_can_edit","type":"true","typeModifiers":{"predicate":"flags2.1"},"comment":"Whether we can edit the profile picture, name, about text and description of this bot because we own it."},{"name":"close_friend","type":"true","typeModifiers":{"predicate":"flags2.2"}},{"name":"stories_hidden","type":"true","typeModifiers":{"predicate":"flags2.3"},"comment":"Whether we have <a href=\"https://corefork.telegram.org/api/stories#hiding-stories-of-other-users\">hidden »</a> all active stories of this user."},{"name":"stories_unavailable","type":"true","typeModifiers":{"predicate":"flags2.4"}},{"name":"id","type":"int53","comment":"ID of the user"},{"name":"access_hash","type":"long","typeModifiers":{"predicate":"flags.0"},"comment":"Access hash of the user"},{"name":"first_name","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"First name"},{"name":"last_name","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"Last name"},{"name":"username","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"Username"},{"name":"phone","type":"string","typeModifiers":{"predicate":"flags.4"},"comment":"Phone number"},{"name":"photo","type":"UserProfilePhoto","typeModifiers":{"predicate":"flags.5"},"comment":"Profile picture of user"},{"name":"status","type":"UserStatus","typeModifiers":{"predicate":"flags.6"},"comment":"Online status of user"},{"name":"bot_info_version","type":"int","typeModifiers":{"predicate":"flags.14"},"comment":"Version of the {@link RawUserFull}, incremented every time it changes"},{"name":"restriction_reason","type":"RestrictionReason","typeModifiers":{"predicate":"flags.18","isVector":true},"comment":"Contains the reason why access to this user must be restricted."},{"name":"bot_inline_placeholder","type":"string","typeModifiers":{"predicate":"flags.19"},"comment":"Inline placeholder for this inline bot"},{"name":"lang_code","type":"string","typeModifiers":{"predicate":"flags.22"},"comment":"Language code of the user"},{"name":"emoji_status","type":"EmojiStatus","typeModifiers":{"predicate":"flags.30"},"comment":"<a href=\"https://corefork.telegram.org/api/emoji-status\">Emoji status</a>"},{"name":"usernames","type":"Username","typeModifiers":{"predicate":"flags2.0","isVector":true},"comment":"Additional usernames"},{"name":"stories_max_id","type":"int","typeModifiers":{"predicate":"flags2.5"}},{"name":"color","type":"PeerColor","typeModifiers":{"predicate":"flags2.8"}},{"name":"profile_color","type":"PeerColor","typeModifiers":{"predicate":"flags2.9"}}],"comment":"Indicates info about a certain user"},{"kind":"class","name":"userProfilePhotoEmpty","type":"UserProfilePhoto","id":1326562017,"comment":"Profile photo has not been set, or was hidden.","arguments":[]},{"kind":"class","name":"userProfilePhoto","type":"UserProfilePhoto","id":2194798342,"comment":"User profile photo.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"has_video","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether an <a href=\"https://corefork.telegram.org/api/files#animated-profile-pictures\">animated profile picture</a> is available for this user"},{"name":"personal","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether this profile photo is only visible to us (i.e. it was set using {@link photos.RawUploadContactProfilePhotoRequest})."},{"name":"photo_id","type":"long","comment":"Identifier of the respective photo"},{"name":"stripped_thumb","type":"bytes","typeModifiers":{"predicate":"flags.1"},"comment":"<a href=\"https://corefork.telegram.org/api/files#stripped-thumbnails\">Stripped thumbnail</a>"},{"name":"dc_id","type":"int","comment":"DC ID where the photo is stored"}]},{"kind":"class","name":"userStatusEmpty","type":"UserStatus","id":164646985,"comment":"User status has not been set yet.","arguments":[]},{"kind":"class","name":"userStatusOnline","type":"UserStatus","id":3988339017,"comment":"Online status of the user.","arguments":[{"name":"expires","type":"int","comment":"Time to expiration of the current online status"}]},{"kind":"class","name":"userStatusOffline","type":"UserStatus","id":9203775,"comment":"The user's offline status.","arguments":[{"name":"was_online","type":"int","comment":"Time the user was last seen online"}]},{"kind":"class","name":"userStatusRecently","type":"UserStatus","id":3798942449,"comment":"Online status: last seen recently","arguments":[]},{"kind":"class","name":"userStatusLastWeek","type":"UserStatus","id":129960444,"comment":"Online status: last seen last week","arguments":[]},{"kind":"class","name":"userStatusLastMonth","type":"UserStatus","id":2011940674,"comment":"Online status: last seen last month","arguments":[]},{"kind":"class","name":"chatEmpty","type":"Chat","id":693512293,"comment":"Empty constructor, group doesn't exist","arguments":[{"name":"id","type":"int53","comment":"Group identifier"}]},{"kind":"class","name":"chat","type":"Chat","id":1103884886,"comment":"Info about a group","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"creator","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the current user is the creator of the group"},{"name":"left","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether the current user has left the group"},{"name":"deactivated","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether the group was <a href=\"https://corefork.telegram.org/api/channel\">migrated</a>"},{"name":"call_active","type":"true","typeModifiers":{"predicate":"flags.23"},"comment":"Whether a group call is currently active"},{"name":"call_not_empty","type":"true","typeModifiers":{"predicate":"flags.24"},"comment":"Whether there's anyone in the group call"},{"name":"noforwards","type":"true","typeModifiers":{"predicate":"flags.25"},"comment":"Whether this group is <a href=\"https://telegram.org/blog/protected-content-delete-by-date-and-more\">protected</a>, thus does not allow forwarding messages from it"},{"name":"id","type":"int53","comment":"ID of the group"},{"name":"title","type":"string","comment":"Title"},{"name":"photo","type":"ChatPhoto","comment":"Chat photo"},{"name":"participants_count","type":"int","comment":"Participant count"},{"name":"date","type":"int","comment":"Date of creation of the group"},{"name":"version","type":"int","comment":"Used in basic groups to reorder updates and make sure that all of them were received."},{"name":"migrated_to","type":"InputChannel","typeModifiers":{"predicate":"flags.6"},"comment":"Means this chat was <a href=\"https://corefork.telegram.org/api/channel\">upgraded</a> to a supergroup"},{"name":"admin_rights","type":"ChatAdminRights","typeModifiers":{"predicate":"flags.14"},"comment":"<a href=\"https://corefork.telegram.org/api/rights\">Admin rights</a> of the user in the group"},{"name":"default_banned_rights","type":"ChatBannedRights","typeModifiers":{"predicate":"flags.18"},"comment":"<a href=\"https://corefork.telegram.org/api/rights\">Default banned rights</a> of all users in the group"}]},{"kind":"class","name":"chatForbidden","type":"Chat","id":1704108455,"comment":"A group to which the user has no access. E.g., because the user was kicked from the group.","arguments":[{"name":"id","type":"int53","comment":"User identifier"},{"name":"title","type":"string","comment":"Group name"}]},{"kind":"class","name":"channel","id":2391264472,"type":"Chat","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"creator","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the current user is the creator of this channel"},{"name":"left","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether the current user has left this channel"},{"name":"broadcast","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Is this a channel?"},{"name":"verified","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"Is this channel verified by telegram?"},{"name":"megagroup","type":"true","typeModifiers":{"predicate":"flags.8"},"comment":"Is this a supergroup?"},{"name":"restricted","type":"true","typeModifiers":{"predicate":"flags.9"},"comment":"Whether viewing/writing in this channel for a reason (see <code>restriction_reason</code>"},{"name":"signatures","type":"true","typeModifiers":{"predicate":"flags.11"},"comment":"Whether signatures are enabled (channels)"},{"name":"min","type":"true","typeModifiers":{"predicate":"flags.12"},"comment":"See <a href=\"https://corefork.telegram.org/api/min\">min</a>"},{"name":"scam","type":"true","typeModifiers":{"predicate":"flags.19"},"comment":"This channel/supergroup is probably a scam"},{"name":"has_link","type":"true","typeModifiers":{"predicate":"flags.20"},"comment":"Whether this channel has a private join link"},{"name":"has_geo","type":"true","typeModifiers":{"predicate":"flags.21"},"comment":"Whether this channel has a geo position"},{"name":"slowmode_enabled","type":"true","typeModifiers":{"predicate":"flags.22"},"comment":"Whether slow mode is enabled for groups to prevent flood in chat"},{"name":"call_active","type":"true","typeModifiers":{"predicate":"flags.23"},"comment":"Whether a group call or livestream is currently active"},{"name":"call_not_empty","type":"true","typeModifiers":{"predicate":"flags.24"},"comment":"Whether there's anyone in the group call or livestream"},{"name":"fake","type":"true","typeModifiers":{"predicate":"flags.25"},"comment":"If set, this <a href=\"https://corefork.telegram.org/api/channel\">supergroup/channel</a> was reported by many users as a fake or scam: be careful when interacting with it."},{"name":"gigagroup","type":"true","typeModifiers":{"predicate":"flags.26"},"comment":"Whether this <a href=\"https://corefork.telegram.org/api/channel\">supergroup</a> is a gigagroup"},{"name":"noforwards","type":"true","typeModifiers":{"predicate":"flags.27"},"comment":"Whether this channel or group is <a href=\"https://telegram.org/blog/protected-content-delete-by-date-and-more\">protected</a>, thus does not allow forwarding messages from it"},{"name":"join_to_send","type":"true","typeModifiers":{"predicate":"flags.28"},"comment":"Whether a user needs to join the supergroup before they can send messages: can be false only for <a href=\"https://corefork.telegram.org/api/discussion\">discussion groups »</a>, toggle using {@link channels.RawToggleJoinToSendRequest}"},{"name":"join_request","type":"true","typeModifiers":{"predicate":"flags.29"},"comment":"Whether a user's join request will have to be <a href=\"https://corefork.telegram.org/api/invites#join-requests\">approved by administrators</a>, toggle using {@link channels.RawToggleJoinRequestRequest}"},{"name":"forum","type":"true","typeModifiers":{"predicate":"flags.30"},"comment":"Whether this supergroup is a <a href=\"https://corefork.telegram.org/api/forum\">forum</a>"},{"name":"flags2","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"stories_hidden","type":"true","typeModifiers":{"predicate":"flags2.1"}},{"name":"stories_hidden_min","type":"true","typeModifiers":{"predicate":"flags2.2"}},{"name":"stories_unavailable","type":"true","typeModifiers":{"predicate":"flags2.3"}},{"name":"id","type":"int53","comment":"ID of the channel"},{"name":"access_hash","type":"long","typeModifiers":{"predicate":"flags.13"},"comment":"Access hash"},{"name":"title","type":"string","comment":"Title"},{"name":"username","type":"string","typeModifiers":{"predicate":"flags.6"},"comment":"Username"},{"name":"photo","type":"ChatPhoto","comment":"Profile photo"},{"name":"date","type":"int","comment":"Date when the user joined the supergroup/channel, or if the user isn't a member, its creation date"},{"name":"restriction_reason","type":"RestrictionReason","typeModifiers":{"predicate":"flags.9","isVector":true},"comment":"Contains the reason why access to this channel must be restricted."},{"name":"admin_rights","type":"ChatAdminRights","typeModifiers":{"predicate":"flags.14"},"comment":"Admin rights of the user in this channel (see <a href=\"https://corefork.telegram.org/api/rights\">rights</a>)"},{"name":"banned_rights","type":"ChatBannedRights","typeModifiers":{"predicate":"flags.15"},"comment":"Banned rights of the user in this channel (see <a href=\"https://corefork.telegram.org/api/rights\">rights</a>)"},{"name":"default_banned_rights","type":"ChatBannedRights","typeModifiers":{"predicate":"flags.18"},"comment":"Default chat rights (see <a href=\"https://corefork.telegram.org/api/rights\">rights</a>)"},{"name":"participants_count","type":"int","typeModifiers":{"predicate":"flags.17"},"comment":"Participant count"},{"name":"usernames","type":"Username","typeModifiers":{"predicate":"flags2.0","isVector":true},"comment":"Additional usernames"},{"name":"stories_max_id","type":"int","typeModifiers":{"predicate":"flags2.4"}},{"name":"color","type":"PeerColor","typeModifiers":{"predicate":"flags2.7"}}],"comment":"Channel/supergroup info"},{"kind":"class","name":"channelForbidden","type":"Chat","id":399807445,"comment":"Indicates a channel/supergroup we can't access because we were banned, or for some other reason.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"broadcast","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Is this a channel"},{"name":"megagroup","type":"true","typeModifiers":{"predicate":"flags.8"},"comment":"Is this a supergroup"},{"name":"id","type":"int53","comment":"Channel ID"},{"name":"access_hash","type":"long","comment":"Access hash"},{"name":"title","type":"string","comment":"Title"},{"name":"until_date","type":"int","typeModifiers":{"predicate":"flags.16"},"comment":"The ban is valid until the specified date"}]},{"kind":"class","name":"chatFull","type":"ChatFull","id":3386052920,"comment":"Full info about a <a href=\"https://corefork.telegram.org/api/channel#basic-groups\">basic group</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"can_set_username","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"Can we change the username of this chat"},{"name":"has_scheduled","type":"true","typeModifiers":{"predicate":"flags.8"},"comment":"Whether <a href=\"https://corefork.telegram.org/api/scheduled-messages\">scheduled messages</a> are available"},{"name":"translations_disabled","type":"true","typeModifiers":{"predicate":"flags.19"},"comment":"Whether the <a href=\"https://corefork.telegram.org/api/translation\">real-time chat translation popup</a> should be hidden."},{"name":"id","type":"int53","comment":"ID of the chat"},{"name":"about","type":"string","comment":"About string for this chat"},{"name":"participants","type":"ChatParticipants","comment":"Participant list"},{"name":"chat_photo","type":"Photo","typeModifiers":{"predicate":"flags.2"},"comment":"Chat photo"},{"name":"notify_settings","type":"PeerNotifySettings","comment":"Notification settings"},{"name":"exported_invite","type":"ExportedChatInvite","typeModifiers":{"predicate":"flags.13"},"comment":"Chat invite"},{"name":"bot_info","type":"BotInfo","typeModifiers":{"predicate":"flags.3","isVector":true},"comment":"Info about bots that are in this chat"},{"name":"pinned_msg_id","type":"int","typeModifiers":{"predicate":"flags.6"},"comment":"Message ID of the last <a href=\"https://corefork.telegram.org/api/pin\">pinned message</a>"},{"name":"folder_id","type":"int","typeModifiers":{"predicate":"flags.11"},"comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"},{"name":"call","type":"InputGroupCall","typeModifiers":{"predicate":"flags.12"},"comment":"Group call information"},{"name":"ttl_period","type":"int","typeModifiers":{"predicate":"flags.14"},"comment":"Time-To-Live of messages sent by the current user to this chat"},{"name":"groupcall_default_join_as","type":"Peer","typeModifiers":{"predicate":"flags.15"},"comment":"When using {@link phone.RawGetGroupCallJoinAsRequest} to get a list of peers that can be used to join a group call, this field indicates the peer that should be selected by default."},{"name":"theme_emoticon","type":"string","typeModifiers":{"predicate":"flags.16"},"comment":"Emoji representing a specific chat theme"},{"name":"requests_pending","type":"int","typeModifiers":{"predicate":"flags.17"},"comment":"Pending <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join requests »</a>"},{"name":"recent_requesters","type":"long","typeModifiers":{"predicate":"flags.17","isVector":true},"comment":"IDs of users who requested to join recently"},{"name":"available_reactions","type":"ChatReactions","typeModifiers":{"predicate":"flags.18"},"comment":"Allowed <a href=\"https://corefork.telegram.org/api/reactions\">message reactions »</a>"}]},{"kind":"class","name":"channelFull","id":1915758525,"type":"ChatFull","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"can_view_participants","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Can we view the participant list?"},{"name":"can_set_username","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Can we set the channel's username?"},{"name":"can_set_stickers","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"Can we {@link channels.RawSetStickersRequest} a stickerpack to the supergroup?"},{"name":"hidden_prehistory","type":"true","typeModifiers":{"predicate":"flags.10"},"comment":"Is the history before we joined hidden to us?"},{"name":"can_set_location","type":"true","typeModifiers":{"predicate":"flags.16"},"comment":"Can we set the geolocation of this group (for geogroups)"},{"name":"has_scheduled","type":"true","typeModifiers":{"predicate":"flags.19"},"comment":"Whether scheduled messages are available"},{"name":"can_view_stats","type":"true","typeModifiers":{"predicate":"flags.20"},"comment":"Can the user view <a href=\"https://corefork.telegram.org/api/stats\">channel/supergroup statistics</a>"},{"name":"blocked","type":"true","typeModifiers":{"predicate":"flags.22"},"comment":"Whether any anonymous admin of this supergroup was blocked: if set, you won't receive messages from anonymous group admins in <a href=\"https://corefork.telegram.org/api/discussion\">discussion replies via @replies</a>"},{"name":"flags2","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"can_delete_channel","type":"true","typeModifiers":{"predicate":"flags2.0"},"comment":"Can we delete this channel?"},{"name":"antispam","type":"true","typeModifiers":{"predicate":"flags2.1"},"comment":"Whether <a href=\"https://corefork.telegram.org/api/antispam\">native antispam</a> functionality is enabled in this supergroup."},{"name":"participants_hidden","type":"true","typeModifiers":{"predicate":"flags2.2"},"comment":"Whether the participant list is hidden."},{"name":"translations_disabled","type":"true","typeModifiers":{"predicate":"flags2.3"},"comment":"Whether the <a href=\"https://corefork.telegram.org/api/translation\">real-time chat translation popup</a> should be hidden."},{"name":"stories_pinned_available","type":"true","typeModifiers":{"predicate":"flags2.5"}},{"name":"view_forum_as_messages","type":"true","typeModifiers":{"predicate":"flags2.6"}},{"name":"id","type":"int53","comment":"ID of the channel"},{"name":"about","type":"string","comment":"Info about the channel"},{"name":"participants_count","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Number of participants of the channel"},{"name":"admins_count","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Number of channel admins"},{"name":"kicked_count","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Number of users <a href=\"https://corefork.telegram.org/api/rights\">kicked</a> from the channel"},{"name":"banned_count","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Number of users <a href=\"https://corefork.telegram.org/api/rights\">banned</a> from the channel"},{"name":"online_count","type":"int","typeModifiers":{"predicate":"flags.13"},"comment":"Number of users currently online"},{"name":"read_inbox_max_id","type":"int","comment":"Position up to which all incoming messages are read."},{"name":"read_outbox_max_id","type":"int","comment":"Position up to which all outgoing messages are read."},{"name":"unread_count","type":"int","comment":"Count of unread messages"},{"name":"chat_photo","type":"Photo","comment":"Channel picture"},{"name":"notify_settings","type":"PeerNotifySettings","comment":"Notification settings"},{"name":"exported_invite","type":"ExportedChatInvite","typeModifiers":{"predicate":"flags.23"},"comment":"Invite link"},{"name":"bot_info","type":"BotInfo","typeModifiers":{"isVector":true},"comment":"Info about bots in the channel/supergroup"},{"name":"migrated_from_chat_id","type":"long","typeModifiers":{"predicate":"flags.4"},"comment":"The chat ID from which this group was <a href=\"https://corefork.telegram.org/api/channel\">migrated</a>"},{"name":"migrated_from_max_id","type":"int","typeModifiers":{"predicate":"flags.4"},"comment":"The message ID in the original chat at which this group was <a href=\"https://corefork.telegram.org/api/channel\">migrated</a>"},{"name":"pinned_msg_id","type":"int","typeModifiers":{"predicate":"flags.5"},"comment":"Message ID of the last <a href=\"https://corefork.telegram.org/api/pin\">pinned message</a>"},{"name":"stickerset","type":"StickerSet","typeModifiers":{"predicate":"flags.8"},"comment":"Associated stickerset"},{"name":"available_min_id","type":"int","typeModifiers":{"predicate":"flags.9"},"comment":"Identifier of a maximum unavailable message in a channel due to hidden history."},{"name":"folder_id","type":"int","typeModifiers":{"predicate":"flags.11"},"comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"},{"name":"linked_chat_id","type":"int53","typeModifiers":{"predicate":"flags.14"},"comment":"ID of the linked <a href=\"https://corefork.telegram.org/api/discussion\">discussion chat</a> for channels"},{"name":"location","type":"ChannelLocation","typeModifiers":{"predicate":"flags.15"},"comment":"Location of the geo group"},{"name":"slowmode_seconds","type":"int","typeModifiers":{"predicate":"flags.17"},"comment":"If specified, users in supergroups will only be able to send one message every <code>slowmode_seconds</code> seconds"},{"name":"slowmode_next_send_date","type":"int","typeModifiers":{"predicate":"flags.18"},"comment":"Indicates when the user will be allowed to send another message in the supergroup (unixtime)"},{"name":"stats_dc","type":"int","typeModifiers":{"predicate":"flags.12"},"comment":"If set, specifies the DC to use for fetching channel statistics"},{"name":"pts","type":"int","comment":"Latest <a href=\"https://corefork.telegram.org/api/updates\">PTS</a> for this channel"},{"name":"call","type":"InputGroupCall","typeModifiers":{"predicate":"flags.21"},"comment":"Livestream or group call information"},{"name":"ttl_period","type":"int","typeModifiers":{"predicate":"flags.24"},"comment":"Time-To-Live of messages in this channel or supergroup"},{"name":"pending_suggestions","type":"string","typeModifiers":{"predicate":"flags.25","isVector":true},"comment":"A list of <a href=\"https://corefork.telegram.org/api/config#suggestions\">suggested actions</a> for the supergroup admin, <a href=\"https://corefork.telegram.org/api/config#suggestions\">see here for more info »</a>."},{"name":"groupcall_default_join_as","type":"Peer","typeModifiers":{"predicate":"flags.26"},"comment":"When using {@link phone.RawGetGroupCallJoinAsRequest} to get a list of peers that can be used to join a group call, this field indicates the peer that should be selected by default."},{"name":"theme_emoticon","type":"string","typeModifiers":{"predicate":"flags.27"},"comment":"Emoji representing a specific chat theme"},{"name":"requests_pending","type":"int","typeModifiers":{"predicate":"flags.28"},"comment":"Pending <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join requests »</a>"},{"name":"recent_requesters","type":"long","typeModifiers":{"predicate":"flags.28","isVector":true},"comment":"IDs of users who requested to join recently"},{"name":"default_send_as","type":"Peer","typeModifiers":{"predicate":"flags.29"},"comment":"Default peer used for sending messages to this channel"},{"name":"available_reactions","type":"ChatReactions","typeModifiers":{"predicate":"flags.30"},"comment":"Allowed <a href=\"https://corefork.telegram.org/api/reactions\">message reactions »</a>"},{"name":"stories","type":"PeerStories","typeModifiers":{"predicate":"flags2.4"},"comment":"Channel <a href=\"https://corefork.telegram.org/api/stories\">stories</a>"}],"comment":"Full info about a <a href=\"https://corefork.telegram.org/api/channel#channels\">channel</a>, <a href=\"https://corefork.telegram.org/api/channel#supergroups\">supergroup</a> or <a href=\"https://corefork.telegram.org/api/channel#gigagroups\">gigagroup</a>."},{"kind":"class","name":"chatParticipant","type":"ChatParticipant","id":3224190983,"comment":"Group member.","arguments":[{"name":"user_id","type":"int53","comment":"Member user ID"},{"name":"inviter_id","type":"int53","comment":"ID of the user that added the member to the group"},{"name":"date","type":"int","comment":"Date added to the group"}]},{"kind":"class","name":"chatParticipantCreator","type":"ChatParticipant","id":3832270564,"comment":"Represents the creator of the group","arguments":[{"name":"user_id","type":"int53","comment":"ID of the user that created the group"}]},{"kind":"class","name":"chatParticipantAdmin","type":"ChatParticipant","id":2694004571,"comment":"Chat admin","arguments":[{"name":"user_id","type":"int53","comment":"ID of a group member that is admin"},{"name":"inviter_id","type":"int53","comment":"ID of the user that added the member to the group"},{"name":"date","type":"int","comment":"Date when the user was added"}]},{"kind":"class","name":"chatParticipantsForbidden","type":"ChatParticipants","id":2271466465,"comment":"Info on members is unavailable","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"chat_id","type":"int53","comment":"Group ID"},{"name":"self_participant","type":"ChatParticipant","typeModifiers":{"predicate":"flags.0"},"comment":"Info about the group membership of the current user"}]},{"kind":"class","name":"chatParticipants","type":"ChatParticipants","id":1018991608,"comment":"Group members.","arguments":[{"name":"chat_id","type":"int53","comment":"Group identifier"},{"name":"participants","type":"ChatParticipant","typeModifiers":{"isVector":true},"comment":"List of group members"},{"name":"version","type":"int","comment":"Group version number"}]},{"kind":"class","name":"chatPhotoEmpty","type":"ChatPhoto","id":935395612,"comment":"Group photo is not set.","arguments":[]},{"kind":"class","name":"chatPhoto","type":"ChatPhoto","id":476978193,"comment":"Group profile photo.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"has_video","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the user has an animated profile picture"},{"name":"photo_id","type":"long","comment":"Photo ID"},{"name":"stripped_thumb","type":"bytes","typeModifiers":{"predicate":"flags.1"},"comment":"<a href=\"https://corefork.telegram.org/api/files#stripped-thumbnails\">Stripped thumbnail</a>"},{"name":"dc_id","type":"int","comment":"DC where this photo is stored"}]},{"kind":"class","name":"messageEmpty","type":"Message","id":2426849924,"comment":"Empty constructor, non-existent message.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"id","type":"int","comment":"Message identifier"},{"name":"peer_id","type":"Peer","typeModifiers":{"predicate":"flags.0"},"comment":"Peer ID, the chat where this message was sent"}]},{"kind":"class","name":"message","type":"Message","id":940666592,"comment":"A message","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"out","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Is this an outgoing message"},{"name":"mentioned","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether we were <a href=\"https://corefork.telegram.org/api/mentions\">mentioned</a> in this message"},{"name":"media_unread","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether there are unread media attachments in this message"},{"name":"silent","type":"true","typeModifiers":{"predicate":"flags.13"},"comment":"Whether this is a silent message (no notification triggered)"},{"name":"post","type":"true","typeModifiers":{"predicate":"flags.14"},"comment":"Whether this is a channel post"},{"name":"from_scheduled","type":"true","typeModifiers":{"predicate":"flags.18"},"comment":"Whether this is a <a href=\"https://corefork.telegram.org/api/scheduled-messages\">scheduled message</a>"},{"name":"legacy","type":"true","typeModifiers":{"predicate":"flags.19"},"comment":"This is a legacy message: it has to be refetched with the new layer"},{"name":"edit_hide","type":"true","typeModifiers":{"predicate":"flags.21"},"comment":"Whether the message should be shown as not modified to the user, even if an edit date is present"},{"name":"pinned","type":"true","typeModifiers":{"predicate":"flags.24"},"comment":"Whether this message is <a href=\"https://corefork.telegram.org/api/pin\">pinned</a>"},{"name":"noforwards","type":"true","typeModifiers":{"predicate":"flags.26"},"comment":"Whether this message is <a href=\"https://telegram.org/blog/protected-content-delete-by-date-and-more\">protected</a> and thus cannot be forwarded; clients should also prevent users from saving attached media (i.e. videos should only be streamed, photos should be kept in RAM, et cetera)."},{"name":"invert_media","type":"true","typeModifiers":{"predicate":"flags.27"}},{"name":"id","type":"int","comment":"ID of the message"},{"name":"from_id","type":"Peer","typeModifiers":{"predicate":"flags.8"},"comment":"ID of the sender of the message"},{"name":"peer_id","type":"Peer","comment":"Peer ID, the chat where this message was sent"},{"name":"fwd_from","type":"MessageFwdHeader","typeModifiers":{"predicate":"flags.2"},"comment":"Info about forwarded messages"},{"name":"via_bot_id","type":"int53","typeModifiers":{"predicate":"flags.11"},"comment":"ID of the inline bot that generated the message"},{"name":"reply_to","type":"MessageReplyHeader","typeModifiers":{"predicate":"flags.3"},"comment":"Reply information"},{"name":"date","type":"int","comment":"Date of the message"},{"name":"message","type":"string","comment":"The message"},{"name":"media","type":"MessageMedia","typeModifiers":{"predicate":"flags.9"},"comment":"Media attachment"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.6"},"comment":"Reply markup (bot/inline keyboards)"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.7","isVector":true},"comment":"Message <a href=\"https://corefork.telegram.org/api/entities\">entities</a> for styled text"},{"name":"views","type":"int","typeModifiers":{"predicate":"flags.10"},"comment":"View count for channel posts"},{"name":"forwards","type":"int","typeModifiers":{"predicate":"flags.10"},"comment":"Forward counter"},{"name":"replies","type":"MessageReplies","typeModifiers":{"predicate":"flags.23"},"comment":"Info about <a href=\"https://corefork.telegram.org/api/threads\">post comments (for channels) or message replies (for groups)</a>"},{"name":"edit_date","type":"int","typeModifiers":{"predicate":"flags.15"},"comment":"Last edit date of this message"},{"name":"post_author","type":"string","typeModifiers":{"predicate":"flags.16"},"comment":"Name of the author of this message for channel posts (with signatures enabled)"},{"name":"grouped_id","type":"long","typeModifiers":{"predicate":"flags.17"},"comment":"Multiple media messages sent using {@link messages.RawSendMultiMediaRequest} with the same grouped ID indicate an <a href=\"https://corefork.telegram.org/api/files#albums-grouped-media\">album or media group</a>"},{"name":"reactions","type":"MessageReactions","typeModifiers":{"predicate":"flags.20"},"comment":"Reactions to this message"},{"name":"restriction_reason","type":"RestrictionReason","typeModifiers":{"predicate":"flags.22","isVector":true},"comment":"Contains the reason why access to this message must be restricted."},{"name":"ttl_period","type":"int","typeModifiers":{"predicate":"flags.25"},"comment":"Time To Live of the message, once message.date+message.ttl_period === time(), the message will be deleted on the server, and must be deleted locally as well."}]},{"kind":"class","name":"messageService","type":"Message","id":721967202,"comment":"Indicates a service message","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"out","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the message is outgoing"},{"name":"mentioned","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether we were mentioned in the message"},{"name":"media_unread","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether the message contains unread media"},{"name":"silent","type":"true","typeModifiers":{"predicate":"flags.13"},"comment":"Whether the message is silent"},{"name":"post","type":"true","typeModifiers":{"predicate":"flags.14"},"comment":"Whether it's a channel post"},{"name":"legacy","type":"true","typeModifiers":{"predicate":"flags.19"},"comment":"This is a legacy message: it has to be refetched with the new layer"},{"name":"id","type":"int","comment":"Message ID"},{"name":"from_id","type":"Peer","typeModifiers":{"predicate":"flags.8"},"comment":"ID of the sender of this message"},{"name":"peer_id","type":"Peer","comment":"Sender of service message"},{"name":"reply_to","type":"MessageReplyHeader","typeModifiers":{"predicate":"flags.3"},"comment":"Reply (thread) information"},{"name":"date","type":"int","comment":"Message date"},{"name":"action","type":"MessageAction","comment":"Event connected with the service message"},{"name":"ttl_period","type":"int","typeModifiers":{"predicate":"flags.25"},"comment":"Time To Live of the message, once message.date+message.ttl_period === time(), the message will be deleted on the server, and must be deleted locally as well."}]},{"kind":"class","name":"messageMediaEmpty","type":"MessageMedia","id":1038967584,"comment":"Empty constructor.","arguments":[]},{"kind":"class","name":"messageMediaPhoto","type":"MessageMedia","id":1766936791,"comment":"Attached photo.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"spoiler","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether this media should be hidden behind a spoiler warning"},{"name":"photo","type":"Photo","typeModifiers":{"predicate":"flags.0"},"comment":"Photo"},{"name":"ttl_seconds","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Time to live in seconds of self-destructing photo"}]},{"kind":"class","name":"messageMediaGeo","type":"MessageMedia","id":1457575028,"comment":"Attached map.","arguments":[{"name":"geo","type":"GeoPoint","comment":"GeoPoint"}]},{"kind":"class","name":"messageMediaContact","type":"MessageMedia","id":1882335561,"comment":"Attached contact.","arguments":[{"name":"phone_number","type":"string","comment":"Phone number"},{"name":"first_name","type":"string","comment":"Contact's first name"},{"name":"last_name","type":"string","comment":"Contact's last name"},{"name":"vcard","type":"string","comment":"VCARD of contact"},{"name":"user_id","type":"int53","comment":"User identifier or <code>0</code>, if the user with the given phone number is not registered"}]},{"kind":"class","name":"messageMediaUnsupported","type":"MessageMedia","id":2676290718,"comment":"Current version of the client does not support this media type.","arguments":[]},{"kind":"class","name":"messageMediaDocument","id":1291114285,"type":"MessageMedia","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"nopremium","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether this is a normal sticker, if not set this is a premium sticker and a premium sticker animation must be played."},{"name":"spoiler","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether this media should be hidden behind a spoiler warning"},{"name":"document","type":"Document","typeModifiers":{"predicate":"flags.0"},"comment":"Attached document"},{"name":"alt_document","type":"Document","typeModifiers":{"predicate":"flags.5"}},{"name":"ttl_seconds","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Time to live of self-destructing document"}],"comment":"Document (video, audio, voice, sticker, any media type except photo)"},{"kind":"class","name":"messageMediaWebPage","id":3723562043,"type":"MessageMedia","arguments":[{"name":"flags","type":"#"},{"name":"force_large_media","type":"true","typeModifiers":{"predicate":"flags.0"}},{"name":"force_small_media","type":"true","typeModifiers":{"predicate":"flags.1"}},{"name":"manual","type":"true","typeModifiers":{"predicate":"flags.3"}},{"name":"safe","type":"true","typeModifiers":{"predicate":"flags.4"}},{"name":"webpage","type":"WebPage","comment":"Webpage preview"}],"comment":"Preview of webpage"},{"kind":"class","name":"messageMediaVenue","type":"MessageMedia","id":784356159,"comment":"Venue","arguments":[{"name":"geo","type":"GeoPoint","comment":"Geolocation of venue"},{"name":"title","type":"string","comment":"Venue name"},{"name":"address","type":"string","comment":"Address"},{"name":"provider","type":"string","comment":"Venue provider: currently only \"foursquare\" and \"gplaces\" (Google Places) need to be supported"},{"name":"venue_id","type":"string","comment":"Venue ID in the provider's database"},{"name":"venue_type","type":"string","comment":"Venue type in the provider's database"}]},{"kind":"class","name":"messageMediaGame","type":"MessageMedia","id":4256272392,"comment":"Telegram game","arguments":[{"name":"game","type":"Game","comment":"Game"}]},{"kind":"class","name":"messageMediaInvoice","type":"MessageMedia","id":4138027219,"comment":"Invoice","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"shipping_address_requested","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the shipping address was requested"},{"name":"test","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether this is an example invoice"},{"name":"title","type":"string","comment":"Product name, 1-32 characters"},{"name":"description","type":"string","comment":"Product description, 1-255 characters"},{"name":"photo","type":"WebDocument","typeModifiers":{"predicate":"flags.0"},"comment":"URL of the product photo for the invoice. Can be a photo of the goods or a marketing image for a service. People like it better when they see what they are paying for."},{"name":"receipt_msg_id","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Message ID of receipt: if set, clients should change the text of the first {@link RawKeyboardButtonBuy} button always attached to the {@link RawMessage} to a localized version of the word <code>Receipt</code>"},{"name":"currency","type":"string","comment":"Three-letter ISO 4217 <a href=\"https://corefork.telegram.org/bots/payments#supported-currencies\">currency</a> code"},{"name":"total_amount","type":"long","comment":"Total price in the smallest units of the currency (integer, not float/double). For example, for a price of <code>US$ 1.45</code> pass <code>amount = 145</code>. See the exp parameter in <a href=\"https://corefork.telegram.org/bots/payments/currencies.json\">currencies.json</a>, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies)."},{"name":"start_param","type":"string","comment":"Unique bot deep-linking parameter that can be used to generate this invoice"},{"name":"extended_media","type":"MessageExtendedMedia","typeModifiers":{"predicate":"flags.4"},"comment":"Extended media"}]},{"kind":"class","name":"messageMediaGeoLive","type":"MessageMedia","id":3108030054,"comment":"Indicates a <a href=\"https://corefork.telegram.org/api/live-location\">live geolocation</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"geo","type":"GeoPoint","comment":"Geolocation"},{"name":"heading","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"For <a href=\"https://corefork.telegram.org/api/live-location\">live locations</a>, a direction in which the location moves, in degrees; 1-360"},{"name":"period","type":"int","comment":"Validity period of provided geolocation"},{"name":"proximity_notification_radius","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"For <a href=\"https://corefork.telegram.org/api/live-location\">live locations</a>, a maximum distance to another chat member for proximity alerts, in meters (0-100000)."}]},{"kind":"class","name":"messageMediaPoll","type":"MessageMedia","id":1272375192,"comment":"Poll","arguments":[{"name":"poll","type":"Poll","comment":"The poll"},{"name":"results","type":"PollResults","comment":"The results of the poll"}]},{"kind":"class","name":"messageMediaDice","type":"MessageMedia","id":1065280907,"comment":"<a href=\"https://corefork.telegram.org/api/dice\">Dice-based animated sticker</a>","arguments":[{"name":"value","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/dice\">Dice value</a>"},{"name":"emoticon","type":"string","comment":"The emoji, for now <img class=\"emoji\" src=\"//telegram.org/img/emoji/40/F09F8F80.png\" width=\"20\" height=\"20\" alt=\"🏀\">, <img class=\"emoji\" src=\"//telegram.org/img/emoji/40/F09F8EB2.png\" width=\"20\" height=\"20\" alt=\"🎲\"> and <img class=\"emoji\" src=\"//telegram.org/img/emoji/40/F09F8EAF.png\" width=\"20\" height=\"20\" alt=\"🎯\"> are supported"}]},{"kind":"class","name":"messageMediaStory","type":"MessageMedia","id":1758159491,"comment":"","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"via_mention","type":"true","typeModifiers":{"predicate":"flags.1"}},{"name":"peer","type":"Peer"},{"name":"id","type":"int"},{"name":"story","type":"StoryItem","typeModifiers":{"predicate":"flags.0"}}]},{"kind":"class","name":"messageMediaGiveaway","type":"MessageMedia","id":1478887012,"arguments":[{"name":"flags","type":"#"},{"name":"only_new_subscribers","type":"true","typeModifiers":{"predicate":"flags.0"}},{"name":"channels","type":"int53","typeModifiers":{"isVector":true}},{"name":"countries_iso2","type":"string","typeModifiers":{"predicate":"flags.1","isVector":true}},{"name":"quantity","type":"int"},{"name":"months","type":"int"},{"name":"until_date","type":"int"}]},{"kind":"class","name":"messageActionEmpty","type":"MessageAction","id":3064919984,"comment":"Empty constructor.","arguments":[]},{"kind":"class","name":"messageActionChatCreate","type":"MessageAction","id":3175599021,"comment":"Group created","arguments":[{"name":"title","type":"string","comment":"Group name"},{"name":"users","type":"int53","typeModifiers":{"isVector":true},"comment":"List of group members"}]},{"kind":"class","name":"messageActionChatEditTitle","type":"MessageAction","id":3047280218,"comment":"Group name changed.","arguments":[{"name":"title","type":"string","comment":"New group name"}]},{"kind":"class","name":"messageActionChatEditPhoto","type":"MessageAction","id":2144015272,"comment":"Group profile changed","arguments":[{"name":"photo","type":"Photo","comment":"New group profile photo"}]},{"kind":"class","name":"messageActionChatDeletePhoto","type":"MessageAction","id":2514746351,"comment":"Group profile photo removed.","arguments":[]},{"kind":"class","name":"messageActionChatAddUser","type":"MessageAction","id":365886720,"comment":"New member in the group","arguments":[{"name":"users","type":"int53","typeModifiers":{"isVector":true},"comment":"Users that were invited to the chat"}]},{"kind":"class","name":"messageActionChatDeleteUser","type":"MessageAction","id":2755604684,"comment":"User left the group.","arguments":[{"name":"user_id","type":"int53","comment":"Leaving user ID"}]},{"kind":"class","name":"messageActionChatJoinedByLink","type":"MessageAction","id":51520707,"comment":"A user joined the chat via an invite link","arguments":[{"name":"inviter_id","type":"int53","comment":"ID of the user that created the invite link"}]},{"kind":"class","name":"messageActionChannelCreate","type":"MessageAction","id":2513611922,"comment":"The channel was created","arguments":[{"name":"title","type":"string","comment":"Original channel/supergroup title"}]},{"kind":"class","name":"messageActionChatMigrateTo","type":"MessageAction","id":3775102866,"comment":"Indicates the chat was <a href=\"https://corefork.telegram.org/api/channel\">migrated</a> to the specified supergroup","arguments":[{"name":"channel_id","type":"int53","comment":"The supergroup it was migrated to"}]},{"kind":"class","name":"messageActionChannelMigrateFrom","type":"MessageAction","id":3929622761,"comment":"Indicates the channel was <a href=\"https://corefork.telegram.org/api/channel\">migrated</a> from the specified chat","arguments":[{"name":"title","type":"string","comment":"The old chat title"},{"name":"chat_id","type":"int53","comment":"The old chat ID"}]},{"kind":"class","name":"messageActionPinMessage","type":"MessageAction","id":2495428845,"comment":"A message was pinned","arguments":[]},{"kind":"class","name":"messageActionHistoryClear","type":"MessageAction","id":2679813636,"comment":"Chat history was cleared","arguments":[]},{"kind":"class","name":"messageActionGameScore","type":"MessageAction","id":2460428406,"comment":"Someone scored in a game","arguments":[{"name":"game_id","type":"long","comment":"Game ID"},{"name":"score","type":"int","comment":"Score"}]},{"kind":"class","name":"messageActionPaymentSentMe","type":"MessageAction","id":2402399015,"comment":"A user just sent a payment to me (a bot)","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"recurring_init","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether this is the first payment of a recurring payment we just subscribed to"},{"name":"recurring_used","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether this payment is part of a recurring payment"},{"name":"currency","type":"string","comment":"Three-letter ISO 4217 <a href=\"https://corefork.telegram.org/bots/payments#supported-currencies\">currency</a> code"},{"name":"total_amount","type":"long","comment":"Price of the product in the smallest units of the currency (integer, not float/double). For example, for a price of <code>US$ 1.45</code> pass <code>amount = 145</code>. See the exp parameter in <a href=\"https://corefork.telegram.org/bots/payments/currencies.json\">currencies.json</a>, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies)."},{"name":"payload","type":"bytes","comment":"Bot specified invoice payload"},{"name":"info","type":"PaymentRequestedInfo","typeModifiers":{"predicate":"flags.0"},"comment":"Order info provided by the user"},{"name":"shipping_option_id","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Identifier of the shipping option chosen by the user"},{"name":"charge","type":"PaymentCharge","comment":"Provider payment identifier"}]},{"kind":"class","name":"messageActionPaymentSent","type":"MessageAction","id":2518040406,"comment":"A payment was sent","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"recurring_init","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether this is the first payment of a recurring payment we just subscribed to"},{"name":"recurring_used","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether this payment is part of a recurring payment"},{"name":"currency","type":"string","comment":"Three-letter ISO 4217 <a href=\"https://corefork.telegram.org/bots/payments#supported-currencies\">currency</a> code"},{"name":"total_amount","type":"long","comment":"Price of the product in the smallest units of the currency (integer, not float/double). For example, for a price of <code>US$ 1.45</code> pass <code>amount = 145</code>. See the exp parameter in <a href=\"https://corefork.telegram.org/bots/payments/currencies.json\">currencies.json</a>, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies)."},{"name":"invoice_slug","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"An invoice slug taken from an <a href=\"https://corefork.telegram.org/api/links#invoice-links\">invoice deep link</a> or from the <a href=\"https://corefork.telegram.org/api/config#premium-invoice-slug\"><code>premium_invoice_slug</code> app config parameter »</a>"}]},{"kind":"class","name":"messageActionPhoneCall","type":"MessageAction","id":2162236031,"comment":"A phone call","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"video","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Is this a video call?"},{"name":"call_id","type":"long","comment":"Call ID"},{"name":"reason","type":"PhoneCallDiscardReason","typeModifiers":{"predicate":"flags.0"},"comment":"If the call has ended, the reason why it ended"},{"name":"duration","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Duration of the call in seconds"}]},{"kind":"class","name":"messageActionScreenshotTaken","type":"MessageAction","id":1200788123,"comment":"A screenshot of the chat was taken","arguments":[]},{"kind":"class","name":"messageActionCustomAction","type":"MessageAction","id":4209418070,"comment":"Custom action (most likely not supported by the current layer, an upgrade might be needed)","arguments":[{"name":"message","type":"string","comment":"Action message"}]},{"kind":"class","name":"messageActionBotAllowed","type":"MessageAction","id":3306608249,"comment":"We have given the bot permission to send us direct messages.\n\nThe optional fields specify how did we authorize the bot to send us messages.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"attach_menu","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"We have authorized the bot to send us messages by installing the bot's <a href=\"https://corefork.telegram.org/api/bots/attach\">attachment menu</a>."},{"name":"from_request","type":"true","typeModifiers":{"predicate":"flags.3"}},{"name":"domain","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"We have authorized the bot to send us messages by logging into a website via <a href=\"https://corefork.telegram.org/widgets/login\">Telegram Login »</a>; this field contains the domain name of the website on which the user has logged in."},{"name":"app","type":"BotApp","typeModifiers":{"predicate":"flags.2"},"comment":"We have authorized the bot to send us messages by opening the specified <a href=\"https://corefork.telegram.org/api/bots/webapps\">bot web app</a>."}]},{"kind":"class","name":"messageActionSecureValuesSentMe","type":"MessageAction","id":455635795,"comment":"Secure <a href=\"https://corefork.telegram.org/passport\">telegram passport</a> values were received","arguments":[{"name":"values","type":"SecureValue","typeModifiers":{"isVector":true},"comment":"Vector with information about documents and other Telegram Passport elements that were shared with the bot"},{"name":"credentials","type":"SecureCredentialsEncrypted","comment":"Encrypted credentials required to decrypt the data"}]},{"kind":"class","name":"messageActionSecureValuesSent","type":"MessageAction","id":3646710100,"comment":"Request for secure <a href=\"https://corefork.telegram.org/passport\">telegram passport</a> values was sent","arguments":[{"name":"types","type":"SecureValueType","typeModifiers":{"isVector":true},"comment":"Secure value types"}]},{"kind":"class","name":"messageActionContactSignUp","type":"MessageAction","id":4092747638,"comment":"A contact just signed up to telegram","arguments":[]},{"kind":"class","name":"messageActionGeoProximityReached","type":"MessageAction","id":2564871831,"comment":"A user of the chat is now in proximity of another user","arguments":[{"name":"from_id","type":"Peer","comment":"The user or chat that is now in proximity of <code>to_id</code>"},{"name":"to_id","type":"Peer","comment":"The user or chat that subscribed to <a href=\"https://corefork.telegram.org/api/live-location#proximity-alert\">live geolocation proximity alerts</a>"},{"name":"distance","type":"int","comment":"Distance, in meters (0-100000)"}]},{"kind":"class","name":"messageActionGroupCall","type":"MessageAction","id":2047704898,"comment":"The group call has ended","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"call","type":"InputGroupCall","comment":"Group call"},{"name":"duration","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Group call duration"}]},{"kind":"class","name":"messageActionInviteToGroupCall","type":"MessageAction","id":1345295095,"comment":"A set of users was invited to the group call","arguments":[{"name":"call","type":"InputGroupCall","comment":"The group call"},{"name":"users","type":"int53","typeModifiers":{"isVector":true},"comment":"The invited users"}]},{"kind":"class","name":"messageActionSetMessagesTTL","type":"MessageAction","id":1007897979,"comment":"The Time-To-Live of messages in this chat was changed.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"period","type":"int","comment":"New Time-To-Live of all messages sent in this chat; if 0, autodeletion was disabled."},{"name":"auto_setting_from","type":"long","typeModifiers":{"predicate":"flags.0"},"comment":"If set, the chat TTL setting was set not due to a manual change by one of participants, but automatically because one of the participants has the {@link messages.RawSetDefaultHistoryTTLRequest}. For example, when a user writes to us for the first time and we have set a default messages TTL of 1 week, this service message (with <code>auto_setting_from=our_userid</code>) will be emitted before our first message."}]},{"kind":"class","name":"messageActionGroupCallScheduled","type":"MessageAction","id":3013637729,"comment":"A group call was scheduled","arguments":[{"name":"call","type":"InputGroupCall","comment":"The group call"},{"name":"schedule_date","type":"int","comment":"When is this group call scheduled to start"}]},{"kind":"class","name":"messageActionSetChatTheme","type":"MessageAction","id":2860016453,"comment":"The chat theme was changed","arguments":[{"name":"emoticon","type":"string","comment":"The emoji that identifies a chat theme"}]},{"kind":"class","name":"messageActionChatJoinedByRequest","type":"MessageAction","id":3955008459,"comment":"A user was accepted into the group by an admin","arguments":[]},{"kind":"class","name":"messageActionWebViewDataSentMe","type":"MessageAction","id":1205698681,"comment":"Data from an opened <a href=\"https://corefork.telegram.org/api/bots/webapps\">reply keyboard bot web app</a> was relayed to the bot that owns it (bot side service message).","arguments":[{"name":"text","type":"string","comment":"Text of the {@link RawKeyboardButtonSimpleWebView} that was pressed to open the web app."},{"name":"data","type":"string","comment":"Relayed data."}]},{"kind":"class","name":"messageActionWebViewDataSent","type":"MessageAction","id":3032714421,"comment":"Data from an opened <a href=\"https://corefork.telegram.org/api/bots/webapps\">reply keyboard bot web app</a> was relayed to the bot that owns it (user side service message).\n\nClients should display a service message with the text <code>Data from the «$text» button was transferred to the bot.</code>","arguments":[{"name":"text","type":"string","comment":"Text of the {@link RawKeyboardButtonSimpleWebView} that was pressed to open the web app."}]},{"kind":"class","name":"messageActionGiftPremium","type":"MessageAction","id":3359468268,"comment":"Info about a gifted Telegram Premium subscription","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"currency","type":"string","comment":"Three-letter ISO 4217 <a href=\"https://corefork.telegram.org/bots/payments#supported-currencies\">currency</a> code"},{"name":"amount","type":"long","comment":"Price of the gift in the smallest units of the currency (integer, not float/double). For example, for a price of <code>US$ 1.45</code> pass <code>amount = 145</code>. See the exp parameter in <a href=\"https://corefork.telegram.org/bots/payments/currencies.json\">currencies.json</a>, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies)."},{"name":"months","type":"int","comment":"Duration of the gifted Telegram Premium subscription"},{"name":"crypto_currency","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"If the gift was bought using a cryptocurrency, the cryptocurrency name."},{"name":"crypto_amount","type":"long","typeModifiers":{"predicate":"flags.0"},"comment":"If the gift was bought using a cryptocurrency, price of the gift in the smallest units of a cryptocurrency."}]},{"kind":"class","name":"messageActionTopicCreate","type":"MessageAction","id":228168278,"comment":"A <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a> was created.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"title","type":"string","comment":"Topic name."},{"name":"icon_color","type":"int","comment":"If no custom emoji icon is specified, specifies the color of the fallback topic icon (RGB), one of <code>0x6FB9F0</code>, <code>0xFFD67E</code>, <code>0xCB86DB</code>, <code>0x8EEE98</code>, <code>0xFF93B2</code>, or <code>0xFB6F5F</code>."},{"name":"icon_emoji_id","type":"long","typeModifiers":{"predicate":"flags.0"},"comment":"ID of the <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji</a> used as topic icon."}]},{"kind":"class","name":"messageActionTopicEdit","type":"MessageAction","id":3230943264,"comment":"<a href=\"https://corefork.telegram.org/api/forum#forum-topics\">Forum topic</a> information was edited.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"New topic title."},{"name":"icon_emoji_id","type":"long","typeModifiers":{"predicate":"flags.1"},"comment":"ID of the new <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji</a> used as topic icon, or if it was removed."},{"name":"closed","type":"Bool","typeModifiers":{"predicate":"flags.2"},"comment":"Whether the topic was opened or closed."},{"name":"hidden","type":"Bool","typeModifiers":{"predicate":"flags.3"},"comment":"Whether the topic was hidden or unhidden (only valid for the \"General\" topic, <code>id=1</code>)."}]},{"kind":"class","name":"messageActionSuggestProfilePhoto","type":"MessageAction","id":1474192222,"comment":"A new profile picture was suggested using {@link photos.RawUploadContactProfilePhotoRequest}.","arguments":[{"name":"photo","type":"Photo","comment":"The photo that the user suggested we set as profile picture."}]},{"kind":"class","name":"messageActionRequestedPeer","type":"MessageAction","id":4269225053,"comment":"Contains info about a peer that the user shared with the bot after clicking on a {@link RawKeyboardButtonRequestPeer} button.","arguments":[{"name":"button_id","type":"int","comment":"<code>button_id</code> contained in the {@link RawKeyboardButtonRequestPeer}"},{"name":"peer","type":"Peer","comment":"The shared peer"}]},{"kind":"class","name":"messageActionSetChatWallPaper","id":1348510708,"type":"MessageAction","arguments":[{"name":"flags","type":"#"},{"name":"same","type":"true","typeModifiers":{"predicate":"flags.0"}},{"name":"for_both","type":"true","typeModifiers":{"predicate":"flags.1"}},{"name":"wallpaper","type":"WallPaper","comment":"New <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpaper</a>"}],"comment":"The <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpaper »</a> of the current chat was changed."},{"kind":"class","name":"messageActionSetSameChatWallPaper","type":"MessageAction","id":3229121901,"comment":"The user applied a <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpaper »</a> previously sent by the other user in a {@link RawMessageActionSetChatWallPaper} message.","arguments":[{"name":"wallpaper","type":"WallPaper","comment":"The <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpaper</a>"}]},{"kind":"class","name":"messageActionGiftCode","type":"MessageAction","id":3536837390,"arguments":[{"name":"flags","type":"#"},{"name":"via_giveaway","type":"true","typeModifiers":{"predicate":"flags.0"}},{"name":"unclaimed","type":"true","typeModifiers":{"predicate":"flags.2"}},{"name":"boost_peer","type":"Peer","typeModifiers":{"predicate":"flags.1"}},{"name":"months","type":"int"},{"name":"slug","type":"string"}]},{"kind":"class","name":"messageActionGiveawayLaunch","type":"MessageAction","id":858499565,"arguments":[]},{"kind":"class","name":"dialog","type":"Dialog","id":3582593222,"comment":"Chat","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"pinned","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Is the dialog pinned"},{"name":"unread_mark","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether the chat was manually marked as unread"},{"name":"peer","type":"Peer","comment":"The chat"},{"name":"top_message","type":"int","comment":"The latest message ID"},{"name":"read_inbox_max_id","type":"int","comment":"Position up to which all incoming messages are read."},{"name":"read_outbox_max_id","type":"int","comment":"Position up to which all outgoing messages are read."},{"name":"unread_count","type":"int","comment":"Number of unread messages"},{"name":"unread_mentions_count","type":"int","comment":"Number of <a href=\"https://corefork.telegram.org/api/mentions\">unread mentions</a>"},{"name":"unread_reactions_count","type":"int","comment":"Number of unread reactions to messages you sent"},{"name":"notify_settings","type":"PeerNotifySettings","comment":"Notification settings"},{"name":"pts","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"<a href=\"https://corefork.telegram.org/api/updates\">PTS</a>"},{"name":"draft","type":"DraftMessage","typeModifiers":{"predicate":"flags.1"},"comment":"Message <a href=\"https://corefork.telegram.org/api/drafts\">draft</a>"},{"name":"folder_id","type":"int","typeModifiers":{"predicate":"flags.4"},"comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"},{"name":"ttl_period","type":"int","typeModifiers":{"predicate":"flags.5"},"comment":"Time-to-live of all messages sent in this dialog"},{"name":"view_forum_as_messages","type":"true","typeModifiers":{"predicate":"flags.6"}}]},{"kind":"class","name":"dialogFolder","type":"Dialog","id":1908216652,"comment":"Dialog in folder","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"pinned","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Is this folder pinned"},{"name":"folder","type":"Folder","comment":"The folder"},{"name":"peer","type":"Peer","comment":"Peer in folder"},{"name":"top_message","type":"int","comment":"Latest message ID of dialog"},{"name":"unread_muted_peers_count","type":"int","comment":"Number of unread muted peers in folder"},{"name":"unread_unmuted_peers_count","type":"int","comment":"Number of unread unmuted peers in folder"},{"name":"unread_muted_messages_count","type":"int","comment":"Number of unread messages from muted peers in folder"},{"name":"unread_unmuted_messages_count","type":"int","comment":"Number of unread messages from unmuted peers in folder"}]},{"kind":"class","name":"photoEmpty","type":"Photo","id":590459437,"comment":"Empty constructor, non-existent photo","arguments":[{"name":"id","type":"long","comment":"Photo identifier"}]},{"kind":"class","name":"photo","type":"Photo","id":4212750949,"comment":"Photo","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"has_stickers","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the photo has mask stickers attached to it"},{"name":"id","type":"long","comment":"ID"},{"name":"access_hash","type":"long","comment":"Access hash"},{"name":"file_reference","type":"bytes","comment":"<a href=\"https://corefork.telegram.org/api/file_reference\">file reference</a>"},{"name":"date","type":"int","comment":"Date of upload"},{"name":"sizes","type":"PhotoSize","typeModifiers":{"isVector":true},"comment":"Available sizes for download"},{"name":"video_sizes","type":"VideoSize","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/files#animated-profile-pictures\">For animated profiles</a>, the MPEG4 videos"},{"name":"dc_id","type":"int","comment":"DC ID to use for download"}]},{"kind":"class","name":"photoSizeEmpty","type":"PhotoSize","id":236446268,"comment":"Empty constructor. Image with this thumbnail is unavailable.","arguments":[{"name":"type","type":"string","comment":"<a href=\"https://corefork.telegram.org/api/files#image-thumbnail-types\">Thumbnail type »</a>"}]},{"kind":"class","name":"photoSize","type":"PhotoSize","id":1976012384,"comment":"Image description.","arguments":[{"name":"type","type":"string","comment":"<a href=\"https://corefork.telegram.org/api/files#image-thumbnail-types\">Thumbnail type »</a>"},{"name":"w","type":"int","comment":"Image width"},{"name":"h","type":"int","comment":"Image height"},{"name":"size","type":"int","comment":"File size"}]},{"kind":"class","name":"photoCachedSize","type":"PhotoSize","id":35527382,"comment":"Description of an image and its content.","arguments":[{"name":"type","type":"string","comment":"Thumbnail type"},{"name":"w","type":"int","comment":"Image width"},{"name":"h","type":"int","comment":"Image height"},{"name":"bytes","type":"bytes","comment":"Binary data, file content"}]},{"kind":"class","name":"photoStrippedSize","type":"PhotoSize","id":3769678894,"comment":"A low-resolution compressed JPG payload","arguments":[{"name":"type","type":"string","comment":"Thumbnail type"},{"name":"bytes","type":"bytes","comment":"Thumbnail data, see <a href=\"https://corefork.telegram.org/api/files#stripped-thumbnails\">here for more info on decompression »</a>"}]},{"kind":"class","name":"photoSizeProgressive","type":"PhotoSize","id":4198431637,"comment":"Progressively encoded photosize","arguments":[{"name":"type","type":"string","comment":"<a href=\"https://corefork.telegram.org/api/files#image-thumbnail-types\">Photosize type »</a>"},{"name":"w","type":"int","comment":"Photo width"},{"name":"h","type":"int","comment":"Photo height"},{"name":"sizes","type":"int","typeModifiers":{"isVector":true},"comment":"Sizes of progressive JPEG file prefixes, which can be used to preliminarily show the image."}]},{"kind":"class","name":"photoPathSize","type":"PhotoSize","id":3626061121,"comment":"Messages with animated stickers can have a compressed svg (< 300 bytes) to show the outline of the sticker before fetching the actual lottie animation.","arguments":[{"name":"type","type":"string","comment":"Always <code>j</code>"},{"name":"bytes","type":"bytes","comment":"Compressed SVG path payload, <a href=\"https://corefork.telegram.org/api/files#vector-thumbnails\">see here for decompression instructions</a>"}]},{"kind":"class","name":"geoPointEmpty","type":"GeoPoint","id":286776671,"comment":"Empty constructor.","arguments":[]},{"kind":"class","name":"geoPoint","type":"GeoPoint","id":2997024355,"comment":"GeoPoint.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"long","type":"double","comment":"Longitude"},{"name":"lat","type":"double","comment":"Latitude"},{"name":"access_hash","type":"long","comment":"Access hash"},{"name":"accuracy_radius","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"The estimated horizontal accuracy of the location, in meters; as defined by the sender."}]},{"kind":"class","name":"auth.sentCode","type":"auth.SentCode","id":1577067778,"comment":"Contains info about a sent verification code.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"type","type":"auth.SentCodeType","comment":"Phone code type"},{"name":"phone_code_hash","type":"string","comment":"Phone code hash, to be stored and later re-used with {@link auth.RawSignInRequest}"},{"name":"next_type","type":"auth.CodeType","typeModifiers":{"predicate":"flags.1"},"comment":"Phone code type that will be sent next, if the phone code is not received within <code>timeout</code> seconds: to send it use {@link auth.RawResendCodeRequest}"},{"name":"timeout","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Timeout for reception of the phone code"}]},{"kind":"class","name":"auth.sentCodeSuccess","type":"auth.SentCode","id":596704836,"comment":"The user successfully authorized using <a href=\"https://corefork.telegram.org/api/auth#future-auth-tokens\">future auth tokens</a>","arguments":[{"name":"authorization","type":"auth.Authorization","comment":"Authorization info"}]},{"kind":"class","name":"auth.authorization","type":"auth.Authorization","id":782418132,"comment":"Contains user authorization info.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"setup_password_required","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Suggests the user to set up a 2-step verification password to be able to log in again"},{"name":"otherwise_relogin_days","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Iff setup_password_required is set and the user declines to set a 2-step verification password, they will be able to log into their account via SMS again only after this many days pass."},{"name":"tmp_sessions","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Temporary <a href=\"https://corefork.telegram.org/passport\">passport</a> sessions"},{"name":"future_auth_token","type":"bytes","typeModifiers":{"predicate":"flags.2"},"comment":"A <a href=\"https://corefork.telegram.org/api/auth#future-auth-tokens\">future auth token</a>"},{"name":"user","type":"User","comment":"Info on authorized user"}]},{"kind":"class","name":"auth.authorizationSignUpRequired","type":"auth.Authorization","id":1148485274,"comment":"An account with this phone number doesn't exist on telegram: the user has to <a href=\"https://corefork.telegram.org/api/auth\">enter basic information and sign up</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"terms_of_service","type":"help.TermsOfService","typeModifiers":{"predicate":"flags.0"},"comment":"Telegram's terms of service: the user must read and accept the terms of service before signing up to telegram"}]},{"kind":"class","name":"auth.exportedAuthorization","type":"auth.ExportedAuthorization","id":3023364792,"comment":"Data for copying of authorization between data centers.","arguments":[{"name":"id","type":"long","comment":"current user identifier"},{"name":"bytes","type":"bytes","comment":"authorizes key"}]},{"kind":"class","name":"inputNotifyPeer","type":"InputNotifyPeer","id":3099351820,"comment":"Notifications generated by a certain user or group.","arguments":[{"name":"peer","type":"InputPeer","comment":"User or group"}]},{"kind":"class","name":"inputNotifyUsers","type":"InputNotifyPeer","id":423314455,"comment":"Notifications generated by all users.","arguments":[]},{"kind":"class","name":"inputNotifyChats","type":"InputNotifyPeer","id":1251338318,"comment":"Notifications generated by all groups.","arguments":[]},{"kind":"class","name":"inputNotifyBroadcasts","type":"InputNotifyPeer","id":2983951486,"comment":"All <a href=\"https://corefork.telegram.org/api/channel\">channels</a>","arguments":[]},{"kind":"class","name":"inputNotifyForumTopic","type":"InputNotifyPeer","id":1548122514,"comment":"Notifications generated by a <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">topic</a> in a <a href=\"https://corefork.telegram.org/api/forum\">forum</a>.","arguments":[{"name":"peer","type":"InputPeer","comment":"Forum ID"},{"name":"top_msg_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/forum#forum-topics\">Topic ID</a>"}]},{"kind":"class","name":"inputPeerNotifySettings","id":3402328802,"type":"InputPeerNotifySettings","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"show_previews","type":"Bool","typeModifiers":{"predicate":"flags.0"},"comment":"If the text of the message shall be displayed in notification"},{"name":"silent","type":"Bool","typeModifiers":{"predicate":"flags.1"},"comment":"Peer was muted?"},{"name":"mute_until","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Date until which all notifications shall be switched off"},{"name":"sound","type":"NotificationSound","typeModifiers":{"predicate":"flags.3"},"comment":"Name of an audio file for notification"},{"name":"stories_muted","type":"Bool","typeModifiers":{"predicate":"flags.6"}},{"name":"stories_hide_sender","type":"Bool","typeModifiers":{"predicate":"flags.7"}},{"name":"stories_sound","type":"NotificationSound","typeModifiers":{"predicate":"flags.8"}}],"comment":"Notification settings."},{"kind":"class","name":"peerNotifySettings","id":2573347852,"type":"PeerNotifySettings","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"show_previews","type":"Bool","typeModifiers":{"predicate":"flags.0"},"comment":"(Ternary value) If set, indicates whether or not to display previews of messages in notifications; otherwise the default behavior should be used."},{"name":"silent","type":"Bool","typeModifiers":{"predicate":"flags.1"},"comment":"(Ternary value) If set, indicates whether to mute or unmute the peer; otherwise the default behavior should be used."},{"name":"mute_until","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Mute all notifications until this date"},{"name":"ios_sound","type":"NotificationSound","typeModifiers":{"predicate":"flags.3"},"comment":"Notification sound for the official iOS application"},{"name":"android_sound","type":"NotificationSound","typeModifiers":{"predicate":"flags.4"},"comment":"Notification sound for the official android application"},{"name":"other_sound","type":"NotificationSound","typeModifiers":{"predicate":"flags.5"},"comment":"Notification sound for other applications"},{"name":"stories_muted","type":"Bool","typeModifiers":{"predicate":"flags.6"}},{"name":"stories_hide_sender","type":"Bool","typeModifiers":{"predicate":"flags.7"}},{"name":"stories_ios_sound","type":"NotificationSound","typeModifiers":{"predicate":"flags.8"}},{"name":"stories_android_sound","type":"NotificationSound","typeModifiers":{"predicate":"flags.9"}},{"name":"stories_other_sound","type":"NotificationSound","typeModifiers":{"predicate":"flags.10"}}],"comment":"Notification settings."},{"kind":"class","name":"peerSettings","type":"PeerSettings","id":2769817869,"comment":"List of actions that are possible when interacting with this user, to be shown as suggested actions in the <a href=\"https://corefork.telegram.org/api/action-bar\">chat action bar »</a>, see <a href=\"https://corefork.telegram.org/api/action-bar\">here »</a> for more info.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"report_spam","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether we can still report the user for spam"},{"name":"add_contact","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether we can add the user as contact"},{"name":"block_contact","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether we can block the user"},{"name":"share_contact","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether we can share the user's contact"},{"name":"need_contacts_exception","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether a special exception for contacts is needed"},{"name":"report_geo","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether we can report a geo group as irrelevant for this location"},{"name":"autoarchived","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"Whether this peer was automatically archived according to {@link RawGlobalPrivacySettings} and can be unarchived"},{"name":"invite_members","type":"true","typeModifiers":{"predicate":"flags.8"},"comment":"If set, this is a recently created group chat to which new members can be invited"},{"name":"request_chat_broadcast","type":"true","typeModifiers":{"predicate":"flags.10"},"comment":"This flag is set if <code>request_chat_title</code> and <code>request_chat_date</code> fields are set and the <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join request »</a> is related to a channel (otherwise if only the request fields are set, the <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join request »</a> is related to a chat)."},{"name":"geo_distance","type":"int","typeModifiers":{"predicate":"flags.6"},"comment":"Distance in meters between us and this peer"},{"name":"request_chat_title","type":"string","typeModifiers":{"predicate":"flags.9"},"comment":"If set, this is a private chat with an administrator of a chat or channel to which the user sent a join request, and this field contains the chat/channel's title."},{"name":"request_chat_date","type":"int","typeModifiers":{"predicate":"flags.9"},"comment":"If set, this is a private chat with an administrator of a chat or channel to which the user sent a join request, and this field contains the timestamp when the <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join request »</a> was sent."}]},{"kind":"class","name":"wallPaper","type":"WallPaper","id":2755118061,"comment":"Represents a <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpaper</a> based on an image.","arguments":[{"name":"id","type":"long","comment":"Identifier"},{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"creator","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether we created this wallpaper"},{"name":"default","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether this is the default wallpaper"},{"name":"pattern","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether this is a <a href=\"https://corefork.telegram.org/api/wallpapers#pattern-wallpapers\">pattern wallpaper »</a>"},{"name":"dark","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether this wallpaper should be used in dark mode."},{"name":"access_hash","type":"long","comment":"Access hash"},{"name":"slug","type":"string","comment":"Unique wallpaper ID, used when generating <a href=\"https://corefork.telegram.org/api/links#wallpaper-links\">wallpaper links</a> or <a href=\"https://corefork.telegram.org/api/wallpapers\">importing wallpaper links</a>."},{"name":"document","type":"Document","comment":"The actual wallpaper"},{"name":"settings","type":"WallPaperSettings","typeModifiers":{"predicate":"flags.2"},"comment":"Info on how to generate the wallpaper, according to <a href=\"https://corefork.telegram.org/api/wallpapers\">these instructions »</a>."}]},{"kind":"class","name":"wallPaperNoFile","type":"WallPaper","id":3766501654,"comment":"Represents a <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpaper</a> only based on colors/gradients.","arguments":[{"name":"id","type":"long","comment":"Wallpaper ID"},{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"default","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether this is the default wallpaper"},{"name":"dark","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether this wallpaper should be used in dark mode."},{"name":"settings","type":"WallPaperSettings","typeModifiers":{"predicate":"flags.2"},"comment":"Info on how to generate the wallpaper."}]},{"kind":"class","name":"inputReportReasonSpam","type":"ReportReason","id":1490799288,"comment":"Report for spam","arguments":[]},{"kind":"class","name":"inputReportReasonViolence","type":"ReportReason","id":505595789,"comment":"Report for violence","arguments":[]},{"kind":"class","name":"inputReportReasonPornography","type":"ReportReason","id":777640226,"comment":"Report for pornography","arguments":[]},{"kind":"class","name":"inputReportReasonChildAbuse","type":"ReportReason","id":2918469347,"comment":"Report for child abuse","arguments":[]},{"kind":"class","name":"inputReportReasonOther","type":"ReportReason","id":3252986545,"comment":"Other","arguments":[]},{"kind":"class","name":"inputReportReasonCopyright","type":"ReportReason","id":2609510714,"comment":"Report for copyrighted content","arguments":[]},{"kind":"class","name":"inputReportReasonGeoIrrelevant","type":"ReportReason","id":3688169197,"comment":"Report an irrelevant geo group","arguments":[]},{"kind":"class","name":"inputReportReasonFake","type":"ReportReason","id":4124956391,"comment":"Report for impersonation","arguments":[]},{"kind":"class","name":"inputReportReasonIllegalDrugs","type":"ReportReason","id":177124030,"comment":"Report for illegal drugs","arguments":[]},{"kind":"class","name":"inputReportReasonPersonalDetails","type":"ReportReason","id":2663876157,"comment":"Report for divulgation of personal details","arguments":[]},{"kind":"class","name":"userFull","id":3115396204,"type":"UserFull","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"blocked","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether you have blocked this user"},{"name":"phone_calls_available","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether this user can make VoIP calls"},{"name":"phone_calls_private","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether this user's privacy settings allow you to call them"},{"name":"can_pin_message","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"Whether you can pin messages in the chat with this user, you can do this only for a chat with yourself"},{"name":"has_scheduled","type":"true","typeModifiers":{"predicate":"flags.12"},"comment":"Whether <a href=\"https://corefork.telegram.org/api/scheduled-messages\">scheduled messages</a> are available"},{"name":"video_calls_available","type":"true","typeModifiers":{"predicate":"flags.13"},"comment":"Whether the user can receive video calls"},{"name":"voice_messages_forbidden","type":"true","typeModifiers":{"predicate":"flags.20"},"comment":"Whether this user doesn't allow sending voice messages in a private chat with them"},{"name":"translations_disabled","type":"true","typeModifiers":{"predicate":"flags.23"},"comment":"Whether the <a href=\"https://corefork.telegram.org/api/translation\">real-time chat translation popup</a> should be hidden."},{"name":"stories_pinned_available","type":"true","typeModifiers":{"predicate":"flags.26"}},{"name":"blocked_my_stories_from","type":"true","typeModifiers":{"predicate":"flags.27"}},{"name":"wallpaper_overridden","type":"true","typeModifiers":{"predicate":"flags.28"}},{"name":"id","type":"int53","comment":"User ID"},{"name":"about","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Bio of the user"},{"name":"settings","type":"PeerSettings","comment":"Peer settings"},{"name":"personal_photo","type":"Photo","typeModifiers":{"predicate":"flags.21"},"comment":"Personal profile photo, to be shown instead of <code>profile_photo</code>."},{"name":"profile_photo","type":"Photo","typeModifiers":{"predicate":"flags.2"},"comment":"Profile photo"},{"name":"fallback_photo","type":"Photo","typeModifiers":{"predicate":"flags.22"},"comment":"Fallback profile photo, displayed if no photo is present in <code>profile_photo</code> or <code>personal_photo</code>, due to privacy settings."},{"name":"notify_settings","type":"PeerNotifySettings","comment":"Notification settings"},{"name":"bot_info","type":"BotInfo","typeModifiers":{"predicate":"flags.3"},"comment":"For bots, info about the bot (bot commands, etc)"},{"name":"pinned_msg_id","type":"int","typeModifiers":{"predicate":"flags.6"},"comment":"Message ID of the last <a href=\"https://corefork.telegram.org/api/pin\">pinned message</a>"},{"name":"common_chats_count","type":"int","comment":"Chats in common with this user"},{"name":"folder_id","type":"int","typeModifiers":{"predicate":"flags.11"},"comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"},{"name":"ttl_period","type":"int","typeModifiers":{"predicate":"flags.14"},"comment":"Time To Live of all messages in this chat; once a message is this many seconds old, it must be deleted."},{"name":"theme_emoticon","type":"string","typeModifiers":{"predicate":"flags.15"},"comment":"Emoji associated with chat theme"},{"name":"private_forward_name","type":"string","typeModifiers":{"predicate":"flags.16"},"comment":"Anonymized text to be shown instead of the user's name on forwarded messages"},{"name":"bot_group_admin_rights","type":"ChatAdminRights","typeModifiers":{"predicate":"flags.17"},"comment":"A <a href=\"https://corefork.telegram.org/api/rights#suggested-bot-rights\">suggested set of administrator rights</a> for the bot, to be shown when adding the bot as admin to a group, see <a href=\"https://corefork.telegram.org/api/rights#suggested-bot-rights\">here for more info on how to handle them »</a>."},{"name":"bot_broadcast_admin_rights","type":"ChatAdminRights","typeModifiers":{"predicate":"flags.18"},"comment":"A <a href=\"https://corefork.telegram.org/api/rights#suggested-bot-rights\">suggested set of administrator rights</a> for the bot, to be shown when adding the bot as admin to a channel, see <a href=\"https://corefork.telegram.org/api/rights#suggested-bot-rights\">here for more info on how to handle them »</a>."},{"name":"premium_gifts","type":"PremiumGiftOption","typeModifiers":{"predicate":"flags.19","isVector":true},"comment":"Telegram Premium subscriptions gift options"},{"name":"wallpaper","type":"WallPaper","typeModifiers":{"predicate":"flags.24"},"comment":"<a href=\"https://corefork.telegram.org/api/wallpapers\">Wallpaper</a> to use in the private chat with the user."},{"name":"stories","type":"PeerStories","typeModifiers":{"predicate":"flags.25"}}],"comment":"Extended user info"},{"kind":"class","name":"contact","type":"Contact","id":341499403,"comment":"A contact of the current user that is registered in the system.","arguments":[{"name":"user_id","type":"int53","comment":"User identifier"},{"name":"mutual","type":"Bool","comment":"Current user is in the user's contact list"}]},{"kind":"class","name":"importedContact","type":"ImportedContact","id":3242081360,"comment":"Successfully imported contact.","arguments":[{"name":"user_id","type":"int53","comment":"User identifier"},{"name":"client_id","type":"long","comment":"The contact's client identifier (passed to one of the <a href=\"https://corefork.telegram.org/type/InputContact\">InputContact</a> constructors)"}]},{"kind":"class","name":"contactStatus","type":"ContactStatus","id":383348795,"comment":"Contact status: online / offline.","arguments":[{"name":"user_id","type":"int53","comment":"User identifier"},{"name":"status","type":"UserStatus","comment":"Online status"}]},{"kind":"class","name":"contacts.contactsNotModified","type":"contacts.Contacts","id":3075189202,"comment":"Contact list on the server is the same as the list on the client.","arguments":[]},{"kind":"class","name":"contacts.contacts","type":"contacts.Contacts","id":3941105218,"comment":"The current user's contact list and info on users.","arguments":[{"name":"contacts","type":"Contact","typeModifiers":{"isVector":true},"comment":"Contact list"},{"name":"saved_count","type":"int","comment":"Number of contacts that were saved successfully"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"User list"}]},{"kind":"class","name":"contacts.importedContacts","type":"contacts.ImportedContacts","id":2010127419,"comment":"Info on successfully imported contacts.","arguments":[{"name":"imported","type":"ImportedContact","typeModifiers":{"isVector":true},"comment":"List of successfully imported contacts"},{"name":"popular_invites","type":"PopularContact","typeModifiers":{"isVector":true},"comment":"Popular contacts"},{"name":"retry_contacts","type":"long","typeModifiers":{"isVector":true},"comment":"List of contact ids that could not be imported due to system limitation and will need to be imported at a later date."},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"List of users"}]},{"kind":"class","name":"contacts.blocked","type":"contacts.Blocked","id":182326673,"comment":"Full list of blocked users.","arguments":[{"name":"blocked","type":"PeerBlocked","typeModifiers":{"isVector":true},"comment":"List of blocked users"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Blocked chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"List of users"}]},{"kind":"class","name":"contacts.blockedSlice","type":"contacts.Blocked","id":3781575060,"comment":"Incomplete list of blocked users.","arguments":[{"name":"count","type":"int","comment":"Total number of elements in the list"},{"name":"blocked","type":"PeerBlocked","typeModifiers":{"isVector":true},"comment":"List of blocked users"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Blocked chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"List of users"}]},{"kind":"class","name":"messages.dialogs","type":"messages.Dialogs","id":364538944,"comment":"Full list of chats with messages and auxiliary data.","arguments":[{"name":"dialogs","type":"Dialog","typeModifiers":{"isVector":true},"comment":"List of chats"},{"name":"messages","type":"Message","typeModifiers":{"isVector":true},"comment":"List of last messages from each chat"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"List of groups mentioned in the chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"List of users mentioned in messages and groups"}]},{"kind":"class","name":"messages.dialogsSlice","type":"messages.Dialogs","id":1910543603,"comment":"Incomplete list of dialogs with messages and auxiliary data.","arguments":[{"name":"count","type":"int","comment":"Total number of dialogs"},{"name":"dialogs","type":"Dialog","typeModifiers":{"isVector":true},"comment":"List of dialogs"},{"name":"messages","type":"Message","typeModifiers":{"isVector":true},"comment":"List of last messages from dialogs"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"List of chats mentioned in dialogs"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"List of users mentioned in messages and chats"}]},{"kind":"class","name":"messages.dialogsNotModified","type":"messages.Dialogs","id":4041467286,"comment":"Dialogs haven't changed","arguments":[{"name":"count","type":"int","comment":"Number of dialogs found server-side by the query"}]},{"kind":"class","name":"messages.messages","type":"messages.Messages","id":2356252295,"comment":"Full list of messages with auxiliary data.","arguments":[{"name":"messages","type":"Message","typeModifiers":{"isVector":true},"comment":"List of messages"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"List of chats mentioned in dialogs"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"List of users mentioned in messages and chats"}]},{"kind":"class","name":"messages.messagesSlice","type":"messages.Messages","id":978610270,"comment":"Incomplete list of messages and auxiliary data.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"inexact","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"If set, indicates that the results may be inexact"},{"name":"count","type":"int","comment":"Total number of messages in the list"},{"name":"next_rate","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Rate to use in the <code>offset_rate</code> parameter in the next call to {@link messages.RawSearchGlobalRequest}"},{"name":"offset_id_offset","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Indicates the absolute position of <code>messages[0]</code> within the total result set with count <code>count</code>. <br>This is useful, for example, if the result was fetched using <code>offset_id</code>, and we need to display a <code>progress/total</code> counter (like <code>photo 134 of 200</code>, for all media in a chat, we could simply use <code>photo ${offset_id_offset} of ${count}</code>."},{"name":"messages","type":"Message","typeModifiers":{"isVector":true},"comment":"List of messages"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"List of chats mentioned in messages"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"List of users mentioned in messages and chats"}]},{"kind":"class","name":"messages.channelMessages","type":"messages.Messages","id":3346446926,"comment":"Channel messages","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"inexact","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"If set, returned results may be inexact"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Event count after generation</a>"},{"name":"count","type":"int","comment":"Total number of results were found server-side (may not be all included here)"},{"name":"offset_id_offset","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Indicates the absolute position of <code>messages[0]</code> within the total result set with count <code>count</code>. <br>This is useful, for example, if the result was fetched using <code>offset_id</code>, and we need to display a <code>progress/total</code> counter (like <code>photo 134 of 200</code>, for all media in a chat, we could simply use <code>photo ${offset_id_offset} of ${count}</code>."},{"name":"messages","type":"Message","typeModifiers":{"isVector":true},"comment":"Found messages"},{"name":"topics","type":"ForumTopic","typeModifiers":{"isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/forum#forum-topics\">Forum topic</a> information"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users"}]},{"kind":"class","name":"messages.messagesNotModified","type":"messages.Messages","id":1951620897,"comment":"No new messages matching the query were found","arguments":[{"name":"count","type":"int","comment":"Number of results found server-side by the given query"}]},{"kind":"class","name":"messages.chats","type":"messages.Chats","id":1694474197,"comment":"List of chats with auxiliary data.","arguments":[{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"List of chats"}]},{"kind":"class","name":"messages.chatsSlice","type":"messages.Chats","id":2631405892,"comment":"Partial list of chats, more would have to be fetched with <a href=\"https://corefork.telegram.org/api/offsets\">pagination</a>","arguments":[{"name":"count","type":"int","comment":"Total number of results that were found server-side (not all are included in <code>chats</code>)"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chats"}]},{"kind":"class","name":"messages.chatFull","type":"messages.ChatFull","id":3856126364,"comment":"Full info about a <a href=\"https://corefork.telegram.org/api/channel#channels\">channel</a>, <a href=\"https://corefork.telegram.org/api/channel#supergroups\">supergroup</a>, <a href=\"https://corefork.telegram.org/api/channel#gigagroups\">gigagroup</a> or <a href=\"https://corefork.telegram.org/api/channel#basic-groups\">basic group</a>.","arguments":[{"name":"full_chat","type":"ChatFull","comment":"Full info"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Mentioned chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Mentioned users"}]},{"kind":"class","name":"messages.affectedHistory","type":"messages.AffectedHistory","id":3025955281,"comment":"Affected part of communication history with the user or in a chat.","arguments":[{"name":"pts","type":"int","comment":"Number of events occurred in a text box"},{"name":"pts_count","type":"int","comment":"Number of affected events"},{"name":"offset","type":"int","comment":"If a parameter contains positive value, it is necessary to repeat the method call using the given value; during the proceeding of all the history the value itself shall gradually decrease"}]},{"kind":"class","name":"inputMessagesFilterEmpty","type":"MessagesFilter","id":1474492012,"comment":"Filter is absent.","arguments":[]},{"kind":"class","name":"inputMessagesFilterPhotos","type":"MessagesFilter","id":2517214492,"comment":"Filter for messages containing photos.","arguments":[]},{"kind":"class","name":"inputMessagesFilterVideo","type":"MessagesFilter","id":2680163941,"comment":"Filter for messages containing videos.","arguments":[]},{"kind":"class","name":"inputMessagesFilterPhotoVideo","type":"MessagesFilter","id":1458172132,"comment":"Filter for messages containing photos or videos.","arguments":[]},{"kind":"class","name":"inputMessagesFilterDocument","type":"MessagesFilter","id":2665345416,"comment":"Filter for messages containing documents.","arguments":[]},{"kind":"class","name":"inputMessagesFilterUrl","type":"MessagesFilter","id":2129714567,"comment":"Return only messages containing URLs","arguments":[]},{"kind":"class","name":"inputMessagesFilterGif","type":"MessagesFilter","id":4291323271,"comment":"Return only messages containing gifs","arguments":[]},{"kind":"class","name":"inputMessagesFilterVoice","type":"MessagesFilter","id":1358283666,"comment":"Return only messages containing voice notes","arguments":[]},{"kind":"class","name":"inputMessagesFilterMusic","type":"MessagesFilter","id":928101534,"comment":"Return only messages containing audio files","arguments":[]},{"kind":"class","name":"inputMessagesFilterChatPhotos","type":"MessagesFilter","id":975236280,"comment":"Return only chat photo changes","arguments":[]},{"kind":"class","name":"inputMessagesFilterPhoneCalls","type":"MessagesFilter","id":2160695144,"comment":"Return only phone calls","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"missed","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Return only missed phone calls"}]},{"kind":"class","name":"inputMessagesFilterRoundVoice","type":"MessagesFilter","id":2054952868,"comment":"Return only round videos and voice notes","arguments":[]},{"kind":"class","name":"inputMessagesFilterRoundVideo","type":"MessagesFilter","id":3041516115,"comment":"Return only round videos","arguments":[]},{"kind":"class","name":"inputMessagesFilterMyMentions","type":"MessagesFilter","id":3254314650,"comment":"Return only messages where the current user was <a href=\"https://corefork.telegram.org/api/mentions\">mentioned</a>.","arguments":[]},{"kind":"class","name":"inputMessagesFilterGeo","type":"MessagesFilter","id":3875695885,"comment":"Return only messages containing geolocations","arguments":[]},{"kind":"class","name":"inputMessagesFilterContacts","type":"MessagesFilter","id":3764575107,"comment":"Return only messages containing contacts","arguments":[]},{"kind":"class","name":"inputMessagesFilterPinned","type":"MessagesFilter","id":464520273,"comment":"Fetch only pinned messages","arguments":[]},{"kind":"class","name":"updateNewMessage","type":"Update","id":522914557,"comment":"New message in a private chat or in a <a href=\"https://core.telegram.org/api/channel#basic-groups\">basic group</a>.","arguments":[{"name":"message","type":"Message","comment":"Message"},{"name":"pts","type":"int","comment":"New quantity of actions in a message box"},{"name":"pts_count","type":"int","comment":"Number of generated events"}]},{"kind":"class","name":"updateMessageID","type":"Update","id":1318109142,"comment":"Sent message with <strong>random_id</strong> client identifier was assigned an identifier.","arguments":[{"name":"id","type":"int","comment":"<strong>id</strong> identifier of a respective <a href=\"https://corefork.telegram.org/type/Message\">Message</a>"},{"name":"random_id","type":"long","comment":"Previously transferred client <strong>random_id</strong> identifier"}]},{"kind":"class","name":"updateDeleteMessages","type":"Update","id":2718806245,"comment":"Messages were deleted.","arguments":[{"name":"messages","type":"int","typeModifiers":{"isVector":true},"comment":"List of identifiers of deleted messages"},{"name":"pts","type":"int","comment":"New quality of actions in a message box"},{"name":"pts_count","type":"int","comment":"Number of generated <a href=\"https://corefork.telegram.org/api/updates\">events</a>"}]},{"kind":"class","name":"updateUserTyping","type":"Update","id":3223225727,"comment":"The user is preparing a message; typing, recording, uploading, etc. This update is valid for 6 seconds. If no further updates of this kind are received after 6 seconds, it should be considered that the user stopped doing whatever they were doing","arguments":[{"name":"user_id","type":"int53","comment":"User id"},{"name":"action","type":"SendMessageAction","comment":"Action type"}]},{"kind":"class","name":"updateChatUserTyping","type":"Update","id":2202565360,"comment":"The user is preparing a message in a group; typing, recording, uploading, etc. This update is valid for 6 seconds. If no further updates of this kind are received after 6 seconds, it should be considered that the user stopped doing whatever they were doing","arguments":[{"name":"chat_id","type":"int53","comment":"Group id"},{"name":"from_id","type":"Peer","comment":"Peer that started typing (can be the chat itself, in case of anonymous admins)."},{"name":"action","type":"SendMessageAction","comment":"Type of action"}]},{"kind":"class","name":"updateChatParticipants","type":"Update","id":125178264,"comment":"Composition of chat participants changed.","arguments":[{"name":"participants","type":"ChatParticipants","comment":"Updated chat participants"}]},{"kind":"class","name":"updateUserStatus","type":"Update","id":3854432478,"comment":"Contact status update.","arguments":[{"name":"user_id","type":"int53","comment":"User identifier"},{"name":"status","type":"UserStatus","comment":"New status"}]},{"kind":"class","name":"updateUserName","type":"Update","id":2810480932,"comment":"Changes the user's first name, last name and username.","arguments":[{"name":"user_id","type":"int53","comment":"User identifier"},{"name":"first_name","type":"string","comment":"New first name. Corresponds to the new value of <strong>real_first_name</strong> field of the {@link RawUserFull} constructor."},{"name":"last_name","type":"string","comment":"New last name. Corresponds to the new value of <strong>real_last_name</strong> field of the {@link RawUserFull} constructor."},{"name":"usernames","type":"Username","typeModifiers":{"isVector":true},"comment":"Usernames."}]},{"kind":"class","name":"updateNewAuthorization","type":"Update","id":2303831023,"comment":"Authorized to the current user's account through an unknown device.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"unconfirmed","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the session is <a href=\"https://corefork.telegram.org/api/auth#confirming-login\">unconfirmed, see here »</a> for more info."},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"date","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Authorization date"},{"name":"device","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Name of device, for example <em>Android</em>"},{"name":"location","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Location, for example <em>USA, NY (IP=1.2.3.4)</em>"}]},{"kind":"class","name":"updateNewEncryptedMessage","type":"Update","id":314359194,"comment":"New encrypted message.","arguments":[{"name":"message","type":"EncryptedMessage","comment":"Message"},{"name":"qts","type":"int","comment":"New <strong>qts</strong> value, see <a href=\"https://corefork.telegram.org/api/updates\">updates »</a> for more info."}]},{"kind":"class","name":"updateEncryptedChatTyping","type":"Update","id":386986326,"comment":"Interlocutor is typing a message in an encrypted chat. Update period is 6 second. If upon this time there is no repeated update, it shall be considered that the interlocutor stopped typing.","arguments":[{"name":"chat_id","type":"int","comment":"Chat ID"}]},{"kind":"class","name":"updateEncryption","type":"Update","id":3030575245,"comment":"Change of state in an encrypted chat.","arguments":[{"name":"chat","type":"EncryptedChat","comment":"Encrypted chat"},{"name":"date","type":"int","comment":"Date of change"}]},{"kind":"class","name":"updateEncryptedMessagesRead","type":"Update","id":956179895,"comment":"Communication history in an encrypted chat was marked as read.","arguments":[{"name":"chat_id","type":"int","comment":"Chat ID"},{"name":"max_date","type":"int","comment":"Maximum value of data for read messages"},{"name":"date","type":"int","comment":"Time when messages were read"}]},{"kind":"class","name":"updateChatParticipantAdd","type":"Update","id":1037718609,"comment":"New group member.","arguments":[{"name":"chat_id","type":"int53","comment":"Group ID"},{"name":"user_id","type":"int53","comment":"ID of the new member"},{"name":"inviter_id","type":"int53","comment":"ID of the user, who added member to the group"},{"name":"date","type":"int","comment":"When was the participant added"},{"name":"version","type":"int","comment":"Chat version number"}]},{"kind":"class","name":"updateChatParticipantDelete","type":"Update","id":3811523959,"comment":"A member has left the group.","arguments":[{"name":"chat_id","type":"int53","comment":"Group ID"},{"name":"user_id","type":"int53","comment":"ID of the user"},{"name":"version","type":"int","comment":"Used in basic groups to reorder updates and make sure that all of them was received."}]},{"kind":"class","name":"updateDcOptions","type":"Update","id":2388564083,"comment":"Changes in the data center configuration options.","arguments":[{"name":"dc_options","type":"DcOption","typeModifiers":{"isVector":true},"comment":"New connection options"}]},{"kind":"class","name":"updateNotifySettings","type":"Update","id":3200411887,"comment":"Changes in notification settings.","arguments":[{"name":"peer","type":"NotifyPeer","comment":"Notification source"},{"name":"notify_settings","type":"PeerNotifySettings","comment":"New notification settings"}]},{"kind":"class","name":"updateServiceNotification","type":"Update","id":3957614617,"comment":"A service message for the user.\n\nThe app must show the message to the user upon receiving this update. In case the <strong>popup</strong> parameter was passed, the text message must be displayed in a popup alert immediately upon receipt. It is recommended to handle the text as you would an ordinary message in terms of highlighting links, etc. The message must also be stored locally as part of the message history with the user id <code>777000</code> (Telegram Notifications).","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"popup","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"If set, the message must be displayed in a popup."},{"name":"invert_media","type":"true","typeModifiers":{"predicate":"flags.2"}},{"name":"inbox_date","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"When was the notification received<br>The message must also be stored locally as part of the message history with the user id <code>777000</code> (Telegram Notifications)."},{"name":"type","type":"string","comment":"String, identical in format and contents to the <a href=\"https://corefork.telegram.org/api/errors#error-type\"><strong>type</strong></a> field in API errors. Describes type of service message. It is acceptable to ignore repeated messages of the same <strong>type</strong> within a short period of time (15 minutes)."},{"name":"message","type":"string","comment":"Message text"},{"name":"media","type":"MessageMedia","comment":"Media content (optional)"},{"name":"entities","type":"MessageEntity","typeModifiers":{"isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"}]},{"kind":"class","name":"updatePrivacy","type":"Update","id":3996854058,"comment":"Privacy rules were changed","arguments":[{"name":"key","type":"PrivacyKey","comment":"Peers to which the privacy rules apply"},{"name":"rules","type":"PrivacyRule","typeModifiers":{"isVector":true},"comment":"New privacy rules"}]},{"kind":"class","name":"updateUserPhone","type":"Update","id":88680979,"comment":"A user's phone number was changed","arguments":[{"name":"user_id","type":"int53","comment":"User ID"},{"name":"phone","type":"string","comment":"New phone number"}]},{"kind":"class","name":"updateReadHistoryInbox","type":"Update","id":2627162079,"comment":"Incoming messages were read","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"folder_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"},{"name":"peer","type":"Peer","comment":"Peer"},{"name":"max_id","type":"int","comment":"Maximum ID of messages read"},{"name":"still_unread_count","type":"int","comment":"Number of messages that are still unread"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Event count after generation</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Number of events that were generated</a>"}]},{"kind":"class","name":"updateReadHistoryOutbox","type":"Update","id":791617983,"comment":"Outgoing messages were read","arguments":[{"name":"peer","type":"Peer","comment":"Peer"},{"name":"max_id","type":"int","comment":"Maximum ID of read outgoing messages"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Event count after generation</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Number of events that were generated</a>"}]},{"kind":"class","name":"updateWebPage","type":"Update","id":2139689491,"comment":"An <a href=\"https://instantview.telegram.org/\">instant view</a> webpage preview was generated","arguments":[{"name":"webpage","type":"WebPage","comment":"Webpage preview"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Event count after generation</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Number of events that were generated</a>"}]},{"kind":"class","name":"updateReadMessagesContents","id":4163006849,"type":"Update","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"messages","type":"int","typeModifiers":{"isVector":true},"comment":"IDs of read messages"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Event count after generation</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Number of events that were generated</a>"},{"name":"date","type":"int","typeModifiers":{"predicate":"flags.0"}}],"comment":"Contents of messages in the common <a href=\"https://corefork.telegram.org/api/updates\">message box</a> were read"},{"kind":"class","name":"updateChannelTooLong","type":"Update","id":277713951,"comment":"There are new updates in the specified channel, the client must fetch them.<br>\nIf the difference is too long or if the channel isn't currently in the states, start fetching from the specified pts.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"channel_id","type":"int53","comment":"The channel"},{"name":"pts","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"The <a href=\"https://corefork.telegram.org/api/updates\">PTS</a>."}]},{"kind":"class","name":"updateChannel","type":"Update","id":1666927625,"comment":"A new channel or supergroup is available, or info about an existing channel has changed and must be refeteched.","arguments":[{"name":"channel_id","type":"int53","comment":"Channel ID"}]},{"kind":"class","name":"updateNewChannelMessage","type":"Update","id":1656358105,"comment":"A new message was sent in a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>","arguments":[{"name":"message","type":"Message","comment":"New message"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Event count after generation</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Number of events that were generated</a>"}]},{"kind":"class","name":"updateReadChannelInbox","type":"Update","id":2452516368,"comment":"Incoming messages in a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a> were read","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"folder_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"},{"name":"channel_id","type":"int53","comment":"Channel/supergroup ID"},{"name":"max_id","type":"int","comment":"Position up to which all incoming messages are read."},{"name":"still_unread_count","type":"int","comment":"Count of messages weren't read yet"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Event count after generation</a>"}]},{"kind":"class","name":"updateDeleteChannelMessages","type":"Update","id":3274529554,"comment":"Some messages in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/channel</a> were deleted","arguments":[{"name":"channel_id","type":"int53","comment":"Channel ID"},{"name":"messages","type":"int","typeModifiers":{"isVector":true},"comment":"IDs of messages that were deleted"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Event count after generation</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Number of events that were generated</a>"}]},{"kind":"class","name":"updateChannelMessageViews","type":"Update","id":4062620680,"comment":"The view counter of a message in a channel has changed","arguments":[{"name":"channel_id","type":"int53","comment":"Channel ID"},{"name":"id","type":"int","comment":"ID of the message"},{"name":"views","type":"int","comment":"New view counter"}]},{"kind":"class","name":"updateChatParticipantAdmin","type":"Update","id":3620364706,"comment":"Admin permissions of a user in a <a href=\"https://corefork.telegram.org/api/channel#basic-groups\">basic group</a> were changed","arguments":[{"name":"chat_id","type":"int53","comment":"Chat ID"},{"name":"user_id","type":"int53","comment":"ID of the (de)admined user"},{"name":"is_admin","type":"Bool","comment":"Whether the user was rendered admin"},{"name":"version","type":"int","comment":"Used in basic groups to reorder updates and make sure that all of them was received."}]},{"kind":"class","name":"updateNewStickerSet","type":"Update","id":1753886890,"comment":"A new stickerset was installed","arguments":[{"name":"stickerset","type":"messages.StickerSet","comment":"The installed stickerset"}]},{"kind":"class","name":"updateStickerSetsOrder","type":"Update","id":196268545,"comment":"The order of stickersets was changed","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"masks","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the updated stickers are mask stickers"},{"name":"emojis","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the updated stickers are custom emoji stickers"},{"name":"order","type":"long","typeModifiers":{"isVector":true},"comment":"New sticker order by sticker ID"}]},{"kind":"class","name":"updateStickerSets","type":"Update","id":834816008,"comment":"Installed stickersets have changed, the client should refetch them as <a href=\"https://corefork.telegram.org/api/stickers#installing-stickersets\">described in the docs</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"masks","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether mask stickersets have changed"},{"name":"emojis","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the list of installed <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji stickersets</a> has changed"}]},{"kind":"class","name":"updateSavedGifs","type":"Update","id":2473931806,"comment":"The saved gif list has changed, the client should refetch it using {@link messages.RawGetSavedGifsRequest}","arguments":[]},{"kind":"class","name":"updateBotInlineQuery","type":"Update","id":1232025500,"comment":"An incoming inline query","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"query_id","type":"long","comment":"Query ID"},{"name":"user_id","type":"int53","comment":"User that sent the query"},{"name":"query","type":"string","comment":"Text of query"},{"name":"geo","type":"GeoPoint","typeModifiers":{"predicate":"flags.0"},"comment":"Attached geolocation"},{"name":"peer_type","type":"InlineQueryPeerType","typeModifiers":{"predicate":"flags.1"},"comment":"Type of the chat from which the inline query was sent."},{"name":"offset","type":"string","comment":"Offset to navigate through results"}]},{"kind":"class","name":"updateBotInlineSend","type":"Update","id":317794823,"comment":"The result of an inline query that was chosen by a user and sent to their chat partner. Please see our documentation on the <a href=\"https://core.telegram.org/bots/inline#collecting-feedback\">feedback collecting</a> for details on how to enable these updates for your bot.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"user_id","type":"int53","comment":"The user that chose the result"},{"name":"query","type":"string","comment":"The query that was used to obtain the result"},{"name":"geo","type":"GeoPoint","typeModifiers":{"predicate":"flags.0"},"comment":"Optional. Sender location, only for bots that require user location"},{"name":"id","type":"string","comment":"The unique identifier for the result that was chosen"},{"name":"msg_id","type":"InputBotInlineMessageID","typeModifiers":{"predicate":"flags.1"},"comment":"Identifier of the sent inline message. Available only if there is an inline keyboard attached to the message. Will be also received in callback queries and can be used to edit the message."}]},{"kind":"class","name":"updateEditChannelMessage","type":"Update","id":457133559,"comment":"A message was edited in a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>","arguments":[{"name":"message","type":"Message","comment":"The new message"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Event count after generation</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Number of events that were generated</a>"}]},{"kind":"class","name":"updateBotCallbackQuery","type":"Update","id":3117401229,"comment":"A callback button was pressed, and the button data was sent to the bot that created the button","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"query_id","type":"long","comment":"Query ID"},{"name":"user_id","type":"int53","comment":"ID of the user that pressed the button"},{"name":"peer","type":"Peer","comment":"Chat where the inline keyboard was sent"},{"name":"msg_id","type":"int","comment":"Message ID"},{"name":"chat_instance","type":"long","comment":"Global identifier, uniquely corresponding to the chat to which the message with the callback button was sent. Useful for high scores in games."},{"name":"data","type":"bytes","typeModifiers":{"predicate":"flags.0"},"comment":"Callback data"},{"name":"game_short_name","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Short name of a Game to be returned, serves as the unique identifier for the game"}]},{"kind":"class","name":"updateEditMessage","type":"Update","id":3825430691,"comment":"A message was edited","arguments":[{"name":"message","type":"Message","comment":"The new edited message"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">PTS</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">PTS count</a>"}]},{"kind":"class","name":"updateInlineBotCallbackQuery","type":"Update","id":1763610706,"comment":"This notification is received by bots when a button is pressed","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"query_id","type":"long","comment":"Query ID"},{"name":"user_id","type":"int53","comment":"ID of the user that pressed the button"},{"name":"msg_id","type":"InputBotInlineMessageID","comment":"ID of the inline message with the button"},{"name":"chat_instance","type":"long","comment":"Global identifier, uniquely corresponding to the chat to which the message with the callback button was sent. Useful for high scores in games."},{"name":"data","type":"bytes","typeModifiers":{"predicate":"flags.0"},"comment":"Data associated with the callback button. Be aware that a bad client can send arbitrary data in this field."},{"name":"game_short_name","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Short name of a Game to be returned, serves as the unique identifier for the game"}]},{"kind":"class","name":"updateReadChannelOutbox","type":"Update","id":3076495785,"comment":"Outgoing messages in a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a> were read","arguments":[{"name":"channel_id","type":"int53","comment":"Channel/supergroup ID"},{"name":"max_id","type":"int","comment":"Position up to which all outgoing messages are read."}]},{"kind":"class","name":"updateDraftMessage","type":"Update","id":457829485,"comment":"Notifies a change of a message <a href=\"https://corefork.telegram.org/api/drafts\">draft</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"Peer","comment":"The peer to which the draft is associated"},{"name":"top_msg_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"ID of the <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a> to which the draft is associated"},{"name":"draft","type":"DraftMessage","comment":"The draft"}]},{"kind":"class","name":"updateReadFeaturedStickers","type":"Update","id":1461528386,"comment":"Some featured stickers were marked as read","arguments":[]},{"kind":"class","name":"updateRecentStickers","type":"Update","id":2588027936,"comment":"The recent sticker list was updated","arguments":[]},{"kind":"class","name":"updateConfig","type":"Update","id":2720652550,"comment":"The server-side configuration has changed; the client should re-fetch the config using {@link help.RawGetConfigRequest}","arguments":[]},{"kind":"class","name":"updatePtsChanged","type":"Update","id":861169551,"comment":"<a href=\"https://corefork.telegram.org/api/updates\">Common message box sequence PTS</a> has changed, <a href=\"https://corefork.telegram.org/api/updates#fetching-state\">state has to be refetched using updates.getState</a>","arguments":[]},{"kind":"class","name":"updateChannelWebPage","type":"Update","id":791390623,"comment":"A webpage preview of a link in a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a> message was generated","arguments":[{"name":"channel_id","type":"int53","comment":"<a href=\"https://corefork.telegram.org/api/channel\">Channel/supergroup</a> ID"},{"name":"webpage","type":"WebPage","comment":"Generated webpage preview"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Event count after generation</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Number of events that were generated</a>"}]},{"kind":"class","name":"updateDialogPinned","type":"Update","id":1852826908,"comment":"A dialog was pinned/unpinned","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"pinned","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the dialog was pinned"},{"name":"folder_id","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"},{"name":"peer","type":"DialogPeer","comment":"The dialog"}]},{"kind":"class","name":"updatePinnedDialogs","type":"Update","id":4195302562,"comment":"Pinned dialogs were updated","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"folder_id","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"},{"name":"order","type":"DialogPeer","typeModifiers":{"predicate":"flags.0","isVector":true},"comment":"New order of pinned dialogs"}]},{"kind":"class","name":"updateBotWebhookJSON","type":"Update","id":2199371971,"comment":"A new incoming event; for bots only","arguments":[{"name":"data","type":"DataJSON","comment":"The event"}]},{"kind":"class","name":"updateBotWebhookJSONQuery","type":"Update","id":2610053286,"comment":"A new incoming query; for bots only","arguments":[{"name":"query_id","type":"long","comment":"Query identifier"},{"name":"data","type":"DataJSON","comment":"Query data"},{"name":"timeout","type":"int","comment":"Query timeout"}]},{"kind":"class","name":"updateBotShippingQuery","type":"Update","id":3048144253,"comment":"This object contains information about an incoming shipping query.","arguments":[{"name":"query_id","type":"long","comment":"Unique query identifier"},{"name":"user_id","type":"int53","comment":"User who sent the query"},{"name":"payload","type":"bytes","comment":"Bot specified invoice payload"},{"name":"shipping_address","type":"PostAddress","comment":"User specified shipping address"}]},{"kind":"class","name":"updateBotPrecheckoutQuery","type":"Update","id":2359990934,"comment":"This object contains information about an incoming pre-checkout query.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"query_id","type":"long","comment":"Unique query identifier"},{"name":"user_id","type":"int53","comment":"User who sent the query"},{"name":"payload","type":"bytes","comment":"Bot specified invoice payload"},{"name":"info","type":"PaymentRequestedInfo","typeModifiers":{"predicate":"flags.0"},"comment":"Order info provided by the user"},{"name":"shipping_option_id","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Identifier of the shipping option chosen by the user"},{"name":"currency","type":"string","comment":"Three-letter ISO 4217 <a href=\"https://corefork.telegram.org/bots/payments#supported-currencies\">currency</a> code"},{"name":"total_amount","type":"long","comment":"Total amount in the smallest units of the currency (integer, not float/double). For example, for a price of <code>US$ 1.45</code> pass <code>amount = 145</code>. See the exp parameter in <a href=\"https://corefork.telegram.org/bots/payments/currencies.json\">currencies.json</a>, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies)."}]},{"kind":"class","name":"updatePhoneCall","type":"Update","id":2869914398,"comment":"An incoming phone call","arguments":[{"name":"phone_call","type":"PhoneCall","comment":"Phone call"}]},{"kind":"class","name":"updateLangPackTooLong","type":"Update","id":1180041828,"comment":"A language pack has changed, the client should manually fetch the changed strings using {@link langpack.RawGetDifferenceRequest}","arguments":[{"name":"lang_code","type":"string","comment":"Language code"}]},{"kind":"class","name":"updateLangPack","type":"Update","id":1442983757,"comment":"Language pack updated","arguments":[{"name":"difference","type":"LangPackDifference","comment":"Changed strings"}]},{"kind":"class","name":"updateFavedStickers","type":"Update","id":3843135853,"comment":"The list of favorited stickers was changed, the client should call {@link messages.RawGetFavedStickersRequest} to refetch the new list","arguments":[]},{"kind":"class","name":"updateChannelReadMessagesContents","type":"Update","id":3928556893,"comment":"The specified <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a> messages were read","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"channel_id","type":"int53","comment":"<a href=\"https://corefork.telegram.org/api/channel\">Channel/supergroup</a> ID"},{"name":"top_msg_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"<a href=\"https://corefork.telegram.org/api/forum#forum-topics\">Forum topic ID</a>."},{"name":"messages","type":"int","typeModifiers":{"isVector":true},"comment":"IDs of messages that were read"}]},{"kind":"class","name":"updateContactsReset","type":"Update","id":1887741886,"comment":"All contacts were deleted","arguments":[]},{"kind":"class","name":"updateChannelAvailableMessages","type":"Update","id":2990524056,"comment":"The history of a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a> was hidden.","arguments":[{"name":"channel_id","type":"int53","comment":"Channel/supergroup ID"},{"name":"available_min_id","type":"int","comment":"Identifier of a maximum unavailable message in a channel due to hidden history."}]},{"kind":"class","name":"updateDialogUnreadMark","type":"Update","id":3781450179,"comment":"The manual unread mark of a chat was changed","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"unread","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Was the chat marked or unmarked as read"},{"name":"peer","type":"DialogPeer","comment":"The dialog"}]},{"kind":"class","name":"updateMessagePoll","type":"Update","id":2896258427,"comment":"The results of a poll have changed","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"poll_id","type":"long","comment":"Poll ID"},{"name":"poll","type":"Poll","typeModifiers":{"predicate":"flags.0"},"comment":"If the server knows the client hasn't cached this poll yet, the poll itself"},{"name":"results","type":"PollResults","comment":"New poll results"}]},{"kind":"class","name":"updateChatDefaultBannedRights","type":"Update","id":1421875280,"comment":"Default banned rights in a <a href=\"https://corefork.telegram.org/api/channel\">normal chat</a> were updated","arguments":[{"name":"peer","type":"Peer","comment":"The chat"},{"name":"default_banned_rights","type":"ChatBannedRights","comment":"New default banned rights"},{"name":"version","type":"int","comment":"Version"}]},{"kind":"class","name":"updateFolderPeers","type":"Update","id":422972864,"comment":"The peer list of a <a href=\"https://corefork.telegram.org/api/folders#peer-folders\">peer folder</a> was updated","arguments":[{"name":"folder_peers","type":"FolderPeer","typeModifiers":{"isVector":true},"comment":"New peer list"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Event count after generation</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Number of events that were generated</a>"}]},{"kind":"class","name":"updatePeerSettings","type":"Update","id":1786671974,"comment":"Settings of a certain peer have changed","arguments":[{"name":"peer","type":"Peer","comment":"The peer"},{"name":"settings","type":"PeerSettings","comment":"Associated peer settings"}]},{"kind":"class","name":"updatePeerLocated","type":"Update","id":3031420848,"comment":"List of peers near you was updated","arguments":[{"name":"peers","type":"PeerLocated","typeModifiers":{"isVector":true},"comment":"Geolocated peer list update"}]},{"kind":"class","name":"updateNewScheduledMessage","type":"Update","id":967122427,"comment":"A message was added to the <a href=\"https://corefork.telegram.org/api/scheduled-messages\">schedule queue of a chat</a>","arguments":[{"name":"message","type":"Message","comment":"Message"}]},{"kind":"class","name":"updateDeleteScheduledMessages","type":"Update","id":2424728814,"comment":"Some <a href=\"https://corefork.telegram.org/api/scheduled-messages\">scheduled messages</a> were deleted from the schedule queue of a chat","arguments":[{"name":"peer","type":"Peer","comment":"Peer"},{"name":"messages","type":"int","typeModifiers":{"isVector":true},"comment":"Deleted scheduled messages"}]},{"kind":"class","name":"updateTheme","type":"Update","id":2182544291,"comment":"A cloud theme was updated","arguments":[{"name":"theme","type":"Theme","comment":"Theme"}]},{"kind":"class","name":"updateGeoLiveViewed","type":"Update","id":2267003193,"comment":"Live geo position message was viewed","arguments":[{"name":"peer","type":"Peer","comment":"The user that viewed the live geo position"},{"name":"msg_id","type":"int","comment":"Message ID of geo position message"}]},{"kind":"class","name":"updateLoginToken","type":"Update","id":1448076945,"comment":"A login token (for login via QR code) was accepted.","arguments":[]},{"kind":"class","name":"updateMessagePollVote","id":619974263,"type":"Update","arguments":[{"name":"poll_id","type":"long","comment":"Poll ID"},{"name":"peer","type":"Peer"},{"name":"options","type":"bytes","typeModifiers":{"isVector":true},"comment":"Chosen option(s)"},{"name":"qts","type":"int","comment":"New <strong>qts</strong> value, see <a href=\"https://corefork.telegram.org/api/updates\">updates »</a> for more info."}],"comment":"A specific user has voted in a poll"},{"kind":"class","name":"updateDialogFilter","type":"Update","id":654302845,"comment":"A new <a href=\"https://corefork.telegram.org/api/folders\">folder</a> was added","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/folders\">Folder</a> ID"},{"name":"filter","type":"DialogFilter","typeModifiers":{"predicate":"flags.0"},"comment":"<a href=\"https://corefork.telegram.org/api/folders\">Folder</a> info"}]},{"kind":"class","name":"updateDialogFilterOrder","type":"Update","id":2782339333,"comment":"New <a href=\"https://corefork.telegram.org/api/folders\">folder</a> order","arguments":[{"name":"order","type":"int","typeModifiers":{"isVector":true},"comment":"Ordered <a href=\"https://corefork.telegram.org/api/folders\">folder IDs</a>"}]},{"kind":"class","name":"updateDialogFilters","type":"Update","id":889491791,"comment":"Clients should update <a href=\"https://corefork.telegram.org/api/folders\">folder</a> info","arguments":[]},{"kind":"class","name":"updatePhoneCallSignalingData","type":"Update","id":643940105,"comment":"Incoming phone call signaling payload","arguments":[{"name":"phone_call_id","type":"long","comment":"Phone call ID"},{"name":"data","type":"bytes","comment":"Signaling payload"}]},{"kind":"class","name":"updateChannelMessageForwards","type":"Update","id":3533318132,"comment":"The forward counter of a message in a channel has changed","arguments":[{"name":"channel_id","type":"int53","comment":"Channel ID"},{"name":"id","type":"int","comment":"ID of the message"},{"name":"forwards","type":"int","comment":"New forward counter"}]},{"kind":"class","name":"updateReadChannelDiscussionInbox","type":"Update","id":3601962310,"comment":"Incoming comments in a <a href=\"https://corefork.telegram.org/api/threads\">discussion thread</a> were marked as read","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"channel_id","type":"int53","comment":"<a href=\"https://corefork.telegram.org/api/channel\">Discussion group ID</a>"},{"name":"top_msg_id","type":"int","comment":"ID of the group message that started the <a href=\"https://corefork.telegram.org/api/threads\">thread</a> (message in linked discussion group)"},{"name":"read_max_id","type":"int","comment":"Message ID of latest read incoming message for this <a href=\"https://corefork.telegram.org/api/threads\">thread</a>"},{"name":"broadcast_id","type":"int53","typeModifiers":{"predicate":"flags.0"},"comment":"If set, contains the ID of the <a href=\"https://corefork.telegram.org/api/channel\">channel</a> that contains the post that started the <a href=\"https://corefork.telegram.org/api/threads\">comment thread</a> in the discussion group (<code>channel_id</code>)"},{"name":"broadcast_post","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"If set, contains the ID of the channel post that started the <a href=\"https://corefork.telegram.org/api/threads\">comment thread</a>"}]},{"kind":"class","name":"updateReadChannelDiscussionOutbox","type":"Update","id":1767677564,"comment":"Outgoing comments in a <a href=\"https://corefork.telegram.org/api/threads\">discussion thread</a> were marked as read","arguments":[{"name":"channel_id","type":"int53","comment":"<a href=\"https://corefork.telegram.org/api/channel\">Supergroup ID</a>"},{"name":"top_msg_id","type":"int","comment":"ID of the group message that started the <a href=\"https://corefork.telegram.org/api/threads\">thread</a>"},{"name":"read_max_id","type":"int","comment":"Message ID of latest read outgoing message for this <a href=\"https://corefork.telegram.org/api/threads\">thread</a>"}]},{"kind":"class","name":"updatePeerBlocked","id":3957356370,"type":"Update","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"blocked","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the peer was blocked or unblocked"},{"name":"blocked_my_stories_from","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the peer was added/removed to/from the story blocklist; if not set, this update affects the main blocklist, see <a href=\"https://corefork.telegram.org/api/block\">here »</a> for more info."},{"name":"peer_id","type":"Peer","comment":"The (un)blocked peer"}],"comment":"We blocked a peer, see <a href=\"https://corefork.telegram.org/api/block\">here »</a> for more info on blocklists."},{"kind":"class","name":"updateChannelUserTyping","type":"Update","id":2357774627,"comment":"A user is typing in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup, channel</a> or <a href=\"https://corefork.telegram.org/api/threads\">message thread</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"channel_id","type":"int53","comment":"Channel ID"},{"name":"top_msg_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"<a href=\"https://corefork.telegram.org/api/threads\">Thread ID</a>"},{"name":"from_id","type":"Peer","comment":"The peer that is typing"},{"name":"action","type":"SendMessageAction","comment":"Whether the user is typing, sending a media or doing something else"}]},{"kind":"class","name":"updatePinnedMessages","type":"Update","id":3984976565,"comment":"Some messages were pinned in a chat","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"pinned","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the messages were pinned or unpinned"},{"name":"peer","type":"Peer","comment":"Peer"},{"name":"messages","type":"int","typeModifiers":{"isVector":true},"comment":"Message IDs"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Event count after generation</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Number of events that were generated</a>"}]},{"kind":"class","name":"updatePinnedChannelMessages","type":"Update","id":1538885128,"comment":"Messages were pinned/unpinned in a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"pinned","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the messages were pinned or unpinned"},{"name":"channel_id","type":"int53","comment":"Channel ID"},{"name":"messages","type":"int","typeModifiers":{"isVector":true},"comment":"Messages"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Event count after generation</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Number of events that were generated</a>"}]},{"kind":"class","name":"updateChat","type":"Update","id":4170869326,"comment":"A new chat is available","arguments":[{"name":"chat_id","type":"int53","comment":"Chat ID"}]},{"kind":"class","name":"updateGroupCallParticipants","type":"Update","id":4075543374,"comment":"The participant list of a certain group call has changed","arguments":[{"name":"call","type":"InputGroupCall","comment":"Group call"},{"name":"participants","type":"GroupCallParticipant","typeModifiers":{"isVector":true},"comment":"New participant list"},{"name":"version","type":"int","comment":"Version"}]},{"kind":"class","name":"updateGroupCall","type":"Update","id":347227392,"comment":"A new groupcall was started","arguments":[{"name":"chat_id","type":"int53","comment":"The <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a> where this group call or livestream takes place"},{"name":"call","type":"GroupCall","comment":"Info about the group call or livestream"}]},{"kind":"class","name":"updatePeerHistoryTTL","type":"Update","id":3147544997,"comment":"The Time-To-Live for messages sent by the current user in a specific chat has changed","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"Peer","comment":"The chat"},{"name":"ttl_period","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"The new Time-To-Live"}]},{"kind":"class","name":"updateChatParticipant","type":"Update","id":3498534458,"comment":"A user has joined or left a specific chat","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"chat_id","type":"int53","comment":"<a href=\"https://corefork.telegram.org/api/channel\">Chat</a> ID"},{"name":"date","type":"int","comment":"When did this event occur"},{"name":"actor_id","type":"int53","comment":"User that triggered the change (inviter, admin that kicked the user, or the even the <strong>user_id</strong> itself)"},{"name":"user_id","type":"int53","comment":"User that was affected by the change"},{"name":"prev_participant","type":"ChatParticipant","typeModifiers":{"predicate":"flags.0"},"comment":"Previous participant info (empty if this participant just joined)"},{"name":"new_participant","type":"ChatParticipant","typeModifiers":{"predicate":"flags.1"},"comment":"New participant info (empty if this participant just left)"},{"name":"invite","type":"ExportedChatInvite","typeModifiers":{"predicate":"flags.2"},"comment":"The invite that was used to join the group"},{"name":"qts","type":"int","comment":"New <strong>qts</strong> value, see <a href=\"https://corefork.telegram.org/api/updates\">updates »</a> for more info."}]},{"kind":"class","name":"updateChannelParticipant","type":"Update","id":2556246715,"comment":"A participant has left, joined, was banned or admined in a <a href=\"https://corefork.telegram.org/api/channel\">channel or supergroup</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"via_chatlist","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether the participant joined using a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>."},{"name":"channel_id","type":"int53","comment":"Channel ID"},{"name":"date","type":"int","comment":"Date of the event"},{"name":"actor_id","type":"int53","comment":"User that triggered the change (inviter, admin that kicked the user, or the even the <strong>user_id</strong> itself)"},{"name":"user_id","type":"int53","comment":"User that was affected by the change"},{"name":"prev_participant","type":"ChannelParticipant","typeModifiers":{"predicate":"flags.0"},"comment":"Previous participant status"},{"name":"new_participant","type":"ChannelParticipant","typeModifiers":{"predicate":"flags.1"},"comment":"New participant status"},{"name":"invite","type":"ExportedChatInvite","typeModifiers":{"predicate":"flags.2"},"comment":"Chat invite used to join the <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>"},{"name":"qts","type":"int","comment":"New <strong>qts</strong> value, see <a href=\"https://corefork.telegram.org/api/updates\">updates »</a> for more info."}]},{"kind":"class","name":"updateBotStopped","type":"Update","id":3297184329,"comment":"A bot was stopped or re-started.","arguments":[{"name":"user_id","type":"int53","comment":"The user ID"},{"name":"date","type":"int","comment":"When did this action occur"},{"name":"stopped","type":"Bool","comment":"Whether the bot was stopped or started"},{"name":"qts","type":"int","comment":"New <strong>qts</strong> value, see <a href=\"https://corefork.telegram.org/api/updates\">updates »</a> for more info."}]},{"kind":"class","name":"updateGroupCallConnection","type":"Update","id":192428418,"comment":"New WebRTC parameters","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"presentation","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Are these parameters related to the screen capture session currently in progress?"},{"name":"params","type":"DataJSON","comment":"WebRTC parameters"}]},{"kind":"class","name":"updateBotCommands","type":"Update","id":1299263278,"comment":"The <a href=\"https://corefork.telegram.org/api/bots/commands\">command set</a> of a certain bot in a certain chat has changed.","arguments":[{"name":"peer","type":"Peer","comment":"The affected chat"},{"name":"bot_id","type":"int53","comment":"ID of the bot that changed its command set"},{"name":"commands","type":"BotCommand","typeModifiers":{"isVector":true},"comment":"New bot commands"}]},{"kind":"class","name":"updatePendingJoinRequests","type":"Update","id":1885586395,"comment":"Someone has requested to join a chat or channel","arguments":[{"name":"peer","type":"Peer","comment":"Chat or channel"},{"name":"requests_pending","type":"int","comment":"Number of pending <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join requests »</a> for the chat or channel"},{"name":"recent_requesters","type":"int53","typeModifiers":{"isVector":true},"comment":"IDs of users that have recently requested to join"}]},{"kind":"class","name":"updateBotChatInviteRequester","type":"Update","id":299870598,"comment":"Someone has requested to join a chat or channel (bots only, users will receive an {@link RawUpdatePendingJoinRequests}, instead)","arguments":[{"name":"peer","type":"Peer","comment":"The chat or channel in question"},{"name":"date","type":"int","comment":"When was the <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join request »</a> made"},{"name":"user_id","type":"int53","comment":"The user ID that is asking to join the chat or channel"},{"name":"about","type":"string","comment":"Bio of the user"},{"name":"invite","type":"ExportedChatInvite","comment":"Chat invite link that was used by the user to send the <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join request »</a>"},{"name":"qts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">QTS</a> event sequence identifier"}]},{"kind":"class","name":"updateMessageReactions","type":"Update","id":1578843320,"comment":"New <a href=\"https://corefork.telegram.org/api/reactions\">message reactions »</a> are available","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"Peer","comment":"Peer"},{"name":"msg_id","type":"int","comment":"Message ID"},{"name":"top_msg_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"<a href=\"https://corefork.telegram.org/api/forum#forum-topics\">Forum topic ID</a>"},{"name":"reactions","type":"MessageReactions","comment":"Reactions"}]},{"kind":"class","name":"updateAttachMenuBots","type":"Update","id":397910539,"comment":"The list of installed <a href=\"https://corefork.telegram.org/api/bots/attach\">attachment menu entries »</a> has changed, use {@link messages.RawGetAttachMenuBotsRequest} to fetch the updated list.","arguments":[]},{"kind":"class","name":"updateWebViewResultSent","type":"Update","id":361936797,"comment":"Indicates to a bot that a webview was closed and an inline message was sent on behalf of the user using {@link messages.RawSendWebViewResultMessageRequest}","arguments":[{"name":"query_id","type":"long","comment":"Web app interaction ID"}]},{"kind":"class","name":"updateBotMenuButton","type":"Update","id":347625491,"comment":"The menu button behavior for the specified bot has changed","arguments":[{"name":"bot_id","type":"int53","comment":"Bot ID"},{"name":"button","type":"BotMenuButton","comment":"New menu button"}]},{"kind":"class","name":"updateSavedRingtones","type":"Update","id":1960361625,"comment":"The list of saved notification sounds has changed, use {@link account.RawGetSavedRingtonesRequest} to fetch the new list.","arguments":[]},{"kind":"class","name":"updateTranscribedAudio","type":"Update","id":8703322,"comment":"A pending <a href=\"https://corefork.telegram.org/api/transcribe\">voice message transcription »</a> initiated with {@link messages.RawTranscribeAudioRequest} was updated.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"pending","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether this transcription is still pending and further {@link RawUpdateTranscribedAudio} about it will be sent in the future."},{"name":"peer","type":"Peer","comment":"Peer of the transcribed message"},{"name":"msg_id","type":"int","comment":"Transcribed message ID"},{"name":"transcription_id","type":"long","comment":"Transcription ID"},{"name":"text","type":"string","comment":"Transcribed text"}]},{"kind":"class","name":"updateReadFeaturedEmojiStickers","type":"Update","id":4216080748,"comment":"Some featured <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji stickers</a> were marked as read","arguments":[]},{"kind":"class","name":"updateUserEmojiStatus","type":"Update","id":674706841,"comment":"The <a href=\"https://corefork.telegram.org/api/emoji-status\">emoji status</a> of a certain user has changed","arguments":[{"name":"user_id","type":"int53","comment":"User ID"},{"name":"emoji_status","type":"EmojiStatus","comment":"New <a href=\"https://corefork.telegram.org/api/emoji-status\">emoji status</a>"}]},{"kind":"class","name":"updateRecentEmojiStatuses","type":"Update","id":821314523,"comment":"The list of recent <a href=\"https://corefork.telegram.org/api/emoji-status\">emoji statuses</a> has changed","arguments":[]},{"kind":"class","name":"updateRecentReactions","type":"Update","id":1870160884,"comment":"The list of recent <a href=\"https://corefork.telegram.org/api/reactions\">message reactions</a> has changed","arguments":[]},{"kind":"class","name":"updateMoveStickerSetToTop","type":"Update","id":2264715141,"comment":"A stickerset was just moved to top, <a href=\"https://corefork.telegram.org/api/stickers#recent-stickersets\">see here for more info »</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"masks","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"This update is referring to a <a href=\"https://corefork.telegram.org/api/stickers#mask-stickers\">mask stickerset</a>"},{"name":"emojis","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"This update is referring to a <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji stickerset</a>"},{"name":"stickerset","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/stickers\">Stickerset</a> ID"}]},{"kind":"class","name":"updateMessageExtendedMedia","type":"Update","id":1517529484,"comment":"Extended media update","arguments":[{"name":"peer","type":"Peer","comment":"Peer"},{"name":"msg_id","type":"int","comment":"Message ID"},{"name":"extended_media","type":"MessageExtendedMedia","comment":"Extended media"}]},{"kind":"class","name":"updateChannelPinnedTopic","type":"Update","id":422509539,"comment":"A <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic »</a> was pinned or unpinned.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"pinned","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the topic was pinned or unpinned"},{"name":"channel_id","type":"int53","comment":"The forum ID"},{"name":"topic_id","type":"int","comment":"The topic ID"}]},{"kind":"class","name":"updateChannelPinnedTopics","type":"Update","id":4263085570,"comment":"The <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">pinned topics</a> of a forum have changed.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"channel_id","type":"int53","comment":"Forum ID."},{"name":"order","type":"int","typeModifiers":{"predicate":"flags.0","isVector":true},"comment":"Ordered list containing the IDs of all pinned topics."}]},{"kind":"class","name":"updateUser","type":"Update","id":542282808,"comment":"User information was updated, it must be refetched using {@link users.RawGetFullUserRequest}.","arguments":[{"name":"user_id","type":"int53","comment":"User ID"}]},{"kind":"class","name":"updateAutoSaveSettings","type":"Update","id":3959795863,"comment":"Media autosave settings have changed and must be refetched using {@link account.RawGetAutoSaveSettingsRequest}.","arguments":[]},{"kind":"class","name":"updateGroupInvitePrivacyForbidden","type":"Update","id":3438316246,"comment":"0-N updates of this type may be returned only when invoking {@link messages.RawAddChatUserRequest}, {@link channels.RawInviteToChannelRequest} or {@link messages.RawCreateChatRequest}: it indicates we couldn't add a user to a chat because of their privacy settings; if required, an <a href=\"https://corefork.telegram.org/api/invites\">invite link</a> can be shared with the user, instead.","arguments":[{"name":"user_id","type":"int53","comment":"ID of the user we couldn't add."}]},{"kind":"class","name":"updateStory","type":"Update","id":1974712216,"comment":"A new story was posted.","arguments":[{"name":"peer","type":"Peer","comment":"ID of the poster."},{"name":"story","type":"StoryItem","comment":"The story that was posted."}]},{"kind":"class","name":"updateReadStories","type":"Update","id":4149121835,"comment":"Stories of a specific peer were marked as read.","arguments":[{"name":"peer","type":"Peer","comment":"The peer"},{"name":"max_id","type":"int","comment":"ID of the last story that was marked as read"}]},{"kind":"class","name":"updateStoryID","type":"Update","id":468923833,"comment":"A story was successfully uploaded.\n\nOnce a story is successfully uploaded, an {@link RawUpdateStoryID} will be returned, indicating the story ID (<code>id</code>) that was attributed to the story (like for messages, <code>random_id</code> indicates the <code>random_id</code> that was passed to {@link stories.RawSendStory}: this way, you can tell which story was assigned a specific <code>id</code> by checking which {@link stories.RawSendStory} call has the returned <code>random_id</code>).","arguments":[{"name":"id","type":"int","comment":"The <code>id</code> that was attributed to the story."},{"name":"random_id","type":"long","comment":"The <code>random_id</code> that was passed to {@link stories.RawSendStory}."}]},{"kind":"class","name":"updateStoriesStealthMode","type":"Update","id":738741697,"comment":"Indicates that <a href=\"https://corefork.telegram.org/api/stories#stealth-mode\">stories stealth mode</a> was activated.","arguments":[{"name":"stealth_mode","type":"StoriesStealthMode","comment":"Information about the current <a href=\"https://corefork.telegram.org/api/stories#stealth-mode\">stealth mode</a> session."}]},{"kind":"class","name":"updateSentStoryReaction","type":"Update","id":2103604867,"comment":"Indicates we <a href=\"https://corefork.telegram.org/api/stories#reactions\">reacted to a story »</a>.","arguments":[{"name":"peer","type":"Peer","comment":"The peer that sent the story"},{"name":"story_id","type":"int","comment":"ID of the story we reacted to"},{"name":"reaction","type":"Reaction","comment":"The reaction that was sent"}]},{"kind":"class","name":"updateBotChatBoost","type":"Update","id":2421019804,"arguments":[{"name":"peer","type":"Peer"},{"name":"boost","type":"Boost"},{"name":"qts","type":"int"}]},{"kind":"class","name":"updates.state","type":"updates.State","id":2775329342,"comment":"Updates state.","arguments":[{"name":"pts","type":"int","comment":"Number of events occurred in a text box"},{"name":"qts","type":"int","comment":"Position in a sequence of updates in secret chats. For further details refer to article <a href=\"https://corefork.telegram.org/api/end-to-end\">secret chats</a>"},{"name":"date","type":"int","comment":"Date of condition"},{"name":"seq","type":"int","comment":"Number of sent updates"},{"name":"unread_count","type":"int","comment":"Number of unread messages"}]},{"kind":"class","name":"updates.differenceEmpty","type":"updates.Difference","id":1567990072,"comment":"No events.","arguments":[{"name":"date","type":"int","comment":"Current date"},{"name":"seq","type":"int","comment":"Number of sent updates"}]},{"kind":"class","name":"updates.difference","type":"updates.Difference","id":16030880,"comment":"Full list of occurred events.","arguments":[{"name":"new_messages","type":"Message","typeModifiers":{"isVector":true},"comment":"List of new messages"},{"name":"new_encrypted_messages","type":"EncryptedMessage","typeModifiers":{"isVector":true},"comment":"List of new encrypted secret chat messages"},{"name":"other_updates","type":"Update","typeModifiers":{"isVector":true},"comment":"List of updates"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"List of chats mentioned in events"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"List of users mentioned in events"},{"name":"state","type":"updates.State","comment":"Current state"}]},{"kind":"class","name":"updates.differenceSlice","type":"updates.Difference","id":2835028353,"comment":"Incomplete list of occurred events.","arguments":[{"name":"new_messages","type":"Message","typeModifiers":{"isVector":true},"comment":"List of new messages"},{"name":"new_encrypted_messages","type":"EncryptedMessage","typeModifiers":{"isVector":true},"comment":"New messages from the <a href=\"https://corefork.telegram.org/api/updates\">encrypted event sequence</a>"},{"name":"other_updates","type":"Update","typeModifiers":{"isVector":true},"comment":"List of updates"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"List of chats mentioned in events"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"List of users mentioned in events"},{"name":"intermediate_state","type":"updates.State","comment":"Intermediary state"}]},{"kind":"class","name":"updates.differenceTooLong","type":"updates.Difference","id":1258196845,"comment":"The difference is <a href=\"https://corefork.telegram.org/api/updates#recovering-gaps\">too long</a>, and the specified state must be used to refetch updates.","arguments":[{"name":"pts","type":"int","comment":"The new state to use."}]},{"kind":"class","name":"updatesTooLong","type":"Updates","id":3809980286,"comment":"Too many updates, it is necessary to execute {@link updates.RawGetDifferenceRequest}.","arguments":[]},{"kind":"class","name":"updateShortMessage","type":"Updates","id":826001400,"comment":"Info about a message sent to (received from) another user","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"out","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the message is outgoing"},{"name":"mentioned","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether we were mentioned in the message"},{"name":"media_unread","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether there are some <strong>unread</strong> mentions in this message"},{"name":"silent","type":"true","typeModifiers":{"predicate":"flags.13"},"comment":"If true, the message is a silent message, no notifications should be triggered"},{"name":"id","type":"int","comment":"The message ID"},{"name":"user_id","type":"int53","comment":"The ID of the sender (if <code>outgoing</code> will be the ID of the destination) of the message"},{"name":"message","type":"string","comment":"The message"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">PTS</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">PTS count</a>"},{"name":"date","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">date</a>"},{"name":"fwd_from","type":"MessageFwdHeader","typeModifiers":{"predicate":"flags.2"},"comment":"Info about a forwarded message"},{"name":"via_bot_id","type":"int53","typeModifiers":{"predicate":"flags.11"},"comment":"Info about the inline bot used to generate this message"},{"name":"reply_to","type":"MessageReplyHeader","typeModifiers":{"predicate":"flags.3"},"comment":"Reply and <a href=\"https://corefork.telegram.org/api/threads\">thread</a> information"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.7","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Entities</a> for styled text"},{"name":"ttl_period","type":"int","typeModifiers":{"predicate":"flags.25"},"comment":"Time To Live of the message, once message.date+message.ttl_period === time(), the message will be deleted on the server, and must be deleted locally as well."}]},{"kind":"class","name":"updateShortChatMessage","type":"Updates","id":1299050149,"comment":"Shortened constructor containing info on one new incoming text message from a chat","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"out","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the message is outgoing"},{"name":"mentioned","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether we were mentioned in this message"},{"name":"media_unread","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether the message contains some <strong>unread</strong> mentions"},{"name":"silent","type":"true","typeModifiers":{"predicate":"flags.13"},"comment":"If true, the message is a silent message, no notifications should be triggered"},{"name":"id","type":"int","comment":"ID of the message"},{"name":"from_id","type":"int53","comment":"ID of the sender of the message"},{"name":"chat_id","type":"int53","comment":"ID of the chat where the message was sent"},{"name":"message","type":"string","comment":"Message"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">PTS</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">PTS count</a>"},{"name":"date","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">date</a>"},{"name":"fwd_from","type":"MessageFwdHeader","typeModifiers":{"predicate":"flags.2"},"comment":"Info about a forwarded message"},{"name":"via_bot_id","type":"int53","typeModifiers":{"predicate":"flags.11"},"comment":"Info about the inline bot used to generate this message"},{"name":"reply_to","type":"MessageReplyHeader","typeModifiers":{"predicate":"flags.3"},"comment":"Reply (thread) information"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.7","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Entities</a> for styled text"},{"name":"ttl_period","type":"int","typeModifiers":{"predicate":"flags.25"},"comment":"Time To Live of the message, once updateShortChatMessage.date+updateShortChatMessage.ttl_period === time(), the message will be deleted on the server, and must be deleted locally as well."}]},{"kind":"class","name":"updateShort","type":"Updates","id":2027216577,"comment":"Shortened constructor containing info on one update not requiring auxiliary data","arguments":[{"name":"update","type":"Update","comment":"Update"},{"name":"date","type":"int","comment":"Date of event"}]},{"kind":"class","name":"updatesCombined","type":"Updates","id":1918567619,"comment":"Constructor for a group of updates.","arguments":[{"name":"updates","type":"Update","typeModifiers":{"isVector":true},"comment":"List of updates"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"List of users mentioned in updates"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"List of chats mentioned in updates"},{"name":"date","type":"int","comment":"Current date"},{"name":"seq_start","type":"int","comment":"Value <strong>seq</strong> for the earliest update in a group"},{"name":"seq","type":"int","comment":"Value <strong>seq</strong> for the latest update in a group"}]},{"kind":"class","name":"updates","type":"Updates","id":1957577280,"comment":"Full constructor of updates","arguments":[{"name":"updates","type":"Update","typeModifiers":{"isVector":true},"comment":"List of updates"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"List of users mentioned in updates"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"List of chats mentioned in updates"},{"name":"date","type":"int","comment":"Current date"},{"name":"seq","type":"int","comment":"Total number of sent updates"}]},{"kind":"class","name":"updateShortSentMessage","type":"Updates","id":2417352961,"comment":"Shortened constructor containing info on one outgoing message to a contact (the destination chat has to be extracted from the method call that returned this object).","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"out","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the message is outgoing"},{"name":"id","type":"int","comment":"ID of the sent message"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">PTS</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">PTS count</a>"},{"name":"date","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">date</a>"},{"name":"media","type":"MessageMedia","typeModifiers":{"predicate":"flags.9"},"comment":"Attached media"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.7","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Entities</a> for styled text"},{"name":"ttl_period","type":"int","typeModifiers":{"predicate":"flags.25"},"comment":"Time To Live of the message, once message.date+message.ttl_period === time(), the message will be deleted on the server, and must be deleted locally as well."}]},{"kind":"class","name":"photos.photos","type":"photos.Photos","id":2378853029,"comment":"Full list of photos with auxiliary data.","arguments":[{"name":"photos","type":"Photo","typeModifiers":{"isVector":true},"comment":"List of photos"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"List of mentioned users"}]},{"kind":"class","name":"photos.photosSlice","type":"photos.Photos","id":352657236,"comment":"Incomplete list of photos with auxiliary data.","arguments":[{"name":"count","type":"int","comment":"Total number of photos"},{"name":"photos","type":"Photo","typeModifiers":{"isVector":true},"comment":"List of photos"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"List of mentioned users"}]},{"kind":"class","name":"photos.photo","type":"photos.Photo","id":539045032,"comment":"Photo with auxiliary data.","arguments":[{"name":"photo","type":"Photo","comment":"Photo"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users"}]},{"kind":"class","name":"upload.file","type":"upload.File","id":157948117,"comment":"File content.","arguments":[{"name":"type","type":"storage.FileType","comment":"File type"},{"name":"mtime","type":"int","comment":"Modification time"},{"name":"bytes","type":"bytes","comment":"Binary data, file content"}]},{"kind":"class","name":"upload.fileCdnRedirect","type":"upload.File","id":4052539972,"comment":"The file must be downloaded from a <a href=\"https://corefork.telegram.org/cdn\">CDN DC</a>.","arguments":[{"name":"dc_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/cdn\">CDN DC</a> ID"},{"name":"file_token","type":"bytes","comment":"File token (see <a href=\"https://corefork.telegram.org/cdn\">CDN files</a>)"},{"name":"encryption_key","type":"bytes","comment":"Encryption key (see <a href=\"https://corefork.telegram.org/cdn\">CDN files</a>)"},{"name":"encryption_iv","type":"bytes","comment":"Encryption IV (see <a href=\"https://corefork.telegram.org/cdn\">CDN files</a>)"},{"name":"file_hashes","type":"FileHash","typeModifiers":{"isVector":true},"comment":"File hashes (see <a href=\"https://corefork.telegram.org/cdn\">CDN files</a>)"}]},{"kind":"class","name":"dcOption","type":"DcOption","id":414687501,"comment":"Data center","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"ipv6","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the specified IP is an IPv6 address"},{"name":"media_only","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether this DC should only be used to <a href=\"https://corefork.telegram.org/api/files\">download or upload files</a>"},{"name":"tcpo_only","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether this DC only supports connection with <a href=\"https://corefork.telegram.org/mtproto/mtproto-transports#transport-obfuscation\">transport obfuscation</a>"},{"name":"cdn","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether this is a <a href=\"https://corefork.telegram.org/cdn\">CDN DC</a>."},{"name":"static","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"If set, this IP should be used when connecting through a proxy"},{"name":"this_port_only","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"If set, clients must connect using only the specified port, without trying any other port."},{"name":"id","type":"int","comment":"DC ID"},{"name":"ip_address","type":"string","comment":"IP address of DC"},{"name":"port","type":"int","comment":"Port"},{"name":"secret","type":"bytes","typeModifiers":{"predicate":"flags.10"},"comment":"If the <code>tcpo_only</code> flag is set, specifies the secret to use when connecting using <a href=\"https://corefork.telegram.org/mtproto/mtproto-transports#transport-obfuscation\">transport obfuscation</a>"}]},{"kind":"class","name":"config","type":"Config","id":3424265246,"comment":"Current configuration","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"default_p2p_contacts","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether the client should use P2P by default for phone calls with contacts"},{"name":"preload_featured_stickers","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether the client should preload featured stickers"},{"name":"revoke_pm_inbox","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Whether incoming private messages can be deleted for both participants"},{"name":"blocked_mode","type":"true","typeModifiers":{"predicate":"flags.8"},"comment":"Indicates that telegram is <em>probably</em> censored by governments/ISPs in the current region"},{"name":"force_try_ipv6","type":"true","typeModifiers":{"predicate":"flags.14"},"comment":"Whether to forcefully connect using IPv6 <a href=\"https://corefork.telegram.org/type/DcOption\">dcOptions</a>, even if the client knows that IPv4 is available."},{"name":"date","type":"int","comment":"Current date at the server"},{"name":"expires","type":"int","comment":"Expiration date of this config: when it expires it'll have to be refetched using {@link help.RawGetConfigRequest}"},{"name":"test_mode","type":"Bool","comment":"Whether we're connected to the test DCs"},{"name":"this_dc","type":"int","comment":"ID of the DC that returned the reply"},{"name":"dc_options","type":"DcOption","typeModifiers":{"isVector":true},"comment":"DC IP list"},{"name":"dc_txt_domain_name","type":"string","comment":"Domain name for fetching encrypted DC list from DNS TXT record"},{"name":"chat_size_max","type":"int","comment":"Maximum member count for normal <a href=\"https://corefork.telegram.org/api/channel\">groups</a>"},{"name":"megagroup_size_max","type":"int","comment":"Maximum member count for <a href=\"https://corefork.telegram.org/api/channel\">supergroups</a>"},{"name":"forwarded_count_max","type":"int","comment":"Maximum number of messages that can be forwarded at once using {@link messages.RawForwardMessagesRequest}."},{"name":"online_update_period_ms","type":"int","comment":"The client should {@link account.RawUpdateStatusRequest} every N milliseconds"},{"name":"offline_blur_timeout_ms","type":"int","comment":"Delay before offline status needs to be sent to the server"},{"name":"offline_idle_timeout_ms","type":"int","comment":"Time without any user activity after which it should be treated offline"},{"name":"online_cloud_timeout_ms","type":"int","comment":"If we are offline, but were online from some other client in last <code>online_cloud_timeout_ms</code> milliseconds after we had gone offline, then delay offline notification for <code>notify_cloud_delay_ms</code> milliseconds."},{"name":"notify_cloud_delay_ms","type":"int","comment":"If we are offline, but online from some other client then delay sending the offline notification for <code>notify_cloud_delay_ms</code> milliseconds."},{"name":"notify_default_delay_ms","type":"int","comment":"If some other client is online, then delay notification for <code>notification_default_delay_ms</code> milliseconds"},{"name":"push_chat_period_ms","type":"int","comment":"Not for client use"},{"name":"push_chat_limit","type":"int","comment":"Not for client use"},{"name":"edit_time_limit","type":"int","comment":"Only messages with age smaller than the one specified can be edited"},{"name":"revoke_time_limit","type":"int","comment":"Only channel/supergroup messages with age smaller than the specified can be deleted"},{"name":"revoke_pm_time_limit","type":"int","comment":"Only private messages with age smaller than the specified can be deleted"},{"name":"rating_e_decay","type":"int","comment":"Exponential decay rate for computing <a href=\"https://corefork.telegram.org/api/top-rating\">top peer rating</a>"},{"name":"stickers_recent_limit","type":"int","comment":"Maximum number of recent stickers"},{"name":"channels_read_media_period","type":"int","comment":"Indicates that round videos (video notes) and voice messages sent in channels and older than the specified period must be marked as read"},{"name":"tmp_sessions","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Temporary <a href=\"https://corefork.telegram.org/passport\">passport</a> sessions"},{"name":"call_receive_timeout_ms","type":"int","comment":"Maximum allowed outgoing ring time in VoIP calls: if the user we're calling doesn't reply within the specified time (in milliseconds), we should hang up the call"},{"name":"call_ring_timeout_ms","type":"int","comment":"Maximum allowed incoming ring time in VoIP calls: if the current user doesn't reply within the specified time (in milliseconds), the call will be automatically refused"},{"name":"call_connect_timeout_ms","type":"int","comment":"VoIP connection timeout: if the instance of libtgvoip on the other side of the call doesn't connect to our instance of libtgvoip within the specified time (in milliseconds), the call must be aborted"},{"name":"call_packet_timeout_ms","type":"int","comment":"If during a VoIP call a packet isn't received for the specified period of time, the call must be aborted"},{"name":"me_url_prefix","type":"string","comment":"The domain to use to parse <a href=\"https://corefork.telegram.org/api/links\">deep links »</a>."},{"name":"autoupdate_url_prefix","type":"string","typeModifiers":{"predicate":"flags.7"},"comment":"URL to use to auto-update the current app"},{"name":"gif_search_username","type":"string","typeModifiers":{"predicate":"flags.9"},"comment":"Username of the bot to use to search for GIFs"},{"name":"venue_search_username","type":"string","typeModifiers":{"predicate":"flags.10"},"comment":"Username of the bot to use to search for venues"},{"name":"img_search_username","type":"string","typeModifiers":{"predicate":"flags.11"},"comment":"Username of the bot to use for image search"},{"name":"static_maps_provider","type":"string","typeModifiers":{"predicate":"flags.12"},"comment":"ID of the map provider to use for venues"},{"name":"caption_length_max","type":"int","comment":"Maximum length of caption (length in utf8 codepoints)"},{"name":"message_length_max","type":"int","comment":"Maximum length of messages (length in utf8 codepoints)"},{"name":"webfile_dc_id","type":"int","comment":"DC ID to use to download <a href=\"https://corefork.telegram.org/api/files#downloading-webfiles\">webfiles</a>"},{"name":"suggested_lang_code","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"Suggested language code"},{"name":"lang_pack_version","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Language pack version"},{"name":"base_lang_pack_version","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Basic language pack version"},{"name":"reactions_default","type":"Reaction","typeModifiers":{"predicate":"flags.15"},"comment":"Default <a href=\"https://corefork.telegram.org/api/reactions\">message reaction</a>"},{"name":"autologin_token","type":"string","typeModifiers":{"predicate":"flags.16"},"comment":"Autologin token, <a href=\"https://corefork.telegram.org/api/url-authorization#link-url-authorization\">click here for more info on URL authorization »</a>."}]},{"kind":"class","name":"nearestDc","type":"NearestDc","id":2384074613,"comment":"Nearest data center, according to geo-ip.","arguments":[{"name":"country","type":"string","comment":"Country code determined by geo-ip"},{"name":"this_dc","type":"int","comment":"Number of current data center"},{"name":"nearest_dc","type":"int","comment":"Number of nearest data center"}]},{"kind":"class","name":"help.appUpdate","type":"help.AppUpdate","id":3434860080,"comment":"An update is available for the application.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"can_not_skip","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Unskippable, the new info must be shown to the user (with a popup or something else)"},{"name":"id","type":"int","comment":"Update ID"},{"name":"version","type":"string","comment":"New version name"},{"name":"text","type":"string","comment":"Text description of the update"},{"name":"entities","type":"MessageEntity","typeModifiers":{"isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"},{"name":"document","type":"Document","typeModifiers":{"predicate":"flags.1"},"comment":"Application binary"},{"name":"url","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"Application download URL"},{"name":"sticker","type":"Document","typeModifiers":{"predicate":"flags.3"},"comment":"Associated sticker"}]},{"kind":"class","name":"help.noAppUpdate","type":"help.AppUpdate","id":3294258486,"comment":"No updates are available for the application.","arguments":[]},{"kind":"class","name":"help.inviteText","type":"help.InviteText","id":415997816,"comment":"Text of a text message with an invitation to install Telegram.","arguments":[{"name":"message","type":"string","comment":"Text of the message"}]},{"kind":"class","name":"encryptedChatEmpty","type":"EncryptedChat","id":2877210784,"comment":"Empty constructor.","arguments":[{"name":"id","type":"int","comment":"Chat ID"}]},{"kind":"class","name":"encryptedChatWaiting","type":"EncryptedChat","id":1722964307,"comment":"Chat waiting for approval of second participant.","arguments":[{"name":"id","type":"int","comment":"Chat ID"},{"name":"access_hash","type":"long","comment":"Checking sum depending on user ID"},{"name":"date","type":"int","comment":"Date of chat creation"},{"name":"admin_id","type":"int53","comment":"Chat creator ID"},{"name":"participant_id","type":"int53","comment":"ID of second chat participant"}]},{"kind":"class","name":"encryptedChatRequested","type":"EncryptedChat","id":1223809356,"comment":"Request to create an encrypted chat.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"folder_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"},{"name":"id","type":"int","comment":"Chat ID"},{"name":"access_hash","type":"long","comment":"Check sum depending on user ID"},{"name":"date","type":"int","comment":"Chat creation date"},{"name":"admin_id","type":"int53","comment":"Chat creator ID"},{"name":"participant_id","type":"int53","comment":"ID of second chat participant"},{"name":"g_a","type":"bytes","comment":"<code>A = g ^ a mod p</code>, see <a href=\"https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange\">Wikipedia</a>"}]},{"kind":"class","name":"encryptedChat","type":"EncryptedChat","id":1643173063,"comment":"Encrypted chat","arguments":[{"name":"id","type":"int","comment":"Chat ID"},{"name":"access_hash","type":"long","comment":"Check sum dependent on the user ID"},{"name":"date","type":"int","comment":"Date chat was created"},{"name":"admin_id","type":"int53","comment":"Chat creator ID"},{"name":"participant_id","type":"int53","comment":"ID of the second chat participant"},{"name":"g_a_or_b","type":"bytes","comment":"<code>B = g ^ b mod p</code>, if the currently authorized user is the chat's creator,<br>or <code>A = g ^ a mod p</code> otherwise<br>See <a href=\"https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange\">Wikipedia</a> for more info"},{"name":"key_fingerprint","type":"long","comment":"64-bit fingerprint of received key"}]},{"kind":"class","name":"encryptedChatDiscarded","type":"EncryptedChat","id":505183301,"comment":"Discarded or deleted chat.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"history_deleted","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether both users of this secret chat should also remove all of its messages"},{"name":"id","type":"int","comment":"Chat ID"}]},{"kind":"class","name":"inputEncryptedChat","type":"InputEncryptedChat","id":4047615457,"comment":"Creates an encrypted chat.","arguments":[{"name":"chat_id","type":"int","comment":"Chat ID"},{"name":"access_hash","type":"long","comment":"Checking sum from constructor {@link RawEncryptedChat}, {@link RawEncryptedChatWaiting} or {@link RawEncryptedChatRequested}"}]},{"kind":"class","name":"encryptedFileEmpty","type":"EncryptedFile","id":3256830334,"comment":"Empty constructor, non-existing file.","arguments":[]},{"kind":"class","name":"encryptedFile","type":"EncryptedFile","id":2818608344,"comment":"Encrypted file.","arguments":[{"name":"id","type":"long","comment":"File ID"},{"name":"access_hash","type":"long","comment":"Checking sum depending on user ID"},{"name":"size","type":"int53","comment":"File size in bytes"},{"name":"dc_id","type":"int","comment":"Number of data center"},{"name":"key_fingerprint","type":"int","comment":"32-bit fingerprint of key used for file encryption"}]},{"kind":"class","name":"inputEncryptedFileEmpty","type":"InputEncryptedFile","id":406307684,"comment":"Empty constructor.","arguments":[]},{"kind":"class","name":"inputEncryptedFileUploaded","type":"InputEncryptedFile","id":1690108678,"comment":"Sets new encrypted file saved by parts using upload.saveFilePart method.","arguments":[{"name":"id","type":"long","comment":"Random file ID created by client"},{"name":"parts","type":"int","comment":"Number of saved parts"},{"name":"md5_checksum","type":"string","comment":"In case <a href=\"https://en.wikipedia.org/wiki/MD5\">md5-HASH</a> of the (already encrypted) file was transmitted, file content will be checked prior to use"},{"name":"key_fingerprint","type":"int","comment":"32-bit fingerprint of the key used to encrypt a file"}]},{"kind":"class","name":"inputEncryptedFile","type":"InputEncryptedFile","id":1511503333,"comment":"Sets forwarded encrypted file for attachment.","arguments":[{"name":"id","type":"long","comment":"File ID, value of <strong>id</strong> parameter from {@link RawEncryptedFile}"},{"name":"access_hash","type":"long","comment":"Checking sum, value of <strong>access_hash</strong> parameter from {@link RawEncryptedFile}"}]},{"kind":"class","name":"inputEncryptedFileBigUploaded","type":"InputEncryptedFile","id":767652808,"comment":"Assigns a new big encrypted file (over 10 MB in size), saved in parts using the method {@link upload.RawSaveBigFilePartRequest}.","arguments":[{"name":"id","type":"long","comment":"Random file id, created by the client"},{"name":"parts","type":"int","comment":"Number of saved parts"},{"name":"key_fingerprint","type":"int","comment":"32-bit imprint of the key used to encrypt the file"}]},{"kind":"class","name":"encryptedMessage","type":"EncryptedMessage","id":3977822488,"comment":"Encrypted message.","arguments":[{"name":"random_id","type":"long","comment":"Random message ID, assigned by the author of message"},{"name":"chat_id","type":"int","comment":"ID of encrypted chat"},{"name":"date","type":"int","comment":"Date of sending"},{"name":"bytes","type":"bytes","comment":"TL-serialization of <a href=\"https://corefork.telegram.org/type/DecryptedMessage\">DecryptedMessage</a> type, encrypted with the key created at chat initialization"},{"name":"file","type":"EncryptedFile","comment":"Attached encrypted file"}]},{"kind":"class","name":"encryptedMessageService","type":"EncryptedMessage","id":594758406,"comment":"Encrypted service message","arguments":[{"name":"random_id","type":"long","comment":"Random message ID, assigned by the author of message"},{"name":"chat_id","type":"int","comment":"ID of encrypted chat"},{"name":"date","type":"int","comment":"Date of sending"},{"name":"bytes","type":"bytes","comment":"TL-serialization of the <a href=\"https://corefork.telegram.org/type/DecryptedMessage\">DecryptedMessage</a> type, encrypted with the key created at chat initialization"}]},{"kind":"class","name":"messages.dhConfigNotModified","type":"messages.DhConfig","id":3236054581,"comment":"Configuring parameters did not change.","arguments":[{"name":"random","type":"bytes","comment":"Random sequence of bytes of assigned length"}]},{"kind":"class","name":"messages.dhConfig","type":"messages.DhConfig","id":740433629,"comment":"New set of configuring parameters.","arguments":[{"name":"g","type":"int","comment":"New value <strong>prime</strong>, see <a href=\"https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange\">Wikipedia</a>"},{"name":"p","type":"bytes","comment":"New value <strong>primitive root</strong>, see <a href=\"https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange\">Wikipedia</a>"},{"name":"version","type":"int","comment":"Version of set of parameters"},{"name":"random","type":"bytes","comment":"Random sequence of bytes of assigned length"}]},{"kind":"class","name":"messages.sentEncryptedMessage","type":"messages.SentEncryptedMessage","id":1443858741,"comment":"Message without file attachments sent to an encrypted file.","arguments":[{"name":"date","type":"int","comment":"Date of sending"}]},{"kind":"class","name":"messages.sentEncryptedFile","type":"messages.SentEncryptedMessage","id":2492727090,"comment":"Message with a file enclosure sent to a protected chat","arguments":[{"name":"date","type":"int","comment":"Sending date"},{"name":"file","type":"EncryptedFile","comment":"Attached file"}]},{"kind":"class","name":"inputDocumentEmpty","type":"InputDocument","id":1928391342,"comment":"Empty constructor.","arguments":[]},{"kind":"class","name":"inputDocument","type":"InputDocument","id":448771445,"comment":"Defines a document for subsequent interaction.","arguments":[{"name":"id","type":"long","comment":"Document ID"},{"name":"access_hash","type":"long","comment":"<strong>access_hash</strong> parameter from the {@link RawDocument} constructor"},{"name":"file_reference","type":"bytes","comment":"<a href=\"https://corefork.telegram.org/api/file_reference\">File reference</a>"}]},{"kind":"class","name":"documentEmpty","type":"Document","id":922273905,"comment":"Empty constructor, document doesn't exist.","arguments":[{"name":"id","type":"long","comment":"Document ID or <code>0</code>"}]},{"kind":"class","name":"document","type":"Document","id":2413085912,"comment":"Document","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"id","type":"long","comment":"Document ID"},{"name":"access_hash","type":"long","comment":"Check sum, dependent on document ID"},{"name":"file_reference","type":"bytes","comment":"<a href=\"https://corefork.telegram.org/api/file_reference\">File reference</a>"},{"name":"date","type":"int","comment":"Creation date"},{"name":"mime_type","type":"string","comment":"MIME type"},{"name":"size","type":"int53","comment":"Size"},{"name":"thumbs","type":"PhotoSize","typeModifiers":{"predicate":"flags.0","isVector":true},"comment":"Thumbnails"},{"name":"video_thumbs","type":"VideoSize","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"Video thumbnails"},{"name":"dc_id","type":"int","comment":"DC ID"},{"name":"attributes","type":"DocumentAttribute","typeModifiers":{"isVector":true},"comment":"Attributes"}]},{"kind":"class","name":"help.support","type":"help.Support","id":398898678,"comment":"Info on support user.","arguments":[{"name":"phone_number","type":"string","comment":"Phone number"},{"name":"user","type":"User","comment":"User"}]},{"kind":"class","name":"notifyPeer","type":"NotifyPeer","id":2681474008,"comment":"Notifications generated by a certain user or group.","arguments":[{"name":"peer","type":"Peer","comment":"user or group"}]},{"kind":"class","name":"notifyUsers","type":"NotifyPeer","id":3033021260,"comment":"Notifications generated by all users.","arguments":[]},{"kind":"class","name":"notifyChats","type":"NotifyPeer","id":3221737155,"comment":"Notifications generated by all groups.","arguments":[]},{"kind":"class","name":"notifyBroadcasts","type":"NotifyPeer","id":3591563503,"comment":"Channel notification settings","arguments":[]},{"kind":"class","name":"notifyForumTopic","type":"NotifyPeer","id":577659656,"comment":"Notifications generated by a <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">topic</a> in a <a href=\"https://corefork.telegram.org/api/forum\">forum</a>.","arguments":[{"name":"peer","type":"Peer","comment":"Forum ID"},{"name":"top_msg_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/forum#forum-topics\">Topic ID</a>"}]},{"kind":"class","name":"sendMessageTypingAction","type":"SendMessageAction","id":381645902,"comment":"User is typing.","arguments":[]},{"kind":"class","name":"sendMessageCancelAction","type":"SendMessageAction","id":4250847477,"comment":"Invalidate all previous action updates. E.g. when user deletes entered text or aborts a video upload.","arguments":[]},{"kind":"class","name":"sendMessageRecordVideoAction","type":"SendMessageAction","id":2710034031,"comment":"User is recording a video.","arguments":[]},{"kind":"class","name":"sendMessageUploadVideoAction","type":"SendMessageAction","id":3916839660,"comment":"User is uploading a video.","arguments":[{"name":"progress","type":"int","comment":"Progress percentage"}]},{"kind":"class","name":"sendMessageRecordAudioAction","type":"SendMessageAction","id":3576656887,"comment":"User is recording a voice message.","arguments":[]},{"kind":"class","name":"sendMessageUploadAudioAction","type":"SendMessageAction","id":4082227115,"comment":"User is uploading a voice message.","arguments":[{"name":"progress","type":"int","comment":"Progress percentage"}]},{"kind":"class","name":"sendMessageUploadPhotoAction","type":"SendMessageAction","id":3520285222,"comment":"User is uploading a photo.","arguments":[{"name":"progress","type":"int","comment":"Progress percentage"}]},{"kind":"class","name":"sendMessageUploadDocumentAction","type":"SendMessageAction","id":2852968932,"comment":"User is uploading a file.","arguments":[{"name":"progress","type":"int","comment":"Progress percentage"}]},{"kind":"class","name":"sendMessageGeoLocationAction","type":"SendMessageAction","id":393186209,"comment":"User is selecting a location to share.","arguments":[]},{"kind":"class","name":"sendMessageChooseContactAction","type":"SendMessageAction","id":1653390447,"comment":"User is selecting a contact to share.","arguments":[]},{"kind":"class","name":"sendMessageGamePlayAction","type":"SendMessageAction","id":3714748232,"comment":"User is playing a game","arguments":[]},{"kind":"class","name":"sendMessageRecordRoundAction","type":"SendMessageAction","id":2297593788,"comment":"User is recording a round video to share","arguments":[]},{"kind":"class","name":"sendMessageUploadRoundAction","type":"SendMessageAction","id":608050278,"comment":"User is uploading a round video","arguments":[{"name":"progress","type":"int","comment":"Progress percentage"}]},{"kind":"class","name":"speakingInGroupCallAction","type":"SendMessageAction","id":3643548293,"comment":"User is currently speaking in the group call","arguments":[]},{"kind":"class","name":"sendMessageHistoryImportAction","type":"SendMessageAction","id":3688534598,"comment":"Chat history is being imported","arguments":[{"name":"progress","type":"int","comment":"Progress percentage"}]},{"kind":"class","name":"sendMessageChooseStickerAction","type":"SendMessageAction","id":2958739121,"comment":"User is choosing a sticker","arguments":[]},{"kind":"class","name":"sendMessageEmojiInteraction","type":"SendMessageAction","id":630664139,"comment":"User has clicked on an animated emoji triggering a <a href=\"https://corefork.telegram.org/api/animated-emojis#emoji-reactions\">reaction, click here for more info »</a>.","arguments":[{"name":"emoticon","type":"string","comment":"Emoji"},{"name":"msg_id","type":"int","comment":"Message ID of the animated emoji that was clicked"},{"name":"interaction","type":"DataJSON","comment":"A JSON object with interaction info, <a href=\"https://corefork.telegram.org/api/animated-emojis#emoji-reactions\">click here for more info »</a>"}]},{"kind":"class","name":"sendMessageEmojiInteractionSeen","type":"SendMessageAction","id":3060109358,"comment":"User is watching an animated emoji reaction triggered by another user, <a href=\"https://corefork.telegram.org/api/animated-emojis#emoji-reactions\">click here for more info »</a>.","arguments":[{"name":"emoticon","type":"string","comment":"Emoji"}]},{"kind":"class","name":"contacts.found","type":"contacts.Found","id":3004386717,"comment":"Users found by name substring and auxiliary data.","arguments":[{"name":"my_results","type":"Peer","typeModifiers":{"isVector":true},"comment":"Personalized results"},{"name":"results","type":"Peer","typeModifiers":{"isVector":true},"comment":"List of found user identifiers"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Found chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"List of users"}]},{"kind":"class","name":"inputPrivacyKeyStatusTimestamp","type":"InputPrivacyKey","id":1335282456,"comment":"Whether people will be able to see your exact last online timestamp","arguments":[]},{"kind":"class","name":"inputPrivacyKeyChatInvite","type":"InputPrivacyKey","id":3187344422,"comment":"Whether people will be able to invite you to chats","arguments":[]},{"kind":"class","name":"inputPrivacyKeyPhoneCall","type":"InputPrivacyKey","id":4206550111,"comment":"Whether you will accept phone calls","arguments":[]},{"kind":"class","name":"inputPrivacyKeyPhoneP2P","type":"InputPrivacyKey","id":3684593874,"comment":"Whether to allow P2P communication during VoIP calls","arguments":[]},{"kind":"class","name":"inputPrivacyKeyForwards","type":"InputPrivacyKey","id":2765966344,"comment":"Whether messages forwarded from you will be <a href=\"https://telegram.org/blog/unsend-privacy-emoji#anonymous-forwarding\">anonymous</a>","arguments":[]},{"kind":"class","name":"inputPrivacyKeyProfilePhoto","type":"InputPrivacyKey","id":1461304012,"comment":"Whether people will be able to see your profile picture","arguments":[]},{"kind":"class","name":"inputPrivacyKeyPhoneNumber","type":"InputPrivacyKey","id":55761658,"comment":"Whether people will be able to see your phone number","arguments":[]},{"kind":"class","name":"inputPrivacyKeyAddedByPhone","type":"InputPrivacyKey","id":3508640733,"comment":"Whether people can add you to their contact list by your phone number","arguments":[]},{"kind":"class","name":"inputPrivacyKeyVoiceMessages","type":"InputPrivacyKey","id":2934349160,"comment":"Whether people can send you voice messages","arguments":[]},{"kind":"class","name":"inputPrivacyKeyAbout","type":"InputPrivacyKey","id":941870144,"comment":"Whether people can see your bio","arguments":[]},{"kind":"class","name":"privacyKeyStatusTimestamp","type":"PrivacyKey","id":3157175088,"comment":"Whether we can see the last online timestamp of this user","arguments":[]},{"kind":"class","name":"privacyKeyChatInvite","type":"PrivacyKey","id":1343122938,"comment":"Whether the user can be invited to chats","arguments":[]},{"kind":"class","name":"privacyKeyPhoneCall","type":"PrivacyKey","id":1030105979,"comment":"Whether the user accepts phone calls","arguments":[]},{"kind":"class","name":"privacyKeyPhoneP2P","type":"PrivacyKey","id":961092808,"comment":"Whether P2P connections in phone calls with this user are allowed","arguments":[]},{"kind":"class","name":"privacyKeyForwards","type":"PrivacyKey","id":1777096355,"comment":"Whether messages forwarded from the user will be <a href=\"https://telegram.org/blog/unsend-privacy-emoji#anonymous-forwarding\">anonymously forwarded</a>","arguments":[]},{"kind":"class","name":"privacyKeyProfilePhoto","type":"PrivacyKey","id":2517966829,"comment":"Whether the profile picture of the user is visible","arguments":[]},{"kind":"class","name":"privacyKeyPhoneNumber","type":"PrivacyKey","id":3516589165,"comment":"Whether the user allows us to see their phone number","arguments":[]},{"kind":"class","name":"privacyKeyAddedByPhone","type":"PrivacyKey","id":1124062251,"comment":"Whether this user can be added to our contact list by their phone number","arguments":[]},{"kind":"class","name":"privacyKeyVoiceMessages","type":"PrivacyKey","id":110621716,"comment":"Whether the user accepts voice messages","arguments":[]},{"kind":"class","name":"privacyKeyAbout","type":"PrivacyKey","id":2760292193,"comment":"Whether people can see your bio","arguments":[]},{"kind":"class","name":"inputPrivacyValueAllowContacts","type":"InputPrivacyRule","id":218751099,"comment":"Allow only contacts","arguments":[]},{"kind":"class","name":"inputPrivacyValueAllowAll","type":"InputPrivacyRule","id":407582158,"comment":"Allow all users","arguments":[]},{"kind":"class","name":"inputPrivacyValueAllowUsers","type":"InputPrivacyRule","id":320652927,"comment":"Allow only certain users","arguments":[{"name":"users","type":"InputUser","typeModifiers":{"isVector":true},"comment":"Allowed users"}]},{"kind":"class","name":"inputPrivacyValueDisallowContacts","type":"InputPrivacyRule","id":195371015,"comment":"Disallow only contacts","arguments":[]},{"kind":"class","name":"inputPrivacyValueDisallowAll","type":"InputPrivacyRule","id":3597362889,"comment":"Disallow all","arguments":[]},{"kind":"class","name":"inputPrivacyValueDisallowUsers","type":"InputPrivacyRule","id":2417034343,"comment":"Disallow only certain users","arguments":[{"name":"users","type":"InputUser","typeModifiers":{"isVector":true},"comment":"Users to disallow"}]},{"kind":"class","name":"inputPrivacyValueAllowChatParticipants","type":"InputPrivacyRule","id":2215004623,"comment":"Allow only participants of certain chats","arguments":[{"name":"chats","type":"int53","typeModifiers":{"isVector":true},"comment":"Allowed chat IDs"}]},{"kind":"class","name":"inputPrivacyValueDisallowChatParticipants","type":"InputPrivacyRule","id":3914272646,"comment":"Disallow only participants of certain chats","arguments":[{"name":"chats","type":"int53","typeModifiers":{"isVector":true},"comment":"Disallowed chat IDs"}]},{"kind":"class","name":"inputPrivacyValueAllowCloseFriends","type":"InputPrivacyRule","id":793067081,"comment":"Allow only <a href=\"https://corefork.telegram.org/api/privacy\">close friends »</a>","arguments":[]},{"kind":"class","name":"privacyValueAllowContacts","type":"PrivacyRule","id":4294843308,"comment":"Allow all contacts","arguments":[]},{"kind":"class","name":"privacyValueAllowAll","type":"PrivacyRule","id":1698855810,"comment":"Allow all users","arguments":[]},{"kind":"class","name":"privacyValueAllowUsers","type":"PrivacyRule","id":3096469426,"comment":"Allow only certain users","arguments":[{"name":"users","type":"int53","typeModifiers":{"isVector":true},"comment":"Allowed users"}]},{"kind":"class","name":"privacyValueDisallowContacts","type":"PrivacyRule","id":4169726490,"comment":"Disallow only contacts","arguments":[]},{"kind":"class","name":"privacyValueDisallowAll","type":"PrivacyRule","id":2339628899,"comment":"Disallow all users","arguments":[]},{"kind":"class","name":"privacyValueDisallowUsers","type":"PrivacyRule","id":3831632193,"comment":"Disallow only certain users","arguments":[{"name":"users","type":"int53","typeModifiers":{"isVector":true},"comment":"Disallowed users"}]},{"kind":"class","name":"privacyValueAllowChatParticipants","type":"PrivacyRule","id":1796427406,"comment":"Allow all participants of certain chats","arguments":[{"name":"chats","type":"int53","typeModifiers":{"isVector":true},"comment":"Allowed chats"}]},{"kind":"class","name":"privacyValueDisallowChatParticipants","type":"PrivacyRule","id":1103656293,"comment":"Disallow only participants of certain chats","arguments":[{"name":"chats","type":"int53","typeModifiers":{"isVector":true},"comment":"Disallowed chats"}]},{"kind":"class","name":"privacyValueAllowCloseFriends","type":"PrivacyRule","id":4159232155,"comment":"Allow only <a href=\"https://corefork.telegram.org/api/privacy\">close friends »</a>","arguments":[]},{"kind":"class","name":"account.privacyRules","type":"account.PrivacyRules","id":1352683077,"comment":"Privacy rules","arguments":[{"name":"rules","type":"PrivacyRule","typeModifiers":{"isVector":true},"comment":"Privacy rules"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chats to which the rules apply"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users to which the rules apply"}]},{"kind":"class","name":"accountDaysTTL","type":"AccountDaysTTL","id":3100684255,"comment":"Time to live in days of the current account","arguments":[{"name":"days","type":"int","comment":"This account will self-destruct in the specified number of days"}]},{"kind":"class","name":"documentAttributeImageSize","type":"DocumentAttribute","id":1815593308,"comment":"Defines the width and height of an image uploaded as document","arguments":[{"name":"w","type":"int","comment":"Width of image"},{"name":"h","type":"int","comment":"Height of image"}]},{"kind":"class","name":"documentAttributeAnimated","type":"DocumentAttribute","id":297109817,"comment":"Defines an animated GIF","arguments":[]},{"kind":"class","name":"documentAttributeSticker","type":"DocumentAttribute","id":1662637586,"comment":"Defines a sticker","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"mask","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether this is a mask sticker"},{"name":"alt","type":"string","comment":"Alternative emoji representation of sticker"},{"name":"stickerset","type":"InputStickerSet","comment":"Associated stickerset"},{"name":"mask_coords","type":"MaskCoords","typeModifiers":{"predicate":"flags.0"},"comment":"Mask coordinates (if this is a mask sticker, attached to a photo)"}]},{"kind":"class","name":"documentAttributeVideo","id":3549426114,"type":"DocumentAttribute","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"round_message","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether this is a round video"},{"name":"supports_streaming","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the video supports streaming"},{"name":"nosound","type":"true","typeModifiers":{"predicate":"flags.3"}},{"name":"duration","type":"double","comment":"Duration in seconds"},{"name":"w","type":"int","comment":"Video width"},{"name":"h","type":"int","comment":"Video height"},{"name":"preload_prefix_size","type":"int","typeModifiers":{"predicate":"flags.2"}}],"comment":"Defines a video"},{"kind":"class","name":"documentAttributeAudio","type":"DocumentAttribute","id":2555574726,"comment":"Represents an audio file","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"voice","type":"true","typeModifiers":{"predicate":"flags.10"},"comment":"Whether this is a voice message"},{"name":"duration","type":"int","comment":"Duration in seconds"},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Name of song"},{"name":"performer","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Performer"},{"name":"waveform","type":"bytes","typeModifiers":{"predicate":"flags.2"},"comment":"Waveform: consists in a series of bitpacked 5-bit values. <br>Example implementation: <a href=\"https://github.com/DrKLO/Telegram/blob/96dce2c9aabc33b87db61d830aa087b6b03fe397/TMessagesProj/jni/audio.c#L546\">android</a>."}]},{"kind":"class","name":"documentAttributeFilename","type":"DocumentAttribute","id":358154344,"comment":"A simple document with a file name","arguments":[{"name":"file_name","type":"string","comment":"The file name"}]},{"kind":"class","name":"documentAttributeHasStickers","type":"DocumentAttribute","id":2550256375,"comment":"Whether the current document has stickers attached","arguments":[]},{"kind":"class","name":"documentAttributeCustomEmoji","type":"DocumentAttribute","id":4245985433,"comment":"Info about a custom emoji","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"free","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether this custom emoji can be sent by non-Premium users"},{"name":"text_color","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the color of this TGS custom emoji should be changed to the text color when used in messages, the accent color if used as emoji status, white on chat photos, or another appropriate color based on context."},{"name":"alt","type":"string","comment":"The actual emoji"},{"name":"stickerset","type":"InputStickerSet","comment":"The emoji stickerset to which this emoji belongs."}]},{"kind":"class","name":"messages.stickersNotModified","type":"messages.Stickers","id":4050950690,"comment":"No new stickers were found for the given query","arguments":[]},{"kind":"class","name":"messages.stickers","type":"messages.Stickers","id":816245886,"comment":"Found stickers","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"stickers","type":"Document","typeModifiers":{"isVector":true},"comment":"Stickers"}]},{"kind":"class","name":"stickerPack","type":"StickerPack","id":313694676,"comment":"A stickerpack is a group of stickers associated to the same emoji.<br>\nIt is <strong>not</strong> a sticker pack the way it is usually intended, you may be looking for a <a href=\"https://corefork.telegram.org/type/StickerSet\">StickerSet</a>.","arguments":[{"name":"emoticon","type":"string","comment":"Emoji"},{"name":"documents","type":"long","typeModifiers":{"isVector":true},"comment":"Stickers"}]},{"kind":"class","name":"messages.allStickersNotModified","type":"messages.AllStickers","id":3898999491,"comment":"Info about all installed stickers hasn't changed","arguments":[]},{"kind":"class","name":"messages.allStickers","type":"messages.AllStickers","id":3451637435,"comment":"Info about all installed stickers","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"sets","type":"StickerSet","typeModifiers":{"isVector":true},"comment":"All stickersets"}]},{"kind":"class","name":"messages.affectedMessages","type":"messages.AffectedMessages","id":2228326789,"comment":"Events affected by operation","arguments":[{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Event count after generation</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Number of events that were generated</a>"}]},{"kind":"class","name":"webPageEmpty","id":555358088,"type":"WebPage","arguments":[{"name":"flags","type":"#"},{"name":"id","type":"long","comment":"Preview ID"},{"name":"url","type":"string","typeModifiers":{"predicate":"flags.0"}}],"comment":"No preview is available for the webpage"},{"kind":"class","name":"webPagePending","id":2966502983,"type":"WebPage","arguments":[{"name":"flags","type":"#"},{"name":"id","type":"long","comment":"ID of preview"},{"name":"url","type":"string","typeModifiers":{"predicate":"flags.0"}},{"name":"date","type":"int","comment":"When was the processing started"}],"comment":"A preview of the webpage is currently being generated"},{"kind":"class","name":"webPage","type":"WebPage","id":3902555570,"comment":"Webpage preview","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"has_large_media","type":"true","typeModifiers":{"predicate":"flags.13"}},{"name":"id","type":"long","comment":"Preview ID"},{"name":"url","type":"string","comment":"URL of previewed webpage"},{"name":"display_url","type":"string","comment":"Webpage URL to be displayed to the user"},{"name":"hash","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"type","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Type of the web page. Can be: article, photo, audio, video, document, profile, app, or something else"},{"name":"site_name","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Short name of the site (e.g., Google Docs, App Store)"},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"Title of the content"},{"name":"description","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"Content description"},{"name":"photo","type":"Photo","typeModifiers":{"predicate":"flags.4"},"comment":"Image representing the content"},{"name":"embed_url","type":"string","typeModifiers":{"predicate":"flags.5"},"comment":"URL to show in the embedded preview"},{"name":"embed_type","type":"string","typeModifiers":{"predicate":"flags.5"},"comment":"MIME type of the embedded preview, (e.g., text/html or video/mp4)"},{"name":"embed_width","type":"int","typeModifiers":{"predicate":"flags.6"},"comment":"Width of the embedded preview"},{"name":"embed_height","type":"int","typeModifiers":{"predicate":"flags.6"},"comment":"Height of the embedded preview"},{"name":"duration","type":"int","typeModifiers":{"predicate":"flags.7"},"comment":"Duration of the content, in seconds"},{"name":"author","type":"string","typeModifiers":{"predicate":"flags.8"},"comment":"Author of the content"},{"name":"document","type":"Document","typeModifiers":{"predicate":"flags.9"},"comment":"Preview of the content as a media file"},{"name":"cached_page","type":"Page","typeModifiers":{"predicate":"flags.10"},"comment":"Page contents in <a href=\"https://instantview.telegram.org/\">instant view</a> format"},{"name":"attributes","type":"WebPageAttribute","typeModifiers":{"predicate":"flags.12","isVector":true},"comment":"Webpage attributes"}]},{"kind":"class","name":"webPageNotModified","type":"WebPage","id":1930545681,"comment":"The preview of the webpage hasn't changed","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"cached_page_views","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Page view count"}]},{"kind":"class","name":"authorization","type":"Authorization","id":2902578717,"comment":"Logged-in session","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"current","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether this is the current session"},{"name":"official_app","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the session is from an official app"},{"name":"password_pending","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether the session is still waiting for a 2FA password"},{"name":"encrypted_requests_disabled","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether this session will accept encrypted chats"},{"name":"call_requests_disabled","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether this session will accept phone calls"},{"name":"unconfirmed","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether the session is <a href=\"https://corefork.telegram.org/api/auth#confirming-login\">unconfirmed, see here »</a> for more info."},{"name":"hash","type":"long","comment":"Identifier"},{"name":"device_model","type":"string","comment":"Device model"},{"name":"platform","type":"string","comment":"Platform"},{"name":"system_version","type":"string","comment":"System version"},{"name":"api_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/obtaining_api_id\">API ID</a>"},{"name":"app_name","type":"string","comment":"App name"},{"name":"app_version","type":"string","comment":"App version"},{"name":"date_created","type":"int","comment":"When was the session created"},{"name":"date_active","type":"int","comment":"When was the session last active"},{"name":"ip","type":"string","comment":"Last known IP"},{"name":"country","type":"string","comment":"Country determined from IP"},{"name":"region","type":"string","comment":"Region determined from IP"}]},{"kind":"class","name":"account.authorizations","type":"account.Authorizations","id":1275039392,"comment":"Logged-in sessions","arguments":[{"name":"authorization_ttl_days","type":"int","comment":"Time-to-live of session"},{"name":"authorizations","type":"Authorization","typeModifiers":{"isVector":true},"comment":"Logged-in sessions"}]},{"kind":"class","name":"account.password","type":"account.Password","id":2507886843,"comment":"Configuration for two-factor authorization","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"has_recovery","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the user has a recovery method configured"},{"name":"has_secure_values","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether telegram <a href=\"https://corefork.telegram.org/passport\">passport</a> is enabled"},{"name":"has_password","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether the user has a password"},{"name":"current_algo","type":"PasswordKdfAlgo","typeModifiers":{"predicate":"flags.2"},"comment":"The <a href=\"https://corefork.telegram.org/api/srp\">KDF algorithm for SRP two-factor authentication</a> of the current password"},{"name":"srp_B","type":"bytes","typeModifiers":{"predicate":"flags.2"},"comment":"Srp B param for <a href=\"https://corefork.telegram.org/api/srp\">SRP authorization</a>"},{"name":"srp_id","type":"long","typeModifiers":{"predicate":"flags.2"},"comment":"Srp ID param for <a href=\"https://corefork.telegram.org/api/srp\">SRP authorization</a>"},{"name":"hint","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"Text hint for the password"},{"name":"email_unconfirmed_pattern","type":"string","typeModifiers":{"predicate":"flags.4"},"comment":"A <a href=\"https://corefork.telegram.org/api/srp#email-verification\">password recovery email</a> with the specified <a href=\"https://corefork.telegram.org/api/pattern\">pattern</a> is still awaiting verification"},{"name":"new_algo","type":"PasswordKdfAlgo","comment":"The <a href=\"https://corefork.telegram.org/api/srp\">KDF algorithm for SRP two-factor authentication</a> to use when creating new passwords"},{"name":"new_secure_algo","type":"SecurePasswordKdfAlgo","comment":"The KDF algorithm for telegram <a href=\"https://corefork.telegram.org/passport\">passport</a>"},{"name":"secure_random","type":"bytes","comment":"Secure random string"},{"name":"pending_reset_date","type":"int","typeModifiers":{"predicate":"flags.5"},"comment":"The 2FA password will be automatically removed at this date, unless the user cancels the operation"},{"name":"login_email_pattern","type":"string","typeModifiers":{"predicate":"flags.6"},"comment":"A verified login email with the specified <a href=\"https://corefork.telegram.org/api/pattern\">pattern</a> is configured"}]},{"kind":"class","name":"account.passwordSettings","type":"account.PasswordSettings","id":2589733861,"comment":"Private info associated to the password info (recovery email, telegram <a href=\"https://corefork.telegram.org/passport\">passport</a> info & so on)","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"email","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"<a href=\"https://corefork.telegram.org/api/srp#email-verification\">2FA Recovery email</a>"},{"name":"secure_settings","type":"SecureSecretSettings","typeModifiers":{"predicate":"flags.1"},"comment":"Telegram <a href=\"https://corefork.telegram.org/passport\">passport</a> settings"}]},{"kind":"class","name":"account.passwordInputSettings","type":"account.PasswordInputSettings","id":3258394569,"comment":"Settings for setting up a new password","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"new_algo","type":"PasswordKdfAlgo","typeModifiers":{"predicate":"flags.0"},"comment":"The <a href=\"https://corefork.telegram.org/api/srp\">SRP algorithm</a> to use"},{"name":"new_password_hash","type":"bytes","typeModifiers":{"predicate":"flags.0"},"comment":"The <a href=\"https://corefork.telegram.org/api/srp\">computed password hash</a>"},{"name":"hint","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Text hint for the password"},{"name":"email","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Password recovery email"},{"name":"new_secure_settings","type":"SecureSecretSettings","typeModifiers":{"predicate":"flags.2"},"comment":"Telegram <a href=\"https://corefork.telegram.org/passport\">passport</a> settings"}]},{"kind":"class","name":"auth.passwordRecovery","type":"auth.PasswordRecovery","id":326715557,"comment":"Recovery info of a <a href=\"https://corefork.telegram.org/api/srp\">2FA password</a>, only for accounts with a <a href=\"https://corefork.telegram.org/api/srp#email-verification\">recovery email configured</a>.","arguments":[{"name":"email_pattern","type":"string","comment":"The email to which the recovery code was sent must match this <a href=\"https://corefork.telegram.org/api/pattern\">pattern</a>."}]},{"kind":"class","name":"receivedNotifyMessage","type":"ReceivedNotifyMessage","id":2743383929,"comment":"Message ID, for which PUSH-notifications were cancelled.","arguments":[{"name":"id","type":"int","comment":"Message ID, for which PUSH-notifications were canceled"},{"name":"flags","type":"int","comment":"Reserved for future use"}]},{"kind":"class","name":"chatInviteExported","type":"ExportedChatInvite","id":179611673,"comment":"Exported chat invite","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"revoked","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether this chat invite was revoked"},{"name":"permanent","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether this chat invite has no expiration"},{"name":"request_needed","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Whether users importing this invite link will have to be approved to join the channel or group"},{"name":"link","type":"string","comment":"Chat invitation link"},{"name":"admin_id","type":"int53","comment":"ID of the admin that created this chat invite"},{"name":"date","type":"int","comment":"When was this chat invite created"},{"name":"start_date","type":"int","typeModifiers":{"predicate":"flags.4"},"comment":"When was this chat invite last modified"},{"name":"expire_date","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"When does this chat invite expire"},{"name":"usage_limit","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Maximum number of users that can join using this link"},{"name":"usage","type":"int","typeModifiers":{"predicate":"flags.3"},"comment":"How many users joined using this link"},{"name":"requested","type":"int","typeModifiers":{"predicate":"flags.7"},"comment":"Number of users that have already used this link to join"},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.8"},"comment":"Custom description for the invite link, visible only to admins"}]},{"kind":"class","name":"chatInvitePublicJoinRequests","type":"ExportedChatInvite","id":3977280183,"comment":"Used in updates and in the channel log to indicate when a user is requesting to join or has joined a <a href=\"https://corefork.telegram.org/api/discussion#requiring-users-to-join-the-group\">discussion group</a>","arguments":[]},{"kind":"class","name":"chatInviteAlready","type":"ChatInvite","id":1516793212,"comment":"The user has already joined this chat","arguments":[{"name":"chat","type":"Chat","comment":"The chat connected to the invite"}]},{"kind":"class","name":"chatInvite","id":3454069824,"type":"ChatInvite","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"channel","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether this is a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a> or a <a href=\"https://corefork.telegram.org/api/channel\">normal group</a>"},{"name":"broadcast","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether this is a <a href=\"https://corefork.telegram.org/api/channel\">channel</a>"},{"name":"public","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether this is a public <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>"},{"name":"megagroup","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether this is a <a href=\"https://corefork.telegram.org/api/channel\">supergroup</a>"},{"name":"request_needed","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Whether the <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join request »</a> must be first approved by an administrator"},{"name":"verified","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"Is this chat or channel verified by Telegram?"},{"name":"scam","type":"true","typeModifiers":{"predicate":"flags.8"},"comment":"This chat is probably a scam"},{"name":"fake","type":"true","typeModifiers":{"predicate":"flags.9"},"comment":"If set, this chat was reported by many users as a fake or scam: be careful when interacting with it."},{"name":"title","type":"string","comment":"Chat/supergroup/channel title"},{"name":"about","type":"string","typeModifiers":{"predicate":"flags.5"},"comment":"Description of the group of channel"},{"name":"photo","type":"Photo","comment":"Chat/supergroup/channel photo"},{"name":"participants_count","type":"int","comment":"Participant count"},{"name":"participants","type":"User","typeModifiers":{"predicate":"flags.4","isVector":true},"comment":"A few of the participants that are in the group"},{"name":"color","type":"int"}],"comment":"Chat invite info"},{"kind":"class","name":"chatInvitePeek","type":"ChatInvite","id":1634294960,"comment":"A chat invitation that also allows peeking into the group to read messages without joining it.","arguments":[{"name":"chat","type":"Chat","comment":"Chat information"},{"name":"expires","type":"int","comment":"Read-only anonymous access to this group will be revoked at this date"}]},{"kind":"class","name":"inputStickerSetEmpty","type":"InputStickerSet","id":4290128789,"comment":"Empty constructor","arguments":[]},{"kind":"class","name":"inputStickerSetID","type":"InputStickerSet","id":2649203305,"comment":"Stickerset by ID","arguments":[{"name":"id","type":"long","comment":"ID"},{"name":"access_hash","type":"long","comment":"Access hash"}]},{"kind":"class","name":"inputStickerSetShortName","type":"InputStickerSet","id":2250033312,"comment":"Stickerset by short name, from a <a href=\"https://corefork.telegram.org/api/links#stickerset-links\">stickerset deep link »</a>","arguments":[{"name":"short_name","type":"string","comment":"Short name from a <a href=\"https://corefork.telegram.org/api/links#stickerset-links\">stickerset deep link »</a>"}]},{"kind":"class","name":"inputStickerSetAnimatedEmoji","type":"InputStickerSet","id":42402760,"comment":"Animated emojis stickerset","arguments":[]},{"kind":"class","name":"inputStickerSetDice","type":"InputStickerSet","id":3867103758,"comment":"Used for fetching <a href=\"https://corefork.telegram.org/api/dice\">animated dice stickers</a>","arguments":[{"name":"emoticon","type":"string","comment":"The emoji, for now <img class=\"emoji\" src=\"//telegram.org/img/emoji/40/F09F8F80.png\" width=\"20\" height=\"20\" alt=\"🏀\">, <img class=\"emoji\" src=\"//telegram.org/img/emoji/40/F09F8EB2.png\" width=\"20\" height=\"20\" alt=\"🎲\"> and <img class=\"emoji\" src=\"//telegram.org/img/emoji/40/F09F8EAF.png\" width=\"20\" height=\"20\" alt=\"🎯\"> are supported"}]},{"kind":"class","name":"inputStickerSetAnimatedEmojiAnimations","type":"InputStickerSet","id":215889721,"comment":"Animated emoji reaction stickerset (contains animations to play when a user clicks on a given animated emoji)","arguments":[]},{"kind":"class","name":"inputStickerSetPremiumGifts","type":"InputStickerSet","id":3364567810,"comment":"Stickers to show when receiving a gifted Telegram Premium subscription","arguments":[]},{"kind":"class","name":"inputStickerSetEmojiGenericAnimations","type":"InputStickerSet","id":80008398,"comment":"Generic animation stickerset containing animations to play when <a href=\"https://corefork.telegram.org/api/reactions\">reacting to messages using a normal emoji without a custom animation</a>","arguments":[]},{"kind":"class","name":"inputStickerSetEmojiDefaultStatuses","type":"InputStickerSet","id":701560302,"comment":"Default <a href=\"https://corefork.telegram.org/api/emoji-status\">custom emoji status</a> stickerset","arguments":[]},{"kind":"class","name":"inputStickerSetEmojiDefaultTopicIcons","type":"InputStickerSet","id":1153562857,"comment":"Default <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji</a> stickerset for <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic icons</a>","arguments":[]},{"kind":"class","name":"stickerSet","type":"StickerSet","id":768691932,"comment":"Represents a stickerset (stickerpack)","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"archived","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether this stickerset was archived (due to too many saved stickers in the current account)"},{"name":"official","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Is this stickerset official"},{"name":"masks","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Is this a mask stickerset"},{"name":"animated","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Is this an animated stickerpack"},{"name":"videos","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Is this a video stickerpack"},{"name":"emojis","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"This is a custom emoji stickerset"},{"name":"text_color","type":"true","typeModifiers":{"predicate":"flags.9"}},{"name":"installed_date","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"When was this stickerset installed"},{"name":"id","type":"long","comment":"ID of the stickerset"},{"name":"access_hash","type":"long","comment":"Access hash of stickerset"},{"name":"title","type":"string","comment":"Title of stickerset"},{"name":"short_name","type":"string","comment":"Short name of stickerset, used when sharing stickerset using <a href=\"https://corefork.telegram.org/api/links#stickerset-links\">stickerset deep links</a>."},{"name":"thumbs","type":"PhotoSize","typeModifiers":{"predicate":"flags.4","isVector":true},"comment":"Stickerset thumbnail"},{"name":"thumb_dc_id","type":"int","typeModifiers":{"predicate":"flags.4"},"comment":"DC ID of thumbnail"},{"name":"thumb_version","type":"int","typeModifiers":{"predicate":"flags.4"},"comment":"Thumbnail version"},{"name":"thumb_document_id","type":"long","typeModifiers":{"predicate":"flags.8"},"comment":"Document ID of custom emoji thumbnail, fetch the document using {@link messages.RawGetCustomEmojiDocumentsRequest}"},{"name":"count","type":"int","comment":"Number of stickers in pack"},{"name":"hash","type":"int","comment":"Hash"}]},{"kind":"class","name":"messages.stickerSet","type":"messages.StickerSet","id":1846886166,"comment":"Stickerset and stickers inside it","arguments":[{"name":"set","type":"StickerSet","comment":"The stickerset"},{"name":"packs","type":"StickerPack","typeModifiers":{"isVector":true},"comment":"Emoji info for stickers"},{"name":"keywords","type":"StickerKeyword","typeModifiers":{"isVector":true},"comment":"Keywords for some or every sticker in the stickerset."},{"name":"documents","type":"Document","typeModifiers":{"isVector":true},"comment":"Stickers in stickerset"}]},{"kind":"class","name":"messages.stickerSetNotModified","type":"messages.StickerSet","id":3556320491,"comment":"The stickerset hasn't changed","arguments":[]},{"kind":"class","name":"botCommand","type":"BotCommand","id":3262826695,"comment":"Describes a bot command that can be used in a chat","arguments":[{"name":"command","type":"string","comment":"<code>/command</code> name"},{"name":"description","type":"string","comment":"Description of the command"}]},{"kind":"class","name":"botInfo","type":"BotInfo","id":2402290519,"comment":"Info about bots (available bot commands, etc)","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"user_id","type":"int53","typeModifiers":{"predicate":"flags.0"},"comment":"ID of the bot"},{"name":"description","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Description of the bot"},{"name":"description_photo","type":"Photo","typeModifiers":{"predicate":"flags.4"},"comment":"Description photo"},{"name":"description_document","type":"Document","typeModifiers":{"predicate":"flags.5"},"comment":"Description animation in MPEG4 format"},{"name":"commands","type":"BotCommand","typeModifiers":{"predicate":"flags.2","isVector":true},"comment":"Bot commands that can be used in the chat"},{"name":"menu_button","type":"BotMenuButton","typeModifiers":{"predicate":"flags.3"},"comment":"Indicates the action to execute when pressing the in-UI menu button for bots"}]},{"kind":"class","name":"keyboardButton","type":"KeyboardButton","id":2734311552,"comment":"Bot keyboard button","arguments":[{"name":"text","type":"string","comment":"Button text"}]},{"kind":"class","name":"keyboardButtonUrl","type":"KeyboardButton","id":629866245,"comment":"URL button","arguments":[{"name":"text","type":"string","comment":"Button label"},{"name":"url","type":"string","comment":"URL"}]},{"kind":"class","name":"keyboardButtonCallback","type":"KeyboardButton","id":901503851,"comment":"Callback button","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"requires_password","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the user should verify their identity by entering their <a href=\"https://corefork.telegram.org/api/srp\">2FA SRP parameters</a> to the {@link messages.RawGetBotCallbackAnswerRequest} method. NOTE: telegram and the bot WILL NOT have access to the plaintext password, thanks to <a href=\"https://corefork.telegram.org/api/srp\">SRP</a>. This button is mainly used by the official <a href=\"https://t.me/botfather\">@botfather</a> bot, for verifying the user's identity before transferring ownership of a bot to another user."},{"name":"text","type":"string","comment":"Button text"},{"name":"data","type":"bytes","comment":"Callback data"}]},{"kind":"class","name":"keyboardButtonRequestPhone","type":"KeyboardButton","id":2976541737,"comment":"Button to request a user's phone number","arguments":[{"name":"text","type":"string","comment":"Button text"}]},{"kind":"class","name":"keyboardButtonRequestGeoLocation","type":"KeyboardButton","id":4235815743,"comment":"Button to request a user's geolocation","arguments":[{"name":"text","type":"string","comment":"Button text"}]},{"kind":"class","name":"keyboardButtonSwitchInline","type":"KeyboardButton","id":2478439349,"comment":"Button to force a user to switch to inline mode: pressing the button will prompt the user to select one of their chats, open that chat and insert the bot's username and the specified inline query in the input field.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"same_peer","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"If set, pressing the button will insert the bot's username and the specified inline <code>query</code> in the current chat's input field."},{"name":"text","type":"string","comment":"Button label"},{"name":"query","type":"string","comment":"The inline query to use"},{"name":"peer_types","type":"InlineQueryPeerType","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"Filter to use when selecting chats."}]},{"kind":"class","name":"keyboardButtonGame","type":"KeyboardButton","id":1358175439,"comment":"Button to start a game","arguments":[{"name":"text","type":"string","comment":"Button text"}]},{"kind":"class","name":"keyboardButtonBuy","type":"KeyboardButton","id":2950250427,"comment":"Button to buy a product","arguments":[{"name":"text","type":"string","comment":"Button text"}]},{"kind":"class","name":"keyboardButtonUrlAuth","type":"KeyboardButton","id":280464681,"comment":"Button to request a user to authorize via URL using <a href=\"https://telegram.org/blog/privacy-discussions-web-bots#meet-seamless-web-bots\">Seamless Telegram Login</a>. When the user clicks on such a button, {@link messages.RawRequestUrlAuthRequest} should be called, providing the <code>button_id</code> and the ID of the container message. The returned {@link RawUrlAuthResultRequest} object will contain more details about the authorization request (<code>request_write_access</code> if the bot would like to send messages to the user along with the username of the bot which will be used for user authorization). Finally, the user can choose to call {@link messages.RawAcceptUrlAuthRequest} to get a {@link RawUrlAuthResultAccepted} with the URL to open instead of the <code>url</code> of this constructor, or a {@link RawUrlAuthResultDefault}, in which case the <code>url</code> of this constructor must be opened, instead. If the user refuses the authorization request but still wants to open the link, the <code>url</code> of this constructor must be used.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"text","type":"string","comment":"Button label"},{"name":"fwd_text","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"New text of the button in forwarded messages."},{"name":"url","type":"string","comment":"An HTTP URL to be opened with user authorization data added to the query string when the button is pressed. If the user refuses to provide authorization data, the original URL without information about the user will be opened. The data added is the same as described in <a href=\"https://corefork.telegram.org/widgets/login#receiving-authorization-data\">Receiving authorization data</a>.<br><br><strong>NOTE</strong>: Services must <strong>always</strong> check the hash of the received data to verify the authentication and the integrity of the data as described in <a href=\"https://corefork.telegram.org/widgets/login#checking-authorization\">Checking authorization</a>."},{"name":"button_id","type":"int","comment":"ID of the button to pass to {@link messages.RawRequestUrlAuthRequest}"}]},{"kind":"class","name":"inputKeyboardButtonUrlAuth","type":"KeyboardButton","id":3492708308,"comment":"Button to request a user to {@link messages.RawAcceptUrlAuthRequest} via URL using <a href=\"https://telegram.org/blog/privacy-discussions-web-bots#meet-seamless-web-bots\">Seamless Telegram Login</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"request_write_access","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Set this flag to request the permission for your bot to send messages to the user."},{"name":"text","type":"string","comment":"Button text"},{"name":"fwd_text","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"New text of the button in forwarded messages."},{"name":"url","type":"string","comment":"An HTTP URL to be opened with user authorization data added to the query string when the button is pressed. If the user refuses to provide authorization data, the original URL without information about the user will be opened. The data added is the same as described in <a href=\"https://corefork.telegram.org/widgets/login#receiving-authorization-data\">Receiving authorization data</a>.<br>NOTE: You must always check the hash of the received data to verify the authentication and the integrity of the data as described in <a href=\"https://corefork.telegram.org/widgets/login#checking-authorization\">Checking authorization</a>."},{"name":"bot","type":"InputUser","comment":"Username of a bot, which will be used for user authorization. See <a href=\"https://corefork.telegram.org/widgets/login#setting-up-a-bot\">Setting up a bot</a> for more details. If not specified, the current bot's username will be assumed. The url's domain must be the same as the domain linked with the bot. See <a href=\"https://corefork.telegram.org/widgets/login#linking-your-domain-to-the-bot\">Linking your domain to the bot</a> for more details."}]},{"kind":"class","name":"keyboardButtonRequestPoll","type":"KeyboardButton","id":3150401885,"comment":"A button that allows the user to create and send a poll when pressed; available only in private","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"quiz","type":"Bool","typeModifiers":{"predicate":"flags.0"},"comment":"If set, only quiz polls can be sent"},{"name":"text","type":"string","comment":"Button text"}]},{"kind":"class","name":"inputKeyboardButtonUserProfile","type":"KeyboardButton","id":3918005115,"comment":"Button that links directly to a user profile","arguments":[{"name":"text","type":"string","comment":"Button text"},{"name":"user_id","type":"InputUser","comment":"User ID"}]},{"kind":"class","name":"keyboardButtonUserProfile","type":"KeyboardButton","id":814112961,"comment":"Button that links directly to a user profile","arguments":[{"name":"text","type":"string","comment":"Button text"},{"name":"user_id","type":"int53","comment":"User ID"}]},{"kind":"class","name":"keyboardButtonWebView","type":"KeyboardButton","id":326529584,"comment":"Button to open a <a href=\"https://corefork.telegram.org/api/bots/webapps\">bot web app</a> using {@link messages.RawRequestWebViewRequest}, sending over user information after user confirmation.\n\nCan only be sent or received as part of an inline keyboard, use {@link RawKeyboardButtonSimpleWebView} for reply keyboards.","arguments":[{"name":"text","type":"string","comment":"Button text"},{"name":"url","type":"string","comment":"<a href=\"https://corefork.telegram.org/api/bots/webapps\">Web app url</a>"}]},{"kind":"class","name":"keyboardButtonSimpleWebView","type":"KeyboardButton","id":2696958044,"comment":"Button to open a <a href=\"https://corefork.telegram.org/api/bots/webapps\">bot web app</a> using {@link messages.RawRequestSimpleWebViewRequest}, without sending user information to the web app.\n\nCan only be sent or received as part of a reply keyboard, use {@link RawKeyboardButtonWebView} for inline keyboards.","arguments":[{"name":"text","type":"string","comment":"Button text"},{"name":"url","type":"string","comment":"<a href=\"https://corefork.telegram.org/api/bots/webapps\">Web app URL</a>"}]},{"kind":"class","name":"keyboardButtonRequestPeer","type":"KeyboardButton","id":218842764,"comment":"Prompts the user to select and share a peer with the bot using {@link messages.RawSendBotRequestedPeerRequest}","arguments":[{"name":"text","type":"string","comment":"Button text"},{"name":"button_id","type":"int","comment":"Button ID, to be passed to {@link messages.RawSendBotRequestedPeerRequest}."},{"name":"peer_type","type":"RequestPeerType","comment":"Filtering criteria to use for the peer selection list shown to the user. <br>The list should display all existing peers of the specified type, and should also offer an option for the user to create and immediately use a peer of the specified type, if needed."}]},{"kind":"class","name":"keyboardButtonRow","type":"KeyboardButtonRow","id":2002815875,"comment":"Inline keyboard row","arguments":[{"name":"buttons","type":"KeyboardButton","typeModifiers":{"isVector":true},"comment":"Bot or inline keyboard buttons"}]},{"kind":"class","name":"replyKeyboardHide","type":"ReplyMarkup","id":2688441221,"comment":"Hide sent bot keyboard","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"selective","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Use this flag if you want to remove the keyboard for specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply (has reply_to_message_id), sender of the original message.<br><br>Example: A user votes in a poll, bot returns confirmation message in reply to the vote and removes the keyboard for that user, while still showing the keyboard with poll options to users who haven't voted yet"}]},{"kind":"class","name":"replyKeyboardForceReply","type":"ReplyMarkup","id":2259946248,"comment":"Force the user to send a reply","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"single_use","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Requests clients to hide the keyboard as soon as it's been used. The keyboard will still be available, but clients will automatically display the usual letter-keyboard in the chat – the user can press a special button in the input field to see the custom keyboard again."},{"name":"selective","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Use this parameter if you want to show the keyboard to specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply (has reply_to_message_id), sender of the original message. <br>Example: A user requests to change the bot's language, bot replies to the request with a keyboard to select the new language. Other users in the group don't see the keyboard."},{"name":"placeholder","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"The placeholder to be shown in the input field when the keyboard is active; 1-64 characters."}]},{"kind":"class","name":"replyKeyboardMarkup","type":"ReplyMarkup","id":2245892561,"comment":"Bot keyboard","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"resize","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Requests clients to resize the keyboard vertically for optimal fit (e.g., make the keyboard smaller if there are just two rows of buttons). If not set, the custom keyboard is always of the same height as the app's standard keyboard."},{"name":"single_use","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Requests clients to hide the keyboard as soon as it's been used. The keyboard will still be available, but clients will automatically display the usual letter-keyboard in the chat – the user can press a special button in the input field to see the custom keyboard again."},{"name":"selective","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Use this parameter if you want to show the keyboard to specific users only. Targets: 1) users that are @mentioned in the text of the Message object; 2) if the bot's message is a reply (has reply_to_message_id), sender of the original message.<br><br>Example: A user requests to change the bot's language, bot replies to the request with a keyboard to select the new language. Other users in the group don't see the keyboard."},{"name":"persistent","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Requests clients to always show the keyboard when the regular keyboard is hidden."},{"name":"rows","type":"KeyboardButtonRow","typeModifiers":{"isVector":true},"comment":"Button row"},{"name":"placeholder","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"The placeholder to be shown in the input field when the keyboard is active; 1-64 characters."}]},{"kind":"class","name":"replyInlineMarkup","type":"ReplyMarkup","id":1218642516,"comment":"Bot or inline keyboard","arguments":[{"name":"rows","type":"KeyboardButtonRow","typeModifiers":{"isVector":true},"comment":"Bot or inline keyboard rows"}]},{"kind":"class","name":"messageEntityUnknown","type":"MessageEntity","id":3146955413,"comment":"Unknown message entity","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"}]},{"kind":"class","name":"messageEntityMention","type":"MessageEntity","id":4194588573,"comment":"Message entity <a href=\"https://corefork.telegram.org/api/mentions\">mentioning</a> a user by <code>@username</code>; {@link RawMessageEntityMentionName} can also be used to mention users by their ID.","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"}]},{"kind":"class","name":"messageEntityHashtag","type":"MessageEntity","id":1868782349,"comment":"<strong>#hashtag</strong> message entity","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"}]},{"kind":"class","name":"messageEntityBotCommand","type":"MessageEntity","id":1827637959,"comment":"Message entity representing a bot /command","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"}]},{"kind":"class","name":"messageEntityUrl","type":"MessageEntity","id":1859134776,"comment":"Message entity representing an in-text url: <a href=\"https://google.com/\">https://google.com</a>; for <a href=\"https://google.com/\">text urls</a>, use {@link RawMessageEntityTextUrl}.","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"}]},{"kind":"class","name":"messageEntityEmail","type":"MessageEntity","id":1692693954,"comment":"Message entity representing an <a href=\"mailto:email@example.com\">email@example.com</a>.","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"}]},{"kind":"class","name":"messageEntityBold","type":"MessageEntity","id":3177253833,"comment":"Message entity representing <strong>bold text</strong>.","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"}]},{"kind":"class","name":"messageEntityItalic","type":"MessageEntity","id":2188348256,"comment":"Message entity representing <em>italic text</em>.","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"}]},{"kind":"class","name":"messageEntityCode","type":"MessageEntity","id":681706865,"comment":"Message entity representing a <code>codeblock</code>.","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"}]},{"kind":"class","name":"messageEntityPre","type":"MessageEntity","id":1938967520,"comment":"Message entity representing a preformatted <code>codeblock</code>, allowing the user to specify a programming language for the codeblock.","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"language","type":"string","comment":"Programming language of the code"}]},{"kind":"class","name":"messageEntityTextUrl","type":"MessageEntity","id":1990644519,"comment":"Message entity representing a <a href=\"https://google.com/\">text url</a>: for in-text urls like <a href=\"https://google.com/\">https://google.com</a> use {@link RawMessageEntityUrl}.\n\nNote that an additional confirmation popup with the full URL must be displayed to the user before opening this link, unless the domain satisfies the conditions specified in the <a href=\"https://corefork.telegram.org/api/config#whitelisted-domains\">domain whitelist documentation »</a>.","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"url","type":"string","comment":"The actual URL"}]},{"kind":"class","name":"messageEntityMentionName","type":"MessageEntity","id":3699052864,"comment":"Message entity representing a <a href=\"https://corefork.telegram.org/api/mentions\">user mention</a>: for <em>creating</em> a mention use {@link RawInputMessageEntityMentionName}.","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"user_id","type":"int53","comment":"Identifier of the user that was mentioned"}]},{"kind":"class","name":"inputMessageEntityMentionName","type":"MessageEntity","id":546203849,"comment":"Message entity that can be used to create a user <a href=\"https://corefork.telegram.org/api/mentions\">user mention</a>: received mentions use the {@link RawMessageEntityMentionName} constructor, instead.","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"user_id","type":"InputUser","comment":"Identifier of the user that was mentioned"}]},{"kind":"class","name":"messageEntityPhone","type":"MessageEntity","id":2607407947,"comment":"Message entity representing a phone number.","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"}]},{"kind":"class","name":"messageEntityCashtag","type":"MessageEntity","id":1280209983,"comment":"Message entity representing a <strong>$cashtag</strong>.","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"}]},{"kind":"class","name":"messageEntityUnderline","type":"MessageEntity","id":2622389899,"comment":"Message entity representing underlined text.","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"}]},{"kind":"class","name":"messageEntityStrike","type":"MessageEntity","id":3204879316,"comment":"Message entity representing <del>strikethrough</del> text.","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"}]},{"kind":"class","name":"messageEntityBankCard","type":"MessageEntity","id":1981704948,"comment":"Indicates a credit card number","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"}]},{"kind":"class","name":"messageEntitySpoiler","type":"MessageEntity","id":852137487,"comment":"Message entity representing a spoiler","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"}]},{"kind":"class","name":"messageEntityCustomEmoji","type":"MessageEntity","id":3369010680,"comment":"Represents a custom emoji.<br>\nNote that this entity must wrap exactly one regular emoji (the one contained in {@link RawDocumentAttributeCustomEmoji}.<code>alt</code>) in the related text, otherwise the server will ignore it.","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"document_id","type":"long","comment":"Document ID of the <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji</a>, use {@link messages.RawGetCustomEmojiDocumentsRequest} to fetch the emoji animation and the actual emoji it represents."}]},{"kind":"class","name":"messageEntityBlockquote","type":"MessageEntity","id":34469328,"comment":"Message entity representing a block quote.","arguments":[{"name":"offset","type":"int","comment":"Offset of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"},{"name":"length","type":"int","comment":"Length of message entity within message (in <a href=\"https://corefork.telegram.org/api/entities#entity-length\">UTF-16 code units</a>)"}]},{"kind":"class","name":"inputChannelEmpty","type":"InputChannel","id":4002160262,"comment":"Represents the absence of a channel","arguments":[]},{"kind":"class","name":"inputChannel","type":"InputChannel","id":4082822184,"comment":"Represents a channel","arguments":[{"name":"channel_id","type":"int53","comment":"Channel ID"},{"name":"access_hash","type":"long","comment":"Access hash taken from the {@link RawChannel} constructor"}]},{"kind":"class","name":"inputChannelFromMessage","type":"InputChannel","id":1536380829,"comment":"Defines a <a href=\"https://corefork.telegram.org/api/min\">min</a> channel that was seen in a certain message of a certain chat.","arguments":[{"name":"peer","type":"InputPeer","comment":"The chat where the channel was seen"},{"name":"msg_id","type":"int","comment":"The message ID in the chat where the channel was seen"},{"name":"channel_id","type":"int53","comment":"The channel ID"}]},{"kind":"class","name":"contacts.resolvedPeer","type":"contacts.ResolvedPeer","id":2131196633,"comment":"Resolved peer","arguments":[{"name":"peer","type":"Peer","comment":"The peer"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users"}]},{"kind":"class","name":"messageRange","type":"MessageRange","id":182649427,"comment":"Indicates a range of chat messages","arguments":[{"name":"min_id","type":"int","comment":"Start of range (message ID)"},{"name":"max_id","type":"int","comment":"End of range (message ID)"}]},{"kind":"class","name":"updates.channelDifferenceEmpty","type":"updates.ChannelDifference","id":1041346555,"comment":"There are no new updates","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"final","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether there are more updates that must be fetched (always false)"},{"name":"pts","type":"int","comment":"The latest <a href=\"https://corefork.telegram.org/api/updates\">PTS</a>"},{"name":"timeout","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Clients are supposed to refetch the channel difference after timeout seconds have elapsed"}]},{"kind":"class","name":"updates.channelDifferenceTooLong","type":"updates.ChannelDifference","id":2763835134,"comment":"The provided <code>pts + limit < remote pts</code>. Simply, there are too many updates to be fetched (more than <code>limit</code>), the client has to resolve the update gap in one of the following ways (assuming the existence of a persistent database to locally store messages):\n\nIt should be also noted that some messages like live location messages shouldn't be deleted.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"final","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether there are more updates that must be fetched (always false)"},{"name":"timeout","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Clients are supposed to refetch the channel difference after timeout seconds have elapsed"},{"name":"dialog","type":"Dialog","comment":"Dialog containing the latest <a href=\"https://corefork.telegram.org/api/updates\">PTS</a> that can be used to reset the channel state"},{"name":"messages","type":"Message","typeModifiers":{"isVector":true},"comment":"The latest messages"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chats from messages"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users from messages"}]},{"kind":"class","name":"updates.channelDifference","type":"updates.ChannelDifference","id":543450958,"comment":"The new updates","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"final","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether there are more updates to be fetched using getDifference, starting from the provided <code>pts</code>"},{"name":"pts","type":"int","comment":"The <a href=\"https://corefork.telegram.org/api/updates\">PTS</a> from which to start getting updates the next time"},{"name":"timeout","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Clients are supposed to refetch the channel difference after timeout seconds have elapsed"},{"name":"new_messages","type":"Message","typeModifiers":{"isVector":true},"comment":"New messages"},{"name":"other_updates","type":"Update","typeModifiers":{"isVector":true},"comment":"Other updates"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users"}]},{"kind":"class","name":"channelMessagesFilterEmpty","type":"ChannelMessagesFilter","id":2496933607,"comment":"No filter","arguments":[]},{"kind":"class","name":"channelMessagesFilter","type":"ChannelMessagesFilter","id":3447183703,"comment":"Filter for getting only certain types of channel messages","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"exclude_new_messages","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether to exclude new messages from the search"},{"name":"ranges","type":"MessageRange","typeModifiers":{"isVector":true},"comment":"A range of messages to fetch"}]},{"kind":"class","name":"channelParticipant","type":"ChannelParticipant","id":3222013888,"comment":"Channel/supergroup participant","arguments":[{"name":"user_id","type":"int53","comment":"Participant user ID"},{"name":"date","type":"int","comment":"Date joined"}]},{"kind":"class","name":"channelParticipantSelf","type":"ChannelParticipant","id":900251559,"comment":"Myself","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"via_request","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether I joined upon specific approval of an admin"},{"name":"user_id","type":"int53","comment":"User ID"},{"name":"inviter_id","type":"int53","comment":"User that invited me to the channel/supergroup"},{"name":"date","type":"int","comment":"When did I join the channel/supergroup"}]},{"kind":"class","name":"channelParticipantCreator","type":"ChannelParticipant","id":803602899,"comment":"Channel/supergroup creator","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"user_id","type":"int53","comment":"User ID"},{"name":"admin_rights","type":"ChatAdminRights","comment":"Creator admin rights"},{"name":"rank","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"The role (rank) of the group creator in the group: just an arbitrary string, <code>admin</code> by default"}]},{"kind":"class","name":"channelParticipantAdmin","type":"ChannelParticipant","id":885242707,"comment":"Admin","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"can_edit","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Can this admin promote other admins with the same permissions?"},{"name":"self","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Is this the current user"},{"name":"user_id","type":"int53","comment":"Admin user ID"},{"name":"inviter_id","type":"int53","typeModifiers":{"predicate":"flags.1"},"comment":"User that invited the admin to the channel/group"},{"name":"promoted_by","type":"int53","comment":"User that promoted the user to admin"},{"name":"date","type":"int","comment":"When did the user join"},{"name":"admin_rights","type":"ChatAdminRights","comment":"Admin <a href=\"https://corefork.telegram.org/api/rights\">rights</a>"},{"name":"rank","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"The role (rank) of the admin in the group: just an arbitrary string, <code>admin</code> by default"}]},{"kind":"class","name":"channelParticipantBanned","type":"ChannelParticipant","id":1844969806,"comment":"Banned/kicked user","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"left","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the user has left the group"},{"name":"peer","type":"Peer","comment":"The banned peer"},{"name":"kicked_by","type":"int53","comment":"User was kicked by the specified admin"},{"name":"date","type":"int","comment":"When did the user join the group"},{"name":"banned_rights","type":"ChatBannedRights","comment":"Banned <a href=\"https://corefork.telegram.org/api/rights\">rights</a>"}]},{"kind":"class","name":"channelParticipantLeft","type":"ChannelParticipant","id":453242886,"comment":"A participant that left the channel/supergroup","arguments":[{"name":"peer","type":"Peer","comment":"The peer that left"}]},{"kind":"class","name":"channelParticipantsRecent","type":"ChannelParticipantsFilter","id":3728686201,"comment":"Fetch only recent participants","arguments":[]},{"kind":"class","name":"channelParticipantsAdmins","type":"ChannelParticipantsFilter","id":3026225513,"comment":"Fetch only admin participants","arguments":[]},{"kind":"class","name":"channelParticipantsKicked","type":"ChannelParticipantsFilter","id":2746567045,"comment":"Fetch only kicked participants","arguments":[{"name":"q","type":"string","comment":"Optional filter for searching kicked participants by name (otherwise empty)"}]},{"kind":"class","name":"channelParticipantsBots","type":"ChannelParticipantsFilter","id":2966521435,"comment":"Fetch only bot participants","arguments":[]},{"kind":"class","name":"channelParticipantsBanned","type":"ChannelParticipantsFilter","id":338142689,"comment":"Fetch only banned participants","arguments":[{"name":"q","type":"string","comment":"Optional filter for searching banned participants by name (otherwise empty)"}]},{"kind":"class","name":"channelParticipantsSearch","type":"ChannelParticipantsFilter","id":106343499,"comment":"Query participants by name","arguments":[{"name":"q","type":"string","comment":"Search query"}]},{"kind":"class","name":"channelParticipantsContacts","type":"ChannelParticipantsFilter","id":3144345741,"comment":"Fetch only participants that are also contacts","arguments":[{"name":"q","type":"string","comment":"Optional search query for searching contact participants by name"}]},{"kind":"class","name":"channelParticipantsMentions","type":"ChannelParticipantsFilter","id":3763035371,"comment":"This filter is used when looking for supergroup members to mention.<br>\nThis filter will automatically remove anonymous admins, and return even non-participant users that replied to a specific <a href=\"https://corefork.telegram.org/api/threads\">thread</a> through the <a href=\"https://corefork.telegram.org/api/threads#channel-comments\">comment section</a> of a channel.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"q","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Filter by user name or username"},{"name":"top_msg_id","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Look only for users that posted in this <a href=\"https://corefork.telegram.org/api/threads\">thread</a>"}]},{"kind":"class","name":"channels.channelParticipants","type":"channels.ChannelParticipants","id":2595290799,"comment":"Represents multiple channel participants","arguments":[{"name":"count","type":"int","comment":"Total number of participants that correspond to the given query"},{"name":"participants","type":"ChannelParticipant","typeModifiers":{"isVector":true},"comment":"Participants"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Mentioned chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users mentioned in participant info"}]},{"kind":"class","name":"channels.channelParticipantsNotModified","type":"channels.ChannelParticipants","id":4028055529,"comment":"No new participant info could be found","arguments":[]},{"kind":"class","name":"channels.channelParticipant","type":"channels.ChannelParticipant","id":3753378583,"comment":"Represents a channel participant","arguments":[{"name":"participant","type":"ChannelParticipant","comment":"The channel participant"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Mentioned chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users"}]},{"kind":"class","name":"help.termsOfService","type":"help.TermsOfService","id":2013922064,"comment":"Info about the latest telegram Terms Of Service","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"popup","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether a prompt must be showed to the user, in order to accept the new terms."},{"name":"id","type":"DataJSON","comment":"ID of the new terms"},{"name":"text","type":"string","comment":"Text of the new terms"},{"name":"entities","type":"MessageEntity","typeModifiers":{"isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"},{"name":"min_age_confirm","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Minimum age required to sign up to telegram, the user must confirm that they is older than the minimum age."}]},{"kind":"class","name":"messages.savedGifsNotModified","type":"messages.SavedGifs","id":3892468898,"comment":"No new saved gifs were found","arguments":[]},{"kind":"class","name":"messages.savedGifs","type":"messages.SavedGifs","id":2225089037,"comment":"Saved gifs","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"gifs","type":"Document","typeModifiers":{"isVector":true},"comment":"List of saved gifs"}]},{"kind":"class","name":"inputBotInlineMessageMediaAuto","type":"InputBotInlineMessage","id":864077702,"comment":"A media","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"invert_media","type":"true","typeModifiers":{"predicate":"flags.3"}},{"name":"message","type":"string","comment":"Caption"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Inline keyboard"}]},{"kind":"class","name":"inputBotInlineMessageText","type":"InputBotInlineMessage","id":1036876423,"comment":"Simple text message","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"no_webpage","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Disable webpage preview"},{"name":"invert_media","type":"true","typeModifiers":{"predicate":"flags.3"}},{"name":"message","type":"string","comment":"Message"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Inline keyboard"}]},{"kind":"class","name":"inputBotInlineMessageMediaGeo","type":"InputBotInlineMessage","id":2526190213,"comment":"Geolocation","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"geo_point","type":"InputGeoPoint","comment":"Geolocation"},{"name":"heading","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"For <a href=\"https://corefork.telegram.org/api/live-location\">live locations</a>, a direction in which the location moves, in degrees; 1-360"},{"name":"period","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Validity period"},{"name":"proximity_notification_radius","type":"int","typeModifiers":{"predicate":"flags.3"},"comment":"For <a href=\"https://corefork.telegram.org/api/live-location\">live locations</a>, a maximum distance to another chat member for proximity alerts, in meters (0-100000)"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Reply markup for bot/inline keyboards"}]},{"kind":"class","name":"inputBotInlineMessageMediaVenue","type":"InputBotInlineMessage","id":1098628881,"comment":"Venue","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"geo_point","type":"InputGeoPoint","comment":"Geolocation"},{"name":"title","type":"string","comment":"Venue name"},{"name":"address","type":"string","comment":"Address"},{"name":"provider","type":"string","comment":"Venue provider: currently only \"foursquare\" and \"gplaces\" (Google Places) need to be supported"},{"name":"venue_id","type":"string","comment":"Venue ID in the provider's database"},{"name":"venue_type","type":"string","comment":"Venue type in the provider's database"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Inline keyboard"}]},{"kind":"class","name":"inputBotInlineMessageMediaContact","type":"InputBotInlineMessage","id":2800599037,"comment":"A contact","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"phone_number","type":"string","comment":"Phone number"},{"name":"first_name","type":"string","comment":"First name"},{"name":"last_name","type":"string","comment":"Last name"},{"name":"vcard","type":"string","comment":"VCard info"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Inline keyboard"}]},{"kind":"class","name":"inputBotInlineMessageGame","type":"InputBotInlineMessage","id":1262639204,"comment":"A game","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Inline keyboard"}]},{"kind":"class","name":"inputBotInlineMessageMediaInvoice","type":"InputBotInlineMessage","id":3622273573,"comment":"An invoice","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"title","type":"string","comment":"Product name, 1-32 characters"},{"name":"description","type":"string","comment":"Product description, 1-255 characters"},{"name":"photo","type":"InputWebDocument","typeModifiers":{"predicate":"flags.0"},"comment":"Invoice photo"},{"name":"invoice","type":"Invoice","comment":"The invoice"},{"name":"payload","type":"bytes","comment":"Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use for your internal processes."},{"name":"provider","type":"string","comment":"Payments provider token, obtained via <a href=\"https://t.me/botfather\">Botfather</a>"},{"name":"provider_data","type":"DataJSON","comment":"A JSON-serialized object for data about the invoice, which will be shared with the payment provider. A detailed description of the required fields should be provided by the payment provider."},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Inline keyboard"}]},{"kind":"class","name":"inputBotInlineMessageMediaWebPage","type":"InputBotInlineMessage","id":3185362192,"arguments":[{"name":"flags","type":"#"},{"name":"invert_media","type":"true","typeModifiers":{"predicate":"flags.3"}},{"name":"force_large_media","type":"true","typeModifiers":{"predicate":"flags.4"}},{"name":"force_small_media","type":"true","typeModifiers":{"predicate":"flags.5"}},{"name":"optional","type":"true","typeModifiers":{"predicate":"flags.6"}},{"name":"message","type":"string"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.1","isVector":true}},{"name":"url","type":"string"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"}}]},{"kind":"class","name":"inputBotInlineResult","type":"InputBotInlineResult","id":2294256409,"comment":"An inline bot result","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"id","type":"string","comment":"ID of result"},{"name":"type","type":"string","comment":"Result type (see <a href=\"https://corefork.telegram.org/bots/api#inlinequeryresult\">bot API docs</a>)"},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Result title"},{"name":"description","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"Result description"},{"name":"url","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"URL of result"},{"name":"thumb","type":"InputWebDocument","typeModifiers":{"predicate":"flags.4"},"comment":"Thumbnail for result"},{"name":"content","type":"InputWebDocument","typeModifiers":{"predicate":"flags.5"},"comment":"Result contents"},{"name":"send_message","type":"InputBotInlineMessage","comment":"Message to send when the result is selected"}]},{"kind":"class","name":"inputBotInlineResultPhoto","type":"InputBotInlineResult","id":2832753831,"comment":"Photo","arguments":[{"name":"id","type":"string","comment":"Result ID"},{"name":"type","type":"string","comment":"Result type (see <a href=\"https://corefork.telegram.org/bots/api#inlinequeryresult\">bot API docs</a>)"},{"name":"photo","type":"InputPhoto","comment":"Photo to send"},{"name":"send_message","type":"InputBotInlineMessage","comment":"Message to send when the result is selected"}]},{"kind":"class","name":"inputBotInlineResultDocument","type":"InputBotInlineResult","id":4294507972,"comment":"Document (media of any type except for photos)","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"id","type":"string","comment":"Result ID"},{"name":"type","type":"string","comment":"Result type (see <a href=\"https://corefork.telegram.org/bots/api#inlinequeryresult\">bot API docs</a>)"},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Result title"},{"name":"description","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"Result description"},{"name":"document","type":"InputDocument","comment":"Document to send"},{"name":"send_message","type":"InputBotInlineMessage","comment":"Message to send when the result is selected"}]},{"kind":"class","name":"inputBotInlineResultGame","type":"InputBotInlineResult","id":1336154098,"comment":"Game","arguments":[{"name":"id","type":"string","comment":"Result ID"},{"name":"short_name","type":"string","comment":"Game short name"},{"name":"send_message","type":"InputBotInlineMessage","comment":"Message to send when the result is selected"}]},{"kind":"class","name":"botInlineMessageMediaAuto","type":"BotInlineMessage","id":1984755728,"comment":"Send whatever media is attached to the {@link RawBotInlineMediaResult}","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"invert_media","type":"true","typeModifiers":{"predicate":"flags.3"}},{"name":"message","type":"string","comment":"Caption"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Inline keyboard"}]},{"kind":"class","name":"botInlineMessageText","type":"BotInlineMessage","id":2357159394,"comment":"Send a simple text message","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"no_webpage","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Disable webpage preview"},{"name":"invert_media","type":"true","typeModifiers":{"predicate":"flags.3"}},{"name":"message","type":"string","comment":"The message"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Inline keyboard"}]},{"kind":"class","name":"botInlineMessageMediaGeo","type":"BotInlineMessage","id":85477117,"comment":"Send a geolocation","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"geo","type":"GeoPoint","comment":"Geolocation"},{"name":"heading","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"For <a href=\"https://corefork.telegram.org/api/live-location\">live locations</a>, a direction in which the location moves, in degrees; 1-360."},{"name":"period","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Validity period"},{"name":"proximity_notification_radius","type":"int","typeModifiers":{"predicate":"flags.3"},"comment":"For <a href=\"https://corefork.telegram.org/api/live-location\">live locations</a>, a maximum distance to another chat member for proximity alerts, in meters (0-100000)."},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Inline keyboard"}]},{"kind":"class","name":"botInlineMessageMediaVenue","type":"BotInlineMessage","id":2324063644,"comment":"Send a venue","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"geo","type":"GeoPoint","comment":"Geolocation of venue"},{"name":"title","type":"string","comment":"Venue name"},{"name":"address","type":"string","comment":"Address"},{"name":"provider","type":"string","comment":"Venue provider: currently only \"foursquare\" and \"gplaces\" (Google Places) need to be supported"},{"name":"venue_id","type":"string","comment":"Venue ID in the provider's database"},{"name":"venue_type","type":"string","comment":"Venue type in the provider's database"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Inline keyboard"}]},{"kind":"class","name":"botInlineMessageMediaContact","type":"BotInlineMessage","id":416402882,"comment":"Send a contact","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"phone_number","type":"string","comment":"Phone number"},{"name":"first_name","type":"string","comment":"First name"},{"name":"last_name","type":"string","comment":"Last name"},{"name":"vcard","type":"string","comment":"VCard info"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Inline keyboard"}]},{"kind":"class","name":"botInlineMessageMediaInvoice","type":"BotInlineMessage","id":894081801,"comment":"Send an invoice","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"shipping_address_requested","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Set this flag if you require the user's shipping address to complete the order"},{"name":"test","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Test invoice"},{"name":"title","type":"string","comment":"Product name, 1-32 characters"},{"name":"description","type":"string","comment":"Product description, 1-255 characters"},{"name":"photo","type":"WebDocument","typeModifiers":{"predicate":"flags.0"},"comment":"Product photo"},{"name":"currency","type":"string","comment":"Three-letter ISO 4217 <a href=\"https://corefork.telegram.org/bots/payments#supported-currencies\">currency</a> code"},{"name":"total_amount","type":"long","comment":"Total price in the smallest units of the currency (integer, not float/double). For example, for a price of <code>US$ 1.45</code> pass <code>amount = 145</code>. See the exp parameter in <a href=\"https://corefork.telegram.org/bots/payments/currencies.json\">currencies.json</a>, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies)."},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Inline keyboard"}]},{"kind":"class","name":"botInlineMessageMediaWebPage","type":"BotInlineMessage","id":2157631910,"arguments":[{"name":"flags","type":"#"},{"name":"invert_media","type":"true","typeModifiers":{"predicate":"flags.3"}},{"name":"force_large_media","type":"true","typeModifiers":{"predicate":"flags.4"}},{"name":"force_small_media","type":"true","typeModifiers":{"predicate":"flags.5"}},{"name":"manual","type":"true","typeModifiers":{"predicate":"flags.7"}},{"name":"safe","type":"true","typeModifiers":{"predicate":"flags.8"}},{"name":"message","type":"string"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.1","isVector":true}},{"name":"url","type":"string"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"}}]},{"kind":"class","name":"botInlineResult","type":"BotInlineResult","id":295067450,"comment":"Generic result","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"id","type":"string","comment":"Result ID"},{"name":"type","type":"string","comment":"Result type (see <a href=\"https://corefork.telegram.org/bots/api#inlinequeryresult\">bot API docs</a>)"},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Result title"},{"name":"description","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"Result description"},{"name":"url","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"URL of article or webpage"},{"name":"thumb","type":"WebDocument","typeModifiers":{"predicate":"flags.4"},"comment":"Thumbnail for the result"},{"name":"content","type":"WebDocument","typeModifiers":{"predicate":"flags.5"},"comment":"Content of the result"},{"name":"send_message","type":"BotInlineMessage","comment":"Message to send"}]},{"kind":"class","name":"botInlineMediaResult","type":"BotInlineResult","id":400266251,"comment":"Media result","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"id","type":"string","comment":"Result ID"},{"name":"type","type":"string","comment":"Result type (see <a href=\"https://corefork.telegram.org/bots/api#inlinequeryresult\">bot API docs</a>)"},{"name":"photo","type":"Photo","typeModifiers":{"predicate":"flags.0"},"comment":"If type is <code>photo</code>, the photo to send"},{"name":"document","type":"Document","typeModifiers":{"predicate":"flags.1"},"comment":"If type is <code>document</code>, the document to send"},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"Result title"},{"name":"description","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"Description"},{"name":"send_message","type":"BotInlineMessage","comment":"Depending on the <code>type</code> and on the <a href=\"https://corefork.telegram.org/type/BotInlineMessage\">constructor</a>, contains the caption of the media or the content of the message to be sent <strong>instead</strong> of the media"}]},{"kind":"class","name":"messages.botResults","type":"messages.BotResults","id":3760321270,"comment":"Result of a query to an inline bot","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"gallery","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the result is a picture gallery"},{"name":"query_id","type":"long","comment":"Query ID"},{"name":"next_offset","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"The next offset to use when navigating through results"},{"name":"switch_pm","type":"InlineBotSwitchPM","typeModifiers":{"predicate":"flags.2"},"comment":"Shown as a button on top of the remaining inline result list; if clicked, redirects the user to a private chat with the bot with the specified start parameter."},{"name":"switch_webview","type":"InlineBotWebView","typeModifiers":{"predicate":"flags.3"},"comment":"Shown as a button on top of the remaining inline result list; if clicked, opens the specified <a href=\"https://corefork.telegram.org/api/bots/webapps#simple-web-apps\">bot web app</a>."},{"name":"results","type":"BotInlineResult","typeModifiers":{"isVector":true},"comment":"The results"},{"name":"cache_time","type":"int","comment":"Caching validity of the results"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users mentioned in the results"}]},{"kind":"class","name":"exportedMessageLink","type":"ExportedMessageLink","id":1571494644,"comment":"Link to a message in a supergroup/channel","arguments":[{"name":"link","type":"string","comment":"URL"},{"name":"html","type":"string","comment":"Embed code"}]},{"kind":"class","name":"messageFwdHeader","type":"MessageFwdHeader","id":1601666510,"comment":"Info about a forwarded message","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"imported","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"Whether this message was <a href=\"https://corefork.telegram.org/api/import\">imported from a foreign chat service, click here for more info »</a>"},{"name":"from_id","type":"Peer","typeModifiers":{"predicate":"flags.0"},"comment":"The ID of the user that originally sent the message"},{"name":"from_name","type":"string","typeModifiers":{"predicate":"flags.5"},"comment":"The name of the user that originally sent the message"},{"name":"date","type":"int","comment":"When was the message originally sent"},{"name":"channel_post","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"ID of the channel message that was forwarded"},{"name":"post_author","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"For channels and if signatures are enabled, author of the channel message"},{"name":"saved_from_peer","type":"Peer","typeModifiers":{"predicate":"flags.4"},"comment":"Only for messages forwarded to the current user (inputPeerSelf), full info about the user/channel that originally sent the message"},{"name":"saved_from_msg_id","type":"int","typeModifiers":{"predicate":"flags.4"},"comment":"Only for messages forwarded to the current user (inputPeerSelf), ID of the message that was forwarded from the original user/channel"},{"name":"psa_type","type":"string","typeModifiers":{"predicate":"flags.6"},"comment":"PSA type"}]},{"kind":"class","name":"auth.codeTypeSms","type":"auth.CodeType","id":1923290508,"comment":"The next time, the authentication code will be delivered via an immediately canceled incoming call.","arguments":[]},{"kind":"class","name":"auth.codeTypeCall","type":"auth.CodeType","id":1948046307,"comment":"The next time, the authentication code is to be delivered via an outgoing phone call.","arguments":[]},{"kind":"class","name":"auth.codeTypeFlashCall","type":"auth.CodeType","id":577556219,"comment":"The next time, the authentication code will be delivered via an immediately canceled incoming call.","arguments":[]},{"kind":"class","name":"auth.codeTypeMissedCall","type":"auth.CodeType","id":3592083182,"comment":"The next time, the authentication code will be delivered via an immediately canceled incoming call, handled manually by the user.","arguments":[]},{"kind":"class","name":"auth.codeTypeFragmentSms","type":"auth.CodeType","id":116234636,"comment":"The next time, the authentication code will be delivered via <a href=\"https://fragment.com/\">fragment.com</a>","arguments":[]},{"kind":"class","name":"auth.sentCodeTypeApp","type":"auth.SentCodeType","id":1035688326,"comment":"The code was sent through the telegram app","arguments":[{"name":"length","type":"int","comment":"Length of the code in bytes"}]},{"kind":"class","name":"auth.sentCodeTypeSms","type":"auth.SentCodeType","id":3221273506,"comment":"The code was sent via SMS","arguments":[{"name":"length","type":"int","comment":"Length of the code in bytes"}]},{"kind":"class","name":"auth.sentCodeTypeCall","type":"auth.SentCodeType","id":1398007207,"comment":"The code will be sent via a phone call: a synthesized voice will tell the user which verification code to input.","arguments":[{"name":"length","type":"int","comment":"Length of the verification code"}]},{"kind":"class","name":"auth.sentCodeTypeFlashCall","type":"auth.SentCodeType","id":2869151449,"comment":"The code will be sent via a flash phone call, that will be closed immediately. The phone code will then be the phone number itself, just make sure that the phone number matches the specified pattern.","arguments":[{"name":"pattern","type":"string","comment":"<a href=\"https://corefork.telegram.org/api/pattern\">pattern</a> to match"}]},{"kind":"class","name":"auth.sentCodeTypeMissedCall","type":"auth.SentCodeType","id":2181063812,"comment":"The code will be sent via a flash phone call, that will be closed immediately. The last digits of the phone number that calls are the code that must be entered manually by the user.","arguments":[{"name":"prefix","type":"string","comment":"Prefix of the phone number from which the call will be made"},{"name":"length","type":"int","comment":"Length of the verification code"}]},{"kind":"class","name":"auth.sentCodeTypeEmailCode","type":"auth.SentCodeType","id":4098946459,"comment":"The code was sent via the <a href=\"https://corefork.telegram.org/api/auth#email-verification\">previously configured login email »</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"apple_signin_allowed","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether authorization through Apple ID is allowed"},{"name":"google_signin_allowed","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether authorization through Google ID is allowed"},{"name":"email_pattern","type":"string","comment":"<a href=\"https://corefork.telegram.org/api/pattern\">Pattern</a> of the email"},{"name":"length","type":"int","comment":"Length of the sent verification code"},{"name":"reset_available_period","type":"int","typeModifiers":{"predicate":"flags.3"},"comment":"Clients should wait for the specified amount of seconds before allowing the user to invoke {@link auth.RawResetLoginEmailRequest} (will be 0 for <a href=\"https://corefork.telegram.org/api/premium\">Premium</a> users)."},{"name":"reset_pending_date","type":"int","typeModifiers":{"predicate":"flags.4"},"comment":"An email reset was already requested, and will occur at the specified date."}]},{"kind":"class","name":"auth.sentCodeTypeSetUpEmailRequired","type":"auth.SentCodeType","id":2773032426,"comment":"The user should add and verify an email address in order to login as described <a href=\"https://corefork.telegram.org/api/auth#email-verification\">here »</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"apple_signin_allowed","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether authorization through Apple ID is allowed"},{"name":"google_signin_allowed","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether authorization through Google ID is allowed"}]},{"kind":"class","name":"auth.sentCodeTypeFragmentSms","type":"auth.SentCodeType","id":3646315577,"comment":"The code was delivered via <a href=\"https://fragment.com/\">fragment.com</a>.","arguments":[{"name":"url","type":"string","comment":"Open the specified URL to log into <a href=\"https://fragment.com/\">fragment.com</a> with the wallet that owns the specified phone number and view the code."},{"name":"length","type":"int","comment":"Length of the delivered code."}]},{"kind":"class","name":"auth.sentCodeTypeFirebaseSms","type":"auth.SentCodeType","id":3850048562,"comment":"An authentication code should be delivered via SMS after Firebase attestation, as described in the <a href=\"https://corefork.telegram.org/api/auth\">auth documentation »</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"nonce","type":"bytes","typeModifiers":{"predicate":"flags.0"},"comment":"On Android, the nonce to be used as described in the <a href=\"https://corefork.telegram.org/api/auth\">auth documentation »</a>"},{"name":"receipt","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"On iOS, must be compared with the <code>receipt</code> extracted from the received push notification."},{"name":"push_timeout","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"On iOS: if a push notification with the <code>ios_push_secret</code> isn't received within <code>push_timeout</code> seconds, the <code>next_type</code> authentication method must be used, with {@link auth.RawResendCodeRequest}."},{"name":"length","type":"int","comment":"Length of the code that will be delivered."}]},{"kind":"class","name":"messages.botCallbackAnswer","type":"messages.BotCallbackAnswer","id":911761060,"comment":"Callback answer sent by the bot in response to a button press","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"alert","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether an alert should be shown to the user instead of a toast notification"},{"name":"has_url","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether an URL is present"},{"name":"native_ui","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether to show games in WebView or in native UI."},{"name":"message","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Alert to show"},{"name":"url","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"URL to open"},{"name":"cache_time","type":"int","comment":"For how long should this answer be cached"}]},{"kind":"class","name":"messages.messageEditData","type":"messages.MessageEditData","id":649453030,"comment":"Message edit data for media","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"caption","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Media caption, if the specified media's caption can be edited"}]},{"kind":"class","name":"inputBotInlineMessageID","type":"InputBotInlineMessageID","id":2299280777,"comment":"Represents a sent inline message from the perspective of a bot (legacy constructor)","arguments":[{"name":"dc_id","type":"int","comment":"DC ID to use when working with this inline message"},{"name":"id","type":"long","comment":"ID of message, contains both the (32-bit, legacy) owner ID and the message ID, used only for Bot API backwards compatibility with 32-bit user ID."},{"name":"access_hash","type":"long","comment":"Access hash of message"}]},{"kind":"class","name":"inputBotInlineMessageID64","type":"InputBotInlineMessageID","id":3067680215,"comment":"Represents a sent inline message from the perspective of a bot","arguments":[{"name":"dc_id","type":"int","comment":"DC ID to use when working with this inline message"},{"name":"owner_id","type":"long","comment":"ID of the owner of this message"},{"name":"id","type":"int","comment":"ID of message"},{"name":"access_hash","type":"long","comment":"Access hash of message"}]},{"kind":"class","name":"inlineBotSwitchPM","type":"InlineBotSwitchPM","id":1008755359,"comment":"The bot requested the user to message them in private","arguments":[{"name":"text","type":"string","comment":"Text for the button that switches the user to a private chat with the bot and sends the bot a start message with the parameter <code>start_parameter</code> (can be empty)"},{"name":"start_param","type":"string","comment":"The parameter for the <code>/start parameter</code>"}]},{"kind":"class","name":"messages.peerDialogs","type":"messages.PeerDialogs","id":863093588,"comment":"Dialog info of multiple peers","arguments":[{"name":"dialogs","type":"Dialog","typeModifiers":{"isVector":true},"comment":"Dialog info"},{"name":"messages","type":"Message","typeModifiers":{"isVector":true},"comment":"Messages mentioned in dialog info"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users"},{"name":"state","type":"updates.State","comment":"Current <a href=\"https://corefork.telegram.org/api/updates\">update state of dialog</a>"}]},{"kind":"class","name":"topPeer","type":"TopPeer","id":3989684315,"comment":"Top peer","arguments":[{"name":"peer","type":"Peer","comment":"Peer"},{"name":"rating","type":"double","comment":"Rating as computed in <a href=\"https://corefork.telegram.org/api/top-rating\">top peer rating »</a>"}]},{"kind":"class","name":"topPeerCategoryBotsPM","type":"TopPeerCategory","id":2875595611,"comment":"Most used bots","arguments":[]},{"kind":"class","name":"topPeerCategoryBotsInline","type":"TopPeerCategory","id":344356834,"comment":"Most used inline bots","arguments":[]},{"kind":"class","name":"topPeerCategoryCorrespondents","type":"TopPeerCategory","id":104314861,"comment":"Users we've chatted most frequently with","arguments":[]},{"kind":"class","name":"topPeerCategoryGroups","type":"TopPeerCategory","id":3172442442,"comment":"Often-opened groups and supergroups","arguments":[]},{"kind":"class","name":"topPeerCategoryChannels","type":"TopPeerCategory","id":371037736,"comment":"Most frequently visited channels","arguments":[]},{"kind":"class","name":"topPeerCategoryPhoneCalls","type":"TopPeerCategory","id":511092620,"comment":"Most frequently called users","arguments":[]},{"kind":"class","name":"topPeerCategoryForwardUsers","type":"TopPeerCategory","id":2822794409,"comment":"Users to which the users often forwards messages to","arguments":[]},{"kind":"class","name":"topPeerCategoryForwardChats","type":"TopPeerCategory","id":4226728176,"comment":"Chats to which the users often forwards messages to","arguments":[]},{"kind":"class","name":"topPeerCategoryPeers","type":"TopPeerCategoryPeers","id":4219683473,"comment":"Top peer category","arguments":[{"name":"category","type":"TopPeerCategory","comment":"Top peer category of peers"},{"name":"count","type":"int","comment":"Count of peers"},{"name":"peers","type":"TopPeer","typeModifiers":{"isVector":true},"comment":"Peers"}]},{"kind":"class","name":"contacts.topPeersNotModified","type":"contacts.TopPeers","id":3727060725,"comment":"Top peer info hasn't changed","arguments":[]},{"kind":"class","name":"contacts.topPeers","type":"contacts.TopPeers","id":1891070632,"comment":"Top peers","arguments":[{"name":"categories","type":"TopPeerCategoryPeers","typeModifiers":{"isVector":true},"comment":"Top peers by top peer category"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users"}]},{"kind":"class","name":"contacts.topPeersDisabled","type":"contacts.TopPeers","id":3039597469,"comment":"Top peers disabled","arguments":[]},{"kind":"class","name":"draftMessageEmpty","type":"DraftMessage","id":453805082,"comment":"Empty draft","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"date","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"When was the draft last updated"}]},{"kind":"class","name":"draftMessage","id":1070397423,"type":"DraftMessage","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"no_webpage","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether no webpage preview will be generated"},{"name":"invert_media","type":"true","typeModifiers":{"predicate":"flags.6"}},{"name":"reply_to","type":"InputReplyTo","typeModifiers":{"predicate":"flags.4"}},{"name":"message","type":"string","comment":"The draft"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.3","isVector":true},"comment":"Message <a href=\"https://corefork.telegram.org/api/entities\">entities</a> for styled text."},{"name":"media","type":"InputMedia","typeModifiers":{"predicate":"flags.5"}},{"name":"date","type":"int","comment":"Date of last update of the draft."}],"comment":"Represents a message <a href=\"https://corefork.telegram.org/api/drafts\">draft</a>."},{"kind":"class","name":"messages.featuredStickersNotModified","type":"messages.FeaturedStickers","id":3336309862,"comment":"Featured stickers haven't changed","arguments":[{"name":"count","type":"int","comment":"Total number of featured stickers"}]},{"kind":"class","name":"messages.featuredStickers","type":"messages.FeaturedStickers","id":3191351558,"comment":"Featured stickersets","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"premium","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether this is a premium stickerset"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"count","type":"int","comment":"Total number of featured stickers"},{"name":"sets","type":"StickerSetCovered","typeModifiers":{"isVector":true},"comment":"Featured stickersets"},{"name":"unread","type":"long","typeModifiers":{"isVector":true},"comment":"IDs of new featured stickersets"}]},{"kind":"class","name":"messages.recentStickersNotModified","type":"messages.RecentStickers","id":186120336,"comment":"No new recent sticker was found","arguments":[]},{"kind":"class","name":"messages.recentStickers","type":"messages.RecentStickers","id":2295561302,"comment":"Recently used stickers","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"packs","type":"StickerPack","typeModifiers":{"isVector":true},"comment":"Emojis associated to stickers"},{"name":"stickers","type":"Document","typeModifiers":{"isVector":true},"comment":"Recent stickers"},{"name":"dates","type":"int","typeModifiers":{"isVector":true},"comment":"When was each sticker last used"}]},{"kind":"class","name":"messages.archivedStickers","type":"messages.ArchivedStickers","id":1338747336,"comment":"Archived stickersets","arguments":[{"name":"count","type":"int","comment":"Number of archived stickers"},{"name":"sets","type":"StickerSetCovered","typeModifiers":{"isVector":true},"comment":"Archived stickersets"}]},{"kind":"class","name":"messages.stickerSetInstallResultSuccess","type":"messages.StickerSetInstallResult","id":946083368,"comment":"The stickerset was installed successfully","arguments":[]},{"kind":"class","name":"messages.stickerSetInstallResultArchive","type":"messages.StickerSetInstallResult","id":904138920,"comment":"The stickerset was installed, but since there are too many stickersets some were archived","arguments":[{"name":"sets","type":"StickerSetCovered","typeModifiers":{"isVector":true},"comment":"Archived stickersets"}]},{"kind":"class","name":"stickerSetCovered","type":"StickerSetCovered","id":1678812626,"comment":"Stickerset with a single sticker as preview","arguments":[{"name":"set","type":"StickerSet","comment":"Stickerset"},{"name":"cover","type":"Document","comment":"Preview"}]},{"kind":"class","name":"stickerSetMultiCovered","type":"StickerSetCovered","id":872932635,"comment":"Stickerset, with multiple stickers as preview","arguments":[{"name":"set","type":"StickerSet","comment":"Stickerset"},{"name":"covers","type":"Document","typeModifiers":{"isVector":true},"comment":"Preview stickers"}]},{"kind":"class","name":"stickerSetFullCovered","type":"StickerSetCovered","id":1087454222,"comment":"Stickerset preview with all stickers of the stickerset included.<br>\nCurrently used only for <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji stickersets</a>, to avoid a further call to {@link messages.RawGetStickerSetRequest}.","arguments":[{"name":"set","type":"StickerSet","comment":"Stickerset"},{"name":"packs","type":"StickerPack","typeModifiers":{"isVector":true},"comment":"Emoji information about every sticker in the stickerset"},{"name":"keywords","type":"StickerKeyword","typeModifiers":{"isVector":true},"comment":"Keywords for some or every sticker in the stickerset."},{"name":"documents","type":"Document","typeModifiers":{"isVector":true},"comment":"Stickers"}]},{"kind":"class","name":"stickerSetNoCovered","type":"StickerSetCovered","id":2008112412,"comment":"Just the stickerset information, with no previews.","arguments":[{"name":"set","type":"StickerSet","comment":"Stickerset information."}]},{"kind":"class","name":"maskCoords","type":"MaskCoords","id":2933316530,"comment":"Position on a photo where a mask should be placed when <a href=\"https://corefork.telegram.org/api/stickers#attached-stickers\">attaching stickers to media »</a>\n\nThe <code>n</code> position indicates where the mask should be placed:","arguments":[{"name":"n","type":"int","comment":"Part of the face, relative to which the mask should be placed"},{"name":"x","type":"double","comment":"Shift by X-axis measured in widths of the mask scaled to the face size, from left to right. (For example, -1.0 will place the mask just to the left of the default mask position)"},{"name":"y","type":"double","comment":"Shift by Y-axis measured in widths of the mask scaled to the face size, from left to right. (For example, -1.0 will place the mask just below the default mask position)"},{"name":"zoom","type":"double","comment":"Mask scaling coefficient. (For example, 2.0 means a doubled size)"}]},{"kind":"class","name":"inputStickeredMediaPhoto","type":"InputStickeredMedia","id":1251549527,"comment":"A photo with stickers attached","arguments":[{"name":"id","type":"InputPhoto","comment":"The photo"}]},{"kind":"class","name":"inputStickeredMediaDocument","type":"InputStickeredMedia","id":70813275,"comment":"A document with stickers attached","arguments":[{"name":"id","type":"InputDocument","comment":"The document"}]},{"kind":"class","name":"game","type":"Game","id":3187238203,"comment":"Indicates an already sent game","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"id","type":"long","comment":"ID of the game"},{"name":"access_hash","type":"long","comment":"Access hash of the game"},{"name":"short_name","type":"string","comment":"Short name for the game"},{"name":"title","type":"string","comment":"Title of the game"},{"name":"description","type":"string","comment":"Game description"},{"name":"photo","type":"Photo","comment":"Game preview"},{"name":"document","type":"Document","typeModifiers":{"predicate":"flags.0"},"comment":"Optional attached document"}]},{"kind":"class","name":"inputGameID","type":"InputGame","id":53231223,"comment":"Indicates an already sent game","arguments":[{"name":"id","type":"long","comment":"game ID from <a href=\"https://corefork.telegram.org/type/Game\">Game</a> constructor"},{"name":"access_hash","type":"long","comment":"access hash from <a href=\"https://corefork.telegram.org/type/Game\">Game</a> constructor"}]},{"kind":"class","name":"inputGameShortName","type":"InputGame","id":3274827786,"comment":"Game by short name","arguments":[{"name":"bot_id","type":"InputUser","comment":"The bot that provides the game"},{"name":"short_name","type":"string","comment":"The game's short name, usually obtained from a <a href=\"https://corefork.telegram.org/api/links#game-links\">game link »</a>"}]},{"kind":"class","name":"highScore","type":"HighScore","id":1940093419,"comment":"Game highscore","arguments":[{"name":"pos","type":"int","comment":"Position in highscore list"},{"name":"user_id","type":"int53","comment":"User ID"},{"name":"score","type":"int","comment":"Score"}]},{"kind":"class","name":"messages.highScores","type":"messages.HighScores","id":2587622809,"comment":"Highscores in a game","arguments":[{"name":"scores","type":"HighScore","typeModifiers":{"isVector":true},"comment":"Highscores"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users, associated to the highscores"}]},{"kind":"class","name":"textEmpty","type":"RichText","id":3695018575,"comment":"Empty rich text element","arguments":[]},{"kind":"class","name":"textPlain","type":"RichText","id":1950782688,"comment":"Plain text","arguments":[{"name":"text","type":"string","comment":"Text"}]},{"kind":"class","name":"textBold","type":"RichText","id":1730456516,"comment":"<strong>Bold</strong> text","arguments":[{"name":"text","type":"RichText","comment":"Text"}]},{"kind":"class","name":"textItalic","type":"RichText","id":3641877916,"comment":"<em>Italic</em> text","arguments":[{"name":"text","type":"RichText","comment":"Text"}]},{"kind":"class","name":"textUnderline","type":"RichText","id":3240501956,"comment":"Underlined text","arguments":[{"name":"text","type":"RichText","comment":"Text"}]},{"kind":"class","name":"textStrike","type":"RichText","id":2616769429,"comment":"<del>Strikethrough</del> text","arguments":[{"name":"text","type":"RichText","comment":"Text"}]},{"kind":"class","name":"textFixed","type":"RichText","id":1816074681,"comment":"<code>fixed-width</code> rich text","arguments":[{"name":"text","type":"RichText","comment":"Text"}]},{"kind":"class","name":"textUrl","type":"RichText","id":1009288385,"comment":"Link","arguments":[{"name":"text","type":"RichText","comment":"Text of link"},{"name":"url","type":"string","comment":"Webpage HTTP URL"},{"name":"webpage_id","type":"long","comment":"If a preview was already generated for the page, the page ID"}]},{"kind":"class","name":"textEmail","type":"RichText","id":3730443734,"comment":"Rich text email link","arguments":[{"name":"text","type":"RichText","comment":"Link text"},{"name":"email","type":"string","comment":"Email address"}]},{"kind":"class","name":"textConcat","type":"RichText","id":2120376535,"comment":"Concatenation of rich texts","arguments":[{"name":"texts","type":"RichText","typeModifiers":{"isVector":true},"comment":"Concatenated rich texts"}]},{"kind":"class","name":"textSubscript","type":"RichText","id":3983181060,"comment":"Subscript text","arguments":[{"name":"text","type":"RichText","comment":"Text"}]},{"kind":"class","name":"textSuperscript","type":"RichText","id":3355139585,"comment":"Superscript text","arguments":[{"name":"text","type":"RichText","comment":"Text"}]},{"kind":"class","name":"textMarked","type":"RichText","id":55281185,"comment":"Highlighted text","arguments":[{"name":"text","type":"RichText","comment":"Text"}]},{"kind":"class","name":"textPhone","type":"RichText","id":483104362,"comment":"Rich text linked to a phone number","arguments":[{"name":"text","type":"RichText","comment":"Text"},{"name":"phone","type":"string","comment":"Phone number"}]},{"kind":"class","name":"textImage","type":"RichText","id":136105807,"comment":"Inline image","arguments":[{"name":"document_id","type":"long","comment":"Document ID"},{"name":"w","type":"int","comment":"Width"},{"name":"h","type":"int","comment":"Height"}]},{"kind":"class","name":"textAnchor","type":"RichText","id":894777186,"comment":"Text linking to another section of the page","arguments":[{"name":"text","type":"RichText","comment":"Text"},{"name":"name","type":"string","comment":"Section name"}]},{"kind":"class","name":"pageBlockUnsupported","type":"PageBlock","id":324435594,"comment":"Unsupported IV element","arguments":[]},{"kind":"class","name":"pageBlockTitle","type":"PageBlock","id":1890305021,"comment":"Title","arguments":[{"name":"text","type":"RichText","comment":"Title"}]},{"kind":"class","name":"pageBlockSubtitle","type":"PageBlock","id":2415565343,"comment":"Subtitle","arguments":[{"name":"text","type":"RichText","comment":"Text"}]},{"kind":"class","name":"pageBlockAuthorDate","type":"PageBlock","id":3132089824,"comment":"Author and date of creation of article","arguments":[{"name":"author","type":"RichText","comment":"Author name"},{"name":"published_date","type":"int","comment":"Date of publication"}]},{"kind":"class","name":"pageBlockHeader","type":"PageBlock","id":3218105580,"comment":"Page header","arguments":[{"name":"text","type":"RichText","comment":"Contents"}]},{"kind":"class","name":"pageBlockSubheader","type":"PageBlock","id":4046173921,"comment":"Subheader","arguments":[{"name":"text","type":"RichText","comment":"Subheader"}]},{"kind":"class","name":"pageBlockParagraph","type":"PageBlock","id":1182402406,"comment":"A paragraph","arguments":[{"name":"text","type":"RichText","comment":"Text"}]},{"kind":"class","name":"pageBlockPreformatted","type":"PageBlock","id":3228621118,"comment":"Preformatted (<code><pre></code> text)","arguments":[{"name":"text","type":"RichText","comment":"Text"},{"name":"language","type":"string","comment":"Programming language of preformatted text"}]},{"kind":"class","name":"pageBlockFooter","type":"PageBlock","id":1216809369,"comment":"Page footer","arguments":[{"name":"text","type":"RichText","comment":"Contents"}]},{"kind":"class","name":"pageBlockDivider","type":"PageBlock","id":3676352904,"comment":"An empty block separating a page","arguments":[]},{"kind":"class","name":"pageBlockAnchor","type":"PageBlock","id":3456972720,"comment":"Link to section within the page itself (like <code><a href=\"#target\">anchor</a></code>)","arguments":[{"name":"name","type":"string","comment":"Name of target section"}]},{"kind":"class","name":"pageBlockList","type":"PageBlock","id":3840442385,"comment":"Unordered list of IV blocks","arguments":[{"name":"items","type":"PageListItem","typeModifiers":{"isVector":true},"comment":"List of blocks in an IV page"}]},{"kind":"class","name":"pageBlockBlockquote","type":"PageBlock","id":641563686,"comment":"Quote (equivalent to the HTML <code><blockquote></code>)","arguments":[{"name":"text","type":"RichText","comment":"Quote contents"},{"name":"caption","type":"RichText","comment":"Caption"}]},{"kind":"class","name":"pageBlockPullquote","type":"PageBlock","id":1329878739,"comment":"Pullquote","arguments":[{"name":"text","type":"RichText","comment":"Text"},{"name":"caption","type":"RichText","comment":"Caption"}]},{"kind":"class","name":"pageBlockPhoto","type":"PageBlock","id":391759200,"comment":"A photo","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"photo_id","type":"long","comment":"Photo ID"},{"name":"caption","type":"PageCaption","comment":"Caption"},{"name":"url","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"HTTP URL of page the photo leads to when clicked"},{"name":"webpage_id","type":"long","typeModifiers":{"predicate":"flags.0"},"comment":"ID of preview of the page the photo leads to when clicked"}]},{"kind":"class","name":"pageBlockVideo","type":"PageBlock","id":2089805750,"comment":"Video","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"autoplay","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the video is set to autoplay"},{"name":"loop","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the video is set to loop"},{"name":"video_id","type":"long","comment":"Video ID"},{"name":"caption","type":"PageCaption","comment":"Caption"}]},{"kind":"class","name":"pageBlockCover","type":"PageBlock","id":972174080,"comment":"A page cover","arguments":[{"name":"cover","type":"PageBlock","comment":"Cover"}]},{"kind":"class","name":"pageBlockEmbed","type":"PageBlock","id":2826014149,"comment":"An embedded webpage","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"full_width","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the block should be full width"},{"name":"allow_scrolling","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether scrolling should be allowed"},{"name":"url","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Web page URL, if available"},{"name":"html","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"HTML-markup of the embedded page"},{"name":"poster_photo_id","type":"long","typeModifiers":{"predicate":"flags.4"},"comment":"Poster photo, if available"},{"name":"w","type":"int","typeModifiers":{"predicate":"flags.5"},"comment":"Block width, if known"},{"name":"h","type":"int","typeModifiers":{"predicate":"flags.5"},"comment":"Block height, if known"},{"name":"caption","type":"PageCaption","comment":"Caption"}]},{"kind":"class","name":"pageBlockEmbedPost","type":"PageBlock","id":4065961995,"comment":"An embedded post","arguments":[{"name":"url","type":"string","comment":"Web page URL"},{"name":"webpage_id","type":"long","comment":"ID of generated webpage preview"},{"name":"author_photo_id","type":"long","comment":"ID of the author's photo"},{"name":"author","type":"string","comment":"Author name"},{"name":"date","type":"int","comment":"Creation date"},{"name":"blocks","type":"PageBlock","typeModifiers":{"isVector":true},"comment":"Post contents"},{"name":"caption","type":"PageCaption","comment":"Caption"}]},{"kind":"class","name":"pageBlockCollage","type":"PageBlock","id":1705048653,"comment":"Collage of media","arguments":[{"name":"items","type":"PageBlock","typeModifiers":{"isVector":true},"comment":"Media elements"},{"name":"caption","type":"PageCaption","comment":"Caption"}]},{"kind":"class","name":"pageBlockSlideshow","type":"PageBlock","id":52401552,"comment":"Slideshow","arguments":[{"name":"items","type":"PageBlock","typeModifiers":{"isVector":true},"comment":"Slideshow items"},{"name":"caption","type":"PageCaption","comment":"Caption"}]},{"kind":"class","name":"pageBlockChannel","type":"PageBlock","id":4011282869,"comment":"Reference to a telegram channel","arguments":[{"name":"channel","type":"Chat","comment":"The channel/supergroup/chat"}]},{"kind":"class","name":"pageBlockAudio","type":"PageBlock","id":2151899626,"comment":"Audio","arguments":[{"name":"audio_id","type":"long","comment":"Audio ID (to be fetched from the container {@link RawPage} constructor"},{"name":"caption","type":"PageCaption","comment":"Audio caption"}]},{"kind":"class","name":"pageBlockKicker","type":"PageBlock","id":504660880,"comment":"Kicker","arguments":[{"name":"text","type":"RichText","comment":"Contents"}]},{"kind":"class","name":"pageBlockTable","type":"PageBlock","id":3209554562,"comment":"Table","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"bordered","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Does the table have a visible border?"},{"name":"striped","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Is the table striped?"},{"name":"title","type":"RichText","comment":"Title"},{"name":"rows","type":"PageTableRow","typeModifiers":{"isVector":true},"comment":"Table rows"}]},{"kind":"class","name":"pageBlockOrderedList","type":"PageBlock","id":2592793057,"comment":"Ordered list of IV blocks","arguments":[{"name":"items","type":"PageListOrderedItem","typeModifiers":{"isVector":true},"comment":"List items"}]},{"kind":"class","name":"pageBlockDetails","type":"PageBlock","id":1987480557,"comment":"A collapsible details block","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"open","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the block is open by default"},{"name":"blocks","type":"PageBlock","typeModifiers":{"isVector":true},"comment":"Block contents"},{"name":"title","type":"RichText","comment":"Always visible heading for the block"}]},{"kind":"class","name":"pageBlockRelatedArticles","type":"PageBlock","id":370236054,"comment":"Related articles","arguments":[{"name":"title","type":"RichText","comment":"Title"},{"name":"articles","type":"PageRelatedArticle","typeModifiers":{"isVector":true},"comment":"Related articles"}]},{"kind":"class","name":"pageBlockMap","type":"PageBlock","id":2756656886,"comment":"A map","arguments":[{"name":"geo","type":"GeoPoint","comment":"Location of the map center"},{"name":"zoom","type":"int","comment":"Map zoom level; 13-20"},{"name":"w","type":"int","comment":"Map width in pixels before applying scale; 16-102"},{"name":"h","type":"int","comment":"Map height in pixels before applying scale; 16-1024"},{"name":"caption","type":"PageCaption","comment":"Caption"}]},{"kind":"class","name":"phoneCallDiscardReasonMissed","type":"PhoneCallDiscardReason","id":2246320897,"comment":"The phone call was missed","arguments":[]},{"kind":"class","name":"phoneCallDiscardReasonDisconnect","type":"PhoneCallDiscardReason","id":3767910816,"comment":"The phone call was disconnected","arguments":[]},{"kind":"class","name":"phoneCallDiscardReasonHangup","type":"PhoneCallDiscardReason","id":1471006352,"comment":"The phone call was ended normally","arguments":[]},{"kind":"class","name":"phoneCallDiscardReasonBusy","type":"PhoneCallDiscardReason","id":4210550985,"comment":"The phone call was discarded because the user is busy in another call","arguments":[]},{"kind":"class","name":"dataJSON","type":"DataJSON","id":2104790276,"comment":"Represents a json-encoded object","arguments":[{"name":"data","type":"string","comment":"JSON-encoded object"}]},{"kind":"class","name":"labeledPrice","type":"LabeledPrice","id":3408489464,"comment":"This object represents a portion of the price for goods or services.","arguments":[{"name":"label","type":"string","comment":"Portion label"},{"name":"amount","type":"long","comment":"Price of the product in the smallest units of the currency (integer, not float/double). For example, for a price of <code>US$ 1.45</code> pass <code>amount = 145</code>. See the exp parameter in <a href=\"https://corefork.telegram.org/bots/payments/currencies.json\">currencies.json</a>, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies)."}]},{"kind":"class","name":"invoice","id":1572428309,"type":"Invoice","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"test","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Test invoice"},{"name":"name_requested","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Set this flag if you require the user's full name to complete the order"},{"name":"phone_requested","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Set this flag if you require the user's phone number to complete the order"},{"name":"email_requested","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Set this flag if you require the user's email address to complete the order"},{"name":"shipping_address_requested","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Set this flag if you require the user's shipping address to complete the order"},{"name":"flexible","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Set this flag if the final price depends on the shipping method"},{"name":"phone_to_provider","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Set this flag if user's phone number should be sent to provider"},{"name":"email_to_provider","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"Set this flag if user's email address should be sent to provider"},{"name":"recurring","type":"true","typeModifiers":{"predicate":"flags.9"},"comment":"Whether this is a recurring payment"},{"name":"currency","type":"string","comment":"Three-letter ISO 4217 <a href=\"https://corefork.telegram.org/bots/payments#supported-currencies\">currency</a> code"},{"name":"prices","type":"LabeledPrice","typeModifiers":{"isVector":true},"comment":"Price breakdown, a list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.)"},{"name":"max_tip_amount","type":"long","typeModifiers":{"predicate":"flags.8"},"comment":"The maximum accepted amount for tips in the smallest units of the currency (integer, not float/double). For example, for a price of <code>US$ 1.45</code> pass <code>amount = 145</code>. See the exp parameter in <a href=\"https://corefork.telegram.org/bots/payments/currencies.json\">currencies.json</a>, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies)."},{"name":"suggested_tip_amounts","type":"long","typeModifiers":{"predicate":"flags.8","isVector":true},"comment":"A vector of suggested amounts of tips in the <em>smallest units</em> of the currency (integer, not float/double). At most 4 suggested tip amounts can be specified. The suggested tip amounts must be positive, passed in a strictly increased order and must not exceed <code>max_tip_amount</code>."},{"name":"terms_url","type":"string","typeModifiers":{"predicate":"flags.10"},"comment":"Terms of service URL"}],"comment":"Invoice"},{"kind":"class","name":"paymentCharge","type":"PaymentCharge","id":3926049406,"comment":"Payment identifier","arguments":[{"name":"id","type":"string","comment":"Telegram payment identifier"},{"name":"provider_charge_id","type":"string","comment":"Provider payment identifier"}]},{"kind":"class","name":"postAddress","type":"PostAddress","id":512535275,"comment":"Shipping address","arguments":[{"name":"street_line1","type":"string","comment":"First line for the address"},{"name":"street_line2","type":"string","comment":"Second line for the address"},{"name":"city","type":"string","comment":"City"},{"name":"state","type":"string","comment":"State, if applicable (empty otherwise)"},{"name":"country_iso2","type":"string","comment":"ISO 3166-1 alpha-2 country code"},{"name":"post_code","type":"string","comment":"Address post code"}]},{"kind":"class","name":"paymentRequestedInfo","type":"PaymentRequestedInfo","id":2426158996,"comment":"Order info provided by the user","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"name","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"User's full name"},{"name":"phone","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"User's phone number"},{"name":"email","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"User's email address"},{"name":"shipping_address","type":"PostAddress","typeModifiers":{"predicate":"flags.3"},"comment":"User's shipping address"}]},{"kind":"class","name":"paymentSavedCredentialsCard","type":"PaymentSavedCredentials","id":3452074527,"comment":"Saved credit card","arguments":[{"name":"id","type":"string","comment":"Card ID"},{"name":"title","type":"string","comment":"Title"}]},{"kind":"class","name":"webDocument","type":"WebDocument","id":475467473,"comment":"Remote document","arguments":[{"name":"url","type":"string","comment":"Document URL"},{"name":"access_hash","type":"long","comment":"Access hash"},{"name":"size","type":"int","comment":"File size"},{"name":"mime_type","type":"string","comment":"MIME type"},{"name":"attributes","type":"DocumentAttribute","typeModifiers":{"isVector":true},"comment":"Attributes for media types"}]},{"kind":"class","name":"webDocumentNoProxy","type":"WebDocument","id":4190682310,"comment":"Remote document that can be downloaded without <a href=\"https://corefork.telegram.org/api/files\">proxying through telegram</a>","arguments":[{"name":"url","type":"string","comment":"Document URL"},{"name":"size","type":"int","comment":"File size"},{"name":"mime_type","type":"string","comment":"MIME type"},{"name":"attributes","type":"DocumentAttribute","typeModifiers":{"isVector":true},"comment":"Attributes for media types"}]},{"kind":"class","name":"inputWebDocument","type":"InputWebDocument","id":2616017741,"comment":"The document","arguments":[{"name":"url","type":"string","comment":"Remote document URL to be downloaded using the appropriate <a href=\"https://corefork.telegram.org/api/files\">method</a>"},{"name":"size","type":"int","comment":"Remote file size"},{"name":"mime_type","type":"string","comment":"Mime type"},{"name":"attributes","type":"DocumentAttribute","typeModifiers":{"isVector":true},"comment":"Attributes for media types"}]},{"kind":"class","name":"inputWebFileLocation","type":"InputWebFileLocation","id":3258570374,"comment":"Location of a remote HTTP(s) file","arguments":[{"name":"url","type":"string","comment":"HTTP URL of file"},{"name":"access_hash","type":"long","comment":"Access hash"}]},{"kind":"class","name":"inputWebFileGeoPointLocation","type":"InputWebFileLocation","id":2669814217,"comment":"Used to download a server-generated image with the map preview from a {@link RawGeoPoint}, see the <a href=\"https://corefork.telegram.org/api/files#downloading-webfiles\">webfile docs for more info »</a>.","arguments":[{"name":"geo_point","type":"InputGeoPoint","comment":"Generated from the <code>lat</code>, <code>long</code> and <code>accuracy_radius</code> parameters of the {@link RawGeoPoint}"},{"name":"access_hash","type":"long","comment":"Access hash of the {@link RawGeoPoint}"},{"name":"w","type":"int","comment":"Map width in pixels before applying scale; 16-1024"},{"name":"h","type":"int","comment":"Map height in pixels before applying scale; 16-1024"},{"name":"zoom","type":"int","comment":"Map zoom level; 13-20"},{"name":"scale","type":"int","comment":"Map scale; 1-3"}]},{"kind":"class","name":"inputWebFileAudioAlbumThumbLocation","type":"InputWebFileLocation","id":4100974884,"comment":"Used to download an album cover for any music file using {@link upload.RawGetWebFileRequest}, see the <a href=\"https://corefork.telegram.org/api/files#downloading-webfiles\">webfile docs for more info »</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"small","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Used to return a thumbnail with <code>100x100</code> resolution (instead of the default <code>600x600</code>)"},{"name":"document","type":"InputDocument","typeModifiers":{"predicate":"flags.0"},"comment":"The audio file in question: must NOT be provided in secret chats, provide the <code>title</code> and <code>performer</code> fields instead."},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Song title: should only be used in secret chats, in normal chats provide <code>document</code> instead, as it has more lax rate limits."},{"name":"performer","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Song performer: should only be used in secret chats, in normal chats provide <code>document</code> instead, as it has more lax rate limits."}]},{"kind":"class","name":"upload.webFile","type":"upload.WebFile","id":568808380,"comment":"Represents a chunk of an <a href=\"https://corefork.telegram.org/api/files\">HTTP webfile</a> downloaded through telegram's secure MTProto servers","arguments":[{"name":"size","type":"int","comment":"File size"},{"name":"mime_type","type":"string","comment":"Mime type"},{"name":"file_type","type":"storage.FileType","comment":"File type"},{"name":"mtime","type":"int","comment":"Modified time"},{"name":"bytes","type":"bytes","comment":"Data"}]},{"kind":"class","name":"payments.paymentForm","type":"payments.PaymentForm","id":2684716881,"comment":"Payment form","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"can_save_credentials","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether the user can choose to save credentials."},{"name":"password_missing","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Indicates that the user can save payment credentials, but only after setting up a <a href=\"https://corefork.telegram.org/api/srp\">2FA password</a> (currently the account doesn't have a <a href=\"https://corefork.telegram.org/api/srp\">2FA password</a>)"},{"name":"form_id","type":"long","comment":"Form ID"},{"name":"bot_id","type":"int53","comment":"Bot ID"},{"name":"title","type":"string","comment":"Form title"},{"name":"description","type":"string","comment":"Description"},{"name":"photo","type":"WebDocument","typeModifiers":{"predicate":"flags.5"},"comment":"Product photo"},{"name":"invoice","type":"Invoice","comment":"Invoice"},{"name":"provider_id","type":"long","comment":"Payment provider ID."},{"name":"url","type":"string","comment":"Payment form URL"},{"name":"native_provider","type":"string","typeModifiers":{"predicate":"flags.4"},"comment":"Payment provider name.<br>One of the following:<br>- <code>stripe</code>"},{"name":"native_params","type":"DataJSON","typeModifiers":{"predicate":"flags.4"},"comment":"Contains information about the payment provider, if available, to support it natively without the need for opening the URL.<br>A JSON object that can contain the following fields:<br><br>- <code>apple_pay_merchant_id</code>: Apple Pay merchant ID<br>- <code>google_pay_public_key</code>: Google Pay public key<br>- <code>need_country</code>: True, if the user country must be provided,<br>- <code>need_zip</code>: True, if the user ZIP/postal code must be provided,<br>- <code>need_cardholder_name</code>: True, if the cardholder name must be provided<br>"},{"name":"additional_methods","type":"PaymentFormMethod","typeModifiers":{"predicate":"flags.6","isVector":true},"comment":"Additional payment methods"},{"name":"saved_info","type":"PaymentRequestedInfo","typeModifiers":{"predicate":"flags.0"},"comment":"Saved server-side order information"},{"name":"saved_credentials","type":"PaymentSavedCredentials","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"Contains information about saved card credentials"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users"}]},{"kind":"class","name":"payments.validatedRequestedInfo","type":"payments.ValidatedRequestedInfo","id":3510966403,"comment":"Validated user-provided info","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"id","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"ID"},{"name":"shipping_options","type":"ShippingOption","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"Shipping options"}]},{"kind":"class","name":"payments.paymentResult","type":"payments.PaymentResult","id":1314881805,"comment":"Payment result","arguments":[{"name":"updates","type":"Updates","comment":"Info about the payment"}]},{"kind":"class","name":"payments.paymentVerificationNeeded","type":"payments.PaymentResult","id":3628142905,"comment":"Payment was not successful, additional verification is needed","arguments":[{"name":"url","type":"string","comment":"URL for additional payment credentials verification"}]},{"kind":"class","name":"payments.paymentReceipt","type":"payments.PaymentReceipt","id":1891958275,"comment":"Receipt","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"date","type":"int","comment":"Date of generation"},{"name":"bot_id","type":"int53","comment":"Bot ID"},{"name":"provider_id","type":"long","comment":"Provider ID"},{"name":"title","type":"string","comment":"Title"},{"name":"description","type":"string","comment":"Description"},{"name":"photo","type":"WebDocument","typeModifiers":{"predicate":"flags.2"},"comment":"Photo"},{"name":"invoice","type":"Invoice","comment":"Invoice"},{"name":"info","type":"PaymentRequestedInfo","typeModifiers":{"predicate":"flags.0"},"comment":"Info"},{"name":"shipping","type":"ShippingOption","typeModifiers":{"predicate":"flags.1"},"comment":"Selected shipping option"},{"name":"tip_amount","type":"long","typeModifiers":{"predicate":"flags.3"},"comment":"Tipped amount"},{"name":"currency","type":"string","comment":"Three-letter ISO 4217 <a href=\"https://corefork.telegram.org/bots/payments#supported-currencies\">currency</a> code"},{"name":"total_amount","type":"long","comment":"Total amount in the smallest units of the currency (integer, not float/double). For example, for a price of <code>US$ 1.45</code> pass <code>amount = 145</code>. See the exp parameter in <a href=\"https://corefork.telegram.org/bots/payments/currencies.json\">currencies.json</a>, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies)."},{"name":"credentials_title","type":"string","comment":"Payment credential name"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users"}]},{"kind":"class","name":"payments.savedInfo","type":"payments.SavedInfo","id":4220511292,"comment":"Saved server-side order information","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"has_saved_credentials","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the user has some saved payment credentials"},{"name":"saved_info","type":"PaymentRequestedInfo","typeModifiers":{"predicate":"flags.0"},"comment":"Saved server-side order information"}]},{"kind":"class","name":"inputPaymentCredentialsSaved","type":"InputPaymentCredentials","id":3238965967,"comment":"Saved payment credentials","arguments":[{"name":"id","type":"string","comment":"Credential ID"},{"name":"tmp_password","type":"bytes","comment":"Temporary password"}]},{"kind":"class","name":"inputPaymentCredentials","type":"InputPaymentCredentials","id":873977640,"comment":"Payment credentials","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"save","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Save payment credential for future use"},{"name":"data","type":"DataJSON","comment":"Payment credentials"}]},{"kind":"class","name":"inputPaymentCredentialsApplePay","type":"InputPaymentCredentials","id":178373535,"comment":"Apple pay payment credentials","arguments":[{"name":"payment_data","type":"DataJSON","comment":"Payment data"}]},{"kind":"class","name":"inputPaymentCredentialsGooglePay","type":"InputPaymentCredentials","id":2328045569,"comment":"Google Pay payment credentials","arguments":[{"name":"payment_token","type":"DataJSON","comment":"Payment token"}]},{"kind":"class","name":"account.tmpPassword","type":"account.TmpPassword","id":3680828724,"comment":"Temporary payment password","arguments":[{"name":"tmp_password","type":"bytes","comment":"Temporary password"},{"name":"valid_until","type":"int","comment":"Validity period"}]},{"kind":"class","name":"shippingOption","type":"ShippingOption","id":3055631583,"comment":"Shipping option","arguments":[{"name":"id","type":"string","comment":"Option ID"},{"name":"title","type":"string","comment":"Title"},{"name":"prices","type":"LabeledPrice","typeModifiers":{"isVector":true},"comment":"List of price portions"}]},{"kind":"class","name":"inputStickerSetItem","type":"InputStickerSetItem","id":853188252,"comment":"Sticker in a stickerset","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"document","type":"InputDocument","comment":"The sticker"},{"name":"emoji","type":"string","comment":"Associated emoji"},{"name":"mask_coords","type":"MaskCoords","typeModifiers":{"predicate":"flags.0"},"comment":"Coordinates for mask sticker"},{"name":"keywords","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Set of keywords, separated by commas (can't be provided for mask stickers)"}]},{"kind":"class","name":"inputPhoneCall","type":"InputPhoneCall","id":506920429,"comment":"Phone call","arguments":[{"name":"id","type":"long","comment":"Call ID"},{"name":"access_hash","type":"long","comment":"Access hash"}]},{"kind":"class","name":"phoneCallEmpty","type":"PhoneCall","id":1399245077,"comment":"Empty constructor","arguments":[{"name":"id","type":"long","comment":"Call ID"}]},{"kind":"class","name":"phoneCallWaiting","type":"PhoneCall","id":3307368215,"comment":"Incoming phone call","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"video","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Is this a video call"},{"name":"id","type":"long","comment":"Call ID"},{"name":"access_hash","type":"long","comment":"Access hash"},{"name":"date","type":"int","comment":"Date"},{"name":"admin_id","type":"int53","comment":"Admin ID"},{"name":"participant_id","type":"int53","comment":"Participant ID"},{"name":"protocol","type":"PhoneCallProtocol","comment":"Phone call protocol info"},{"name":"receive_date","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"When was the phone call received"}]},{"kind":"class","name":"phoneCallRequested","type":"PhoneCall","id":347139340,"comment":"Requested phone call","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"video","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Whether this is a video call"},{"name":"id","type":"long","comment":"Phone call ID"},{"name":"access_hash","type":"long","comment":"Access hash"},{"name":"date","type":"int","comment":"When was the phone call created"},{"name":"admin_id","type":"int53","comment":"ID of the creator of the phone call"},{"name":"participant_id","type":"int53","comment":"ID of the other participant of the phone call"},{"name":"g_a_hash","type":"bytes","comment":"<a href=\"https://corefork.telegram.org/api/end-to-end/voice-calls\">Parameter for key exchange</a>"},{"name":"protocol","type":"PhoneCallProtocol","comment":"Call protocol info to be passed to libtgvoip"}]},{"kind":"class","name":"phoneCallAccepted","type":"PhoneCall","id":912311057,"comment":"An accepted phone call","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"video","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Whether this is a video call"},{"name":"id","type":"long","comment":"ID of accepted phone call"},{"name":"access_hash","type":"long","comment":"Access hash of phone call"},{"name":"date","type":"int","comment":"When was the call accepted"},{"name":"admin_id","type":"int53","comment":"ID of the call creator"},{"name":"participant_id","type":"int53","comment":"ID of the other user in the call"},{"name":"g_b","type":"bytes","comment":"B parameter for <a href=\"https://corefork.telegram.org/api/end-to-end/voice-calls\">secure E2E phone call key exchange</a>"},{"name":"protocol","type":"PhoneCallProtocol","comment":"Protocol to use for phone call"}]},{"kind":"class","name":"phoneCall","type":"PhoneCall","id":2524937319,"comment":"Phone call","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"p2p_allowed","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether P2P connection to the other peer is allowed"},{"name":"video","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Whether this is a video call"},{"name":"id","type":"long","comment":"Call ID"},{"name":"access_hash","type":"long","comment":"Access hash"},{"name":"date","type":"int","comment":"Date of creation of the call"},{"name":"admin_id","type":"int53","comment":"User ID of the creator of the call"},{"name":"participant_id","type":"int53","comment":"User ID of the other participant in the call"},{"name":"g_a_or_b","type":"bytes","comment":"<a href=\"https://corefork.telegram.org/api/end-to-end/voice-calls\">Parameter for key exchange</a>"},{"name":"key_fingerprint","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/end-to-end/voice-calls\">Key fingerprint</a>"},{"name":"protocol","type":"PhoneCallProtocol","comment":"Call protocol info to be passed to libtgvoip"},{"name":"connections","type":"PhoneConnection","typeModifiers":{"isVector":true},"comment":"List of endpoints the user can connect to to exchange call data"},{"name":"start_date","type":"int","comment":"When was the call actually started"}]},{"kind":"class","name":"phoneCallDiscarded","type":"PhoneCall","id":1355435489,"comment":"Indicates a discarded phone call","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"need_rating","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether the server required the user to {@link phone.RawSetCallRatingRequest} the call"},{"name":"need_debug","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether the server required the client to {@link phone.RawSaveCallDebugRequest} the libtgvoip call debug data"},{"name":"video","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Whether the call was a video call"},{"name":"id","type":"long","comment":"Call ID"},{"name":"reason","type":"PhoneCallDiscardReason","typeModifiers":{"predicate":"flags.0"},"comment":"Why was the phone call discarded"},{"name":"duration","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Duration of the phone call in seconds"}]},{"kind":"class","name":"phoneConnection","type":"PhoneConnection","id":2629903303,"comment":"Identifies an endpoint that can be used to connect to the other user in a phone call","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"tcp","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether TCP should be used"},{"name":"id","type":"long","comment":"Endpoint ID"},{"name":"ip","type":"string","comment":"IP address of endpoint"},{"name":"ipv6","type":"string","comment":"IPv6 address of endpoint"},{"name":"port","type":"int","comment":"Port ID"},{"name":"peer_tag","type":"bytes","comment":"Our peer tag"}]},{"kind":"class","name":"phoneConnectionWebrtc","type":"PhoneConnection","id":1667228533,"comment":"WebRTC connection parameters","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"turn","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether this is a TURN endpoint"},{"name":"stun","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether this is a STUN endpoint"},{"name":"id","type":"long","comment":"Endpoint ID"},{"name":"ip","type":"string","comment":"IP address"},{"name":"ipv6","type":"string","comment":"IPv6 address"},{"name":"port","type":"int","comment":"Port"},{"name":"username","type":"string","comment":"Username"},{"name":"password","type":"string","comment":"Password"}]},{"kind":"class","name":"phoneCallProtocol","type":"PhoneCallProtocol","id":4236742600,"comment":"Protocol info for libtgvoip","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"udp_p2p","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to allow P2P connection to the other participant"},{"name":"udp_reflector","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether to allow connection to the other participants through the reflector servers"},{"name":"min_layer","type":"int","comment":"Minimum layer for remote libtgvoip"},{"name":"max_layer","type":"int","comment":"Maximum layer for remote libtgvoip"},{"name":"library_versions","type":"string","typeModifiers":{"isVector":true},"comment":"When using {@link phone.RawRequestCallRequest} and {@link phone.RawAcceptCallRequest}, specify all library versions supported by the client. <br>The server will merge and choose the best library version supported by both peers, returning only the best value in the result of the callee's {@link phone.RawAcceptCallRequest} and in the {@link RawPhoneCallAccepted} update received by the caller."}]},{"kind":"class","name":"phone.phoneCall","type":"phone.PhoneCall","id":3968000320,"comment":"A VoIP phone call","arguments":[{"name":"phone_call","type":"PhoneCall","comment":"The VoIP phone call"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"VoIP phone call participants"}]},{"kind":"class","name":"upload.cdnFileReuploadNeeded","type":"upload.CdnFile","id":4004045934,"comment":"The file was cleared from the temporary RAM cache of the <a href=\"https://corefork.telegram.org/cdn\">CDN</a> and has to be re-uploaded.","arguments":[{"name":"request_token","type":"bytes","comment":"Request token (see <a href=\"https://corefork.telegram.org/cdn\">CDN</a>)"}]},{"kind":"class","name":"upload.cdnFile","type":"upload.CdnFile","id":2845821519,"comment":"Represent a chunk of a <a href=\"https://corefork.telegram.org/cdn\">CDN</a> file.","arguments":[{"name":"bytes","type":"bytes","comment":"The data"}]},{"kind":"class","name":"cdnPublicKey","type":"CdnPublicKey","id":3380800186,"comment":"Public key to use <strong>only</strong> during handshakes to <a href=\"https://corefork.telegram.org/cdn\">CDN</a> DCs.","arguments":[{"name":"dc_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/cdn\">CDN DC</a> ID"},{"name":"public_key","type":"string","comment":"RSA public key"}]},{"kind":"class","name":"cdnConfig","type":"CdnConfig","id":1462101002,"comment":"Configuration for <a href=\"https://corefork.telegram.org/cdn\">CDN</a> file downloads.","arguments":[{"name":"public_keys","type":"CdnPublicKey","typeModifiers":{"isVector":true},"comment":"Vector of public keys to use <strong>only</strong> during handshakes to <a href=\"https://corefork.telegram.org/cdn\">CDN</a> DCs."}]},{"kind":"class","name":"langPackString","type":"LangPackString","id":3402727926,"comment":"Translated localization string","arguments":[{"name":"key","type":"string","comment":"Language key"},{"name":"value","type":"string","comment":"Value"}]},{"kind":"class","name":"langPackStringPluralized","type":"LangPackString","id":1816636575,"comment":"A language pack string which has different forms based on the number of some object it mentions. See <a href=\"https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html\">https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html</a> for more info","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"key","type":"string","comment":"Localization key"},{"name":"zero_value","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Value for zero objects"},{"name":"one_value","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Value for one object"},{"name":"two_value","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"Value for two objects"},{"name":"few_value","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"Value for a few objects"},{"name":"many_value","type":"string","typeModifiers":{"predicate":"flags.4"},"comment":"Value for many objects"},{"name":"other_value","type":"string","comment":"Default value"}]},{"kind":"class","name":"langPackStringDeleted","type":"LangPackString","id":695856818,"comment":"Deleted localization string","arguments":[{"name":"key","type":"string","comment":"Localization key"}]},{"kind":"class","name":"langPackDifference","type":"LangPackDifference","id":4085629430,"comment":"Changes to the app's localization pack","arguments":[{"name":"lang_code","type":"string","comment":"Language code"},{"name":"from_version","type":"int","comment":"Previous version number"},{"name":"version","type":"int","comment":"New version number"},{"name":"strings","type":"LangPackString","typeModifiers":{"isVector":true},"comment":"Localized strings"}]},{"kind":"class","name":"langPackLanguage","type":"LangPackLanguage","id":4006239459,"comment":"Identifies a localization pack","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"official","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the language pack is official"},{"name":"rtl","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Is this a localization pack for an RTL language"},{"name":"beta","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Is this a beta localization pack?"},{"name":"name","type":"string","comment":"Language name"},{"name":"native_name","type":"string","comment":"Language name in the language itself"},{"name":"lang_code","type":"string","comment":"Language code (pack identifier)"},{"name":"base_lang_code","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Identifier of a base language pack; may be empty. If a string is missed in the language pack, then it should be fetched from base language pack. Unsupported in custom language packs"},{"name":"plural_code","type":"string","comment":"A language code to be used to apply plural forms. See <a href=\"https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html\">https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html</a> for more info"},{"name":"strings_count","type":"int","comment":"Total number of non-deleted strings from the language pack"},{"name":"translated_count","type":"int","comment":"Total number of translated strings from the language pack"},{"name":"translations_url","type":"string","comment":"Link to language translation interface; empty for custom local language packs"}]},{"kind":"class","name":"channelAdminLogEventActionChangeTitle","type":"ChannelAdminLogEventAction","id":3873421349,"comment":"Channel/supergroup title was changed","arguments":[{"name":"prev_value","type":"string","comment":"Previous title"},{"name":"new_value","type":"string","comment":"New title"}]},{"kind":"class","name":"channelAdminLogEventActionChangeAbout","type":"ChannelAdminLogEventAction","id":1427671598,"comment":"The description was changed","arguments":[{"name":"prev_value","type":"string","comment":"Previous description"},{"name":"new_value","type":"string","comment":"New description"}]},{"kind":"class","name":"channelAdminLogEventActionChangeUsername","type":"ChannelAdminLogEventAction","id":1783299128,"comment":"Channel/supergroup username was changed","arguments":[{"name":"prev_value","type":"string","comment":"Old username"},{"name":"new_value","type":"string","comment":"New username"}]},{"kind":"class","name":"channelAdminLogEventActionChangePhoto","type":"ChannelAdminLogEventAction","id":1129042607,"comment":"The channel/supergroup's picture was changed","arguments":[{"name":"prev_photo","type":"Photo","comment":"Previous picture"},{"name":"new_photo","type":"Photo","comment":"New picture"}]},{"kind":"class","name":"channelAdminLogEventActionToggleInvites","type":"ChannelAdminLogEventAction","id":460916654,"comment":"Invites were enabled/disabled","arguments":[{"name":"new_value","type":"Bool","comment":"New value"}]},{"kind":"class","name":"channelAdminLogEventActionToggleSignatures","type":"ChannelAdminLogEventAction","id":648939889,"comment":"Channel signatures were enabled/disabled","arguments":[{"name":"new_value","type":"Bool","comment":"New value"}]},{"kind":"class","name":"channelAdminLogEventActionUpdatePinned","type":"ChannelAdminLogEventAction","id":3924306968,"comment":"A message was pinned","arguments":[{"name":"message","type":"Message","comment":"The message that was pinned"}]},{"kind":"class","name":"channelAdminLogEventActionEditMessage","type":"ChannelAdminLogEventAction","id":1889215493,"comment":"A message was edited","arguments":[{"name":"prev_message","type":"Message","comment":"Old message"},{"name":"new_message","type":"Message","comment":"New message"}]},{"kind":"class","name":"channelAdminLogEventActionDeleteMessage","type":"ChannelAdminLogEventAction","id":1121994683,"comment":"A message was deleted","arguments":[{"name":"message","type":"Message","comment":"The message that was deleted"}]},{"kind":"class","name":"channelAdminLogEventActionParticipantJoin","type":"ChannelAdminLogEventAction","id":405815507,"comment":"A user has joined the group (in the case of big groups, info of the user that has joined isn't shown)","arguments":[]},{"kind":"class","name":"channelAdminLogEventActionParticipantLeave","type":"ChannelAdminLogEventAction","id":4170676210,"comment":"A user left the channel/supergroup (in the case of big groups, info of the user that has joined isn't shown)","arguments":[]},{"kind":"class","name":"channelAdminLogEventActionParticipantInvite","type":"ChannelAdminLogEventAction","id":3810276568,"comment":"A user was invited to the group","arguments":[{"name":"participant","type":"ChannelParticipant","comment":"The user that was invited"}]},{"kind":"class","name":"channelAdminLogEventActionParticipantToggleBan","type":"ChannelAdminLogEventAction","id":3872931198,"comment":"The banned <a href=\"https://corefork.telegram.org/api/rights\">rights</a> of a user were changed","arguments":[{"name":"prev_participant","type":"ChannelParticipant","comment":"Old banned rights of user"},{"name":"new_participant","type":"ChannelParticipant","comment":"New banned rights of user"}]},{"kind":"class","name":"channelAdminLogEventActionParticipantToggleAdmin","type":"ChannelAdminLogEventAction","id":3580323600,"comment":"The admin <a href=\"https://corefork.telegram.org/api/rights\">rights</a> of a user were changed","arguments":[{"name":"prev_participant","type":"ChannelParticipant","comment":"Previous admin rights"},{"name":"new_participant","type":"ChannelParticipant","comment":"New admin rights"}]},{"kind":"class","name":"channelAdminLogEventActionChangeStickerSet","type":"ChannelAdminLogEventAction","id":2982398631,"comment":"The supergroup's stickerset was changed","arguments":[{"name":"prev_stickerset","type":"InputStickerSet","comment":"Previous stickerset"},{"name":"new_stickerset","type":"InputStickerSet","comment":"New stickerset"}]},{"kind":"class","name":"channelAdminLogEventActionTogglePreHistoryHidden","type":"ChannelAdminLogEventAction","id":1599903217,"comment":"The hidden prehistory setting was {@link channels.RawTogglePreHistoryHiddenRequest}","arguments":[{"name":"new_value","type":"Bool","comment":"New value"}]},{"kind":"class","name":"channelAdminLogEventActionDefaultBannedRights","type":"ChannelAdminLogEventAction","id":771095562,"comment":"The default banned rights were modified","arguments":[{"name":"prev_banned_rights","type":"ChatBannedRights","comment":"Previous global <a href=\"https://corefork.telegram.org/api/rights\">banned rights</a>"},{"name":"new_banned_rights","type":"ChatBannedRights","comment":"New global <a href=\"https://corefork.telegram.org/api/rights\">banned rights</a>."}]},{"kind":"class","name":"channelAdminLogEventActionStopPoll","type":"ChannelAdminLogEventAction","id":2399639107,"comment":"A poll was stopped","arguments":[{"name":"message","type":"Message","comment":"The poll that was stopped"}]},{"kind":"class","name":"channelAdminLogEventActionChangeLinkedChat","type":"ChannelAdminLogEventAction","id":84703944,"comment":"The linked chat was changed","arguments":[{"name":"prev_value","type":"int53","comment":"Previous linked chat"},{"name":"new_value","type":"int53","comment":"New linked chat"}]},{"kind":"class","name":"channelAdminLogEventActionChangeLocation","type":"ChannelAdminLogEventAction","id":241923758,"comment":"The geo group location was changed","arguments":[{"name":"prev_value","type":"ChannelLocation","comment":"Previous location"},{"name":"new_value","type":"ChannelLocation","comment":"New location"}]},{"kind":"class","name":"channelAdminLogEventActionToggleSlowMode","type":"ChannelAdminLogEventAction","id":1401984889,"comment":"{@link channels.RawToggleSlowModeRequest}","arguments":[{"name":"prev_value","type":"int","comment":"Previous slow mode value"},{"name":"new_value","type":"int","comment":"New slow mode value"}]},{"kind":"class","name":"channelAdminLogEventActionStartGroupCall","type":"ChannelAdminLogEventAction","id":589338437,"comment":"A group call was started","arguments":[{"name":"call","type":"InputGroupCall","comment":"Group call"}]},{"kind":"class","name":"channelAdminLogEventActionDiscardGroupCall","type":"ChannelAdminLogEventAction","id":3684667712,"comment":"A group call was terminated","arguments":[{"name":"call","type":"InputGroupCall","comment":"The group call that was terminated"}]},{"kind":"class","name":"channelAdminLogEventActionParticipantMute","type":"ChannelAdminLogEventAction","id":4179895506,"comment":"A group call participant was muted","arguments":[{"name":"participant","type":"GroupCallParticipant","comment":"The participant that was muted"}]},{"kind":"class","name":"channelAdminLogEventActionParticipantUnmute","type":"ChannelAdminLogEventAction","id":3863226816,"comment":"A group call participant was unmuted","arguments":[{"name":"participant","type":"GroupCallParticipant","comment":"The participant that was unmuted"}]},{"kind":"class","name":"channelAdminLogEventActionToggleGroupCallSetting","type":"ChannelAdminLogEventAction","id":1456906823,"comment":"Group call settings were changed","arguments":[{"name":"join_muted","type":"Bool","comment":"Whether all users are muted by default upon joining"}]},{"kind":"class","name":"channelAdminLogEventActionParticipantJoinByInvite","type":"ChannelAdminLogEventAction","id":4271882584,"comment":"A user joined the <a href=\"https://corefork.telegram.org/api/channel\">supergroup/channel</a> using a specific invite link","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"via_chatlist","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"The participant joined by importing a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>."},{"name":"invite","type":"ExportedChatInvite","comment":"The invite link used to join the <a href=\"https://corefork.telegram.org/api/channel\">supergroup/channel</a>"}]},{"kind":"class","name":"channelAdminLogEventActionExportedInviteDelete","type":"ChannelAdminLogEventAction","id":1515256996,"comment":"A chat invite was deleted","arguments":[{"name":"invite","type":"ExportedChatInvite","comment":"The deleted chat invite"}]},{"kind":"class","name":"channelAdminLogEventActionExportedInviteRevoke","type":"ChannelAdminLogEventAction","id":1091179342,"comment":"A specific invite link was revoked","arguments":[{"name":"invite","type":"ExportedChatInvite","comment":"The invite link that was revoked"}]},{"kind":"class","name":"channelAdminLogEventActionExportedInviteEdit","type":"ChannelAdminLogEventAction","id":3910056793,"comment":"A chat invite was edited","arguments":[{"name":"prev_invite","type":"ExportedChatInvite","comment":"Previous chat invite information"},{"name":"new_invite","type":"ExportedChatInvite","comment":"New chat invite information"}]},{"kind":"class","name":"channelAdminLogEventActionParticipantVolume","type":"ChannelAdminLogEventAction","id":1048537159,"comment":"channelAdminLogEvent.user_id has set the volume of participant.peer to participant.volume","arguments":[{"name":"participant","type":"GroupCallParticipant","comment":"The participant whose volume was changed"}]},{"kind":"class","name":"channelAdminLogEventActionChangeHistoryTTL","type":"ChannelAdminLogEventAction","id":1855199800,"comment":"The Time-To-Live of messages in this chat was changed","arguments":[{"name":"prev_value","type":"int","comment":"Previous value"},{"name":"new_value","type":"int","comment":"New value"}]},{"kind":"class","name":"channelAdminLogEventActionParticipantJoinByRequest","type":"ChannelAdminLogEventAction","id":2947945546,"comment":"A new member was accepted to the chat by an admin","arguments":[{"name":"invite","type":"ExportedChatInvite","comment":"The invite link that was used to join the chat"},{"name":"approved_by","type":"int53","comment":"ID of the admin that approved the invite"}]},{"kind":"class","name":"channelAdminLogEventActionToggleNoForwards","type":"ChannelAdminLogEventAction","id":3408578406,"comment":"Forwards were enabled or disabled","arguments":[{"name":"new_value","type":"Bool","comment":"Old value"}]},{"kind":"class","name":"channelAdminLogEventActionSendMessage","type":"ChannelAdminLogEventAction","id":663693416,"comment":"A message was posted in a channel","arguments":[{"name":"message","type":"Message","comment":"The message that was sent"}]},{"kind":"class","name":"channelAdminLogEventActionChangeAvailableReactions","type":"ChannelAdminLogEventAction","id":3192786680,"comment":"The set of allowed <a href=\"https://corefork.telegram.org/api/reactions\">message reactions »</a> for this channel has changed","arguments":[{"name":"prev_value","type":"ChatReactions","comment":"Previously allowed reaction emojis"},{"name":"new_value","type":"ChatReactions","comment":"New allowed reaction emojis"}]},{"kind":"class","name":"channelAdminLogEventActionChangeUsernames","type":"ChannelAdminLogEventAction","id":4031755177,"comment":"The list of usernames associated with the channel was changed","arguments":[{"name":"prev_value","type":"string","typeModifiers":{"isVector":true},"comment":"Previous set of usernames"},{"name":"new_value","type":"string","typeModifiers":{"isVector":true},"comment":"New set of usernames"}]},{"kind":"class","name":"channelAdminLogEventActionToggleForum","type":"ChannelAdminLogEventAction","id":46949251,"comment":"<a href=\"https://corefork.telegram.org/api/forum\">Forum</a> functionality was enabled or disabled.","arguments":[{"name":"new_value","type":"Bool","comment":"Whether <a href=\"https://corefork.telegram.org/api/forum\">forum</a> functionality was enabled or disabled."}]},{"kind":"class","name":"channelAdminLogEventActionCreateTopic","type":"ChannelAdminLogEventAction","id":1483767080,"comment":"A <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a> was created","arguments":[{"name":"topic","type":"ForumTopic","comment":"The <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a> that was created"}]},{"kind":"class","name":"channelAdminLogEventActionEditTopic","type":"ChannelAdminLogEventAction","id":4033864200,"comment":"A <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a> was edited","arguments":[{"name":"prev_topic","type":"ForumTopic","comment":"Previous topic information"},{"name":"new_topic","type":"ForumTopic","comment":"New topic information"}]},{"kind":"class","name":"channelAdminLogEventActionDeleteTopic","type":"ChannelAdminLogEventAction","id":2920712457,"comment":"A <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a> was deleted","arguments":[{"name":"topic","type":"ForumTopic","comment":"The <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a> that was deleted"}]},{"kind":"class","name":"channelAdminLogEventActionPinTopic","type":"ChannelAdminLogEventAction","id":1569535291,"comment":"A <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a> was pinned or unpinned","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"prev_topic","type":"ForumTopic","typeModifiers":{"predicate":"flags.0"},"comment":"Previous topic information"},{"name":"new_topic","type":"ForumTopic","typeModifiers":{"predicate":"flags.1"},"comment":"New topic information"}]},{"kind":"class","name":"channelAdminLogEventActionToggleAntiSpam","type":"ChannelAdminLogEventAction","id":1693675004,"comment":"<a href=\"https://corefork.telegram.org/api/antispam\">Native antispam</a> functionality was enabled or disabled.","arguments":[{"name":"new_value","type":"Bool","comment":"Whether antispam functionality was enabled or disabled."}]},{"kind":"class","name":"channelAdminLogEventActionChangeColor","type":"ChannelAdminLogEventAction","id":1009460347,"arguments":[{"name":"prev_value","type":"int"},{"name":"new_value","type":"int"}]},{"kind":"class","name":"channelAdminLogEventActionChangeBackgroundEmoji","type":"ChannelAdminLogEventAction","id":1147126836,"arguments":[{"name":"prev_value","type":"long"},{"name":"new_value","type":"long"}]},{"kind":"class","name":"channelAdminLogEvent","type":"ChannelAdminLogEvent","id":531458253,"comment":"Admin log event","arguments":[{"name":"id","type":"long","comment":"Event ID"},{"name":"date","type":"int","comment":"Date"},{"name":"user_id","type":"int53","comment":"User ID"},{"name":"action","type":"ChannelAdminLogEventAction","comment":"Action"}]},{"kind":"class","name":"channels.adminLogResults","type":"channels.AdminLogResults","id":3985307469,"comment":"Admin log events","arguments":[{"name":"events","type":"ChannelAdminLogEvent","typeModifiers":{"isVector":true},"comment":"Admin log events"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chats mentioned in events"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users mentioned in events"}]},{"kind":"class","name":"channelAdminLogEventsFilter","type":"ChannelAdminLogEventsFilter","id":3926948580,"comment":"Filter only certain admin log events","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"join","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"{@link RawChannelAdminLogEventActionParticipantJoin}"},{"name":"leave","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"{@link RawChannelAdminLogEventActionParticipantLeave}"},{"name":"invite","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"{@link RawChannelAdminLogEventActionParticipantInvite}"},{"name":"ban","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"{@link RawChannelAdminLogEventActionParticipantToggleBan}"},{"name":"unban","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"{@link RawChannelAdminLogEventActionParticipantToggleBan}"},{"name":"kick","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"{@link RawChannelAdminLogEventActionParticipantToggleBan}"},{"name":"unkick","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"{@link RawChannelAdminLogEventActionParticipantToggleBan}"},{"name":"promote","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"{@link RawChannelAdminLogEventActionParticipantToggleAdmin}"},{"name":"demote","type":"true","typeModifiers":{"predicate":"flags.8"},"comment":"{@link RawChannelAdminLogEventActionParticipantToggleAdmin}"},{"name":"info","type":"true","typeModifiers":{"predicate":"flags.9"},"comment":"Info change events (when {@link RawChannelAdminLogEventActionChangeAbout}, {@link RawChannelAdminLogEventActionChangeLinkedChat}, {@link RawChannelAdminLogEventActionChangeLocation}, {@link RawChannelAdminLogEventActionChangePhoto}, {@link RawChannelAdminLogEventActionChangeStickerSet}, {@link RawChannelAdminLogEventActionChangeTitle} or {@link RawChannelAdminLogEventActionChangeUsername} data of a channel gets modified)"},{"name":"settings","type":"true","typeModifiers":{"predicate":"flags.10"},"comment":"Settings change events ({@link RawChannelAdminLogEventActionToggleInvites}, {@link RawChannelAdminLogEventActionTogglePreHistoryHidden}, {@link RawChannelAdminLogEventActionToggleSignatures}, {@link RawChannelAdminLogEventActionDefaultBannedRights})"},{"name":"pinned","type":"true","typeModifiers":{"predicate":"flags.11"},"comment":"{@link RawChannelAdminLogEventActionUpdatePinned}"},{"name":"edit","type":"true","typeModifiers":{"predicate":"flags.12"},"comment":"{@link RawChannelAdminLogEventActionEditMessage}"},{"name":"delete","type":"true","typeModifiers":{"predicate":"flags.13"},"comment":"{@link RawChannelAdminLogEventActionDeleteMessage}"},{"name":"group_call","type":"true","typeModifiers":{"predicate":"flags.14"},"comment":"Group call events"},{"name":"invites","type":"true","typeModifiers":{"predicate":"flags.15"},"comment":"Invite events"},{"name":"send","type":"true","typeModifiers":{"predicate":"flags.16"},"comment":"A message was posted in a channel"},{"name":"forums","type":"true","typeModifiers":{"predicate":"flags.17"},"comment":"<a href=\"https://corefork.telegram.org/api/forum\">Forum</a>-related events"}]},{"kind":"class","name":"popularContact","type":"PopularContact","id":1558266229,"comment":"Popular contact","arguments":[{"name":"client_id","type":"long","comment":"Contact identifier"},{"name":"importers","type":"int","comment":"How many people imported this contact"}]},{"kind":"class","name":"messages.favedStickersNotModified","type":"messages.FavedStickers","id":2660214483,"comment":"No new favorited stickers were found","arguments":[]},{"kind":"class","name":"messages.favedStickers","type":"messages.FavedStickers","id":750063767,"comment":"Favorited stickers","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"packs","type":"StickerPack","typeModifiers":{"isVector":true},"comment":"Emojis associated to stickers"},{"name":"stickers","type":"Document","typeModifiers":{"isVector":true},"comment":"Favorited stickers"}]},{"kind":"class","name":"recentMeUrlUnknown","type":"RecentMeUrl","id":1189204285,"comment":"Unknown t.me url","arguments":[{"name":"url","type":"string","comment":"URL"}]},{"kind":"class","name":"recentMeUrlUser","type":"RecentMeUrl","id":3106671074,"comment":"Recent t.me link to a user","arguments":[{"name":"url","type":"string","comment":"URL"},{"name":"user_id","type":"int53","comment":"User ID"}]},{"kind":"class","name":"recentMeUrlChat","type":"RecentMeUrl","id":3000660434,"comment":"Recent t.me link to a chat","arguments":[{"name":"url","type":"string","comment":"t.me URL"},{"name":"chat_id","type":"int53","comment":"Chat ID"}]},{"kind":"class","name":"recentMeUrlChatInvite","type":"RecentMeUrl","id":3947431965,"comment":"Recent t.me invite link to a chat","arguments":[{"name":"url","type":"string","comment":"t.me URL"},{"name":"chat_invite","type":"ChatInvite","comment":"Chat invitation"}]},{"kind":"class","name":"recentMeUrlStickerSet","type":"RecentMeUrl","id":3154794460,"comment":"Recent t.me stickerset installation URL","arguments":[{"name":"url","type":"string","comment":"t.me URL"},{"name":"set","type":"StickerSetCovered","comment":"Stickerset"}]},{"kind":"class","name":"help.recentMeUrls","type":"help.RecentMeUrls","id":235081943,"comment":"Recent t.me URLs","arguments":[{"name":"urls","type":"RecentMeUrl","typeModifiers":{"isVector":true},"comment":"URLs"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users"}]},{"kind":"class","name":"inputSingleMedia","type":"InputSingleMedia","id":482797855,"comment":"A single media in an <a href=\"https://corefork.telegram.org/api/files#albums-grouped-media\">album or grouped media</a> sent with {@link messages.RawSendMultiMediaRequest}.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"media","type":"InputMedia","comment":"The media"},{"name":"random_id","type":"long","comment":"Unique client media ID required to prevent message resending"},{"name":"message","type":"string","comment":"A caption for the media"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.0","isVector":true},"comment":"Message <a href=\"https://corefork.telegram.org/api/entities\">entities</a> for styled text"}]},{"kind":"class","name":"webAuthorization","type":"WebAuthorization","id":2801333330,"comment":"Represents a bot logged in using the <a href=\"https://corefork.telegram.org/widgets/login\">Telegram login widget</a>","arguments":[{"name":"hash","type":"long","comment":"Authorization hash"},{"name":"bot_id","type":"int53","comment":"Bot ID"},{"name":"domain","type":"string","comment":"The domain name of the website on which the user has logged in."},{"name":"browser","type":"string","comment":"Browser user-agent"},{"name":"platform","type":"string","comment":"Platform"},{"name":"date_created","type":"int","comment":"When was the web session created"},{"name":"date_active","type":"int","comment":"When was the web session last active"},{"name":"ip","type":"string","comment":"IP address"},{"name":"region","type":"string","comment":"Region, determined from IP address"}]},{"kind":"class","name":"account.webAuthorizations","type":"account.WebAuthorizations","id":3981887996,"comment":"Web authorizations","arguments":[{"name":"authorizations","type":"WebAuthorization","typeModifiers":{"isVector":true},"comment":"Web authorization list"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users"}]},{"kind":"class","name":"inputMessageID","type":"InputMessage","id":2792792866,"comment":"Message by ID","arguments":[{"name":"id","type":"int","comment":"Message ID"}]},{"kind":"class","name":"inputMessageReplyTo","type":"InputMessage","id":3134751637,"comment":"Message to which the specified message replies to","arguments":[{"name":"id","type":"int","comment":"ID of the message that replies to the message we need"}]},{"kind":"class","name":"inputMessagePinned","type":"InputMessage","id":2257003832,"comment":"Pinned message","arguments":[]},{"kind":"class","name":"inputMessageCallbackQuery","type":"InputMessage","id":2902071934,"comment":"Used by bots for fetching information about the message that originated a callback query","arguments":[{"name":"id","type":"int","comment":"Message ID"},{"name":"query_id","type":"long","comment":"Callback query ID"}]},{"kind":"class","name":"inputDialogPeer","type":"InputDialogPeer","id":4239064759,"comment":"A peer","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer"}]},{"kind":"class","name":"inputDialogPeerFolder","type":"InputDialogPeer","id":1684014375,"comment":"All peers in a <a href=\"https://corefork.telegram.org/api/folders#peer-folders\">peer folder</a>","arguments":[{"name":"folder_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"}]},{"kind":"class","name":"dialogPeer","type":"DialogPeer","id":3849174789,"comment":"Peer","arguments":[{"name":"peer","type":"Peer","comment":"Peer"}]},{"kind":"class","name":"dialogPeerFolder","type":"DialogPeer","id":1363483106,"comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder</a>","arguments":[{"name":"folder_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"}]},{"kind":"class","name":"messages.foundStickerSetsNotModified","type":"messages.FoundStickerSets","id":223655517,"comment":"No further results were found","arguments":[]},{"kind":"class","name":"messages.foundStickerSets","type":"messages.FoundStickerSets","id":2331024850,"comment":"Found stickersets","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"sets","type":"StickerSetCovered","typeModifiers":{"isVector":true},"comment":"Found stickersets"}]},{"kind":"class","name":"fileHash","type":"FileHash","id":4087022428,"comment":"SHA256 Hash of an uploaded file, to be checked for validity after download","arguments":[{"name":"offset","type":"int53","comment":"Offset from where to start computing SHA-256 hash"},{"name":"limit","type":"int","comment":"Length"},{"name":"hash","type":"bytes","comment":"SHA-256 Hash of file chunk, to be checked for validity after download"}]},{"kind":"class","name":"inputClientProxy","type":"InputClientProxy","id":1968737087,"comment":"Info about an <a href=\"https://corefork.telegram.org/mtproto/mtproto-transports#transport-obfuscation\">MTProxy</a> used to connect.","arguments":[{"name":"address","type":"string","comment":"Proxy address"},{"name":"port","type":"int","comment":"Proxy port"}]},{"kind":"class","name":"help.termsOfServiceUpdateEmpty","type":"help.TermsOfServiceUpdate","id":3811614591,"comment":"No changes were made to telegram's terms of service","arguments":[{"name":"expires","type":"int","comment":"New TOS updates will have to be queried using {@link help.RawGetTermsOfServiceUpdateRequest} in <code>expires</code> seconds"}]},{"kind":"class","name":"help.termsOfServiceUpdate","type":"help.TermsOfServiceUpdate","id":686618977,"comment":"Info about an update of telegram's terms of service. If the terms of service are declined, then the {@link account.RawDeleteAccountRequest} method should be called with the reason \"Decline ToS update\"","arguments":[{"name":"expires","type":"int","comment":"New TOS updates will have to be queried using {@link help.RawGetTermsOfServiceUpdateRequest} in <code>expires</code> seconds"},{"name":"terms_of_service","type":"help.TermsOfService","comment":"New terms of service"}]},{"kind":"class","name":"inputSecureFileUploaded","type":"InputSecureFile","id":859091184,"comment":"Uploaded secure file, for more info <a href=\"https://corefork.telegram.org/passport/encryption#inputsecurefile\">see the passport docs »</a>","arguments":[{"name":"id","type":"long","comment":"Secure file ID"},{"name":"parts","type":"int","comment":"Secure file part count"},{"name":"md5_checksum","type":"string","comment":"MD5 hash of encrypted uploaded file, to be checked server-side"},{"name":"file_hash","type":"bytes","comment":"File hash"},{"name":"secret","type":"bytes","comment":"Secret"}]},{"kind":"class","name":"inputSecureFile","type":"InputSecureFile","id":1399317950,"comment":"Pre-uploaded <a href=\"https://corefork.telegram.org/passport\">passport</a> file, for more info <a href=\"https://corefork.telegram.org/passport/encryption#inputsecurefile\">see the passport docs »</a>","arguments":[{"name":"id","type":"long","comment":"Secure file ID"},{"name":"access_hash","type":"long","comment":"Secure file access hash"}]},{"kind":"class","name":"secureFileEmpty","type":"SecureFile","id":1679398724,"comment":"Empty constructor","arguments":[]},{"kind":"class","name":"secureFile","type":"SecureFile","id":2097791614,"comment":"Secure <a href=\"https://corefork.telegram.org/passport\">passport</a> file, for more info <a href=\"https://corefork.telegram.org/passport/encryption#inputsecurefile\">see the passport docs »</a>","arguments":[{"name":"id","type":"long","comment":"ID"},{"name":"access_hash","type":"long","comment":"Access hash"},{"name":"size","type":"int53","comment":"File size"},{"name":"dc_id","type":"int","comment":"DC ID"},{"name":"date","type":"int","comment":"Date of upload"},{"name":"file_hash","type":"bytes","comment":"File hash"},{"name":"secret","type":"bytes","comment":"Secret"}]},{"kind":"class","name":"secureData","type":"SecureData","id":2330640067,"comment":"Secure <a href=\"https://corefork.telegram.org/passport\">passport</a> data, for more info <a href=\"https://corefork.telegram.org/passport/encryption#securedata\">see the passport docs »</a>","arguments":[{"name":"data","type":"bytes","comment":"Data"},{"name":"data_hash","type":"bytes","comment":"Data hash"},{"name":"secret","type":"bytes","comment":"Secret"}]},{"kind":"class","name":"securePlainPhone","type":"SecurePlainData","id":2103482845,"comment":"Phone number to use in <a href=\"https://corefork.telegram.org/passport\">telegram passport</a>: <a href=\"https://corefork.telegram.org/passport/encryption#secureplaindata\">it must be verified, first »</a>.","arguments":[{"name":"phone","type":"string","comment":"Phone number"}]},{"kind":"class","name":"securePlainEmail","type":"SecurePlainData","id":569137759,"comment":"Email address to use in <a href=\"https://corefork.telegram.org/passport\">telegram passport</a>: <a href=\"https://corefork.telegram.org/passport/encryption#secureplaindata\">it must be verified, first »</a>.","arguments":[{"name":"email","type":"string","comment":"Email address"}]},{"kind":"class","name":"secureValueTypePersonalDetails","type":"SecureValueType","id":2636808675,"comment":"Personal details","arguments":[]},{"kind":"class","name":"secureValueTypePassport","type":"SecureValueType","id":1034709504,"comment":"Passport","arguments":[]},{"kind":"class","name":"secureValueTypeDriverLicense","type":"SecureValueType","id":115615172,"comment":"Driver's license","arguments":[]},{"kind":"class","name":"secureValueTypeIdentityCard","type":"SecureValueType","id":2698015819,"comment":"Identity card","arguments":[]},{"kind":"class","name":"secureValueTypeInternalPassport","type":"SecureValueType","id":2577698595,"comment":"Internal <a href=\"https://corefork.telegram.org/passport\">passport</a>","arguments":[]},{"kind":"class","name":"secureValueTypeAddress","type":"SecureValueType","id":3420659238,"comment":"Address","arguments":[]},{"kind":"class","name":"secureValueTypeUtilityBill","type":"SecureValueType","id":4231435598,"comment":"Utility bill","arguments":[]},{"kind":"class","name":"secureValueTypeBankStatement","type":"SecureValueType","id":2299755533,"comment":"Bank statement","arguments":[]},{"kind":"class","name":"secureValueTypeRentalAgreement","type":"SecureValueType","id":2340959368,"comment":"Rental agreement","arguments":[]},{"kind":"class","name":"secureValueTypePassportRegistration","type":"SecureValueType","id":2581823594,"comment":"Internal registration <a href=\"https://corefork.telegram.org/passport\">passport</a>","arguments":[]},{"kind":"class","name":"secureValueTypeTemporaryRegistration","type":"SecureValueType","id":3926060083,"comment":"Temporary registration","arguments":[]},{"kind":"class","name":"secureValueTypePhone","type":"SecureValueType","id":3005262555,"comment":"Phone","arguments":[]},{"kind":"class","name":"secureValueTypeEmail","type":"SecureValueType","id":2386339822,"comment":"Email","arguments":[]},{"kind":"class","name":"secureValue","type":"SecureValue","id":411017418,"comment":"Secure value","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"type","type":"SecureValueType","comment":"Secure <a href=\"https://corefork.telegram.org/passport\">passport</a> value type"},{"name":"data","type":"SecureData","typeModifiers":{"predicate":"flags.0"},"comment":"Encrypted <a href=\"https://corefork.telegram.org/passport\">Telegram Passport</a> element data"},{"name":"front_side","type":"SecureFile","typeModifiers":{"predicate":"flags.1"},"comment":"Encrypted <a href=\"https://corefork.telegram.org/passport\">passport</a> file with the front side of the document"},{"name":"reverse_side","type":"SecureFile","typeModifiers":{"predicate":"flags.2"},"comment":"Encrypted <a href=\"https://corefork.telegram.org/passport\">passport</a> file with the reverse side of the document"},{"name":"selfie","type":"SecureFile","typeModifiers":{"predicate":"flags.3"},"comment":"Encrypted <a href=\"https://corefork.telegram.org/passport\">passport</a> file with a selfie of the user holding the document"},{"name":"translation","type":"SecureFile","typeModifiers":{"predicate":"flags.6","isVector":true},"comment":"Array of encrypted <a href=\"https://corefork.telegram.org/passport\">passport</a> files with translated versions of the provided documents"},{"name":"files","type":"SecureFile","typeModifiers":{"predicate":"flags.4","isVector":true},"comment":"Array of encrypted <a href=\"https://corefork.telegram.org/passport\">passport</a> files with photos the of the documents"},{"name":"plain_data","type":"SecurePlainData","typeModifiers":{"predicate":"flags.5"},"comment":"Plaintext verified <a href=\"https://corefork.telegram.org/passport\">passport</a> data"},{"name":"hash","type":"bytes","comment":"Data hash"}]},{"kind":"class","name":"inputSecureValue","type":"InputSecureValue","id":3676426407,"comment":"Secure value, <a href=\"https://corefork.telegram.org/passport/encryption#encryption\">for more info see the passport docs »</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"type","type":"SecureValueType","comment":"Secure <a href=\"https://corefork.telegram.org/passport\">passport</a> value type"},{"name":"data","type":"SecureData","typeModifiers":{"predicate":"flags.0"},"comment":"Encrypted <a href=\"https://corefork.telegram.org/passport\">Telegram Passport</a> element data"},{"name":"front_side","type":"InputSecureFile","typeModifiers":{"predicate":"flags.1"},"comment":"Encrypted <a href=\"https://corefork.telegram.org/passport\">passport</a> file with the front side of the document"},{"name":"reverse_side","type":"InputSecureFile","typeModifiers":{"predicate":"flags.2"},"comment":"Encrypted <a href=\"https://corefork.telegram.org/passport\">passport</a> file with the reverse side of the document"},{"name":"selfie","type":"InputSecureFile","typeModifiers":{"predicate":"flags.3"},"comment":"Encrypted <a href=\"https://corefork.telegram.org/passport\">passport</a> file with a selfie of the user holding the document"},{"name":"translation","type":"InputSecureFile","typeModifiers":{"predicate":"flags.6","isVector":true},"comment":"Array of encrypted <a href=\"https://corefork.telegram.org/passport\">passport</a> files with translated versions of the provided documents"},{"name":"files","type":"InputSecureFile","typeModifiers":{"predicate":"flags.4","isVector":true},"comment":"Array of encrypted <a href=\"https://corefork.telegram.org/passport\">passport</a> files with photos the of the documents"},{"name":"plain_data","type":"SecurePlainData","typeModifiers":{"predicate":"flags.5"},"comment":"Plaintext verified <a href=\"https://corefork.telegram.org/passport\">passport</a> data"}]},{"kind":"class","name":"secureValueHash","type":"SecureValueHash","id":3978218928,"comment":"Secure value hash","arguments":[{"name":"type","type":"SecureValueType","comment":"Secure value type"},{"name":"hash","type":"bytes","comment":"Hash"}]},{"kind":"class","name":"secureValueErrorData","type":"SecureValueError","id":3903065049,"comment":"Represents an issue in one of the data fields that was provided by the user. The error is considered resolved when the field's value changes.","arguments":[{"name":"type","type":"SecureValueType","comment":"The section of the user's Telegram Passport which has the error, one of {@link RawSecureValueTypePersonalDetails}, {@link RawSecureValueTypePassport}, {@link RawSecureValueTypeDriverLicense}, {@link RawSecureValueTypeIdentityCard}, {@link RawSecureValueTypeInternalPassport}, {@link RawSecureValueTypeAddress}"},{"name":"data_hash","type":"bytes","comment":"Data hash"},{"name":"field","type":"string","comment":"Name of the data field which has the error"},{"name":"text","type":"string","comment":"Error message"}]},{"kind":"class","name":"secureValueErrorFrontSide","type":"SecureValueError","id":12467706,"comment":"Represents an issue with the front side of a document. The error is considered resolved when the file with the front side of the document changes.","arguments":[{"name":"type","type":"SecureValueType","comment":"One of {@link RawSecureValueTypePassport}, {@link RawSecureValueTypeDriverLicense}, {@link RawSecureValueTypeIdentityCard}, {@link RawSecureValueTypeInternalPassport}"},{"name":"file_hash","type":"bytes","comment":"File hash"},{"name":"text","type":"string","comment":"Error message"}]},{"kind":"class","name":"secureValueErrorReverseSide","type":"SecureValueError","id":2257201829,"comment":"Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse side of the document changes.","arguments":[{"name":"type","type":"SecureValueType","comment":"One of {@link RawSecureValueTypeDriverLicense}, {@link RawSecureValueTypeIdentityCard}"},{"name":"file_hash","type":"bytes","comment":"File hash"},{"name":"text","type":"string","comment":"Error message"}]},{"kind":"class","name":"secureValueErrorSelfie","type":"SecureValueError","id":3845639894,"comment":"Represents an issue with the selfie with a document. The error is considered resolved when the file with the selfie changes.","arguments":[{"name":"type","type":"SecureValueType","comment":"One of {@link RawSecureValueTypePassport}, {@link RawSecureValueTypeDriverLicense}, {@link RawSecureValueTypeIdentityCard}, {@link RawSecureValueTypeInternalPassport}"},{"name":"file_hash","type":"bytes","comment":"File hash"},{"name":"text","type":"string","comment":"Error message"}]},{"kind":"class","name":"secureValueErrorFile","type":"SecureValueError","id":2054162547,"comment":"Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes.","arguments":[{"name":"type","type":"SecureValueType","comment":"One of {@link RawSecureValueTypeUtilityBill}, {@link RawSecureValueTypeBankStatement}, {@link RawSecureValueTypeRentalAgreement}, {@link RawSecureValueTypePassportRegistration}, {@link RawSecureValueTypeTemporaryRegistration}"},{"name":"file_hash","type":"bytes","comment":"File hash"},{"name":"text","type":"string","comment":"Error message"}]},{"kind":"class","name":"secureValueErrorFiles","type":"SecureValueError","id":1717706985,"comment":"Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes.","arguments":[{"name":"type","type":"SecureValueType","comment":"One of {@link RawSecureValueTypeUtilityBill}, {@link RawSecureValueTypeBankStatement}, {@link RawSecureValueTypeRentalAgreement}, {@link RawSecureValueTypePassportRegistration}, {@link RawSecureValueTypeTemporaryRegistration}"},{"name":"file_hash","type":"bytes","typeModifiers":{"isVector":true},"comment":"File hash"},{"name":"text","type":"string","comment":"Error message"}]},{"kind":"class","name":"secureValueError","type":"SecureValueError","id":2258466191,"comment":"Secure value error","arguments":[{"name":"type","type":"SecureValueType","comment":"Type of element which has the issue"},{"name":"hash","type":"bytes","comment":"Hash"},{"name":"text","type":"string","comment":"Error message"}]},{"kind":"class","name":"secureValueErrorTranslationFile","type":"SecureValueError","id":2702460784,"comment":"Represents an issue with one of the files that constitute the translation of a document. The error is considered resolved when the file changes.","arguments":[{"name":"type","type":"SecureValueType","comment":"One of {@link RawSecureValueTypePersonalDetails}, {@link RawSecureValueTypePassport}, {@link RawSecureValueTypeDriverLicense}, {@link RawSecureValueTypeIdentityCard}, {@link RawSecureValueTypeInternalPassport}, {@link RawSecureValueTypeUtilityBill}, {@link RawSecureValueTypeBankStatement}, {@link RawSecureValueTypeRentalAgreement}, {@link RawSecureValueTypePassportRegistration}, {@link RawSecureValueTypeTemporaryRegistration}"},{"name":"file_hash","type":"bytes","comment":"File hash"},{"name":"text","type":"string","comment":"Error message"}]},{"kind":"class","name":"secureValueErrorTranslationFiles","type":"SecureValueError","id":878931416,"comment":"Represents an issue with the translated version of a document. The error is considered resolved when a file with the document translation changes.","arguments":[{"name":"type","type":"SecureValueType","comment":"One of {@link RawSecureValueTypePersonalDetails}, {@link RawSecureValueTypePassport}, {@link RawSecureValueTypeDriverLicense}, {@link RawSecureValueTypeIdentityCard}, {@link RawSecureValueTypeInternalPassport}, {@link RawSecureValueTypeUtilityBill}, {@link RawSecureValueTypeBankStatement}, {@link RawSecureValueTypeRentalAgreement}, {@link RawSecureValueTypePassportRegistration}, {@link RawSecureValueTypeTemporaryRegistration}"},{"name":"file_hash","type":"bytes","typeModifiers":{"isVector":true},"comment":"Hash"},{"name":"text","type":"string","comment":"Error message"}]},{"kind":"class","name":"secureCredentialsEncrypted","type":"SecureCredentialsEncrypted","id":871426631,"comment":"Encrypted credentials required to decrypt <a href=\"https://corefork.telegram.org/passport\">telegram passport</a> data.","arguments":[{"name":"data","type":"bytes","comment":"Encrypted JSON-serialized data with unique user's payload, data hashes and secrets required for EncryptedPassportElement decryption and authentication, as described in <a href=\"https://corefork.telegram.org/passport#decrypting-data\">decrypting data »</a>"},{"name":"hash","type":"bytes","comment":"Data hash for data authentication as described in <a href=\"https://corefork.telegram.org/passport#decrypting-data\">decrypting data »</a>"},{"name":"secret","type":"bytes","comment":"Secret, encrypted with the bot's public RSA key, required for data decryption as described in <a href=\"https://corefork.telegram.org/passport#decrypting-data\">decrypting data »</a>"}]},{"kind":"class","name":"account.authorizationForm","type":"account.AuthorizationForm","id":2905480408,"comment":"<a href=\"https://corefork.telegram.org/passport\">Telegram Passport</a> authorization form","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"required_types","type":"SecureRequiredType","typeModifiers":{"isVector":true},"comment":"Required <a href=\"https://corefork.telegram.org/passport\">Telegram Passport</a> documents"},{"name":"values","type":"SecureValue","typeModifiers":{"isVector":true},"comment":"Already submitted <a href=\"https://corefork.telegram.org/passport\">Telegram Passport</a> documents"},{"name":"errors","type":"SecureValueError","typeModifiers":{"isVector":true},"comment":"<a href=\"https://corefork.telegram.org/passport\">Telegram Passport</a> errors"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Info about the bot to which the form will be submitted"},{"name":"privacy_policy_url","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"URL of the service's privacy policy"}]},{"kind":"class","name":"account.sentEmailCode","type":"account.SentEmailCode","id":2166326607,"comment":"The sent email code","arguments":[{"name":"email_pattern","type":"string","comment":"The email (to which the code was sent) must match this <a href=\"https://corefork.telegram.org/api/pattern\">pattern</a>"},{"name":"length","type":"int","comment":"The length of the verification code"}]},{"kind":"class","name":"help.deepLinkInfoEmpty","type":"help.DeepLinkInfo","id":1722786150,"comment":"Deep link info empty","arguments":[]},{"kind":"class","name":"help.deepLinkInfo","type":"help.DeepLinkInfo","id":1783556146,"comment":"Deep link info, see <a href=\"https://corefork.telegram.org/api/links#unsupported-links\">the here for more details</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"update_app","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"An update of the app is required to parse this link"},{"name":"message","type":"string","comment":"Message to show to the user"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"}]},{"kind":"class","name":"savedPhoneContact","type":"SavedContact","id":289586518,"comment":"Saved contact","arguments":[{"name":"phone","type":"string","comment":"Phone number"},{"name":"first_name","type":"string","comment":"First name"},{"name":"last_name","type":"string","comment":"Last name"},{"name":"date","type":"int","comment":"Date added"}]},{"kind":"class","name":"account.takeout","type":"account.Takeout","id":1304052993,"comment":"Takeout info","arguments":[{"name":"id","type":"long","comment":"Takeout ID"}]},{"kind":"class","name":"passwordKdfAlgoUnknown","type":"PasswordKdfAlgo","id":3562713238,"comment":"Unknown KDF (most likely, the client is outdated and does not support the specified KDF algorithm)","arguments":[]},{"kind":"class","name":"passwordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow","type":"PasswordKdfAlgo","id":982592842,"comment":"This key derivation algorithm defines that <a href=\"https://corefork.telegram.org/api/srp\">SRP 2FA login</a> must be used","arguments":[{"name":"salt1","type":"bytes","comment":"One of two salts used by the derivation function (see <a href=\"https://corefork.telegram.org/api/srp\">SRP 2FA login</a>)"},{"name":"salt2","type":"bytes","comment":"One of two salts used by the derivation function (see <a href=\"https://corefork.telegram.org/api/srp\">SRP 2FA login</a>)"},{"name":"g","type":"int","comment":"Base (see <a href=\"https://corefork.telegram.org/api/srp\">SRP 2FA login</a>)"},{"name":"p","type":"bytes","comment":"2048-bit modulus (see <a href=\"https://corefork.telegram.org/api/srp\">SRP 2FA login</a>)"}]},{"kind":"class","name":"securePasswordKdfAlgoUnknown","type":"SecurePasswordKdfAlgo","id":4883767,"comment":"Unknown KDF algo (most likely the client has to be updated)","arguments":[]},{"kind":"class","name":"securePasswordKdfAlgoPBKDF2HMACSHA512iter100000","type":"SecurePasswordKdfAlgo","id":3153255840,"comment":"PBKDF2 with SHA512 and 100000 iterations KDF algo","arguments":[{"name":"salt","type":"bytes","comment":"Salt"}]},{"kind":"class","name":"securePasswordKdfAlgoSHA512","type":"SecurePasswordKdfAlgo","id":2252807570,"comment":"SHA512 KDF algo","arguments":[{"name":"salt","type":"bytes","comment":"Salt"}]},{"kind":"class","name":"secureSecretSettings","type":"SecureSecretSettings","id":354925740,"comment":"Secure settings","arguments":[{"name":"secure_algo","type":"SecurePasswordKdfAlgo","comment":"Secure KDF algo"},{"name":"secure_secret","type":"bytes","comment":"Secure secret"},{"name":"secure_secret_id","type":"long","comment":"Secret ID"}]},{"kind":"class","name":"inputCheckPasswordEmpty","type":"InputCheckPasswordSRP","id":2558588504,"comment":"There is no password","arguments":[]},{"kind":"class","name":"inputCheckPasswordSRP","type":"InputCheckPasswordSRP","id":3531600002,"comment":"Constructor for checking the validity of a 2FA SRP password (see <a href=\"https://corefork.telegram.org/api/srp\">SRP</a>)","arguments":[{"name":"srp_id","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/srp\">SRP ID</a>"},{"name":"A","type":"bytes","comment":"<code>A</code> parameter (see <a href=\"https://corefork.telegram.org/api/srp\">SRP</a>)"},{"name":"M1","type":"bytes","comment":"<code>M1</code> parameter (see <a href=\"https://corefork.telegram.org/api/srp\">SRP</a>)"}]},{"kind":"class","name":"secureRequiredType","type":"SecureRequiredType","id":2191366618,"comment":"Required type","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"native_names","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Native names"},{"name":"selfie_required","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Is a selfie required"},{"name":"translation_required","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Is a translation required"},{"name":"type","type":"SecureValueType","comment":"Secure value type"}]},{"kind":"class","name":"secureRequiredTypeOneOf","type":"SecureRequiredType","id":41187252,"comment":"One of","arguments":[{"name":"types","type":"SecureRequiredType","typeModifiers":{"isVector":true},"comment":"Secure required value types"}]},{"kind":"class","name":"help.passportConfigNotModified","type":"help.PassportConfig","id":3216634967,"comment":"Password configuration not modified","arguments":[]},{"kind":"class","name":"help.passportConfig","type":"help.PassportConfig","id":2694370991,"comment":"Telegram <a href=\"https://corefork.telegram.org/passport\">passport</a> configuration","arguments":[{"name":"hash","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"countries_langs","type":"DataJSON","comment":"Localization"}]},{"kind":"class","name":"inputAppEvent","type":"InputAppEvent","id":488313413,"comment":"Event that occurred in the application.","arguments":[{"name":"time","type":"double","comment":"Client's exact timestamp for the event"},{"name":"type","type":"string","comment":"Type of event"},{"name":"peer","type":"long","comment":"Arbitrary numeric value for more convenient selection of certain event types, or events referring to a certain object"},{"name":"data","type":"JSONValue","comment":"Details of the event"}]},{"kind":"class","name":"jsonObjectValue","type":"JSONObjectValue","id":3235781593,"comment":"JSON key: value pair","arguments":[{"name":"key","type":"string","comment":"Key"},{"name":"value","type":"JSONValue","comment":"Value"}]},{"kind":"class","name":"jsonNull","type":"JSONValue","id":1064139624,"comment":"null JSON value","arguments":[]},{"kind":"class","name":"jsonBool","type":"JSONValue","id":3342098026,"comment":"JSON boolean value","arguments":[{"name":"value","type":"Bool","comment":"Value"}]},{"kind":"class","name":"jsonNumber","type":"JSONValue","id":736157604,"comment":"JSON numeric value","arguments":[{"name":"value","type":"double","comment":"Value"}]},{"kind":"class","name":"jsonString","type":"JSONValue","id":3072226938,"comment":"JSON string","arguments":[{"name":"value","type":"string","comment":"Value"}]},{"kind":"class","name":"jsonArray","type":"JSONValue","id":4148447075,"comment":"JSON array","arguments":[{"name":"value","type":"JSONValue","typeModifiers":{"isVector":true},"comment":"JSON values"}]},{"kind":"class","name":"jsonObject","type":"JSONValue","id":2579616925,"comment":"JSON object value","arguments":[{"name":"value","type":"JSONObjectValue","typeModifiers":{"isVector":true},"comment":"Values"}]},{"kind":"class","name":"pageTableCell","type":"PageTableCell","id":878078826,"comment":"Table cell","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"header","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Is this element part of the column header"},{"name":"align_center","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Horizontally centered block"},{"name":"align_right","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Right-aligned block"},{"name":"valign_middle","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Vertically centered block"},{"name":"valign_bottom","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Block vertically-aligned to the bottom"},{"name":"text","type":"RichText","typeModifiers":{"predicate":"flags.7"},"comment":"Content"},{"name":"colspan","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"For how many columns should this cell extend"},{"name":"rowspan","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"For how many rows should this cell extend"}]},{"kind":"class","name":"pageTableRow","type":"PageTableRow","id":3770729957,"comment":"Table row","arguments":[{"name":"cells","type":"PageTableCell","typeModifiers":{"isVector":true},"comment":"Table cells"}]},{"kind":"class","name":"pageCaption","type":"PageCaption","id":1869903447,"comment":"Page caption","arguments":[{"name":"text","type":"RichText","comment":"Caption"},{"name":"credit","type":"RichText","comment":"Credits"}]},{"kind":"class","name":"pageListItemText","type":"PageListItem","id":3106911949,"comment":"List item","arguments":[{"name":"text","type":"RichText","comment":"Text"}]},{"kind":"class","name":"pageListItemBlocks","type":"PageListItem","id":635466748,"comment":"List item","arguments":[{"name":"blocks","type":"PageBlock","typeModifiers":{"isVector":true},"comment":"Blocks"}]},{"kind":"class","name":"pageListOrderedItemText","type":"PageListOrderedItem","id":1577484359,"comment":"Ordered list of text items","arguments":[{"name":"num","type":"string","comment":"Number of element within ordered list"},{"name":"text","type":"RichText","comment":"Text"}]},{"kind":"class","name":"pageListOrderedItemBlocks","type":"PageListOrderedItem","id":2564655414,"comment":"Ordered list of <a href=\"https://instantview.telegram.org/\">IV</a> blocks","arguments":[{"name":"num","type":"string","comment":"Number of element within ordered list"},{"name":"blocks","type":"PageBlock","typeModifiers":{"isVector":true},"comment":"Item contents"}]},{"kind":"class","name":"pageRelatedArticle","type":"PageRelatedArticle","id":3012615176,"comment":"Related article","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"url","type":"string","comment":"URL of article"},{"name":"webpage_id","type":"long","comment":"Webpage ID of generated IV preview"},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Title"},{"name":"description","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Description"},{"name":"photo_id","type":"long","typeModifiers":{"predicate":"flags.2"},"comment":"ID of preview photo"},{"name":"author","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"Author name"},{"name":"published_date","type":"int","typeModifiers":{"predicate":"flags.4"},"comment":"Date of publication"}]},{"kind":"class","name":"page","type":"Page","id":2556788493,"comment":"<a href=\"https://instantview.telegram.org/\">Instant view</a> page","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"part","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Indicates that not full page preview is available to the client and it will need to fetch full Instant View from the server using {@link messages.RawGetWebPagePreviewRequest}."},{"name":"rtl","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the page contains RTL text"},{"name":"v2","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether this is an <a href=\"https://instantview.telegram.org/docs#what-39s-new-in-2-0\">IV v2</a> page"},{"name":"url","type":"string","comment":"Original page HTTP URL"},{"name":"blocks","type":"PageBlock","typeModifiers":{"isVector":true},"comment":"Page elements (like with HTML elements, only as TL constructors)"},{"name":"photos","type":"Photo","typeModifiers":{"isVector":true},"comment":"Photos in page"},{"name":"documents","type":"Document","typeModifiers":{"isVector":true},"comment":"Media in page"},{"name":"views","type":"int","typeModifiers":{"predicate":"flags.3"},"comment":"View count"}]},{"kind":"class","name":"help.supportName","type":"help.SupportName","id":2349199817,"comment":"Localized name for telegram support","arguments":[{"name":"name","type":"string","comment":"Localized name"}]},{"kind":"class","name":"help.userInfoEmpty","type":"help.UserInfo","id":4088278765,"comment":"Internal use","arguments":[]},{"kind":"class","name":"help.userInfo","type":"help.UserInfo","id":32192344,"comment":"Internal use","arguments":[{"name":"message","type":"string","comment":"Info"},{"name":"entities","type":"MessageEntity","typeModifiers":{"isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"},{"name":"author","type":"string","comment":"Author"},{"name":"date","type":"int","comment":"Date"}]},{"kind":"class","name":"pollAnswer","type":"PollAnswer","id":1823064809,"comment":"A possible answer of a poll","arguments":[{"name":"text","type":"string","comment":"Textual representation of the answer"},{"name":"option","type":"bytes","comment":"The param that has to be passed to {@link messages.RawSendVoteRequest}."}]},{"kind":"class","name":"poll","type":"Poll","id":2262925665,"comment":"Poll","arguments":[{"name":"id","type":"long","comment":"ID of the poll"},{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"closed","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the poll is closed and doesn't accept any more answers"},{"name":"public_voters","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether cast votes are publicly visible to all users (non-anonymous poll)"},{"name":"multiple_choice","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether multiple options can be chosen as answer"},{"name":"quiz","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether this is a quiz (with wrong and correct answers, results shown in the return type)"},{"name":"question","type":"string","comment":"The question of the poll"},{"name":"answers","type":"PollAnswer","typeModifiers":{"isVector":true},"comment":"The possible answers, vote using {@link messages.RawSendVoteRequest}."},{"name":"close_period","type":"int","typeModifiers":{"predicate":"flags.4"},"comment":"Amount of time in seconds the poll will be active after creation, 5-600. Can't be used together with close_date."},{"name":"close_date","type":"int","typeModifiers":{"predicate":"flags.5"},"comment":"Point in time (UNIX timestamp in seconds) when the poll will be automatically closed. Must be at least 5 and no more than 600 seconds in the future; can't be used together with close_period."}]},{"kind":"class","name":"pollAnswerVoters","type":"PollAnswerVoters","id":997055186,"comment":"A poll answer, and how users voted on it","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"chosen","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether we have chosen this answer"},{"name":"correct","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"For quizzes, whether the option we have chosen is correct"},{"name":"option","type":"bytes","comment":"The param that has to be passed to {@link messages.RawSendVoteRequest}."},{"name":"voters","type":"int","comment":"How many users voted for this option"}]},{"kind":"class","name":"pollResults","id":2061444128,"type":"PollResults","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"min","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Similar to <a href=\"https://corefork.telegram.org/api/min\">min</a> objects, used for poll constructors that are the same for all users so they don't have the option chosen by the current user (you can use {@link messages.RawGetPollResultsRequest} to get the full poll results)."},{"name":"results","type":"PollAnswerVoters","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"Poll results"},{"name":"total_voters","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Total number of people that voted in the poll"},{"name":"recent_voters","type":"Peer","typeModifiers":{"predicate":"flags.3","isVector":true},"comment":"IDs of the last users that recently voted in the poll"},{"name":"solution","type":"string","typeModifiers":{"predicate":"flags.4"},"comment":"Explanation of quiz solution"},{"name":"solution_entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.4","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text in quiz solution</a>"}],"comment":"Results of poll"},{"kind":"class","name":"chatOnlines","type":"ChatOnlines","id":4030849616,"comment":"Number of online users in a chat","arguments":[{"name":"onlines","type":"int","comment":"Number of online users"}]},{"kind":"class","name":"statsURL","type":"StatsURL","id":1202287072,"comment":"URL with chat statistics","arguments":[{"name":"url","type":"string","comment":"Chat statistics"}]},{"kind":"class","name":"chatAdminRights","type":"ChatAdminRights","id":1605510357,"comment":"Represents the rights of an admin in a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"change_info","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"If set, allows the admin to modify the description of the <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>"},{"name":"post_messages","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"If set, allows the admin to post messages in the <a href=\"https://corefork.telegram.org/api/channel\">channel</a>"},{"name":"edit_messages","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"If set, allows the admin to also edit messages from other admins in the <a href=\"https://corefork.telegram.org/api/channel\">channel</a>"},{"name":"delete_messages","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"If set, allows the admin to also delete messages from other admins in the <a href=\"https://corefork.telegram.org/api/channel\">channel</a>"},{"name":"ban_users","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"If set, allows the admin to ban users from the <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>"},{"name":"invite_users","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"If set, allows the admin to invite users in the <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>"},{"name":"pin_messages","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"If set, allows the admin to pin messages in the <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>"},{"name":"add_admins","type":"true","typeModifiers":{"predicate":"flags.9"},"comment":"If set, allows the admin to add other admins with the same (or more limited) permissions in the <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>"},{"name":"anonymous","type":"true","typeModifiers":{"predicate":"flags.10"},"comment":"Whether this admin is anonymous"},{"name":"manage_call","type":"true","typeModifiers":{"predicate":"flags.11"},"comment":"If set, allows the admin to change group call/livestream settings"},{"name":"other","type":"true","typeModifiers":{"predicate":"flags.12"},"comment":"Set this flag if none of the other flags are set, but you still want the user to be an admin: if this or any of the other flags are set, the admin can get the chat <a href=\"https://corefork.telegram.org/api/recent-actions\">admin log</a>, get <a href=\"https://corefork.telegram.org/api/stats\">chat statistics</a>, get <a href=\"https://corefork.telegram.org/api/stats\">message statistics in channels</a>, get channel members, see anonymous administrators in supergroups and ignore slow mode."},{"name":"manage_topics","type":"true","typeModifiers":{"predicate":"flags.13"},"comment":"If set, allows the admin to create, delete or modify <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topics »</a>."},{"name":"post_stories","type":"true","typeModifiers":{"predicate":"flags.14"},"comment":"If set, allows the admin to post <a href=\"https://corefork.telegram.org/api/stories#channel-stories\">stories</a> as the <a href=\"https://corefork.telegram.org/api/channel\">channel</a>."},{"name":"edit_stories","type":"true","typeModifiers":{"predicate":"flags.15"},"comment":"If set, allows the admin to edit <a href=\"https://corefork.telegram.org/api/stories#channel-stories\">stories</a> posted by the other admins of the <a href=\"https://corefork.telegram.org/api/channel\">channel</a>."},{"name":"delete_stories","type":"true","typeModifiers":{"predicate":"flags.16"},"comment":"If set, allows the admin to delete <a href=\"https://corefork.telegram.org/api/stories#channel-stories\">stories</a> posted by the other admins of the <a href=\"https://corefork.telegram.org/api/channel\">channel</a>."}]},{"kind":"class","name":"chatBannedRights","type":"ChatBannedRights","id":2668758040,"comment":"Represents the rights of a normal user in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/channel/chat</a>. In this case, the flags are inverted: if set, a flag <strong>does not allow</strong> a user to do X.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"view_messages","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"If set, does not allow a user to view messages in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/channel/chat</a>"},{"name":"send_messages","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"If set, does not allow a user to send messages in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>"},{"name":"send_media","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"If set, does not allow a user to send any media in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>"},{"name":"send_stickers","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"If set, does not allow a user to send stickers in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>"},{"name":"send_gifs","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"If set, does not allow a user to send gifs in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>"},{"name":"send_games","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"If set, does not allow a user to send games in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>"},{"name":"send_inline","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"If set, does not allow a user to use inline bots in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>."},{"name":"embed_links","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"If set, does not allow a user to embed links in the messages of a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>"},{"name":"send_polls","type":"true","typeModifiers":{"predicate":"flags.8"},"comment":"If set, does not allow a user to send polls in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>"},{"name":"change_info","type":"true","typeModifiers":{"predicate":"flags.10"},"comment":"If set, does not allow any user to change the description of a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>"},{"name":"invite_users","type":"true","typeModifiers":{"predicate":"flags.15"},"comment":"If set, does not allow any user to invite users in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>"},{"name":"pin_messages","type":"true","typeModifiers":{"predicate":"flags.17"},"comment":"If set, does not allow any user to pin messages in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>"},{"name":"manage_topics","type":"true","typeModifiers":{"predicate":"flags.18"},"comment":"If set, does not allow any user to create, delete or modify <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topics »</a>."},{"name":"send_photos","type":"true","typeModifiers":{"predicate":"flags.19"},"comment":"If set, does not allow a user to send photos in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>."},{"name":"send_videos","type":"true","typeModifiers":{"predicate":"flags.20"},"comment":"If set, does not allow a user to send videos in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>."},{"name":"send_roundvideos","type":"true","typeModifiers":{"predicate":"flags.21"},"comment":"If set, does not allow a user to send round videos in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>."},{"name":"send_audios","type":"true","typeModifiers":{"predicate":"flags.22"},"comment":"If set, does not allow a user to send audio files in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>."},{"name":"send_voices","type":"true","typeModifiers":{"predicate":"flags.23"},"comment":"If set, does not allow a user to send voice messages in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>."},{"name":"send_docs","type":"true","typeModifiers":{"predicate":"flags.24"},"comment":"If set, does not allow a user to send documents in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>."},{"name":"send_plain","type":"true","typeModifiers":{"predicate":"flags.25"},"comment":"If set, does not allow a user to send text messages in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/chat</a>."},{"name":"until_date","type":"int","comment":"Validity of said permissions (it is considered forever any value less then 30 seconds or more then 366 days)."}]},{"kind":"class","name":"inputWallPaper","type":"InputWallPaper","id":3861952889,"comment":"<a href=\"https://corefork.telegram.org/api/wallpapers\">Wallpaper</a>","arguments":[{"name":"id","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/wallpapers\">Wallpaper</a> ID"},{"name":"access_hash","type":"long","comment":"Access hash"}]},{"kind":"class","name":"inputWallPaperSlug","type":"InputWallPaper","id":1913199744,"comment":"<a href=\"https://corefork.telegram.org/api/wallpapers\">Wallpaper</a> by slug (a unique ID, obtained from a <a href=\"https://corefork.telegram.org/api/links#wallpaper-links\">wallpaper link »</a>)","arguments":[{"name":"slug","type":"string","comment":"Unique wallpaper ID"}]},{"kind":"class","name":"inputWallPaperNoFile","type":"InputWallPaper","id":2524595758,"comment":"<a href=\"https://corefork.telegram.org/api/wallpapers\">Wallpaper</a> with no file access hash, used for example when deleting (<code>unsave=true</code>) wallpapers using {@link account.RawSaveWallPaperRequest}, specifying just the wallpaper ID.","arguments":[{"name":"id","type":"long","comment":"Wallpaper ID"}]},{"kind":"class","name":"account.wallPapersNotModified","type":"account.WallPapers","id":471437699,"comment":"No new <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpapers</a> were found","arguments":[]},{"kind":"class","name":"account.wallPapers","type":"account.WallPapers","id":3452142988,"comment":"Installed <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpapers</a>","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"wallpapers","type":"WallPaper","typeModifiers":{"isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/wallpapers\">Wallpapers</a>"}]},{"kind":"class","name":"codeSettings","type":"CodeSettings","id":2904898936,"comment":"Settings used by telegram servers for sending the confirm code.\n\nExample implementations: <a href=\"https://github.com/DrKLO/Telegram/blob/master/TMessagesProj/src/main/java/org/telegram/ui/LoginActivity.java\">telegram for android</a>, <a href=\"https://github.com/tdlib/td/tree/master/td/telegram/SendCodeHelper.cpp\">tdlib</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"allow_flashcall","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to allow phone verification via <a href=\"https://corefork.telegram.org/api/auth\">phone calls</a>."},{"name":"current_number","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Pass true if the phone number is used on the current device. Ignored if allow_flashcall is not set."},{"name":"allow_app_hash","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"If a token that will be included in eventually sent SMSs is required: required in newer versions of android, to use the <a href=\"https://developers.google.com/identity/sms-retriever/overview\">android SMS receiver APIs</a>"},{"name":"allow_missed_call","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether this device supports receiving the code using the {@link auth.RawCodeTypeMissedCall} method"},{"name":"allow_firebase","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"Whether Firebase auth is supported"},{"name":"logout_tokens","type":"bytes","typeModifiers":{"predicate":"flags.6","isVector":true},"comment":"Previously stored future auth tokens, see <a href=\"https://corefork.telegram.org/api/auth#future-auth-tokens\">the documentation for more info »</a>"},{"name":"token","type":"string","typeModifiers":{"predicate":"flags.8"},"comment":"Used only by official iOS apps for Firebase auth: device token for apple push."},{"name":"app_sandbox","type":"Bool","typeModifiers":{"predicate":"flags.8"},"comment":"Used only by official iOS apps for firebase auth: whether a sandbox-certificate will be used during transmission of the push notification."}]},{"kind":"class","name":"wallPaperSettings","type":"WallPaperSettings","id":499236004,"comment":"<a href=\"https://corefork.telegram.org/api/wallpapers\">Wallpaper</a> rendering information.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"blur","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"For <a href=\"https://corefork.telegram.org/api/wallpapers#image-wallpapers\">image wallpapers »</a>: if set, the JPEG must be downscaled to fit in 450x450 square and then box-blurred with radius 12."},{"name":"motion","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"If set, the background needs to be slightly moved when the device is rotated."},{"name":"background_color","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Used for <a href=\"https://corefork.telegram.org/api/wallpapers#solid-fill\">solid »</a>, <a href=\"https://corefork.telegram.org/api/wallpapers#gradient-fill\">gradient »</a> and <a href=\"https://corefork.telegram.org/api/wallpapers#freeform-gradient-fill\">freeform gradient »</a> fills."},{"name":"second_background_color","type":"int","typeModifiers":{"predicate":"flags.4"},"comment":"Used for <a href=\"https://corefork.telegram.org/api/wallpapers#gradient-fill\">gradient »</a> and <a href=\"https://corefork.telegram.org/api/wallpapers#freeform-gradient-fill\">freeform gradient »</a> fills."},{"name":"third_background_color","type":"int","typeModifiers":{"predicate":"flags.5"},"comment":"Used for <a href=\"https://corefork.telegram.org/api/wallpapers#freeform-gradient-fill\">freeform gradient »</a> fills."},{"name":"fourth_background_color","type":"int","typeModifiers":{"predicate":"flags.6"},"comment":"Used for <a href=\"https://corefork.telegram.org/api/wallpapers#freeform-gradient-fill\">freeform gradient »</a> fills."},{"name":"intensity","type":"int","typeModifiers":{"predicate":"flags.3"},"comment":"Used for <a href=\"https://corefork.telegram.org/api/wallpapers#pattern-wallpapers\">pattern wallpapers »</a>."},{"name":"rotation","type":"int","typeModifiers":{"predicate":"flags.4"},"comment":"Clockwise rotation angle of the gradient, in degrees; 0-359. Should be always divisible by 45."}]},{"kind":"class","name":"autoDownloadSettings","id":3131405864,"type":"AutoDownloadSettings","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"disabled","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Disable automatic media downloads?"},{"name":"video_preload_large","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether to preload the first seconds of videos larger than the specified limit"},{"name":"audio_preload_next","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether to preload the next audio track when you're listening to music"},{"name":"phonecalls_less_data","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether to enable data saving mode in phone calls"},{"name":"stories_preload","type":"true","typeModifiers":{"predicate":"flags.4"}},{"name":"photo_size_max","type":"int","comment":"Maximum size of photos to preload"},{"name":"video_size_max","type":"int53","comment":"Maximum size of videos to preload"},{"name":"file_size_max","type":"int53","comment":"Maximum size of other files to preload"},{"name":"video_upload_maxbitrate","type":"int","comment":"Maximum suggested bitrate for <strong>uploading</strong> videos"},{"name":"small_queue_active_operations_max","type":"int"},{"name":"large_queue_active_operations_max","type":"int"}],"comment":"Autodownload settings"},{"kind":"class","name":"account.autoDownloadSettings","type":"account.AutoDownloadSettings","id":1674235686,"comment":"Media autodownload settings","arguments":[{"name":"low","type":"AutoDownloadSettings","comment":"Low data usage preset"},{"name":"medium","type":"AutoDownloadSettings","comment":"Medium data usage preset"},{"name":"high","type":"AutoDownloadSettings","comment":"High data usage preset"}]},{"kind":"class","name":"emojiKeyword","type":"EmojiKeyword","id":3585325561,"comment":"Emoji keyword","arguments":[{"name":"keyword","type":"string","comment":"Keyword"},{"name":"emoticons","type":"string","typeModifiers":{"isVector":true},"comment":"Emojis associated to keyword"}]},{"kind":"class","name":"emojiKeywordDeleted","type":"EmojiKeyword","id":594408994,"comment":"Deleted emoji keyword","arguments":[{"name":"keyword","type":"string","comment":"Keyword"},{"name":"emoticons","type":"string","typeModifiers":{"isVector":true},"comment":"Emojis that were associated to keyword"}]},{"kind":"class","name":"emojiKeywordsDifference","type":"EmojiKeywordsDifference","id":1556570557,"comment":"Changes to emoji keywords","arguments":[{"name":"lang_code","type":"string","comment":"Language code for keywords"},{"name":"from_version","type":"int","comment":"Previous emoji keyword list version"},{"name":"version","type":"int","comment":"Current version of emoji keyword list"},{"name":"keywords","type":"EmojiKeyword","typeModifiers":{"isVector":true},"comment":"Emojis associated to keywords"}]},{"kind":"class","name":"emojiURL","type":"EmojiURL","id":2775937949,"comment":"An HTTP URL which can be used to automatically log in into translation platform and suggest new emoji replacements. The URL will be valid for 30 seconds after generation","arguments":[{"name":"url","type":"string","comment":"An HTTP URL which can be used to automatically log in into translation platform and suggest new emoji replacements. The URL will be valid for 30 seconds after generation"}]},{"kind":"class","name":"emojiLanguage","type":"EmojiLanguage","id":3019592545,"comment":"Emoji language","arguments":[{"name":"lang_code","type":"string","comment":"Language code"}]},{"kind":"class","name":"folder","type":"Folder","id":4283715173,"comment":"Folder","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"autofill_new_broadcasts","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Automatically add new channels to this folder"},{"name":"autofill_public_groups","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Automatically add joined new public supergroups to this folder"},{"name":"autofill_new_correspondents","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Automatically add new private chats to this folder"},{"name":"id","type":"int","comment":"Folder ID"},{"name":"title","type":"string","comment":"Folder title"},{"name":"photo","type":"ChatPhoto","typeModifiers":{"predicate":"flags.3"},"comment":"Folder picture"}]},{"kind":"class","name":"inputFolderPeer","type":"InputFolderPeer","id":4224893590,"comment":"Peer in a folder","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer"},{"name":"folder_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"}]},{"kind":"class","name":"folderPeer","type":"FolderPeer","id":3921323624,"comment":"Peer in a folder","arguments":[{"name":"peer","type":"Peer","comment":"Folder peer info"},{"name":"folder_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"}]},{"kind":"class","name":"messages.searchCounter","type":"messages.SearchCounter","id":3896830975,"comment":"Indicates how many results would be found by a {@link messages.RawSearchRequest} call with the same parameters","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"inexact","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"If set, the results may be inexact"},{"name":"filter","type":"MessagesFilter","comment":"Provided message filter"},{"name":"count","type":"int","comment":"Number of results that were found server-side"}]},{"kind":"class","name":"urlAuthResultRequest","type":"UrlAuthResult","id":2463316494,"comment":"Details about the authorization request, for more info <a href=\"https://corefork.telegram.org/api/url-authorization\">click here »</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"request_write_access","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the bot would like to send messages to the user"},{"name":"bot","type":"User","comment":"Username of a bot, which will be used for user authorization. If not specified, the current bot's username will be assumed. The url's domain must be the same as the domain linked with the bot. See <a href=\"https://core.telegram.org/widgets/login#linking-your-domain-to-the-bot\">Linking your domain to the bot</a> for more details."},{"name":"domain","type":"string","comment":"The domain name of the website on which the user will log in."}]},{"kind":"class","name":"urlAuthResultAccepted","type":"UrlAuthResult","id":2408320590,"comment":"Details about an accepted authorization request, for more info <a href=\"https://corefork.telegram.org/api/url-authorization\">click here »</a>","arguments":[{"name":"url","type":"string","comment":"The URL name of the website on which the user has logged in."}]},{"kind":"class","name":"urlAuthResultDefault","type":"UrlAuthResult","id":2849430303,"comment":"Details about an accepted authorization request, for more info <a href=\"https://corefork.telegram.org/api/url-authorization\">click here »</a>","arguments":[]},{"kind":"class","name":"channelLocationEmpty","type":"ChannelLocation","id":3216354699,"comment":"No location (normal supergroup)","arguments":[]},{"kind":"class","name":"channelLocation","type":"ChannelLocation","id":547062491,"comment":"Geographical location of supergroup (geogroups)","arguments":[{"name":"geo_point","type":"GeoPoint","comment":"Geographical location of supergroup"},{"name":"address","type":"string","comment":"Textual description of the address"}]},{"kind":"class","name":"peerLocated","type":"PeerLocated","id":3393592157,"comment":"Peer geolocated nearby","arguments":[{"name":"peer","type":"Peer","comment":"Peer"},{"name":"expires","type":"int","comment":"Validity period of current data"},{"name":"distance","type":"int","comment":"Distance from the peer in meters"}]},{"kind":"class","name":"peerSelfLocated","type":"PeerLocated","id":4176226379,"comment":"Current peer","arguments":[{"name":"expires","type":"int","comment":"Expiry of geolocation info for current peer"}]},{"kind":"class","name":"restrictionReason","type":"RestrictionReason","id":3497176244,"comment":"Restriction reason.\n\nContains the reason why access to a certain object must be restricted. Clients are supposed to deny access to the channel if the <code>platform</code> field is equal to <code>all</code> or to the current platform (<code>ios</code>, <code>android</code>, <code>wp</code>, etc.). Platforms can be concatenated (<code>ios-android</code>, <code>ios-wp</code>), unknown platforms are to be ignored. The <code>text</code> is the error message that should be shown to the user.","arguments":[{"name":"platform","type":"string","comment":"Platform identifier (ios, android, wp, all, etc.), can be concatenated with a dash as separator (<code>android-ios</code>, <code>ios-wp</code>, etc)"},{"name":"reason","type":"string","comment":"Restriction reason (<code>porno</code>, <code>terms</code>, etc.)"},{"name":"text","type":"string","comment":"Error message to be shown to the user"}]},{"kind":"class","name":"inputTheme","type":"InputTheme","id":1012306921,"comment":"Theme","arguments":[{"name":"id","type":"long","comment":"ID"},{"name":"access_hash","type":"long","comment":"Access hash"}]},{"kind":"class","name":"inputThemeSlug","type":"InputTheme","id":4119399921,"comment":"Theme by theme ID","arguments":[{"name":"slug","type":"string","comment":"Unique theme ID obtained from a <a href=\"https://corefork.telegram.org/api/links#theme-links\">theme deep link »</a>"}]},{"kind":"class","name":"theme","type":"Theme","id":2685298646,"comment":"Theme","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"creator","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the current user is the creator of this theme"},{"name":"default","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether this is the default theme"},{"name":"for_chat","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether this theme is meant to be used as a <a href=\"https://telegram.org/blog/chat-themes-interactive-emoji-read-receipts\">chat theme</a>"},{"name":"id","type":"long","comment":"Theme ID"},{"name":"access_hash","type":"long","comment":"Theme access hash"},{"name":"slug","type":"string","comment":"Unique theme ID"},{"name":"title","type":"string","comment":"Theme name"},{"name":"document","type":"Document","typeModifiers":{"predicate":"flags.2"},"comment":"Theme"},{"name":"settings","type":"ThemeSettings","typeModifiers":{"predicate":"flags.3","isVector":true},"comment":"Theme settings"},{"name":"emoticon","type":"string","typeModifiers":{"predicate":"flags.6"},"comment":"Theme emoji"},{"name":"installs_count","type":"int","typeModifiers":{"predicate":"flags.4"},"comment":"Installation count"}]},{"kind":"class","name":"account.themesNotModified","type":"account.Themes","id":4095653410,"comment":"No new themes were installed","arguments":[]},{"kind":"class","name":"account.themes","type":"account.Themes","id":2587724909,"comment":"Installed themes","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"themes","type":"Theme","typeModifiers":{"isVector":true},"comment":"Themes"}]},{"kind":"class","name":"auth.loginToken","type":"auth.LoginToken","id":1654593920,"comment":"Login token (for <a href=\"https://corefork.telegram.org/api/qr-login\">QR code login</a>)","arguments":[{"name":"expires","type":"int","comment":"Expiration date of QR code"},{"name":"token","type":"bytes","comment":"Token to render in QR code"}]},{"kind":"class","name":"auth.loginTokenMigrateTo","type":"auth.LoginToken","id":110008598,"comment":"Repeat the query to the specified DC","arguments":[{"name":"dc_id","type":"int","comment":"DC ID"},{"name":"token","type":"bytes","comment":"Token to use for login"}]},{"kind":"class","name":"auth.loginTokenSuccess","type":"auth.LoginToken","id":957176926,"comment":"Login via token (QR code) succeeded!","arguments":[{"name":"authorization","type":"auth.Authorization","comment":"Authorization info"}]},{"kind":"class","name":"account.contentSettings","type":"account.ContentSettings","id":1474462241,"comment":"Sensitive content settings","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"sensitive_enabled","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether viewing of sensitive (NSFW) content is enabled"},{"name":"sensitive_can_change","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the current client can change the sensitive content settings to view NSFW content"}]},{"kind":"class","name":"messages.inactiveChats","type":"messages.InactiveChats","id":2837970629,"comment":"Inactive chat list","arguments":[{"name":"dates","type":"int","typeModifiers":{"isVector":true},"comment":"When was the chat last active"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chat list"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users mentioned in the chat list"}]},{"kind":"class","name":"baseThemeClassic","type":"BaseTheme","id":3282117730,"comment":"Classic theme","arguments":[]},{"kind":"class","name":"baseThemeDay","type":"BaseTheme","id":4225242760,"comment":"Day theme","arguments":[]},{"kind":"class","name":"baseThemeNight","type":"BaseTheme","id":3081969320,"comment":"Night theme","arguments":[]},{"kind":"class","name":"baseThemeTinted","type":"BaseTheme","id":1834973166,"comment":"Tinted theme","arguments":[]},{"kind":"class","name":"baseThemeArctic","type":"BaseTheme","id":1527845466,"comment":"Arctic theme","arguments":[]},{"kind":"class","name":"inputThemeSettings","type":"InputThemeSettings","id":2413711439,"comment":"Theme settings","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"message_colors_animated","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"If set, the freeform gradient fill needs to be animated on every sent message"},{"name":"base_theme","type":"BaseTheme","comment":"Default theme on which this theme is based"},{"name":"accent_color","type":"int","comment":"Accent color, ARGB format"},{"name":"outbox_accent_color","type":"int","typeModifiers":{"predicate":"flags.3"},"comment":"Accent color of outgoing messages in ARGB format"},{"name":"message_colors","type":"int","typeModifiers":{"predicate":"flags.0","isVector":true},"comment":"The fill to be used as a background for outgoing messages, in RGB24 format. <br>If just one or two equal colors are provided, describes a solid fill of a background. <br>If two different colors are provided, describes the top and bottom colors of a 0-degree gradient.<br>If three or four colors are provided, describes a freeform gradient fill of a background."},{"name":"wallpaper","type":"InputWallPaper","typeModifiers":{"predicate":"flags.1"},"comment":"{@link RawInputWallPaper} or {@link RawInputWallPaper} when passing wallpaper files for <a href=\"https://corefork.telegram.org/api/wallpapers#image-wallpapers\">image</a> or <a href=\"https://corefork.telegram.org/api/wallpapers#pattern-wallpapers\">pattern</a> wallpapers, {@link RawInputWallPaperNoFile} with <code>id=0</code> otherwise."},{"name":"wallpaper_settings","type":"WallPaperSettings","typeModifiers":{"predicate":"flags.1"},"comment":"<a href=\"https://corefork.telegram.org/api/wallpapers\">Wallpaper</a> settings."}]},{"kind":"class","name":"themeSettings","type":"ThemeSettings","id":4200117972,"comment":"Theme settings","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"message_colors_animated","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"If set, the freeform gradient fill needs to be animated on every sent message."},{"name":"base_theme","type":"BaseTheme","comment":"Base theme"},{"name":"accent_color","type":"int","comment":"Accent color, ARGB format"},{"name":"outbox_accent_color","type":"int","typeModifiers":{"predicate":"flags.3"},"comment":"Accent color of outgoing messages in ARGB format"},{"name":"message_colors","type":"int","typeModifiers":{"predicate":"flags.0","isVector":true},"comment":"The fill to be used as a background for outgoing messages, in RGB24 format. <br>If just one or two equal colors are provided, describes a solid fill of a background. <br>If two different colors are provided, describes the top and bottom colors of a 0-degree gradient.<br>If three or four colors are provided, describes a freeform gradient fill of a background."},{"name":"wallpaper","type":"WallPaper","typeModifiers":{"predicate":"flags.1"},"comment":"<a href=\"https://corefork.telegram.org/api/wallpapers\">Wallpaper</a>"}]},{"kind":"class","name":"webPageAttributeTheme","type":"WebPageAttribute","id":1421174295,"comment":"Page theme","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"documents","type":"Document","typeModifiers":{"predicate":"flags.0","isVector":true},"comment":"Theme files"},{"name":"settings","type":"ThemeSettings","typeModifiers":{"predicate":"flags.1"},"comment":"Theme settings"}]},{"kind":"class","name":"webPageAttributeStory","type":"WebPageAttribute","id":781501415,"comment":"","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"Peer"},{"name":"id","type":"int"},{"name":"story","type":"StoryItem","typeModifiers":{"predicate":"flags.0"}}]},{"kind":"class","name":"messages.votesList","id":1218005070,"type":"messages.VotesList","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"count","type":"int","comment":"Total number of votes for all options (or only for the chosen <code>option</code>, if provided to {@link messages.RawGetPollVotesRequest})"},{"name":"votes","type":"MessagePeerVote","typeModifiers":{"isVector":true},"comment":"Vote info for each user"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Mentioned chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Info about users that voted in the poll"},{"name":"next_offset","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Offset to use with the next {@link messages.RawGetPollVotesRequest} request, empty string if no more results are available."}],"comment":"How users voted in a poll"},{"kind":"class","name":"bankCardOpenUrl","type":"BankCardOpenUrl","id":4117234314,"comment":"Credit card info URL provided by the bank","arguments":[{"name":"url","type":"string","comment":"Info URL"},{"name":"name","type":"string","comment":"Bank name"}]},{"kind":"class","name":"payments.bankCardData","type":"payments.BankCardData","id":1042605427,"comment":"Credit card info, provided by the card's bank(s)","arguments":[{"name":"title","type":"string","comment":"Credit card title"},{"name":"open_urls","type":"BankCardOpenUrl","typeModifiers":{"isVector":true},"comment":"Info URL(s) provided by the card's bank(s)"}]},{"kind":"class","name":"dialogFilter","type":"DialogFilter","id":1949890536,"comment":"Dialog filter AKA <a href=\"https://corefork.telegram.org/api/folders\">folder</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"contacts","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to include all contacts in this <a href=\"https://corefork.telegram.org/api/folders\">folder</a>"},{"name":"non_contacts","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether to include all non-contacts in this <a href=\"https://corefork.telegram.org/api/folders\">folder</a>"},{"name":"groups","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether to include all groups in this <a href=\"https://corefork.telegram.org/api/folders\">folder</a>"},{"name":"broadcasts","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether to include all channels in this <a href=\"https://corefork.telegram.org/api/folders\">folder</a>"},{"name":"bots","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether to include all bots in this <a href=\"https://corefork.telegram.org/api/folders\">folder</a>"},{"name":"exclude_muted","type":"true","typeModifiers":{"predicate":"flags.11"},"comment":"Whether to exclude muted chats from this <a href=\"https://corefork.telegram.org/api/folders\">folder</a>"},{"name":"exclude_read","type":"true","typeModifiers":{"predicate":"flags.12"},"comment":"Whether to exclude read chats from this <a href=\"https://corefork.telegram.org/api/folders\">folder</a>"},{"name":"exclude_archived","type":"true","typeModifiers":{"predicate":"flags.13"},"comment":"Whether to exclude archived chats from this <a href=\"https://corefork.telegram.org/api/folders\">folder</a>"},{"name":"id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/folders\">Folder</a> ID"},{"name":"title","type":"string","comment":"<a href=\"https://corefork.telegram.org/api/folders\">Folder</a> name"},{"name":"emoticon","type":"string","typeModifiers":{"predicate":"flags.25"},"comment":"Emoji to use as icon for the folder."},{"name":"pinned_peers","type":"InputPeer","typeModifiers":{"isVector":true},"comment":"Pinned chats, <a href=\"https://corefork.telegram.org/api/folders\">folders</a> can have unlimited pinned chats"},{"name":"include_peers","type":"InputPeer","typeModifiers":{"isVector":true},"comment":"Include the following chats in this <a href=\"https://corefork.telegram.org/api/folders\">folder</a>"},{"name":"exclude_peers","type":"InputPeer","typeModifiers":{"isVector":true},"comment":"Exclude the following chats from this <a href=\"https://corefork.telegram.org/api/folders\">folder</a>"}]},{"kind":"class","name":"dialogFilterDefault","type":"DialogFilter","id":909284270,"comment":"Used only when reordering folders to indicate the default (all chats) folder.","arguments":[]},{"kind":"class","name":"dialogFilterChatlist","type":"DialogFilter","id":3595175080,"comment":"A folder imported using a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"has_my_invites","type":"true","typeModifiers":{"predicate":"flags.26"},"comment":"Whether the current user has created some <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep links »</a> to share the folder as well."},{"name":"id","type":"int","comment":"ID of the folder"},{"name":"title","type":"string","comment":"Name of the folder"},{"name":"emoticon","type":"string","typeModifiers":{"predicate":"flags.25"},"comment":"Emoji to use as icon for the folder."},{"name":"pinned_peers","type":"InputPeer","typeModifiers":{"isVector":true},"comment":"Pinned chats, <a href=\"https://corefork.telegram.org/api/folders\">folders</a> can have unlimited pinned chats"},{"name":"include_peers","type":"InputPeer","typeModifiers":{"isVector":true},"comment":"Chats to include in the folder"}]},{"kind":"class","name":"dialogFilterSuggested","type":"DialogFilterSuggested","id":2004110666,"comment":"Suggested <a href=\"https://corefork.telegram.org/api/folders\">folders</a>","arguments":[{"name":"filter","type":"DialogFilter","comment":"<a href=\"https://corefork.telegram.org/api/folders\">Folder info</a>"},{"name":"description","type":"string","comment":"<a href=\"https://corefork.telegram.org/api/folders\">Folder</a> description"}]},{"kind":"class","name":"statsDateRangeDays","type":"StatsDateRangeDays","id":3057118639,"comment":"<a href=\"https://corefork.telegram.org/api/stats\">Channel statistics</a> date range","arguments":[{"name":"min_date","type":"int","comment":"Initial date"},{"name":"max_date","type":"int","comment":"Final date"}]},{"kind":"class","name":"statsAbsValueAndPrev","type":"StatsAbsValueAndPrev","id":3410210014,"comment":"Statistics value couple; initial and final value for period of time currently in consideration","arguments":[{"name":"current","type":"double","comment":"Current value"},{"name":"previous","type":"double","comment":"Previous value"}]},{"kind":"class","name":"statsPercentValue","type":"StatsPercentValue","id":3419287520,"comment":"<a href=\"https://corefork.telegram.org/api/stats\">Channel statistics percentage</a>.<br>\nCompute the percentage simply by doing <code>part * total / 100</code>","arguments":[{"name":"part","type":"double","comment":"Partial value"},{"name":"total","type":"double","comment":"Total value"}]},{"kind":"class","name":"statsGraphAsync","type":"StatsGraph","id":1244130093,"comment":"This <a href=\"https://corefork.telegram.org/api/stats\">channel statistics graph</a> must be generated asynchronously using {@link stats.RawLoadAsyncGraphRequest} to reduce server load","arguments":[{"name":"token","type":"string","comment":"Token to use for fetching the async graph"}]},{"kind":"class","name":"statsGraphError","type":"StatsGraph","id":3202127906,"comment":"An error occurred while generating the <a href=\"https://corefork.telegram.org/api/stats\">statistics graph</a>","arguments":[{"name":"error","type":"string","comment":"The error"}]},{"kind":"class","name":"statsGraph","type":"StatsGraph","id":2393138358,"comment":"<a href=\"https://corefork.telegram.org/api/stats\">Channel statistics graph</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"json","type":"DataJSON","comment":"Statistics data"},{"name":"zoom_token","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Zoom token"}]},{"kind":"class","name":"messageInteractionCounters","type":"MessageInteractionCounters","id":2907687357,"comment":"Message interaction counters","arguments":[{"name":"msg_id","type":"int","comment":"Message ID"},{"name":"views","type":"int","comment":"Views"},{"name":"forwards","type":"int","comment":"Number of times this message was forwarded"}]},{"kind":"class","name":"stats.broadcastStats","id":963421692,"type":"stats.BroadcastStats","arguments":[{"name":"period","type":"StatsDateRangeDays","comment":"Period in consideration"},{"name":"followers","type":"StatsAbsValueAndPrev","comment":"Follower count change for period in consideration"},{"name":"views_per_post","type":"StatsAbsValueAndPrev","comment":"<code>total_viewcount/postcount</code>, for posts posted during the period in consideration (<code>views_per_post</code>). <br>Note that in this case, <code>current</code> refers to the <code>period</code> in consideration (<code>min_date</code> till <code>max_date</code>), and <code>prev</code> refers to the previous period (<code>(min_date - (max_date - min_date))</code> till <code>min_date</code>)."},{"name":"shares_per_post","type":"StatsAbsValueAndPrev","comment":"<code>total_viewcount/postcount</code>, for posts posted during the period in consideration (<code>views_per_post</code>). <br>Note that in this case, <code>current</code> refers to the <code>period</code> in consideration (<code>min_date</code> till <code>max_date</code>), and <code>prev</code> refers to the previous period (<code>(min_date - (max_date - min_date))</code> till <code>min_date</code>)"},{"name":"reactions_per_post","type":"StatsAbsValueAndPrev"},{"name":"views_per_story","type":"StatsAbsValueAndPrev"},{"name":"shares_per_story","type":"StatsAbsValueAndPrev"},{"name":"reactions_per_story","type":"StatsAbsValueAndPrev"},{"name":"enabled_notifications","type":"StatsPercentValue","comment":"Percentage of subscribers with enabled notifications"},{"name":"growth_graph","type":"StatsGraph","comment":"Channel growth graph (absolute subscriber count)"},{"name":"followers_graph","type":"StatsGraph","comment":"Followers growth graph (relative subscriber count)"},{"name":"mute_graph","type":"StatsGraph","comment":"Muted users graph (relative)"},{"name":"top_hours_graph","type":"StatsGraph","comment":"Views per hour graph (absolute)"},{"name":"interactions_graph","type":"StatsGraph","comment":"Interactions graph (absolute)"},{"name":"iv_interactions_graph","type":"StatsGraph","comment":"IV interactions graph (absolute)"},{"name":"views_by_source_graph","type":"StatsGraph","comment":"Views by source graph (absolute)"},{"name":"new_followers_by_source_graph","type":"StatsGraph","comment":"New followers by source graph (absolute)"},{"name":"languages_graph","type":"StatsGraph","comment":"Subscriber language graph (pie chart)"},{"name":"reactions_by_emotion_graph","type":"StatsGraph"},{"name":"story_interactions_graph","type":"StatsGraph"},{"name":"story_reactions_by_emotion_graph","type":"StatsGraph"},{"name":"recent_posts_interactions","type":"PostInteractionCounters","typeModifiers":{"isVector":true}}],"comment":"<a href=\"https://corefork.telegram.org/api/stats\">Channel statistics</a>."},{"kind":"class","name":"help.promoDataEmpty","type":"help.PromoData","id":2566302837,"comment":"No PSA/MTProxy info is available","arguments":[{"name":"expires","type":"int","comment":"Re-fetch PSA/MTProxy info after the specified number of seconds"}]},{"kind":"class","name":"help.promoData","type":"help.PromoData","id":2352576831,"comment":"MTProxy/Public Service Announcement information","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"proxy","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"MTProxy-related channel"},{"name":"expires","type":"int","comment":"Expiry of PSA/MTProxy info"},{"name":"peer","type":"Peer","comment":"MTProxy/PSA peer"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chat info"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"User info"},{"name":"psa_type","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"PSA type"},{"name":"psa_message","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"PSA message"}]},{"kind":"class","name":"videoSize","type":"VideoSize","id":3727929492,"comment":"An <a href=\"https://corefork.telegram.org/api/files#animated-profile-pictures\">animated profile picture</a> in MPEG4 format","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"type","type":"string","comment":"<code>u</code> for animated profile pictures, and <code>v</code> for trimmed and downscaled video previews"},{"name":"w","type":"int","comment":"Video width"},{"name":"h","type":"int","comment":"Video height"},{"name":"size","type":"int","comment":"File size"},{"name":"video_start_ts","type":"double","typeModifiers":{"predicate":"flags.0"},"comment":"Timestamp that should be shown as static preview to the user (seconds)"}]},{"kind":"class","name":"videoSizeEmojiMarkup","type":"VideoSize","id":4166795580,"comment":"An <a href=\"https://corefork.telegram.org/api/files#animated-profile-pictures\">animated profile picture</a> based on a <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji sticker</a>.","arguments":[{"name":"emoji_id","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/custom-emoji\">Custom emoji ID</a>: the custom emoji sticker is shown at the center of the profile picture and occupies at most 67% of it."},{"name":"background_colors","type":"int","typeModifiers":{"isVector":true},"comment":"1, 2, 3 or 4 RBG-24 colors used to generate a solid (1), gradient (2) or freeform gradient (3, 4) background, similar to how <a href=\"https://corefork.telegram.org/api/wallpapers#fill-types\">fill wallpapers</a> are generated. The rotation angle for gradient backgrounds is 0."}]},{"kind":"class","name":"videoSizeStickerMarkup","type":"VideoSize","id":228623102,"comment":"An <a href=\"https://corefork.telegram.org/api/files#animated-profile-pictures\">animated profile picture</a> based on a <a href=\"https://corefork.telegram.org/api/stickers\">sticker</a>.","arguments":[{"name":"stickerset","type":"InputStickerSet","comment":"Stickerset"},{"name":"sticker_id","type":"long","comment":"Sticker ID"},{"name":"background_colors","type":"int","typeModifiers":{"isVector":true},"comment":"1, 2, 3 or 4 RBG-24 colors used to generate a solid (1), gradient (2) or freeform gradient (3, 4) background, similar to how <a href=\"https://corefork.telegram.org/api/wallpapers#fill-types\">fill wallpapers</a> are generated. The rotation angle for gradient backgrounds is 0."}]},{"kind":"class","name":"statsGroupTopPoster","type":"StatsGroupTopPoster","id":2634330011,"comment":"Information about an active user in a supergroup","arguments":[{"name":"user_id","type":"int53","comment":"User ID"},{"name":"messages","type":"int","comment":"Number of messages for <a href=\"https://corefork.telegram.org/api/stats\">statistics</a> period in consideration"},{"name":"avg_chars","type":"int","comment":"Average number of characters per message"}]},{"kind":"class","name":"statsGroupTopAdmin","type":"StatsGroupTopAdmin","id":3612888199,"comment":"Information about an active admin in a supergroup","arguments":[{"name":"user_id","type":"int53","comment":"User ID"},{"name":"deleted","type":"int","comment":"Number of deleted messages for <a href=\"https://corefork.telegram.org/api/stats\">statistics</a> period in consideration"},{"name":"kicked","type":"int","comment":"Number of kicked users for <a href=\"https://corefork.telegram.org/api/stats\">statistics</a> period in consideration"},{"name":"banned","type":"int","comment":"Number of banned users for <a href=\"https://corefork.telegram.org/api/stats\">statistics</a> period in consideration"}]},{"kind":"class","name":"statsGroupTopInviter","type":"StatsGroupTopInviter","id":1398765469,"comment":"Information about an active supergroup inviter","arguments":[{"name":"user_id","type":"int53","comment":"User ID"},{"name":"invitations","type":"int","comment":"Number of invitations for <a href=\"https://corefork.telegram.org/api/stats\">statistics</a> period in consideration"}]},{"kind":"class","name":"stats.megagroupStats","type":"stats.MegagroupStats","id":4018141462,"comment":"Supergroup <a href=\"https://corefork.telegram.org/api/stats\">statistics</a>","arguments":[{"name":"period","type":"StatsDateRangeDays","comment":"Period in consideration"},{"name":"members","type":"StatsAbsValueAndPrev","comment":"Member count change for period in consideration"},{"name":"messages","type":"StatsAbsValueAndPrev","comment":"Message number change for period in consideration"},{"name":"viewers","type":"StatsAbsValueAndPrev","comment":"Number of users that viewed messages, for range in consideration"},{"name":"posters","type":"StatsAbsValueAndPrev","comment":"Number of users that posted messages, for range in consideration"},{"name":"growth_graph","type":"StatsGraph","comment":"Supergroup growth graph (absolute subscriber count)"},{"name":"members_graph","type":"StatsGraph","comment":"Members growth (relative subscriber count)"},{"name":"new_members_by_source_graph","type":"StatsGraph","comment":"New members by source graph"},{"name":"languages_graph","type":"StatsGraph","comment":"Subscriber language graph (pie chart)"},{"name":"messages_graph","type":"StatsGraph","comment":"Message activity graph (stacked bar graph, message type)"},{"name":"actions_graph","type":"StatsGraph","comment":"Group activity graph (deleted, modified messages, blocked users)"},{"name":"top_hours_graph","type":"StatsGraph","comment":"Activity per hour graph (absolute)"},{"name":"weekdays_graph","type":"StatsGraph","comment":"Activity per day of week graph (absolute)"},{"name":"top_posters","type":"StatsGroupTopPoster","typeModifiers":{"isVector":true},"comment":"Info about most active group members"},{"name":"top_admins","type":"StatsGroupTopAdmin","typeModifiers":{"isVector":true},"comment":"Info about most active group admins"},{"name":"top_inviters","type":"StatsGroupTopInviter","typeModifiers":{"isVector":true},"comment":"Info about most active group inviters"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Info about users mentioned in statistics"}]},{"kind":"class","name":"globalPrivacySettings","id":1934380235,"type":"GlobalPrivacySettings","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"archive_and_mute_new_noncontact_peers","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to archive and mute new chats from non-contacts"},{"name":"keep_archived_unmuted","type":"true","typeModifiers":{"predicate":"flags.1"}},{"name":"keep_archived_folders","type":"true","typeModifiers":{"predicate":"flags.2"}}],"comment":"Global privacy settings"},{"kind":"class","name":"help.countryCode","type":"help.CountryCode","id":1107543535,"comment":"Country code and phone number pattern of a specific country","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"country_code","type":"string","comment":"ISO country code"},{"name":"prefixes","type":"string","typeModifiers":{"predicate":"flags.0","isVector":true},"comment":"Possible phone prefixes"},{"name":"patterns","type":"string","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"Phone patterns: for example, <code>XXX XXX XXX</code>"}]},{"kind":"class","name":"help.country","type":"help.Country","id":3280440867,"comment":"Name, ISO code, localized name and phone codes/patterns of a specific country","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"hidden","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether this country should not be shown in the list"},{"name":"iso2","type":"string","comment":"ISO code of country"},{"name":"default_name","type":"string","comment":"Name of the country in the country's language"},{"name":"name","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Name of the country in the user's language, if different from the original name"},{"name":"country_codes","type":"help.CountryCode","typeModifiers":{"isVector":true},"comment":"Phone codes/patterns"}]},{"kind":"class","name":"help.countriesListNotModified","type":"help.CountriesList","id":2479628082,"comment":"The country list has not changed","arguments":[]},{"kind":"class","name":"help.countriesList","type":"help.CountriesList","id":2278585758,"comment":"Name, ISO code, localized name and phone codes/patterns of all available countries","arguments":[{"name":"countries","type":"help.Country","typeModifiers":{"isVector":true},"comment":"Name, ISO code, localized name and phone codes/patterns of all available countries"},{"name":"hash","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}]},{"kind":"class","name":"messageViews","type":"MessageViews","id":1163625789,"comment":"View, forward counter + info about replies of a specific message","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"views","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"View count of message"},{"name":"forwards","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Forward count of message"},{"name":"replies","type":"MessageReplies","typeModifiers":{"predicate":"flags.2"},"comment":"Reply and <a href=\"https://corefork.telegram.org/api/threads\">thread</a> information of message"}]},{"kind":"class","name":"messages.messageViews","type":"messages.MessageViews","id":3066361155,"comment":"View, forward counter + info about replies","arguments":[{"name":"views","type":"MessageViews","typeModifiers":{"isVector":true},"comment":"View, forward counter + info about replies"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chats mentioned in constructor"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users mentioned in constructor"}]},{"kind":"class","name":"messages.discussionMessage","type":"messages.DiscussionMessage","id":2788431746,"comment":"Information about a <a href=\"https://corefork.telegram.org/api/threads\">message thread</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"messages","type":"Message","typeModifiers":{"isVector":true},"comment":"Discussion messages"},{"name":"max_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Message ID of latest reply in this <a href=\"https://corefork.telegram.org/api/threads\">thread</a>"},{"name":"read_inbox_max_id","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Message ID of latest read incoming message in this <a href=\"https://corefork.telegram.org/api/threads\">thread</a>"},{"name":"read_outbox_max_id","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Message ID of latest read outgoing message in this <a href=\"https://corefork.telegram.org/api/threads\">thread</a>"},{"name":"unread_count","type":"int","comment":"Number of unread messages"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chats mentioned in constructor"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users mentioned in constructor"}]},{"kind":"class","name":"messageReplyHeader","id":2948336091,"type":"MessageReplyHeader","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"reply_to_scheduled","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"This is a reply to a scheduled message."},{"name":"forum_topic","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether this message was sent in a <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a> (except for the General topic)."},{"name":"quote","type":"true","typeModifiers":{"predicate":"flags.9"}},{"name":"reply_to_msg_id","type":"int","typeModifiers":{"predicate":"flags.4"},"comment":"ID of message to which this message is replying"},{"name":"reply_to_peer_id","type":"Peer","typeModifiers":{"predicate":"flags.0"},"comment":"For replies sent in <a href=\"https://corefork.telegram.org/api/threads\">channel discussion threads</a> of which the current user is not a member, the discussion group ID"},{"name":"reply_from","type":"MessageFwdHeader","typeModifiers":{"predicate":"flags.5"}},{"name":"reply_media","type":"MessageMedia","typeModifiers":{"predicate":"flags.8"}},{"name":"reply_to_top_id","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"ID of the message that started this <a href=\"https://corefork.telegram.org/api/threads\">message thread</a>"},{"name":"quote_text","type":"string","typeModifiers":{"predicate":"flags.6"}},{"name":"quote_entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.7","isVector":true}},{"name":"quote_offset","type":"int","typeModifiers":{"predicate":"flags.10"}}],"comment":"Message replies and <a href=\"https://corefork.telegram.org/api/threads\">thread</a> information"},{"kind":"class","name":"messageReplyStoryHeader","type":"MessageReplyHeader","id":2627256257,"comment":"Represents a reply to a <a href=\"https://corefork.telegram.org/api/stories\">story</a>","arguments":[{"name":"user_id","type":"int53","comment":"ID of the user that posted a story"},{"name":"story_id","type":"int","comment":"Story ID"}]},{"kind":"class","name":"messageReplies","type":"MessageReplies","id":2211844034,"comment":"Info about <a href=\"https://corefork.telegram.org/api/threads\">the comment section of a channel post, or a simple message thread</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"comments","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether this constructor contains information about the <a href=\"https://corefork.telegram.org/api/threads\">comment section of a channel post, or a simple message thread</a>"},{"name":"replies","type":"int","comment":"Contains the total number of replies in this thread or comment section."},{"name":"replies_pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">PTS</a> of the message that started this thread."},{"name":"recent_repliers","type":"Peer","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"For channel post comments, contains information about the last few comment posters for a specific thread, to show a small list of commenter profile pictures in client previews."},{"name":"channel_id","type":"int53","typeModifiers":{"predicate":"flags.0"},"comment":"For channel post comments, contains the ID of the associated <a href=\"https://corefork.telegram.org/api/discussion\">discussion supergroup</a>"},{"name":"max_id","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"ID of the latest message in this thread or comment section."},{"name":"read_max_id","type":"int","typeModifiers":{"predicate":"flags.3"},"comment":"Contains the ID of the latest read message in this thread or comment section."}]},{"kind":"class","name":"peerBlocked","type":"PeerBlocked","id":3908927508,"comment":"Information about a blocked peer","arguments":[{"name":"peer_id","type":"Peer","comment":"Peer ID"},{"name":"date","type":"int","comment":"When was the peer blocked"}]},{"kind":"class","name":"stats.messageStats","id":2145983508,"type":"stats.MessageStats","arguments":[{"name":"views_graph","type":"StatsGraph","comment":"Message view graph"},{"name":"reactions_by_emotion_graph","type":"StatsGraph"}],"comment":"Message statistics"},{"kind":"class","name":"groupCallDiscarded","type":"GroupCall","id":2004925620,"comment":"An ended group call","arguments":[{"name":"id","type":"long","comment":"Group call ID"},{"name":"access_hash","type":"long","comment":"Group call access hash"},{"name":"duration","type":"int","comment":"Group call duration"}]},{"kind":"class","name":"groupCall","type":"GroupCall","id":3583468812,"comment":"Info about a group call or livestream","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"join_muted","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the user should be muted upon joining the call"},{"name":"can_change_join_muted","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether the current user can change the value of the <code>join_muted</code> flag using {@link phone.RawToggleGroupCallSettingsRequest}"},{"name":"join_date_asc","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Specifies the ordering to use when locally sorting by date and displaying in the UI group call participants."},{"name":"schedule_start_subscribed","type":"true","typeModifiers":{"predicate":"flags.8"},"comment":"Whether we subscribed to the scheduled call"},{"name":"can_start_video","type":"true","typeModifiers":{"predicate":"flags.9"},"comment":"Whether you can start streaming video into the call"},{"name":"record_video_active","type":"true","typeModifiers":{"predicate":"flags.11"},"comment":"Whether the group call is currently being recorded"},{"name":"rtmp_stream","type":"true","typeModifiers":{"predicate":"flags.12"},"comment":"Whether RTMP streams are allowed"},{"name":"listeners_hidden","type":"true","typeModifiers":{"predicate":"flags.13"},"comment":"Whether the listeners list is hidden and cannot be fetched using {@link phone.RawGetGroupParticipantsRequest}. The <code>phone.groupParticipants.count</code> and <code>groupCall.participants_count</code> counters will still include listeners."},{"name":"id","type":"long","comment":"Group call ID"},{"name":"access_hash","type":"long","comment":"Group call access hash"},{"name":"participants_count","type":"int","comment":"Participant count"},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"Group call title"},{"name":"stream_dc_id","type":"int","typeModifiers":{"predicate":"flags.4"},"comment":"DC ID to be used for livestream chunks"},{"name":"record_start_date","type":"int","typeModifiers":{"predicate":"flags.5"},"comment":"When was the recording started"},{"name":"schedule_date","type":"int","typeModifiers":{"predicate":"flags.7"},"comment":"When is the call scheduled to start"},{"name":"unmuted_video_count","type":"int","typeModifiers":{"predicate":"flags.10"},"comment":"Number of people currently streaming video into the call"},{"name":"unmuted_video_limit","type":"int","comment":"Maximum number of people allowed to stream video into the call"},{"name":"version","type":"int","comment":"Version"}]},{"kind":"class","name":"inputGroupCall","type":"InputGroupCall","id":3635053583,"comment":"Points to a specific group call","arguments":[{"name":"id","type":"long","comment":"Group call ID"},{"name":"access_hash","type":"long","comment":"Group call access hash"}]},{"kind":"class","name":"groupCallParticipant","type":"GroupCallParticipant","id":3953538814,"comment":"Info about a group call participant","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"muted","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the participant is muted"},{"name":"left","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the participant has left"},{"name":"can_self_unmute","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether the participant can unmute themselves"},{"name":"just_joined","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether the participant has just joined"},{"name":"versioned","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"If set, and {@link RawUpdateGroupCallParticipants}.version < locally stored call.version, info about this participant should be ignored. If (...), and {@link RawUpdateGroupCallParticipants}.version > call.version+1, the participant list should be refetched using {@link phone.RawGetGroupParticipantsRequest}."},{"name":"min","type":"true","typeModifiers":{"predicate":"flags.8"},"comment":"If not set, the <code>volume</code> and <code>muted_by_you</code> fields can be safely used to overwrite locally cached information; otherwise, <code>volume</code> will contain valid information only if <code>volume_by_admin</code> is set both in the cache and in the received constructor."},{"name":"muted_by_you","type":"true","typeModifiers":{"predicate":"flags.9"},"comment":"Whether this participant was muted by the current user"},{"name":"volume_by_admin","type":"true","typeModifiers":{"predicate":"flags.10"},"comment":"Whether our volume can only changed by an admin"},{"name":"self","type":"true","typeModifiers":{"predicate":"flags.12"},"comment":"Whether this participant is the current user"},{"name":"video_joined","type":"true","typeModifiers":{"predicate":"flags.15"},"comment":"Whether this participant is currently broadcasting video"},{"name":"peer","type":"Peer","comment":"Peer information"},{"name":"date","type":"int","comment":"When did this participant join the group call"},{"name":"active_date","type":"int","typeModifiers":{"predicate":"flags.3"},"comment":"When was this participant last active in the group call"},{"name":"source","type":"int","comment":"Source ID"},{"name":"volume","type":"int","typeModifiers":{"predicate":"flags.7"},"comment":"Volume, if not set the volume is set to 100%."},{"name":"about","type":"string","typeModifiers":{"predicate":"flags.11"},"comment":"Info about this participant"},{"name":"raise_hand_rating","type":"long","typeModifiers":{"predicate":"flags.13"},"comment":"Specifies the UI visualization order of peers with raised hands: peers with a higher rating should be showed first in the list."},{"name":"video","type":"GroupCallParticipantVideo","typeModifiers":{"predicate":"flags.6"},"comment":"Info about the video stream the participant is currently broadcasting"},{"name":"presentation","type":"GroupCallParticipantVideo","typeModifiers":{"predicate":"flags.14"},"comment":"Info about the screen sharing stream the participant is currently broadcasting"}]},{"kind":"class","name":"phone.groupCall","type":"phone.GroupCall","id":2658302637,"comment":"Contains info about a group call, and partial info about its participants.","arguments":[{"name":"call","type":"GroupCall","comment":"Info about the group call"},{"name":"participants","type":"GroupCallParticipant","typeModifiers":{"isVector":true},"comment":"A partial list of participants."},{"name":"participants_next_offset","type":"string","comment":"Next offset to use when fetching the remaining participants using {@link phone.RawGetGroupParticipantsRequest}"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chats mentioned in the participants vector"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users mentioned in the participants vector"}]},{"kind":"class","name":"phone.groupParticipants","type":"phone.GroupParticipants","id":4101460406,"comment":"Info about the participants of a group call or livestream","arguments":[{"name":"count","type":"int","comment":"Number of participants"},{"name":"participants","type":"GroupCallParticipant","typeModifiers":{"isVector":true},"comment":"List of participants"},{"name":"next_offset","type":"string","comment":"If not empty, the specified list of participants is partial, and more participants can be fetched specifying this parameter as <code>offset</code> in {@link phone.RawGetGroupParticipantsRequest}."},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Mentioned chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Mentioned users"},{"name":"version","type":"int","comment":"Version info"}]},{"kind":"class","name":"inlineQueryPeerTypeSameBotPM","type":"InlineQueryPeerType","id":813821341,"comment":"Peer type: private chat with the bot itself","arguments":[]},{"kind":"class","name":"inlineQueryPeerTypePM","type":"InlineQueryPeerType","id":2201751468,"comment":"Peer type: private chat","arguments":[]},{"kind":"class","name":"inlineQueryPeerTypeChat","type":"InlineQueryPeerType","id":3613836554,"comment":"Peer type: <a href=\"https://corefork.telegram.org/api/channel\">chat</a>","arguments":[]},{"kind":"class","name":"inlineQueryPeerTypeMegagroup","type":"InlineQueryPeerType","id":1589952067,"comment":"Peer type: <a href=\"https://corefork.telegram.org/api/channel\">supergroup</a>","arguments":[]},{"kind":"class","name":"inlineQueryPeerTypeBroadcast","type":"InlineQueryPeerType","id":1664413338,"comment":"Peer type: <a href=\"https://corefork.telegram.org/api/channel\">channel</a>","arguments":[]},{"kind":"class","name":"inlineQueryPeerTypeBotPM","type":"InlineQueryPeerType","id":238759180,"comment":"Peer type: private chat with a bot.","arguments":[]},{"kind":"class","name":"messages.historyImport","type":"messages.HistoryImport","id":375566091,"comment":"ID of a specific <a href=\"https://corefork.telegram.org/api/import\">chat import session, click here for more info »</a>.","arguments":[{"name":"id","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/import\">History import ID</a>"}]},{"kind":"class","name":"messages.historyImportParsed","type":"messages.HistoryImportParsed","id":1578088377,"comment":"Contains information about a chat export file <a href=\"https://corefork.telegram.org/api/import\">generated by a foreign chat app, click here for more info</a>.<br>\nIf neither the <code>pm</code> or <code>group</code> flags are set, the specified chat export was generated from a chat of unknown type.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"pm","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"The chat export file was generated from a private chat."},{"name":"group","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"The chat export file was generated from a group chat."},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"Title of the chat."}]},{"kind":"class","name":"messages.affectedFoundMessages","type":"messages.AffectedFoundMessages","id":4019011180,"comment":"Messages found and affected by changes","arguments":[{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Event count after generation</a>"},{"name":"pts_count","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Number of events that were generated</a>"},{"name":"offset","type":"int","comment":"If bigger than zero, the request must be repeated to remove more messages"},{"name":"messages","type":"int","typeModifiers":{"isVector":true},"comment":"Affected message IDs"}]},{"kind":"class","name":"chatInviteImporter","type":"ChatInviteImporter","id":2354765785,"comment":"When and which user joined the chat using a chat invite","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"requested","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether this user currently has a pending <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join request »</a>"},{"name":"via_chatlist","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"The participant joined by importing a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>."},{"name":"user_id","type":"int53","comment":"The user"},{"name":"date","type":"int","comment":"When did the user join"},{"name":"about","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"For users with pending requests, contains bio of the user that requested to join"},{"name":"approved_by","type":"int53","typeModifiers":{"predicate":"flags.1"},"comment":"The administrator that approved the <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join request »</a> of the user"}]},{"kind":"class","name":"messages.exportedChatInvites","type":"messages.ExportedChatInvites","id":3183881676,"comment":"Info about chat invites exported by a certain admin.","arguments":[{"name":"count","type":"int","comment":"Number of invites exported by the admin"},{"name":"invites","type":"ExportedChatInvite","typeModifiers":{"isVector":true},"comment":"Exported invites"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Info about the admin"}]},{"kind":"class","name":"messages.exportedChatInvite","type":"messages.ExportedChatInvite","id":410107472,"comment":"Info about a chat invite","arguments":[{"name":"invite","type":"ExportedChatInvite","comment":"Info about the chat invite"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Mentioned users"}]},{"kind":"class","name":"messages.exportedChatInviteReplaced","type":"messages.ExportedChatInvite","id":572915951,"comment":"The specified chat invite was replaced with another one","arguments":[{"name":"invite","type":"ExportedChatInvite","comment":"The replaced chat invite"},{"name":"new_invite","type":"ExportedChatInvite","comment":"The invite that replaces the previous invite"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Mentioned users"}]},{"kind":"class","name":"messages.chatInviteImporters","type":"messages.ChatInviteImporters","id":2176233482,"comment":"Info about the users that joined the chat using a specific chat invite","arguments":[{"name":"count","type":"int","comment":"Number of users that joined"},{"name":"importers","type":"ChatInviteImporter","typeModifiers":{"isVector":true},"comment":"The users that joined"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"The users that joined"}]},{"kind":"class","name":"chatAdminWithInvites","type":"ChatAdminWithInvites","id":4075613987,"comment":"Info about chat invites generated by admins.","arguments":[{"name":"admin_id","type":"int53","comment":"The admin"},{"name":"invites_count","type":"int","comment":"Number of invites generated by the admin"},{"name":"revoked_invites_count","type":"int","comment":"Number of revoked invites"}]},{"kind":"class","name":"messages.chatAdminsWithInvites","type":"messages.ChatAdminsWithInvites","id":3063640791,"comment":"Info about chat invites generated by admins.","arguments":[{"name":"admins","type":"ChatAdminWithInvites","typeModifiers":{"isVector":true},"comment":"Info about chat invites generated by admins."},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Mentioned users"}]},{"kind":"class","name":"messages.checkedHistoryImportPeer","type":"messages.CheckedHistoryImportPeer","id":2723014423,"comment":"Contains a confirmation text to be shown to the user, upon <a href=\"https://corefork.telegram.org/api/import\">importing chat history, click here for more info »</a>.","arguments":[{"name":"confirm_text","type":"string","comment":"A confirmation text to be shown to the user, upon <a href=\"https://corefork.telegram.org/api/import\">importing chat history »</a>."}]},{"kind":"class","name":"phone.joinAsPeers","type":"phone.JoinAsPeers","id":2951045695,"comment":"A list of peers that can be used to join a group call, presenting yourself as a specific user/channel.","arguments":[{"name":"peers","type":"Peer","typeModifiers":{"isVector":true},"comment":"Peers"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chats mentioned in the peers vector"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users mentioned in the peers vector"}]},{"kind":"class","name":"phone.exportedGroupCallInvite","type":"phone.ExportedGroupCallInvite","id":541839704,"comment":"An invite to a group call or livestream","arguments":[{"name":"link","type":"string","comment":"Invite link"}]},{"kind":"class","name":"groupCallParticipantVideoSourceGroup","type":"GroupCallParticipantVideoSourceGroup","id":3702593719,"comment":"Describes a group of video synchronization source identifiers","arguments":[{"name":"semantics","type":"string","comment":"SDP semantics"},{"name":"sources","type":"int","typeModifiers":{"isVector":true},"comment":"Source IDs"}]},{"kind":"class","name":"groupCallParticipantVideo","type":"GroupCallParticipantVideo","id":1735736008,"comment":"Info about a video stream","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"paused","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the stream is currently paused"},{"name":"endpoint","type":"string","comment":"Endpoint"},{"name":"source_groups","type":"GroupCallParticipantVideoSourceGroup","typeModifiers":{"isVector":true},"comment":"Source groups"},{"name":"audio_source","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Audio source ID"}]},{"kind":"class","name":"stickers.suggestedShortName","type":"stickers.SuggestedShortName","id":2248056895,"comment":"A suggested short name for a stickerpack","arguments":[{"name":"short_name","type":"string","comment":"Suggested short name"}]},{"kind":"class","name":"botCommandScopeDefault","type":"BotCommandScope","id":795652779,"comment":"The commands will be valid in all dialogs","arguments":[]},{"kind":"class","name":"botCommandScopeUsers","type":"BotCommandScope","id":1011811544,"comment":"The specified bot commands will only be valid in all private chats with users.","arguments":[]},{"kind":"class","name":"botCommandScopeChats","type":"BotCommandScope","id":1877059713,"comment":"The specified bot commands will be valid in all <a href=\"https://corefork.telegram.org/api/channel\">groups and supergroups</a>.","arguments":[]},{"kind":"class","name":"botCommandScopeChatAdmins","type":"BotCommandScope","id":3114950762,"comment":"The specified bot commands will be valid only for chat administrators, in all <a href=\"https://corefork.telegram.org/api/channel\">groups and supergroups</a>.","arguments":[]},{"kind":"class","name":"botCommandScopePeer","type":"BotCommandScope","id":3684534653,"comment":"The specified bot commands will be valid only in a specific dialog.","arguments":[{"name":"peer","type":"InputPeer","comment":"The dialog"}]},{"kind":"class","name":"botCommandScopePeerAdmins","type":"BotCommandScope","id":1071145937,"comment":"The specified bot commands will be valid for all admins of the specified <a href=\"https://corefork.telegram.org/api/channel\">group or supergroup</a>.","arguments":[{"name":"peer","type":"InputPeer","comment":"The chat"}]},{"kind":"class","name":"botCommandScopePeerUser","type":"BotCommandScope","id":169026035,"comment":"The specified bot commands will be valid only for a specific user in the specified <a href=\"https://corefork.telegram.org/api/channel\">group or supergroup</a>.","arguments":[{"name":"peer","type":"InputPeer","comment":"The chat"},{"name":"user_id","type":"InputUser","comment":"The user"}]},{"kind":"class","name":"account.resetPasswordFailedWait","type":"account.ResetPasswordResult","id":3816265825,"comment":"You recently requested a password reset that was canceled, please wait until the specified date before requesting another reset.","arguments":[{"name":"retry_date","type":"int","comment":"Wait until this date before requesting another reset."}]},{"kind":"class","name":"account.resetPasswordRequestedWait","type":"account.ResetPasswordResult","id":3924819069,"comment":"You successfully requested a password reset, please wait until the specified date before finalizing the reset.","arguments":[{"name":"until_date","type":"int","comment":"Wait until this date before finalizing the reset."}]},{"kind":"class","name":"account.resetPasswordOk","type":"account.ResetPasswordResult","id":3911636542,"comment":"The 2FA password was reset successfully.","arguments":[]},{"kind":"class","name":"sponsoredMessage","id":3981673463,"type":"SponsoredMessage","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"recommended","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether the message needs to be labeled as \"recommended\" instead of \"sponsored\""},{"name":"show_peer_photo","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Whether a profile photo bubble should be displayed for this message, like for messages sent in groups. The photo shown in the bubble is obtained either from the peer contained in <code>from_id</code>, or from <code>chat_invite</code>."},{"name":"random_id","type":"bytes","comment":"Message ID"},{"name":"from_id","type":"Peer","typeModifiers":{"predicate":"flags.3"},"comment":"ID of the sender of the message"},{"name":"chat_invite","type":"ChatInvite","typeModifiers":{"predicate":"flags.4"},"comment":"Information about the chat invite hash specified in <code>chat_invite_hash</code>"},{"name":"chat_invite_hash","type":"string","typeModifiers":{"predicate":"flags.4"},"comment":"Chat invite"},{"name":"channel_post","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Optional link to a channel post if <code>from_id</code> points to a channel"},{"name":"start_param","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Parameter for the bot start message if the sponsored chat is a chat with a bot."},{"name":"webpage","type":"SponsoredWebPage","typeModifiers":{"predicate":"flags.9"}},{"name":"app","type":"BotApp","typeModifiers":{"predicate":"flags.10"}},{"name":"message","type":"string","comment":"Sponsored message"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"},{"name":"button_text","type":"string","typeModifiers":{"predicate":"flags.11"}},{"name":"sponsor_info","type":"string","typeModifiers":{"predicate":"flags.7"},"comment":"If set, contains additional information about the sponsor to be shown along with the message."},{"name":"additional_info","type":"string","typeModifiers":{"predicate":"flags.8"},"comment":"If set, contains additional information about the sponsored message to be shown along with the message."}],"comment":"A <a href=\"https://core.telegram.org/api/sponsored-messages\">sponsored message</a>."},{"kind":"class","name":"messages.sponsoredMessages","type":"messages.SponsoredMessages","id":3387825543,"comment":"A set of sponsored messages associated to a channel","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"posts_between","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"If set, specifies the minimum number of messages between shown sponsored messages; otherwise, only one sponsored message must be shown after all ordinary messages."},{"name":"messages","type":"SponsoredMessage","typeModifiers":{"isVector":true},"comment":"Sponsored messages"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chats mentioned in the sponsored messages"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users mentioned in the sponsored messages"}]},{"kind":"class","name":"messages.sponsoredMessagesEmpty","type":"messages.SponsoredMessages","id":406407439,"comment":"No sponsored messages are available.","arguments":[]},{"kind":"class","name":"searchResultsCalendarPeriod","type":"SearchResultsCalendarPeriod","id":3383776159,"comment":"Information about found messages sent on a specific day, used to split the <code>messages</code> in {@link messages.RawSearchResultsCalendar} constructors by days.\n\nMultiple searchResultsCalendarPeriod constructors are returned in {@link messages.RawSearchResultsCalendar}, each containing information about the first, last and total number of messages matching the filter that were sent on a specific day.","arguments":[{"name":"date","type":"int","comment":"The day this object is referring to."},{"name":"min_msg_id","type":"int","comment":"First message ID that was sent on this day."},{"name":"max_msg_id","type":"int","comment":"Last message ID that was sent on this day."},{"name":"count","type":"int","comment":"All messages that were sent on this day."}]},{"kind":"class","name":"messages.searchResultsCalendar","type":"messages.SearchResultsCalendar","id":343859772,"comment":"Information about found messages sent on a specific day","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"inexact","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"If set, indicates that the results may be inexact"},{"name":"count","type":"int","comment":"Total number of results matching query"},{"name":"min_date","type":"int","comment":"Starting timestamp of attached messages"},{"name":"min_msg_id","type":"int","comment":"Ending timestamp of attached messages"},{"name":"offset_id_offset","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Indicates the absolute position of <code>messages[0]</code> within the total result set with count <code>count</code>. <br>This is useful, for example, if we need to display a <code>progress/total</code> counter (like <code>photo 134 of 200</code>, for all media in a chat, we could simply use <code>photo ${offset_id_offset} of ${count}</code>."},{"name":"periods","type":"SearchResultsCalendarPeriod","typeModifiers":{"isVector":true},"comment":"Used to split the <code>messages</code> by days: multiple <a href=\"https://corefork.telegram.org/type/SearchResultsCalendarPeriod\">SearchResultsCalendarPeriod</a> constructors are returned, each containing information about the first, last and total number of messages matching the filter that were sent on a specific day. <br>This information can be easily used to split the returned <code>messages</code> by day."},{"name":"messages","type":"Message","typeModifiers":{"isVector":true},"comment":"Messages"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Mentioned chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Mentioned users"}]},{"kind":"class","name":"searchResultPosition","type":"SearchResultsPosition","id":2137295719,"comment":"Information about a message in a specific position","arguments":[{"name":"msg_id","type":"int","comment":"Message ID"},{"name":"date","type":"int","comment":"When was the message sent"},{"name":"offset","type":"int","comment":"0-based message position in the full list of suitable messages"}]},{"kind":"class","name":"messages.searchResultsPositions","type":"messages.SearchResultsPositions","id":1404185519,"comment":"Information about sparse positions of messages","arguments":[{"name":"count","type":"int","comment":"Total number of found messages"},{"name":"positions","type":"SearchResultsPosition","typeModifiers":{"isVector":true},"comment":"List of message positions"}]},{"kind":"class","name":"channels.sendAsPeers","type":"channels.SendAsPeers","id":4103516358,"comment":"A list of peers that can be used to send messages in a specific group","arguments":[{"name":"peers","type":"SendAsPeer","typeModifiers":{"isVector":true},"comment":"Peers that can be used to send messages to the group"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Mentioned chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Mentioned users"}]},{"kind":"class","name":"users.userFull","type":"users.UserFull","id":997004590,"comment":"Full user information","arguments":[{"name":"full_user","type":"UserFull","comment":"Full user information"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Mentioned chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Mentioned users"}]},{"kind":"class","name":"messages.peerSettings","type":"messages.PeerSettings","id":1753266509,"comment":"Peer settings","arguments":[{"name":"settings","type":"PeerSettings","comment":"Peer settings"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Mentioned chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Mentioned users"}]},{"kind":"class","name":"auth.loggedOut","type":"auth.LoggedOut","id":3282207583,"comment":"<a href=\"https://corefork.telegram.org/api/auth#future-auth-tokens\">Future auth token »</a> to be used on subsequent authorizations","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"future_auth_token","type":"bytes","typeModifiers":{"predicate":"flags.0"},"comment":"<a href=\"https://corefork.telegram.org/api/auth#future-auth-tokens\">Future auth token »</a> to be used on subsequent authorizations"}]},{"kind":"class","name":"reactionCount","type":"ReactionCount","id":2748435328,"comment":"Reactions","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"chosen_order","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"If set, indicates that the current user also sent this reaction. <br>The integer value indicates when was the reaction added: the bigger the value, the newer the reaction."},{"name":"reaction","type":"Reaction","comment":"The reaction."},{"name":"count","type":"int","comment":"Number of users that reacted with this emoji."}]},{"kind":"class","name":"messageReactions","type":"MessageReactions","id":1328256121,"comment":"<a href=\"https://corefork.telegram.org/api/reactions\">Message reactions »</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"min","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Similar to <a href=\"https://corefork.telegram.org/api/min\">min</a> objects, used for <a href=\"https://corefork.telegram.org/api/reactions\">message reaction »</a> constructors that are the same for all users so they don't have the reactions sent by the current user (you can use {@link messages.RawGetMessagesReactionsRequest} to get the full reaction info)."},{"name":"can_see_list","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether {@link messages.RawGetMessageReactionsListRequest} can be used to see how each specific peer reacted to the message"},{"name":"results","type":"ReactionCount","typeModifiers":{"isVector":true},"comment":"Reactions"},{"name":"recent_reactions","type":"MessagePeerReaction","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"List of recent peers and their reactions"}]},{"kind":"class","name":"messages.messageReactionsList","type":"messages.MessageReactionsList","id":834488621,"comment":"List of peers that reacted to a specific message","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"count","type":"int","comment":"Total number of reactions matching query"},{"name":"reactions","type":"MessagePeerReaction","typeModifiers":{"isVector":true},"comment":"List of peers that reacted to a specific message"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Mentioned chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Mentioned users"},{"name":"next_offset","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"If set, indicates the next offset to use to load more results by invoking {@link messages.RawGetMessageReactionsListRequest}."}]},{"kind":"class","name":"availableReaction","type":"AvailableReaction","id":3229084673,"comment":"Animations associated with a message reaction","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"inactive","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"If not set, the reaction can be added to new messages and enabled in chats."},{"name":"premium","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether this reaction can only be used by Telegram Premium users"},{"name":"reaction","type":"string","comment":"Reaction emoji"},{"name":"title","type":"string","comment":"Reaction description"},{"name":"static_icon","type":"Document","comment":"Static icon for the reaction"},{"name":"appear_animation","type":"Document","comment":"The animated sticker to show when the user opens the reaction dropdown"},{"name":"select_animation","type":"Document","comment":"The animated sticker to show when the user hovers over the reaction"},{"name":"activate_animation","type":"Document","comment":"The animated sticker to show when the reaction is chosen and activated"},{"name":"effect_animation","type":"Document","comment":"The background effect (still an animated sticker) to play under the <code>activate_animation</code>, when the reaction is chosen and activated"},{"name":"around_animation","type":"Document","typeModifiers":{"predicate":"flags.1"},"comment":"The animation that plays around the button when you press an existing reaction (played together with <code>center_icon</code>)."},{"name":"center_icon","type":"Document","typeModifiers":{"predicate":"flags.1"},"comment":"The animation of the emoji inside the button when you press an existing reaction (played together with <code>around_animation</code>)."}]},{"kind":"class","name":"messages.availableReactionsNotModified","type":"messages.AvailableReactions","id":2668042583,"comment":"No new reactions are available","arguments":[]},{"kind":"class","name":"messages.availableReactions","type":"messages.AvailableReactions","id":1989032621,"comment":"Animations and metadata associated with <a href=\"https://corefork.telegram.org/api/reactions\">message reactions »</a>","arguments":[{"name":"hash","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"reactions","type":"AvailableReaction","typeModifiers":{"isVector":true},"comment":"Animations and metadata associated with <a href=\"https://corefork.telegram.org/api/reactions\">message reactions »</a>"}]},{"kind":"class","name":"messagePeerReaction","type":"MessagePeerReaction","id":2356786748,"comment":"How a certain peer reacted to the message","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"big","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the specified <a href=\"https://corefork.telegram.org/api/reactions\">message reaction »</a> should elicit a bigger and longer reaction"},{"name":"unread","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the reaction wasn't yet marked as read by the current user"},{"name":"my","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Starting from layer 159, {@link messages.RawSendReactionRequest} will send reactions from the peer (user or channel) specified using {@link messages.RawSaveDefaultSendAsRequest}. <br>If set, this flag indicates that this reaction was sent by us, even if the <code>peer</code> doesn't point to the current account."},{"name":"peer_id","type":"Peer","comment":"Peer that reacted to the message"},{"name":"date","type":"int","comment":"When was this reaction added"},{"name":"reaction","type":"Reaction","comment":"Reaction emoji"}]},{"kind":"class","name":"groupCallStreamChannel","type":"GroupCallStreamChannel","id":2162903215,"comment":"Info about an RTMP stream in a group call or livestream","arguments":[{"name":"channel","type":"int","comment":"Channel ID"},{"name":"scale","type":"int","comment":"Specifies the duration of the video segment to fetch in milliseconds, by bitshifting <code>1000</code> to the right <code>scale</code> times: <code>duration_ms := 1000 >> scale</code>."},{"name":"last_timestamp_ms","type":"long","comment":"Last seen timestamp to easily start fetching livestream chunks using {@link RawInputGroupCallStream}"}]},{"kind":"class","name":"phone.groupCallStreamChannels","type":"phone.GroupCallStreamChannels","id":3504636594,"comment":"Info about RTMP streams in a group call or livestream","arguments":[{"name":"channels","type":"GroupCallStreamChannel","typeModifiers":{"isVector":true},"comment":"RTMP streams"}]},{"kind":"class","name":"phone.groupCallStreamRtmpUrl","type":"phone.GroupCallStreamRtmpUrl","id":767505458,"comment":"RTMP URL and stream key to be used in streaming software","arguments":[{"name":"url","type":"string","comment":"RTMP URL"},{"name":"key","type":"string","comment":"Stream key"}]},{"kind":"class","name":"attachMenuBotIconColor","type":"AttachMenuBotIconColor","id":1165423600,"comment":"Represents an attachment menu icon color for <a href=\"https://corefork.telegram.org/api/bots/attach\">bot web apps »</a>","arguments":[{"name":"name","type":"string","comment":"One of the following values: <br><code>light_icon</code> - Color of the attachment menu icon (light mode) <br><code>light_text</code> - Color of the attachment menu label, once selected (light mode) <br><code>dark_icon</code> - Color of the attachment menu icon (dark mode) <br><code>dark_text</code> - Color of the attachment menu label, once selected (dark mode)"},{"name":"color","type":"int","comment":"Color in RGB24 format"}]},{"kind":"class","name":"attachMenuBotIcon","type":"AttachMenuBotIcon","id":2997303403,"comment":"Represents an attachment menu icon for <a href=\"https://corefork.telegram.org/api/bots/attach\">bot web apps »</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"name","type":"string","comment":"One of the following values: note that animated icons must be played when the user clicks on the button, activating the bot web app. <br><br><code>default_static</code> - Default attachment menu icon in SVG format <br><code>placeholder_static</code> - Default placeholder for opened Web Apps in SVG format <br><code>ios_static</code> - Attachment menu icon in SVG format for the official iOS app <br><code>ios_animated</code> - Animated attachment menu icon in TGS format for the official iOS app <br><code>android_animated</code> - Animated attachment menu icon in TGS format for the official Android app <br><code>macos_animated</code> - Animated attachment menu icon in TGS format for the official native Mac OS app"},{"name":"icon","type":"Document","comment":"The actual icon file."},{"name":"colors","type":"AttachMenuBotIconColor","typeModifiers":{"predicate":"flags.0","isVector":true},"comment":"Attachment menu icon colors."}]},{"kind":"class","name":"attachMenuBot","id":3641544190,"type":"AttachMenuBot","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"inactive","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether this bot attachment menu entry should be shown in the attachment menu (toggle using {@link messages.RawToggleBotInAttachMenuRequest})"},{"name":"has_settings","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"True, if the bot supports the <a href=\"https://corefork.telegram.org/api/bots/webapps#settings-button-pressed\">\"settings_button_pressed\" event »</a>"},{"name":"request_write_access","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether the bot would like to send messages to the user."},{"name":"show_in_attach_menu","type":"true","typeModifiers":{"predicate":"flags.3"}},{"name":"show_in_side_menu","type":"true","typeModifiers":{"predicate":"flags.4"}},{"name":"side_menu_disclaimer_needed","type":"true","typeModifiers":{"predicate":"flags.5"}},{"name":"bot_id","type":"int53","comment":"Bot ID"},{"name":"short_name","type":"string","comment":"Attachment menu item name"},{"name":"peer_types","type":"AttachMenuPeerType","typeModifiers":{"predicate":"flags.3","isVector":true},"comment":"List of dialog types where this attachment menu entry should be shown"},{"name":"icons","type":"AttachMenuBotIcon","typeModifiers":{"isVector":true},"comment":"List of platform-specific static icons and animations to use for the attachment menu button"}],"comment":"Represents a <a href=\"https://corefork.telegram.org/api/bots/attach\">bot web app that can be launched from the attachment menu »</a>"},{"kind":"class","name":"attachMenuBotsNotModified","type":"AttachMenuBots","id":4057500252,"comment":"The list of bot web apps hasn't changed","arguments":[]},{"kind":"class","name":"attachMenuBots","type":"AttachMenuBots","id":1011024320,"comment":"Represents a list of <a href=\"https://corefork.telegram.org/api/bots/attach\">bot web apps that can be launched from the attachment menu »</a>","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"bots","type":"AttachMenuBot","typeModifiers":{"isVector":true},"comment":"List of <a href=\"https://corefork.telegram.org/api/bots/attach\">bot web apps that can be launched from the attachment menu »</a>"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Info about related users/bots"}]},{"kind":"class","name":"attachMenuBotsBot","type":"AttachMenuBotsBot","id":2478794367,"comment":"Represents a <a href=\"https://corefork.telegram.org/api/bots/attach\">bot web app that can be launched from the attachment menu »</a>","arguments":[{"name":"bot","type":"AttachMenuBot","comment":"Represents a <a href=\"https://corefork.telegram.org/api/bots/attach\">bot web app that can be launched from the attachment menu »</a><br>"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Info about related users and bots"}]},{"kind":"class","name":"webViewResultUrl","type":"WebViewResult","id":202659196,"comment":"Contains the webview URL with appropriate theme and user info parameters added","arguments":[{"name":"query_id","type":"long","comment":"Webview session ID"},{"name":"url","type":"string","comment":"Webview URL to open"}]},{"kind":"class","name":"simpleWebViewResultUrl","type":"SimpleWebViewResult","id":2284811963,"comment":"Contains the webview URL with appropriate theme parameters added","arguments":[{"name":"url","type":"string","comment":"URL"}]},{"kind":"class","name":"webViewMessageSent","type":"WebViewMessageSent","id":211046684,"comment":"Info about a sent inline webview message","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"msg_id","type":"InputBotInlineMessageID","typeModifiers":{"predicate":"flags.0"},"comment":"Message ID"}]},{"kind":"class","name":"botMenuButtonDefault","type":"BotMenuButton","id":1966318984,"comment":"Placeholder <a href=\"https://corefork.telegram.org/api/bots/menu\">bot menu button</a> never returned to users: see <a href=\"https://corefork.telegram.org/api/bots/menu\">the docs for more info</a>.","arguments":[]},{"kind":"class","name":"botMenuButtonCommands","type":"BotMenuButton","id":1113113093,"comment":"<a href=\"https://corefork.telegram.org/api/bots/menu\">Bot menu button</a> that opens the bot command list when clicked.","arguments":[]},{"kind":"class","name":"botMenuButton","type":"BotMenuButton","id":3350559974,"comment":"<a href=\"https://corefork.telegram.org/api/bots/menu\">Bot menu button</a> that opens a <a href=\"https://corefork.telegram.org/api/bots/webapps\">web app</a> when clicked.","arguments":[{"name":"text","type":"string","comment":"Title to be displayed on the menu button instead of 'Menu'"},{"name":"url","type":"string","comment":"URL of a <a href=\"https://corefork.telegram.org/api/bots/webapps\">web app</a> to open when the user clicks on the button"}]},{"kind":"class","name":"account.savedRingtonesNotModified","type":"account.SavedRingtones","id":4227262641,"comment":"The notification sound list hasn't changed.","arguments":[]},{"kind":"class","name":"account.savedRingtones","type":"account.SavedRingtones","id":3253284037,"comment":"A list of saved notification sounds","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"ringtones","type":"Document","typeModifiers":{"isVector":true},"comment":"Saved notification sounds"}]},{"kind":"class","name":"notificationSoundDefault","type":"NotificationSound","id":2548612798,"comment":"Indicates the default notification sound should be used","arguments":[]},{"kind":"class","name":"notificationSoundNone","type":"NotificationSound","id":1863070943,"comment":"No notification sound should be used","arguments":[]},{"kind":"class","name":"notificationSoundLocal","type":"NotificationSound","id":2198575844,"comment":"Indicates a specific local notification sound should be used","arguments":[{"name":"title","type":"string","comment":"Notification sound title"},{"name":"data","type":"string","comment":"Notification sound identifier (arbitrary data used by the client to identify a specific local notification sound)"}]},{"kind":"class","name":"notificationSoundRingtone","type":"NotificationSound","id":4285300809,"comment":"A specific previously uploaded notification sound should be used","arguments":[{"name":"id","type":"long","comment":"Document ID of notification sound uploaded using {@link account.RawUploadRingtoneRequest}"}]},{"kind":"class","name":"account.savedRingtone","type":"account.SavedRingtone","id":3072737133,"comment":"The notification sound was already in MP3 format and was saved without any modification","arguments":[]},{"kind":"class","name":"account.savedRingtoneConverted","type":"account.SavedRingtone","id":523271863,"comment":"The notification sound was not in MP3 format and was successfully converted and saved, use the returned <a href=\"https://corefork.telegram.org/type/Document\">Document</a> to refer to the notification sound from now on","arguments":[{"name":"document","type":"Document","comment":"The converted notification sound"}]},{"kind":"class","name":"attachMenuPeerTypeSameBotPM","type":"AttachMenuPeerType","id":2104224014,"comment":"The bot attachment menu entry is available in the chat with the bot that offers it","arguments":[]},{"kind":"class","name":"attachMenuPeerTypeBotPM","type":"AttachMenuPeerType","id":3274439194,"comment":"The bot attachment menu entry is available in private chats with other bots (excluding the bot that offers the current attachment menu)","arguments":[]},{"kind":"class","name":"attachMenuPeerTypePM","type":"AttachMenuPeerType","id":4047950623,"comment":"The bot attachment menu entry is available in private chats with other users (not bots)","arguments":[]},{"kind":"class","name":"attachMenuPeerTypeChat","type":"AttachMenuPeerType","id":84480319,"comment":"The bot attachment menu entry is available in <a href=\"https://corefork.telegram.org/api/channel\">groups and supergroups</a>","arguments":[]},{"kind":"class","name":"attachMenuPeerTypeBroadcast","type":"AttachMenuPeerType","id":2080104188,"comment":"The bot attachment menu entry is available in channels","arguments":[]},{"kind":"class","name":"inputInvoiceMessage","type":"InputInvoice","id":3317000281,"comment":"An invoice contained in a {@link RawMessageMediaInvoice} message.","arguments":[{"name":"peer","type":"InputPeer","comment":"Chat where the invoice was sent"},{"name":"msg_id","type":"int","comment":"Message ID"}]},{"kind":"class","name":"inputInvoiceSlug","type":"InputInvoice","id":3274099439,"comment":"An invoice slug taken from an <a href=\"https://corefork.telegram.org/api/links#invoice-links\">invoice deep link</a> or from the <a href=\"https://corefork.telegram.org/api/config#premium-invoice-slug\"><code>premium_invoice_slug</code> app config parameter »</a>","arguments":[{"name":"slug","type":"string","comment":"The invoice slug"}]},{"kind":"class","name":"inputInvoicePremiumGiftCode","type":"InputInvoice","id":2560125965,"arguments":[{"name":"purpose","type":"InputStorePaymentPurpose"},{"name":"option","type":"PremiumGiftCodeOption"}]},{"kind":"class","name":"payments.exportedInvoice","type":"payments.ExportedInvoice","id":2932919257,"comment":"Exported <a href=\"https://corefork.telegram.org/api/links#invoice-links\">invoice deep link</a>","arguments":[{"name":"url","type":"string","comment":"Exported <a href=\"https://corefork.telegram.org/api/links#invoice-links\">invoice deep link</a>"}]},{"kind":"class","name":"messages.transcribedAudio","id":3485063511,"type":"messages.TranscribedAudio","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"pending","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the transcription is partial because audio transcription is still in progress, if set the user may receive further {@link RawUpdateTranscribedAudio} updates with the updated transcription."},{"name":"transcription_id","type":"long","comment":"Transcription ID"},{"name":"text","type":"string","comment":"Transcripted text"},{"name":"trial_remains_num","type":"int","typeModifiers":{"predicate":"flags.1"}},{"name":"trial_remains_until_date","type":"int","typeModifiers":{"predicate":"flags.1"}}],"comment":"<a href=\"https://corefork.telegram.org/api/transcribe\">Transcribed text from a voice message »</a>"},{"kind":"class","name":"help.premiumPromo","type":"help.PremiumPromo","id":1395946908,"comment":"Telegram Premium promotion information\n\nNote that the <code>video_sections</code>+<code>videos</code> fields are a list of videos, and the corresponding premium feature identifiers.<br>\nThey're equivalent to a section => video dictionary, with keys from <code>video_section</code> and values from <code>videos</code>.<br>\nThe keys in <code>video_sections</code> correspond to a specific feature identifier, and the associated promotional video should be shown when the associated feature row is clicked.","arguments":[{"name":"status_text","type":"string","comment":"Description of the current state of the user's Telegram Premium subscription"},{"name":"status_entities","type":"MessageEntity","typeModifiers":{"isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"},{"name":"video_sections","type":"string","typeModifiers":{"isVector":true},"comment":"A list of <a href=\"https://corefork.telegram.org/api/premium\">premium feature identifiers »</a>, associated to each video"},{"name":"videos","type":"Document","typeModifiers":{"isVector":true},"comment":"A list of videos"},{"name":"period_options","type":"PremiumSubscriptionOption","typeModifiers":{"isVector":true},"comment":"Telegram Premium subscription options"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Related user information"}]},{"kind":"class","name":"inputStorePaymentPremiumSubscription","type":"InputStorePaymentPurpose","id":2792693350,"comment":"Info about a Telegram Premium purchase","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"restore","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Pass true if this is a restore of a Telegram Premium purchase; only for the App Store"},{"name":"upgrade","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Pass true if this is an upgrade from a monthly subscription to a yearly subscription; only for App Store"}]},{"kind":"class","name":"inputStorePaymentGiftPremium","type":"InputStorePaymentPurpose","id":1634697192,"comment":"Info about a gifted Telegram Premium purchase","arguments":[{"name":"user_id","type":"InputUser","comment":"The user to which the Telegram Premium subscription was gifted"},{"name":"currency","type":"string","comment":"Three-letter ISO 4217 <a href=\"https://corefork.telegram.org/bots/payments#supported-currencies\">currency</a> code"},{"name":"amount","type":"long","comment":"Price of the product in the smallest units of the currency (integer, not float/double). For example, for a price of <code>US$ 1.45</code> pass <code>amount = 145</code>. See the exp parameter in <a href=\"https://corefork.telegram.org/bots/payments/currencies.json\">currencies.json</a>, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies)."}]},{"kind":"class","name":"inputStorePaymentPremiumGiftCode","type":"InputStorePaymentPurpose","id":2743099199,"arguments":[{"name":"flags","type":"#"},{"name":"users","type":"InputUser","typeModifiers":{"isVector":true}},{"name":"boost_peer","type":"InputPeer","typeModifiers":{"predicate":"flags.0"}},{"name":"currency","type":"string"},{"name":"amount","type":"long"}]},{"kind":"class","name":"inputStorePaymentPremiumGiveaway","type":"InputStorePaymentPurpose","id":2090038758,"arguments":[{"name":"flags","type":"#"},{"name":"only_new_subscribers","type":"true","typeModifiers":{"predicate":"flags.0"}},{"name":"boost_peer","type":"InputPeer"},{"name":"additional_peers","type":"InputPeer","typeModifiers":{"predicate":"flags.1","isVector":true}},{"name":"countries_iso2","type":"string","typeModifiers":{"predicate":"flags.2","isVector":true}},{"name":"random_id","type":"long"},{"name":"until_date","type":"int"},{"name":"currency","type":"string"},{"name":"amount","type":"long"}]},{"kind":"class","name":"premiumGiftOption","type":"PremiumGiftOption","id":1958953753,"comment":"Telegram Premium gift option","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"months","type":"int","comment":"Duration of gifted Telegram Premium subscription"},{"name":"currency","type":"string","comment":"Three-letter ISO 4217 <a href=\"https://corefork.telegram.org/bots/payments#supported-currencies\">currency</a> code"},{"name":"amount","type":"long","comment":"Price of the product in the smallest units of the currency (integer, not float/double). For example, for a price of <code>US$ 1.45</code> pass <code>amount = 145</code>. See the exp parameter in <a href=\"https://corefork.telegram.org/bots/payments/currencies.json\">currencies.json</a>, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies)."},{"name":"bot_url","type":"string","comment":"An <a href=\"https://corefork.telegram.org/api/links#invoice-links\">invoice deep link »</a> to an invoice for in-app payment, using the official Premium bot; may be empty if direct payment isn't available."},{"name":"store_product","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"An identifier for the App Store/Play Store product associated with the Premium gift."}]},{"kind":"class","name":"paymentFormMethod","type":"PaymentFormMethod","id":2298016283,"comment":"Represents an additional payment method","arguments":[{"name":"url","type":"string","comment":"URL to open in a webview to process the payment"},{"name":"title","type":"string","comment":"Payment method description"}]},{"kind":"class","name":"emojiStatusEmpty","type":"EmojiStatus","id":769727150,"comment":"No emoji status is set","arguments":[]},{"kind":"class","name":"emojiStatus","type":"EmojiStatus","id":2459656605,"comment":"An <a href=\"https://corefork.telegram.org/api/emoji-status\">emoji status</a>","arguments":[{"name":"document_id","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/custom-emoji\">Custom emoji document ID</a>"}]},{"kind":"class","name":"emojiStatusUntil","type":"EmojiStatus","id":4197492935,"comment":"An <a href=\"https://corefork.telegram.org/api/emoji-status\">emoji status</a> valid until the specified date","arguments":[{"name":"document_id","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/custom-emoji\">Custom emoji document ID</a>"},{"name":"until","type":"int","comment":"This status is valid until this date"}]},{"kind":"class","name":"account.emojiStatusesNotModified","type":"account.EmojiStatuses","id":3498894917,"comment":"The server-side list of <a href=\"https://corefork.telegram.org/api/emoji-status\">emoji statuses</a> hasn't changed","arguments":[]},{"kind":"class","name":"account.emojiStatuses","type":"account.EmojiStatuses","id":2428790737,"comment":"A list of <a href=\"https://corefork.telegram.org/api/emoji-status\">emoji statuses</a>","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"statuses","type":"EmojiStatus","typeModifiers":{"isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/emoji-status\">Emoji statuses</a>"}]},{"kind":"class","name":"reactionEmpty","type":"Reaction","id":2046153753,"comment":"No reaction","arguments":[]},{"kind":"class","name":"reactionEmoji","type":"Reaction","id":455247544,"comment":"Normal emoji message reaction","arguments":[{"name":"emoticon","type":"string","comment":"Emoji"}]},{"kind":"class","name":"reactionCustomEmoji","type":"Reaction","id":2302016627,"comment":"<a href=\"https://corefork.telegram.org/api/custom-emoji\">Custom emoji</a> message reaction","arguments":[{"name":"document_id","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/custom-emoji\">Custom emoji document ID</a>"}]},{"kind":"class","name":"chatReactionsNone","type":"ChatReactions","id":3942396604,"comment":"No reactions are allowed","arguments":[]},{"kind":"class","name":"chatReactionsAll","type":"ChatReactions","id":1385335754,"comment":"All reactions or all non-custom reactions are allowed","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"allow_custom","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to allow custom reactions"}]},{"kind":"class","name":"chatReactionsSome","type":"ChatReactions","id":1713193015,"comment":"Some reactions are allowed","arguments":[{"name":"reactions","type":"Reaction","typeModifiers":{"isVector":true},"comment":"Allowed set of reactions: the <a href=\"https://corefork.telegram.org/api/config#reactions-in-chat-max\">reactions_in_chat_max</a> configuration field indicates the maximum number of reactions that can be specified in this field."}]},{"kind":"class","name":"messages.reactionsNotModified","type":"messages.Reactions","id":2960120799,"comment":"The server-side list of <a href=\"https://corefork.telegram.org/api/reactions\">message reactions</a> hasn't changed","arguments":[]},{"kind":"class","name":"messages.reactions","type":"messages.Reactions","id":3942512406,"comment":"List of <a href=\"https://corefork.telegram.org/api/reactions\">message reactions</a>","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"reactions","type":"Reaction","typeModifiers":{"isVector":true},"comment":"Reactions"}]},{"kind":"class","name":"emailVerifyPurposeLoginSetup","type":"EmailVerifyPurpose","id":1128644211,"comment":"Email verification purpose: setup login email","arguments":[{"name":"phone_number","type":"string","comment":"Phone number"},{"name":"phone_code_hash","type":"string","comment":"Phone code hash as specified by the <a href=\"https://corefork.telegram.org/api/auth#email-verification\">documentation</a>"}]},{"kind":"class","name":"emailVerifyPurposeLoginChange","type":"EmailVerifyPurpose","id":1383932651,"comment":"Email verification purpose: change login email","arguments":[]},{"kind":"class","name":"emailVerifyPurposePassport","type":"EmailVerifyPurpose","id":3153401477,"comment":"Verify an email for use in <a href=\"https://corefork.telegram.org/api/passport\">telegram passport</a>","arguments":[]},{"kind":"class","name":"emailVerificationCode","type":"EmailVerification","id":2452510121,"comment":"Email verification code","arguments":[{"name":"code","type":"string","comment":"Received verification code"}]},{"kind":"class","name":"emailVerificationGoogle","type":"EmailVerification","id":3683688130,"comment":"Google ID email verification token","arguments":[{"name":"token","type":"string","comment":"Token"}]},{"kind":"class","name":"emailVerificationApple","type":"EmailVerification","id":2530243837,"comment":"Apple ID email verification token","arguments":[{"name":"token","type":"string","comment":"Token"}]},{"kind":"class","name":"account.emailVerified","type":"account.EmailVerified","id":731303195,"comment":"The email was verified correctly.","arguments":[{"name":"email","type":"string","comment":"The verified email address."}]},{"kind":"class","name":"account.emailVerifiedLogin","type":"account.EmailVerified","id":3787132257,"comment":"The email was verified correctly, and a login code was just sent to it.","arguments":[{"name":"email","type":"string","comment":"The verified email address."},{"name":"sent_code","type":"auth.SentCode","comment":"Info about the sent <a href=\"https://corefork.telegram.org/api/auth\">login code</a>"}]},{"kind":"class","name":"premiumSubscriptionOption","type":"PremiumSubscriptionOption","id":1596792306,"comment":"Describes a Telegram Premium subscription option","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"current","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether this subscription option is currently in use."},{"name":"can_purchase_upgrade","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether this subscription option can be used to upgrade the existing Telegram Premium subscription. When upgrading Telegram Premium subscriptions bought through stores, make sure that the store transaction ID is equal to <code>transaction</code>, to avoid upgrading someone else's account, if the client is currently logged into multiple accounts."},{"name":"transaction","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"Identifier of the last in-store transaction for the currently used subscription on the current account."},{"name":"months","type":"int","comment":"Duration of subscription in months"},{"name":"currency","type":"string","comment":"Three-letter ISO 4217 <a href=\"https://corefork.telegram.org/bots/payments#supported-currencies\">currency</a> code"},{"name":"amount","type":"long","comment":"Total price in the smallest units of the currency (integer, not float/double). For example, for a price of <code>US$ 1.45</code> pass <code>amount = 145</code>. See the exp parameter in <a href=\"https://corefork.telegram.org/bots/payments/currencies.json\">currencies.json</a>, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies)."},{"name":"bot_url","type":"string","comment":"<a href=\"https://corefork.telegram.org/api/links\">Deep link</a> used to initiate payment"},{"name":"store_product","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Store product ID, only for official apps"}]},{"kind":"class","name":"sendAsPeer","type":"SendAsPeer","id":3088871476,"comment":"Indicates a peer that can be used to send messages","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"premium_required","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether a Telegram Premium account is required to send messages as this peer"},{"name":"peer","type":"Peer","comment":"Peer"}]},{"kind":"class","name":"messageExtendedMediaPreview","type":"MessageExtendedMedia","id":2908916936,"comment":"Extended media preview","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"w","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Width"},{"name":"h","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Height"},{"name":"thumb","type":"PhotoSize","typeModifiers":{"predicate":"flags.1"},"comment":"Thumbnail"},{"name":"video_duration","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Video duration"}]},{"kind":"class","name":"messageExtendedMedia","type":"MessageExtendedMedia","id":3997670500,"comment":"Extended media","arguments":[{"name":"media","type":"MessageMedia","comment":"Media"}]},{"kind":"class","name":"stickerKeyword","type":"StickerKeyword","id":4244550300,"comment":"Keywords for a certain sticker","arguments":[{"name":"document_id","type":"long","comment":"Sticker ID"},{"name":"keyword","type":"string","typeModifiers":{"isVector":true},"comment":"Keywords"}]},{"kind":"class","name":"username","type":"Username","id":3020371527,"comment":"Contains information about a username.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"editable","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the username is editable, meaning it wasn't bought on <a href=\"https://fragment.com/\">fragment</a>."},{"name":"active","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the username is active."},{"name":"username","type":"string","comment":"The username."}]},{"kind":"class","name":"forumTopicDeleted","type":"ForumTopic","id":37687451,"comment":"Represents a deleted forum topic.","arguments":[{"name":"id","type":"int","comment":"The ID of the deleted forum topic."}]},{"kind":"class","name":"forumTopic","type":"ForumTopic","id":1903173033,"comment":"Represents a <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"my","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the topic was created by the current user"},{"name":"closed","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether the topic is closed (no messages can be sent to it)"},{"name":"pinned","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether the topic is pinned"},{"name":"short","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether this constructor is a reduced version of the full topic information. <br>If set, only the <code>my</code>, <code>closed</code>, <code>id</code>, <code>date</code>, <code>title</code>, <code>icon_color</code>, <code>icon_emoji_id</code> and <code>from_id</code> parameters will contain valid information. <br>Reduced info is usually only returned in topic-related <a href=\"https://corefork.telegram.org/api/recent-actions\">admin log events »</a> and in the {@link messages.RawChannelMessages} constructor: if needed, full information can be fetched using {@link channels.RawGetForumTopicsByIDRequest}."},{"name":"hidden","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Whether the topic is hidden (only valid for the \"General\" topic, <code>id=1</code>)"},{"name":"id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/forum#forum-topics\">Topic ID</a>"},{"name":"date","type":"int","comment":"Topic creation date"},{"name":"title","type":"string","comment":"Topic title"},{"name":"icon_color","type":"int","comment":"If no custom emoji icon is specified, specifies the color of the fallback topic icon (RGB), one of <code>0x6FB9F0</code>, <code>0xFFD67E</code>, <code>0xCB86DB</code>, <code>0x8EEE98</code>, <code>0xFF93B2</code>, or <code>0xFB6F5F</code>."},{"name":"icon_emoji_id","type":"long","typeModifiers":{"predicate":"flags.0"},"comment":"ID of the <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji</a> used as topic icon."},{"name":"top_message","type":"int","comment":"ID of the last message that was sent to this topic"},{"name":"read_inbox_max_id","type":"int","comment":"Position up to which all incoming messages are read."},{"name":"read_outbox_max_id","type":"int","comment":"Position up to which all outgoing messages are read."},{"name":"unread_count","type":"int","comment":"Number of unread messages"},{"name":"unread_mentions_count","type":"int","comment":"Number of <a href=\"https://corefork.telegram.org/api/mentions\">unread mentions</a>"},{"name":"unread_reactions_count","type":"int","comment":"Number of unread reactions to messages you sent"},{"name":"from_id","type":"Peer","comment":"ID of the peer that created the topic"},{"name":"notify_settings","type":"PeerNotifySettings","comment":"Notification settings"},{"name":"draft","type":"DraftMessage","typeModifiers":{"predicate":"flags.4"},"comment":"Message <a href=\"https://corefork.telegram.org/api/drafts\">draft</a>"}]},{"kind":"class","name":"messages.forumTopics","type":"messages.ForumTopics","id":913709011,"comment":"Contains information about multiple <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topics</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"order_by_create_date","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the returned topics are ordered by creation date; if set, pagination by <code>next_offset</code> should use {@link RawForumTopic}.<code>date</code>; otherwise topics are ordered by the last message date, so paginate by the <code>date</code> of the <a href=\"https://corefork.telegram.org/type/Message\">message</a> referenced by {@link RawForumTopic}.<code>top_message</code>."},{"name":"count","type":"int","comment":"Total number of topics matching query; may be less than the topics contained in <code>topics</code>, in which case <a href=\"https://corefork.telegram.org/api/offsets\">pagination</a> is required."},{"name":"topics","type":"ForumTopic","typeModifiers":{"isVector":true},"comment":"Forum topics"},{"name":"messages","type":"Message","typeModifiers":{"isVector":true},"comment":"Related messages (contains the messages mentioned by {@link RawForumTopic}.<code>top_message</code>)."},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Related chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Related users"},{"name":"pts","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/updates\">Event count after generation</a>"}]},{"kind":"class","name":"defaultHistoryTTL","type":"DefaultHistoryTTL","id":1135897376,"comment":"Contains info about the default value of the Time-To-Live setting, applied to all new chats.","arguments":[{"name":"period","type":"int","comment":"Time-To-Live setting applied to all new chats."}]},{"kind":"class","name":"exportedContactToken","type":"ExportedContactToken","id":1103040667,"comment":"Describes a <a href=\"https://corefork.telegram.org/api/links#temporary-profile-links\">temporary profile link</a>.","arguments":[{"name":"url","type":"string","comment":"The <a href=\"https://corefork.telegram.org/api/links#temporary-profile-links\">temporary profile link</a>."},{"name":"expires","type":"int","comment":"Its expiration date"}]},{"kind":"class","name":"requestPeerTypeUser","type":"RequestPeerType","id":1597737472,"comment":"Choose a user.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"bot","type":"Bool","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to allow choosing only bots."},{"name":"premium","type":"Bool","typeModifiers":{"predicate":"flags.1"},"comment":"Whether to allow choosing only <a href=\"https://corefork.telegram.org/api/premium\">Premium</a> users."}]},{"kind":"class","name":"requestPeerTypeChat","type":"RequestPeerType","id":3387977243,"comment":"Choose a chat or supergroup","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"creator","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to allow only choosing chats or supergroups that were created by the current user."},{"name":"bot_participant","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether to allow only choosing chats or supergroups where the bot is a participant."},{"name":"has_username","type":"Bool","typeModifiers":{"predicate":"flags.3"},"comment":"If specified, allows only choosing channels with or without a username, according to the value of <a href=\"https://corefork.telegram.org/type/Bool\">Bool</a>."},{"name":"forum","type":"Bool","typeModifiers":{"predicate":"flags.4"},"comment":"If specified, allows only choosing chats or supergroups that are or aren't <a href=\"https://corefork.telegram.org/api/forum\">forums</a>, according to the value of <a href=\"https://corefork.telegram.org/type/Bool\">Bool</a>."},{"name":"user_admin_rights","type":"ChatAdminRights","typeModifiers":{"predicate":"flags.1"},"comment":"If specified, allows only choosing chats or supergroups where the current user is an admin with at least the specified admin rights."},{"name":"bot_admin_rights","type":"ChatAdminRights","typeModifiers":{"predicate":"flags.2"},"comment":"If specified, allows only choosing chats or supergroups where the bot is an admin with at least the specified admin rights."}]},{"kind":"class","name":"requestPeerTypeBroadcast","type":"RequestPeerType","id":865857388,"comment":"Choose a channel","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"creator","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to allow only choosing channels that were created by the current user."},{"name":"has_username","type":"Bool","typeModifiers":{"predicate":"flags.3"},"comment":"If specified, allows only choosing channels with or without a username, according to the value of <a href=\"https://corefork.telegram.org/type/Bool\">Bool</a>."},{"name":"user_admin_rights","type":"ChatAdminRights","typeModifiers":{"predicate":"flags.1"},"comment":"If specified, allows only choosing channels where the current user is an admin with at least the specified admin rights."},{"name":"bot_admin_rights","type":"ChatAdminRights","typeModifiers":{"predicate":"flags.2"},"comment":"If specified, allows only choosing channels where the bot is an admin with at least the specified admin rights."}]},{"kind":"class","name":"emojiListNotModified","type":"EmojiList","id":1209970170,"comment":"The list of <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emojis</a> hasn't changed.","arguments":[]},{"kind":"class","name":"emojiList","type":"EmojiList","id":2048790993,"comment":"Represents a list of <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emojis</a>.","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"document_id","type":"long","typeModifiers":{"isVector":true},"comment":"Custom emoji IDs"}]},{"kind":"class","name":"emojiGroup","type":"EmojiGroup","id":2056961449,"comment":"Represents an <a href=\"https://corefork.telegram.org/api/custom-emoji#emoji-categories\">emoji category</a>.","arguments":[{"name":"title","type":"string","comment":"Category name, i.e. \"Animals\", \"Flags\", \"Faces\" and so on..."},{"name":"icon_emoji_id","type":"long","comment":"A single custom emoji used as preview for the category."},{"name":"emoticons","type":"string","typeModifiers":{"isVector":true},"comment":"A list of UTF-8 emojis, matching the category."}]},{"kind":"class","name":"messages.emojiGroupsNotModified","type":"messages.EmojiGroups","id":1874111879,"comment":"The list of <a href=\"https://corefork.telegram.org/api/custom-emoji#emoji-categories\">emoji categories</a> hasn't changed.","arguments":[]},{"kind":"class","name":"messages.emojiGroups","type":"messages.EmojiGroups","id":2283780427,"comment":"Represents a list of <a href=\"https://corefork.telegram.org/api/custom-emoji#emoji-categories\">emoji categories</a>.","arguments":[{"name":"hash","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"groups","type":"EmojiGroup","typeModifiers":{"isVector":true},"comment":"A list of <a href=\"https://corefork.telegram.org/api/custom-emoji#emoji-categories\">emoji categories</a>."}]},{"kind":"class","name":"textWithEntities","type":"TextWithEntities","id":1964978502,"comment":"Styled text with <a href=\"https://corefork.telegram.org/api/entities\">message entities</a>","arguments":[{"name":"text","type":"string","comment":"Text"},{"name":"entities","type":"MessageEntity","typeModifiers":{"isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"}]},{"kind":"class","name":"messages.translateResult","type":"messages.TranslatedText","id":870003448,"comment":"Translated text with <a href=\"https://corefork.telegram.org/api/entities\">entities</a>","arguments":[{"name":"result","type":"TextWithEntities","typeModifiers":{"isVector":true},"comment":"Text+<a href=\"https://corefork.telegram.org/api/entities\">entities</a>, for each input message."}]},{"kind":"class","name":"autoSaveSettings","type":"AutoSaveSettings","id":3360175310,"comment":"Media autosave settings","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"photos","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether photos should be autosaved to the gallery."},{"name":"videos","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether videos should be autosaved to the gallery."},{"name":"video_max_size","type":"long","typeModifiers":{"predicate":"flags.2"},"comment":"If set, specifies a size limit for autosavable videos"}]},{"kind":"class","name":"autoSaveException","type":"AutoSaveException","id":2170563911,"comment":"Peer-specific media autosave settings","arguments":[{"name":"peer","type":"Peer","comment":"The peer"},{"name":"settings","type":"AutoSaveSettings","comment":"Media autosave settings"}]},{"kind":"class","name":"account.autoSaveSettings","type":"account.AutoSaveSettings","id":1279133341,"comment":"Contains media autosave settings","arguments":[{"name":"users_settings","type":"AutoSaveSettings","comment":"Default media autosave settings for private chats"},{"name":"chats_settings","type":"AutoSaveSettings","comment":"Default media autosave settings for <a href=\"https://corefork.telegram.org/api/channel\">groups and supergroups</a>"},{"name":"broadcasts_settings","type":"AutoSaveSettings","comment":"Default media autosave settings for <a href=\"https://corefork.telegram.org/api/channel\">channels</a>"},{"name":"exceptions","type":"AutoSaveException","typeModifiers":{"isVector":true},"comment":"Peer-specific granular autosave settings"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Chats mentioned in the peer-specific granular autosave settings"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Users mentioned in the peer-specific granular autosave settings"}]},{"kind":"class","name":"help.appConfigNotModified","type":"help.AppConfig","id":2094949405,"comment":"The client configuration parameters haven't changed","arguments":[]},{"kind":"class","name":"help.appConfig","type":"help.AppConfig","id":3709368366,"comment":"Contains various <a href=\"https://corefork.telegram.org/api/config#client-configuration\">client configuration parameters</a>","arguments":[{"name":"hash","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"},{"name":"config","type":"JSONValue","comment":"<a href=\"https://corefork.telegram.org/api/config#client-configuration\">Client configuration parameters</a>"}]},{"kind":"class","name":"inputBotAppID","type":"InputBotApp","id":2837495162,"comment":"Used to fetch information about a <a href=\"https://corefork.telegram.org/api/bots/webapps#named-bot-web-apps\">named bot web app</a> by its ID","arguments":[{"name":"id","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/bots/webapps#named-bot-web-apps\">named bot web app</a> ID."},{"name":"access_hash","type":"long","comment":"Access hash, obtained from the {@link RawBotApp} constructor."}]},{"kind":"class","name":"inputBotAppShortName","type":"InputBotApp","id":2425095175,"comment":"Used to fetch information about a <a href=\"https://corefork.telegram.org/api/bots/webapps#named-bot-web-apps\">named bot web app</a> by its short name","arguments":[{"name":"bot_id","type":"InputUser","comment":"ID of the bot that owns the bot web app"},{"name":"short_name","type":"string","comment":"Short name, obtained from a <a href=\"https://corefork.telegram.org/api/links#named-bot-web-app-links\">named bot web app deep link</a>"}]},{"kind":"class","name":"botAppNotModified","type":"BotApp","id":1571189943,"comment":"Bot app info hasn't changed.","arguments":[]},{"kind":"class","name":"botApp","type":"BotApp","id":2516373974,"comment":"Contains information about a <a href=\"https://corefork.telegram.org/api/bots/webapps#named-bot-web-apps\">named bot web app</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"id","type":"long","comment":"Bot web app ID"},{"name":"access_hash","type":"long","comment":"Bot web app access hash"},{"name":"short_name","type":"string","comment":"Bot web app short name, used to generate <a href=\"https://corefork.telegram.org/api/links#named-bot-web-app-links\">named bot web app deep links</a>."},{"name":"title","type":"string","comment":"Bot web app title."},{"name":"description","type":"string","comment":"Bot web app description."},{"name":"photo","type":"Photo","comment":"Bot web app photo."},{"name":"document","type":"Document","typeModifiers":{"predicate":"flags.0"},"comment":"Bot web app animation."},{"name":"hash","type":"long","comment":"Hash to pass to {@link messages.RawGetBotAppRequest}, to avoid refetching bot app info if it hasn't changed."}]},{"kind":"class","name":"messages.botApp","type":"messages.BotApp","id":3947933173,"comment":"Contains information about a <a href=\"https://corefork.telegram.org/api/bots/webapps#named-bot-web-apps\">named bot web app</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"inactive","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the web app was never used by the user, and confirmation must be asked from the user before opening it."},{"name":"request_write_access","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"The bot is asking permission to send messages to the user: if the user agrees, set the <code>write_allowed</code> flag when invoking {@link messages.RawRequestAppWebViewRequest}."},{"name":"has_settings","type":"true","typeModifiers":{"predicate":"flags.2"}},{"name":"app","type":"BotApp","comment":"Bot app information"}]},{"kind":"class","name":"appWebViewResultUrl","type":"AppWebViewResult","id":1008422669,"comment":"Contains the link that must be used to open a <a href=\"https://corefork.telegram.org/api/bots/webapps#named-bot-web-apps\">named bot web app</a>.","arguments":[{"name":"url","type":"string","comment":"The URL to open"}]},{"kind":"class","name":"inlineBotWebView","type":"InlineBotWebView","id":3044185557,"comment":"Specifies a <a href=\"https://corefork.telegram.org/api/bots/webapps#simple-web-apps\">bot web app</a> button, shown on top of the inline query results list.","arguments":[{"name":"text","type":"string","comment":"Text of the button"},{"name":"url","type":"string","comment":"Webapp URL"}]},{"kind":"class","name":"readParticipantDate","type":"ReadParticipantDate","id":1246753138,"comment":"Contains info about when a certain participant has read a message","arguments":[{"name":"user_id","type":"int53","comment":"User ID"},{"name":"date","type":"int","comment":"When the user read the message"}]},{"kind":"class","name":"inputChatlistDialogFilter","type":"InputChatlist","id":4091599411,"comment":"Folder ID","arguments":[{"name":"filter_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/folders\">Folder</a> ID"}]},{"kind":"class","name":"exportedChatlistInvite","type":"ExportedChatlistInvite","id":206668204,"comment":"Exported <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"title","type":"string","comment":"Name of the link"},{"name":"url","type":"string","comment":"The <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>."},{"name":"peers","type":"Peer","typeModifiers":{"isVector":true},"comment":"Peers to import"}]},{"kind":"class","name":"chatlists.exportedChatlistInvite","type":"chatlists.ExportedChatlistInvite","id":283567014,"comment":"Info about an exported <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>.","arguments":[{"name":"filter","type":"DialogFilter","comment":"Folder ID"},{"name":"invite","type":"ExportedChatlistInvite","comment":"The exported <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>."}]},{"kind":"class","name":"chatlists.exportedInvites","type":"chatlists.ExportedInvites","id":279670215,"comment":"Info about multiple <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep links »</a>.","arguments":[{"name":"invites","type":"ExportedChatlistInvite","typeModifiers":{"isVector":true},"comment":"The <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep links »</a>."},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Related chat information"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Related user information"}]},{"kind":"class","name":"chatlists.chatlistInviteAlready","type":"chatlists.ChatlistInvite","id":4203214425,"comment":"Updated info about a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a> we already imported.","arguments":[{"name":"filter_id","type":"int","comment":"ID of the imported folder"},{"name":"missing_peers","type":"Peer","typeModifiers":{"isVector":true},"comment":"New peers to be imported"},{"name":"already_peers","type":"Peer","typeModifiers":{"isVector":true},"comment":"Peers that were already imported"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Related chat information"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Related user information"}]},{"kind":"class","name":"chatlists.chatlistInvite","type":"chatlists.ChatlistInvite","id":500007837,"comment":"Info about a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"title","type":"string","comment":"Name of the link"},{"name":"emoticon","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Emoji to use as icon for the folder."},{"name":"peers","type":"Peer","typeModifiers":{"isVector":true},"comment":"Supergroups and channels to join"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Related chat information"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Related user information"}]},{"kind":"class","name":"chatlists.chatlistUpdates","type":"chatlists.ChatlistUpdates","id":2478671757,"comment":"Updated information about a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>.","arguments":[{"name":"missing_peers","type":"Peer","typeModifiers":{"isVector":true},"comment":"New peers to join"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Related chat information"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Related user information"}]},{"kind":"class","name":"bots.botInfo","type":"bots.BotInfo","id":3903288752,"comment":"Localized information about a bot.","arguments":[{"name":"name","type":"string","comment":"Bot name"},{"name":"about","type":"string","comment":"Bot about text"},{"name":"description","type":"string","comment":"Bot description"}]},{"kind":"class","name":"messagePeerVote","type":"MessagePeerVote","id":3066834268,"comment":"How a peer voted in a poll","arguments":[{"name":"peer","type":"Peer","comment":"Peer ID"},{"name":"option","type":"bytes","comment":"The option chosen by the peer"},{"name":"date","type":"int","comment":"When did the peer cast the vote"}]},{"kind":"class","name":"messagePeerVoteInputOption","type":"MessagePeerVote","id":1959634180,"comment":"How a peer voted in a poll (reduced constructor, returned if an <code>option</code> was provided to {@link messages.RawGetPollVotesRequest})","arguments":[{"name":"peer","type":"Peer","comment":"The peer that voted for the queried <code>option</code>"},{"name":"date","type":"int","comment":"When did the peer cast the vote"}]},{"kind":"class","name":"messagePeerVoteMultiple","type":"MessagePeerVote","id":1177089766,"comment":"How a peer voted in a multiple-choice poll","arguments":[{"name":"peer","type":"Peer","comment":"Peer ID"},{"name":"options","type":"bytes","typeModifiers":{"isVector":true},"comment":"Options chosen by the peer"},{"name":"date","type":"int","comment":"When did the peer cast their votes"}]},{"kind":"class","name":"sponsoredWebPage","type":"SponsoredWebPage","id":1035529315,"comment":"","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"url","type":"string"},{"name":"site_name","type":"string"},{"name":"photo","type":"Photo","typeModifiers":{"predicate":"flags.0"}}]},{"kind":"class","name":"storyViews","type":"StoryViews","id":2371443926,"comment":"Aggregated view and reaction information of a <a href=\"https://corefork.telegram.org/api/stories\">story</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"has_viewers","type":"true","typeModifiers":{"predicate":"flags.1"}},{"name":"views_count","type":"int","comment":"View counter of the story"},{"name":"forwards_count","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Forward counter of the story"},{"name":"reactions","type":"ReactionCount","typeModifiers":{"predicate":"flags.3","isVector":true},"comment":"All reactions sent to this story"},{"name":"reactions_count","type":"int","typeModifiers":{"predicate":"flags.4"}},{"name":"recent_viewers","type":"int53","typeModifiers":{"predicate":"flags.0","isVector":true},"comment":"User IDs of some recent viewers of the story"}]},{"kind":"class","name":"storyItemDeleted","type":"StoryItem","id":1374088783,"comment":"Represents a previously active story, that was deleted","arguments":[{"name":"id","type":"int","comment":"Story ID"}]},{"kind":"class","name":"storyItemSkipped","type":"StoryItem","id":4289579283,"comment":"Represents an active story, whose full information was omitted for space and performance reasons; use {@link stories.RawGetStoriesByIDRequest} to fetch full info about the skipped story when and if needed.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"close_friends","type":"true","typeModifiers":{"predicate":"flags.8"}},{"name":"id","type":"int","comment":"Story ID"},{"name":"date","type":"int","comment":"When was the story posted."},{"name":"expire_date","type":"int","comment":"When does the story expire."}]},{"kind":"class","name":"storyItem","id":2942526881,"type":"StoryItem","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"pinned","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether this story is pinned on the user's profile"},{"name":"public","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"Whether this story is public"},{"name":"close_friends","type":"true","typeModifiers":{"predicate":"flags.8"}},{"name":"min","type":"true","typeModifiers":{"predicate":"flags.9"}},{"name":"noforwards","type":"true","typeModifiers":{"predicate":"flags.10"},"comment":"Whether this story is <a href=\"https://telegram.org/blog/protected-content-delete-by-date-and-more\">protected</a> and thus cannot be forwarded; clients should also prevent users from saving attached media (i.e. videos should only be streamed, photos should be kept in RAM, et cetera)."},{"name":"edited","type":"true","typeModifiers":{"predicate":"flags.11"},"comment":"Indicates whether the story was edited."},{"name":"contacts","type":"true","typeModifiers":{"predicate":"flags.12"}},{"name":"selected_contacts","type":"true","typeModifiers":{"predicate":"flags.13"}},{"name":"out","type":"true","typeModifiers":{"predicate":"flags.16"},"comment":"indicates whether we sent this story."},{"name":"id","type":"int","comment":"ID of the story."},{"name":"date","type":"int","comment":"When was the story posted."},{"name":"fwd_from","type":"StoryFwdHeader","typeModifiers":{"predicate":"flags.17"}},{"name":"expire_date","type":"int","comment":"When does the story expire."},{"name":"caption","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Story caption."},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"},{"name":"media","type":"MessageMedia","comment":"Story media."},{"name":"media_areas","type":"MediaArea","typeModifiers":{"predicate":"flags.14","isVector":true},"comment":"List of media areas, see <a href=\"https://corefork.telegram.org/api/stories#media-areas\">here »</a> for more info on media areas."},{"name":"privacy","type":"PrivacyRule","typeModifiers":{"predicate":"flags.2","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/privacy\">Privacy rules</a> indicating who can and can't view this story"},{"name":"views","type":"StoryViews","typeModifiers":{"predicate":"flags.3"},"comment":"View date and reaction information"},{"name":"sent_reaction","type":"Reaction","typeModifiers":{"predicate":"flags.15"},"comment":"The reaction we sent."}],"comment":"Represents a <a href=\"https://corefork.telegram.org/api/stories\">story</a>."},{"kind":"class","name":"stories.allStoriesNotModified","type":"stories.AllStories","id":291044926,"comment":"The list of active (or active and hidden) <a href=\"https://corefork.telegram.org/api/stories#watching-stories\">stories</a> has not changed.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"state","type":"string","comment":"State to use to ask for updates"},{"name":"stealth_mode","type":"StoriesStealthMode","comment":"Current <a href=\"https://corefork.telegram.org/api/stories#stealth-mode\">stealth mode</a> information"}]},{"kind":"class","name":"stories.allStories","type":"stories.AllStories","id":1862033025,"comment":"Full list of active (or active and hidden) <a href=\"https://corefork.telegram.org/api/stories#watching-stories\">stories</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"has_more","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether more results can be fetched as <a href=\"https://corefork.telegram.org/api/stories#watching-stories\">described here »</a>."},{"name":"count","type":"int","comment":"Total number of active (or active and hidden) stories"},{"name":"state","type":"string","comment":"State to use for pagination"},{"name":"peer_stories","type":"PeerStories","typeModifiers":{"isVector":true},"comment":"Stories"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Mentioned chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Mentioned users"},{"name":"stealth_mode","type":"StoriesStealthMode","comment":"Current <a href=\"https://corefork.telegram.org/api/stories#stealth-mode\">stealth mode</a> information"}]},{"kind":"class","name":"stories.stories","type":"stories.Stories","id":1574486984,"comment":"List of <a href=\"https://corefork.telegram.org/api/stories#pinnedarchived-stories\">stories</a>","arguments":[{"name":"count","type":"int","comment":"Total number of stories that can be fetched"},{"name":"stories","type":"StoryItem","typeModifiers":{"isVector":true},"comment":"Stories"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Mentioned chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Mentioned users"}]},{"kind":"class","name":"storyView","type":"StoryView","id":2965236421,"comment":"<a href=\"https://corefork.telegram.org/api/stories\">Story</a> view date and reaction information","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"blocked","type":"true","typeModifiers":{"predicate":"flags.0"}},{"name":"blocked_my_stories_from","type":"true","typeModifiers":{"predicate":"flags.1"}},{"name":"user_id","type":"int53","comment":"The user that viewed the story"},{"name":"date","type":"int","comment":"When did the user view the story"},{"name":"reaction","type":"Reaction","typeModifiers":{"predicate":"flags.2"},"comment":"If present, contains the reaction that the user left on the story"}]},{"kind":"class","name":"stories.storyViewsList","type":"stories.StoryViewsList","id":1189722604,"comment":"Reaction and view counters for a <a href=\"https://corefork.telegram.org/api/stories\">story</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"count","type":"int","comment":"Total number of results that can be fetched"},{"name":"reactions_count","type":"int"},{"name":"views","type":"StoryView","typeModifiers":{"isVector":true},"comment":"Story view date and reaction information"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Mentioned users"},{"name":"next_offset","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Offset for pagination"}]},{"kind":"class","name":"stories.storyViews","type":"stories.StoryViews","id":3734957341,"comment":"Reaction and view counters for a list of <a href=\"https://corefork.telegram.org/api/stories\">stories</a>","arguments":[{"name":"views","type":"StoryViews","typeModifiers":{"isVector":true},"comment":"View date and reaction information of multiple stories"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Mentioned users"}]},{"kind":"class","name":"inputReplyToMessage","id":583071445,"type":"InputReplyTo","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"reply_to_msg_id","type":"int","comment":"The message ID to reply to."},{"name":"top_msg_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"This field must contain the topic ID <strong>only</strong> when replying to messages in forum topics different from the \"General\" topic (i.e. <code>reply_to_msg_id</code> is set and <code>reply_to_msg_id != topicID</code> and <code>topicID != 1</code>). <br>If the replied-to message is deleted before the method finishes execution, the value in this field will be used to send the message to the correct topic, instead of the \"General\" topic."},{"name":"reply_to_peer_id","type":"InputPeer","typeModifiers":{"predicate":"flags.1"}},{"name":"quote_text","type":"string","typeModifiers":{"predicate":"flags.2"}},{"name":"quote_entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.3","isVector":true}},{"name":"quote_offset","type":"int","typeModifiers":{"predicate":"flags.4"}}],"comment":"Reply to a message."},{"kind":"class","name":"inputReplyToStory","type":"InputReplyTo","id":363917955,"comment":"Reply to a story.","arguments":[{"name":"user_id","type":"InputUser","comment":"ID of the user that posted the story."},{"name":"story_id","type":"int","comment":"ID of the story to reply to."}]},{"kind":"class","name":"exportedStoryLink","type":"ExportedStoryLink","id":1070138683,"comment":"Represents a <a href=\"https://corefork.telegram.org/api/stories#story-links\">story deep link</a>.","arguments":[{"name":"link","type":"string","comment":"The <a href=\"https://corefork.telegram.org/api/stories#story-links\">story deep link</a>."}]},{"kind":"class","name":"storiesStealthMode","type":"StoriesStealthMode","id":1898850301,"comment":"Information about the current <a href=\"https://corefork.telegram.org/api/stories#stealth-mode\">stealth mode</a> session.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"active_until_date","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"The date up to which stealth mode will be active."},{"name":"cooldown_until_date","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"The date starting from which the user will be allowed to re-enable stealth mode again."}]},{"kind":"class","name":"mediaAreaCoordinates","type":"MediaAreaCoordinates","id":64088654,"comment":"Coordinates and size of a clicable rectangular area on top of a story.","arguments":[{"name":"x","type":"double","comment":"The abscissa of the rectangle's center, as a percentage of the media width (0-100)."},{"name":"y","type":"double","comment":"The ordinate of the rectangle's center, as a percentage of the media height (0-100)."},{"name":"w","type":"double","comment":"The width of the rectangle, as a percentage of the media width (0-100)."},{"name":"h","type":"double","comment":"The height of the rectangle, as a percentage of the media height (0-100)."},{"name":"rotation","type":"double","comment":"Clockwise rotation angle of the rectangle, in degrees (0-360)."}]},{"kind":"class","name":"mediaAreaVenue","type":"MediaArea","id":3196246940,"comment":"Represents a location tag attached to a <a href=\"https://corefork.telegram.org/api/stories\">story</a>, with additional venue information.","arguments":[{"name":"coordinates","type":"MediaAreaCoordinates","comment":"The size and location of the media area corresponding to the location sticker on top of the story media."},{"name":"geo","type":"GeoPoint","comment":"Coordinates of the venue"},{"name":"title","type":"string","comment":"Venue name"},{"name":"address","type":"string","comment":"Address"},{"name":"provider","type":"string","comment":"Venue provider: currently only \"foursquare\" and \"gplaces\" need to be supported."},{"name":"venue_id","type":"string","comment":"Venue ID in the provider's database"},{"name":"venue_type","type":"string","comment":"Venue type in the provider's database"}]},{"kind":"class","name":"inputMediaAreaVenue","type":"MediaArea","id":2994872703,"comment":"Represents a <a href=\"https://corefork.telegram.org/api/stories#media-areas\">location tag</a> attached to a <a href=\"https://corefork.telegram.org/api/stories\">story</a>, with additional venue information.","arguments":[{"name":"coordinates","type":"MediaAreaCoordinates","comment":"The size and location of the media area corresponding to the location sticker on top of the story media."},{"name":"query_id","type":"long","comment":"The <code>query_id</code> from {@link messages.RawBotResults}, see <a href=\"https://corefork.telegram.org/api/stories#media-areas\">here »</a> for more info."},{"name":"result_id","type":"string","comment":"The <code>id</code> of the chosen result, see <a href=\"https://corefork.telegram.org/api/stories#media-areas\">here »</a> for more info."}]},{"kind":"class","name":"mediaAreaGeoPoint","type":"MediaArea","id":3750443810,"comment":"Represents a geolocation tag attached to a <a href=\"https://corefork.telegram.org/api/stories\">story</a>.","arguments":[{"name":"coordinates","type":"MediaAreaCoordinates","comment":"The size and position of the media area corresponding to the location sticker on top of the story media."},{"name":"geo","type":"GeoPoint","comment":"Coordinates of the geolocation tag."}]},{"kind":"class","name":"mediaAreaSuggestedReaction","type":"MediaArea","id":340088945,"comment":"Represents a reaction bubble.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"dark","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the reaction bubble has a dark background."},{"name":"flipped","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the reaction bubble is mirrored (see <a href=\"https://corefork.telegram.org/api/stories#reactions\">here »</a> for more info)."},{"name":"coordinates","type":"MediaAreaCoordinates","comment":"The coordinates of the media area corresponding to the reaction button."},{"name":"reaction","type":"Reaction","comment":"The reaction that should be sent when this area is clicked."}]},{"kind":"class","name":"peerStories","type":"PeerStories","id":2587224473,"comment":"<a href=\"https://corefork.telegram.org/api/stories\">Stories</a> associated to a peer","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"Peer","comment":"The peer"},{"name":"max_read_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"If set, contains the ID of the maximum read story"},{"name":"stories","type":"StoryItem","typeModifiers":{"isVector":true},"comment":"Stories"}]},{"kind":"class","name":"stories.peerStories","type":"stories.PeerStories","id":3404105576,"comment":"<a href=\"https://corefork.telegram.org/api/stories#watching-stories\">Active story list</a> of a specific peer.","arguments":[{"name":"stories","type":"PeerStories","comment":"Stories"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Mentioned chats"},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Mentioned users"}]},{"kind":"class","name":"messages.webPage","type":"messages.WebPage","id":4250800829,"arguments":[{"name":"webpage","type":"WebPage"},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true}},{"name":"users","type":"User","typeModifiers":{"isVector":true}}]},{"kind":"class","name":"premiumGiftCodeOption","type":"PremiumGiftCodeOption","id":629052971,"arguments":[{"name":"flags","type":"#"},{"name":"users","type":"int"},{"name":"months","type":"int"},{"name":"store_product","type":"string","typeModifiers":{"predicate":"flags.0"}},{"name":"store_quantity","type":"int","typeModifiers":{"predicate":"flags.1"}},{"name":"currency","type":"string"},{"name":"amount","type":"long"}]},{"kind":"class","name":"payments.checkedGiftCode","type":"payments.CheckedGiftCode","id":3072520536,"arguments":[{"name":"flags","type":"#"},{"name":"via_giveaway","type":"true","typeModifiers":{"predicate":"flags.2"}},{"name":"from_id","type":"Peer"},{"name":"giveaway_msg_id","type":"int","typeModifiers":{"predicate":"flags.3"}},{"name":"to_id","type":"long","typeModifiers":{"predicate":"flags.0"}},{"name":"date","type":"int"},{"name":"months","type":"int"},{"name":"used_date","type":"int","typeModifiers":{"predicate":"flags.1"}},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true}},{"name":"users","type":"User","typeModifiers":{"isVector":true}}]},{"kind":"class","name":"payments.giveawayInfo","type":"payments.GiveawayInfo","id":1130879648,"arguments":[{"name":"flags","type":"#"},{"name":"participating","type":"true","typeModifiers":{"predicate":"flags.0"}},{"name":"preparing_results","type":"true","typeModifiers":{"predicate":"flags.3"}},{"name":"start_date","type":"int"},{"name":"joined_too_early_date","type":"int","typeModifiers":{"predicate":"flags.1"}},{"name":"admin_disallowed_chat_id","type":"long","typeModifiers":{"predicate":"flags.2"}},{"name":"disallowed_country","type":"string","typeModifiers":{"predicate":"flags.4"}}]},{"kind":"class","name":"payments.giveawayInfoResults","type":"payments.GiveawayInfo","id":13456752,"arguments":[{"name":"flags","type":"#"},{"name":"winner","type":"true","typeModifiers":{"predicate":"flags.0"}},{"name":"refunded","type":"true","typeModifiers":{"predicate":"flags.1"}},{"name":"start_date","type":"int"},{"name":"gift_code_slug","type":"string","typeModifiers":{"predicate":"flags.0"}},{"name":"finish_date","type":"int"},{"name":"winners_count","type":"int"},{"name":"activated_count","type":"int"}]},{"kind":"class","name":"prepaidGiveaway","type":"PrepaidGiveaway","id":2991824212,"arguments":[{"name":"id","type":"long"},{"name":"months","type":"int"},{"name":"quantity","type":"int"},{"name":"date","type":"int"}]},{"kind":"class","name":"boost","type":"Boost","id":706514033,"arguments":[{"name":"flags","type":"#"},{"name":"gift","type":"true","typeModifiers":{"predicate":"flags.1"}},{"name":"giveaway","type":"true","typeModifiers":{"predicate":"flags.2"}},{"name":"unclaimed","type":"true","typeModifiers":{"predicate":"flags.3"}},{"name":"id","type":"string"},{"name":"user_id","type":"long","typeModifiers":{"predicate":"flags.0"}},{"name":"giveaway_msg_id","type":"int","typeModifiers":{"predicate":"flags.2"}},{"name":"date","type":"int"},{"name":"expires","type":"int"},{"name":"used_gift_slug","type":"string","typeModifiers":{"predicate":"flags.4"}},{"name":"multiplier","type":"int","typeModifiers":{"predicate":"flags.5"}}]},{"kind":"class","name":"premium.boostsList","type":"premium.BoostsList","id":2264424764,"arguments":[{"name":"flags","type":"#"},{"name":"count","type":"int"},{"name":"boosts","type":"Boost","typeModifiers":{"isVector":true}},{"name":"next_offset","type":"string","typeModifiers":{"predicate":"flags.0"}},{"name":"users","type":"User","typeModifiers":{"isVector":true}}]},{"kind":"class","name":"myBoost","type":"MyBoost","id":3293069660,"arguments":[{"name":"flags","type":"#"},{"name":"slot","type":"int"},{"name":"peer","type":"Peer","typeModifiers":{"predicate":"flags.0"}},{"name":"date","type":"int"},{"name":"expires","type":"int"},{"name":"cooldown_until_date","type":"int","typeModifiers":{"predicate":"flags.1"}}]},{"kind":"class","name":"premium.myBoosts","type":"premium.MyBoosts","id":2598512866,"arguments":[{"name":"my_boosts","type":"MyBoost","typeModifiers":{"isVector":true}},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true}},{"name":"users","type":"User","typeModifiers":{"isVector":true}}]},{"kind":"class","name":"premium.boostsStatus","type":"premium.BoostsStatus","id":1230586490,"arguments":[{"name":"flags","type":"#"},{"name":"my_boost","type":"true","typeModifiers":{"predicate":"flags.2"}},{"name":"level","type":"int"},{"name":"current_level_boosts","type":"int"},{"name":"boosts","type":"int"},{"name":"gift_boosts","type":"int","typeModifiers":{"predicate":"flags.4"}},{"name":"next_level_boosts","type":"int","typeModifiers":{"predicate":"flags.0"}},{"name":"premium_audience","type":"StatsPercentValue","typeModifiers":{"predicate":"flags.1"}},{"name":"boost_url","type":"string"},{"name":"prepaid_giveaways","type":"PrepaidGiveaway","typeModifiers":{"predicate":"flags.3","isVector":true}},{"name":"my_boost_slots","type":"int","typeModifiers":{"predicate":"flags.2","isVector":true}}]},{"kind":"class","name":"messageActionGiveawayResults","id":715107781,"type":"MessageAction","arguments":[{"name":"winners_count","type":"int"},{"name":"unclaimed_count","type":"int"}]},{"kind":"class","name":"updateChannelViewForumAsMessages","id":129403168,"type":"Update","arguments":[{"name":"channel_id","type":"int53"},{"name":"enabled","type":"Bool"}]},{"kind":"class","name":"updatePeerWallpaper","id":2923368477,"type":"Update","arguments":[{"name":"flags","type":"#"},{"name":"wallpaper_overridden","type":"true","typeModifiers":{"predicate":"flags.1"}},{"name":"peer","type":"Peer"},{"name":"wallpaper","type":"WallPaper","typeModifiers":{"predicate":"flags.0"}}]},{"kind":"class","name":"storyFwdHeader","id":3089555792,"type":"StoryFwdHeader","arguments":[{"name":"flags","type":"#"},{"name":"modified","type":"true","typeModifiers":{"predicate":"flags.3"}},{"name":"from","type":"Peer","typeModifiers":{"predicate":"flags.0"}},{"name":"from_name","type":"string","typeModifiers":{"predicate":"flags.1"}},{"name":"story_id","type":"int","typeModifiers":{"predicate":"flags.2"}}]},{"kind":"class","name":"postInteractionCountersMessage","id":3875901055,"type":"PostInteractionCounters","arguments":[{"name":"msg_id","type":"int"},{"name":"views","type":"int"},{"name":"forwards","type":"int"},{"name":"reactions","type":"int"}]},{"kind":"class","name":"postInteractionCountersStory","id":2319978023,"type":"PostInteractionCounters","arguments":[{"name":"story_id","type":"int"},{"name":"views","type":"int"},{"name":"forwards","type":"int"},{"name":"reactions","type":"int"}]},{"kind":"class","name":"stats.storyStats","id":1355613820,"type":"stats.StoryStats","arguments":[{"name":"views_graph","type":"StatsGraph"},{"name":"reactions_by_emotion_graph","type":"StatsGraph"}]},{"kind":"class","name":"publicForwardMessage","id":32685898,"type":"PublicForward","arguments":[{"name":"message","type":"Message"}]},{"kind":"class","name":"publicForwardStory","id":3992169936,"type":"PublicForward","arguments":[{"name":"peer","type":"Peer"},{"name":"story","type":"StoryItem"}]},{"kind":"class","name":"stats.publicForwards","id":2466479648,"type":"stats.PublicForwards","arguments":[{"name":"flags","type":"#"},{"name":"count","type":"int"},{"name":"forwards","type":"PublicForward","typeModifiers":{"isVector":true}},{"name":"next_offset","type":"string","typeModifiers":{"predicate":"flags.0"}},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true}},{"name":"users","type":"User","typeModifiers":{"isVector":true}}]},{"kind":"class","name":"peerColor","id":3041614543,"type":"PeerColor","arguments":[{"name":"flags","type":"#"},{"name":"color","type":"int","typeModifiers":{"predicate":"flags.0"}},{"name":"background_emoji_id","type":"long","typeModifiers":{"predicate":"flags.1"}}]},{"kind":"class","name":"help.peerColorSet","id":639736408,"type":"help.PeerColorSet","arguments":[{"name":"colors","type":"int","typeModifiers":{"isVector":true}}]},{"kind":"class","name":"help.peerColorProfileSet","id":1987928555,"type":"help.PeerColorSet","arguments":[{"name":"palette_colors","type":"int","typeModifiers":{"isVector":true}},{"name":"bg_colors","type":"int","typeModifiers":{"isVector":true}},{"name":"story_colors","type":"int","typeModifiers":{"isVector":true}}]},{"kind":"class","name":"help.peerColorOption","id":324785199,"type":"help.PeerColorOption","arguments":[{"name":"flags","type":"#"},{"name":"hidden","type":"true","typeModifiers":{"predicate":"flags.0"}},{"name":"color_id","type":"int"},{"name":"colors","type":"help.PeerColorSet","typeModifiers":{"predicate":"flags.1"}},{"name":"dark_colors","type":"help.PeerColorSet","typeModifiers":{"predicate":"flags.2"}}]},{"kind":"class","name":"help.peerColorsNotModified","id":732034510,"type":"help.PeerColors","arguments":[]},{"kind":"class","name":"help.peerColors","id":16313608,"type":"help.PeerColors","arguments":[{"name":"hash","type":"int"},{"name":"colors","type":"help.PeerColorOption","typeModifiers":{"isVector":true}}]},{"kind":"class","name":"messageUserVote","type":"MessageUserVote","id":886196148,"comment":"How a user voted in a poll","arguments":[{"name":"user_id","type":"int53","comment":"User ID"},{"name":"option","type":"bytes","comment":"The option chosen by the user"},{"name":"date","type":"int","comment":"When did the user cast the vote"}]},{"kind":"class","name":"messageUserVoteInputOption","type":"MessageUserVote","id":1017491692,"comment":"How a user voted in a poll (reduced constructor, returned if an <code>option</code> was provided to {@link messages.RawGetPollVotesRequest})","arguments":[{"name":"user_id","type":"int53","comment":"The user that voted for the queried <code>option</code>"},{"name":"date","type":"int","comment":"When did the user cast the vote"}]},{"kind":"class","name":"messageUserVoteMultiple","type":"MessageUserVote","id":2321933655,"comment":"How a user voted in a multiple-choice poll","arguments":[{"name":"user_id","type":"int53","comment":"User ID"},{"name":"options","type":"bytes","typeModifiers":{"isVector":true},"comment":"Options chosen by the user"},{"name":"date","type":"int","comment":"When did the user cast their votes"}]},{"kind":"class","name":"stories.boostsStatus","id":1726619631,"type":"stories.BoostsStatus","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"my_boost","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether we're currently boosting this channel."},{"name":"level","type":"int","comment":"The current boost level of the channel."},{"name":"current_level_boosts","type":"int","comment":"The number of boosts acquired so far in the current level."},{"name":"boosts","type":"int","comment":"Total number of boosts acquired so far."},{"name":"next_level_boosts","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Total number of boosts needed to reach the next level; if absent, the next level isn't available."},{"name":"premium_audience","type":"StatsPercentValue","typeModifiers":{"predicate":"flags.1"},"comment":"Only returned to channel admins: contains the approximated number of Premium users subscribed to the channel, related to the total number of subscribers."}],"comment":"The current <a href=\"https://corefork.telegram.org/api/boost\">boost status »</a> of a channel."},{"kind":"class","name":"stories.canApplyBoostOk","id":3273078151,"type":"stories.CanApplyBoostResult","arguments":[],"comment":"We're not boosting any channel, and we can freely boost the specified channel."},{"kind":"class","name":"stories.canApplyBoostReplace","id":1898726997,"type":"stories.CanApplyBoostResult","arguments":[{"name":"current_boost","type":"Peer","comment":"The channel we're currently boosting."},{"name":"chats","type":"Chat","typeModifiers":{"isVector":true},"comment":"Channel information."}],"comment":"We're boosting another channel, but we can freely boost the specified channel."},{"kind":"class","name":"booster","id":245261184,"type":"Booster","arguments":[{"name":"user_id","type":"int53","comment":"ID of the user that made the boost."},{"name":"expires","type":"int","comment":"Default expiration date of the boost."}],"comment":"Info about a <a href=\"https://corefork.telegram.org/api/boost\">boost</a> made by a specific user."},{"kind":"class","name":"stories.boostersList","id":4091362589,"type":"stories.BoostersList","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"count","type":"int","comment":"Total number of boosters."},{"name":"boosters","type":"Booster","typeModifiers":{"isVector":true},"comment":"Info about the automatic expiration date of every user's boost."},{"name":"next_offset","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Next offset for <a href=\"https://corefork.telegram.org/api/offsets\">pagination</a>."},{"name":"users","type":"User","typeModifiers":{"isVector":true},"comment":"Info about the users mentioned in the <code>boosters</code> field."}],"comment":"Info about the users currently <a href=\"https://corefork.telegram.org/api/boost\">boosting</a> the channel."},{"kind":"class","name":"mtcute.dummyUpdate","id":614906126,"type":"Update","arguments":[{"name":"pts","type":"int"},{"name":"pts_count","type":"int"},{"name":"channel_id","type":"int53"}]},{"kind":"class","name":"mtcute.dummyInputPeerMinUser","id":2240546338,"type":"InputPeer","arguments":[{"name":"user_id","type":"int"}]},{"kind":"class","name":"mtcute.dummyInputPeerMinChannel","id":1796171926,"type":"InputPeer","arguments":[{"name":"channel_id","type":"int"}]},{"kind":"method","name":"test.useError","id":4000689921,"type":"Error","arguments":[],"typeModifiers":{"constructorId":3300522427}},{"kind":"method","name":"test.useConfigSimple","id":4189565501,"type":"help.ConfigSimple","arguments":[],"typeModifiers":{"constructorId":1515793004}},{"kind":"method","name":"test.parseInputAppEvent","id":3138226161,"type":"InputAppEvent","arguments":[],"typeModifiers":{"constructorId":488313413}},{"kind":"method","name":"invokeAfterMsg","type":"X","id":3416209197,"comment":"Invokes a query after successful completion of one of the previous queries.","generics":[{"name":"X","type":"Type"}],"arguments":[{"name":"msg_id","type":"long","comment":"Message identifier on which a current query depends"},{"name":"query","type":"!X","comment":"The query itself"}],"available":"both"},{"kind":"method","name":"invokeAfterMsgs","type":"X","id":1036301552,"comment":"Invokes a query after a successful completion of previous queries","generics":[{"name":"X","type":"Type"}],"arguments":[{"name":"msg_ids","type":"long","typeModifiers":{"isVector":true},"comment":"List of messages on which a current query depends"},{"name":"query","type":"!X","comment":"The query itself"}],"available":"both"},{"kind":"method","name":"initConnection","type":"X","id":3251461801,"comment":"Initialize connection","generics":[{"name":"X","type":"Type"}],"arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"api_id","type":"int","comment":"Application identifier (see. <a href=\"https://corefork.telegram.org/myapp\">App configuration</a>)"},{"name":"device_model","type":"string","comment":"Device model"},{"name":"system_version","type":"string","comment":"Operation system version"},{"name":"app_version","type":"string","comment":"Application version"},{"name":"system_lang_code","type":"string","comment":"Code for the language used on the device's OS, ISO 639-1 standard"},{"name":"lang_pack","type":"string","comment":"Language pack to use"},{"name":"lang_code","type":"string","comment":"Code for the language used on the client, ISO 639-1 standard"},{"name":"proxy","type":"InputClientProxy","typeModifiers":{"predicate":"flags.0"},"comment":"Info about an MTProto proxy"},{"name":"params","type":"JSONValue","typeModifiers":{"predicate":"flags.1"},"comment":"Additional initConnection parameters. <br>For now, only the <code>tz_offset</code> field is supported, for specifying timezone offset in seconds."},{"name":"query","type":"!X","comment":"The query itself"}],"throws":[{"code":400,"name":"CONNECTION_LAYER_INVALID","comment":"Layer invalid."}],"available":"both"},{"kind":"method","name":"invokeWithLayer","type":"X","id":3667594509,"comment":"Invoke the specified query using the specified API <a href=\"https://corefork.telegram.org/api/invoking#layers\">layer</a>","generics":[{"name":"X","type":"Type"}],"arguments":[{"name":"layer","type":"int","comment":"The layer to use"},{"name":"query","type":"!X","comment":"The query"}],"throws":[{"code":400,"name":"AUTH_BYTES_INVALID","comment":"The provided authorization is invalid."},{"code":400,"name":"CDN_METHOD_INVALID","comment":"You can't call this method in a CDN DC."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"CONNECTION_API_ID_INVALID","comment":"The provided API id is invalid."},{"code":406,"name":"INVITE_HASH_EXPIRED","comment":"The invite link has expired."}],"available":"both"},{"kind":"method","name":"invokeWithoutUpdates","type":"X","id":3214170551,"comment":"Invoke a request without subscribing the used connection for <a href=\"https://corefork.telegram.org/api/updates\">updates</a> (this is enabled by default for <a href=\"https://corefork.telegram.org/api/files\">file queries</a>).","generics":[{"name":"X","type":"Type"}],"arguments":[{"name":"query","type":"!X","comment":"The query"}],"available":"both"},{"kind":"method","name":"invokeWithMessagesRange","type":"X","id":911373810,"comment":"Invoke with the given message range","generics":[{"name":"X","type":"Type"}],"arguments":[{"name":"range","type":"MessageRange","comment":"Message range"},{"name":"query","type":"!X","comment":"Query"}],"available":"both"},{"kind":"method","name":"invokeWithTakeout","type":"X","id":2896821550,"comment":"Invoke a method within a takeout session","generics":[{"name":"X","type":"Type"}],"arguments":[{"name":"takeout_id","type":"long","comment":"Takeout session ID"},{"name":"query","type":"!X","comment":"Query"}],"available":"both"},{"kind":"method","name":"auth.sendCode","type":"auth.SentCode","id":2792825935,"comment":"Send the verification code for login","arguments":[{"name":"phone_number","type":"string","comment":"Phone number in international format"},{"name":"api_id","type":"int","comment":"Application identifier (see <a href=\"https://corefork.telegram.org/myapp\">App configuration</a>)"},{"name":"api_hash","type":"string","comment":"Application secret hash (see <a href=\"https://corefork.telegram.org/myapp\">App configuration</a>)"},{"name":"settings","type":"CodeSettings","comment":"Settings for the code type to send"}],"throws":[{"code":400,"name":"API_ID_INVALID","comment":"API ID invalid."},{"code":400,"name":"API_ID_PUBLISHED_FLOOD","comment":"This API id was published somewhere, you can't use it now."},{"code":500,"name":"AUTH_RESTART","comment":"Restart the authorization process."},{"code":400,"name":"PHONE_NUMBER_APP_SIGNUP_FORBIDDEN","comment":"You can't sign up using this app."},{"code":400,"name":"PHONE_NUMBER_BANNED","comment":"The provided phone number is banned from telegram."},{"code":400,"name":"PHONE_NUMBER_FLOOD","comment":"You asked for the code too many times."},{"code":406,"name":"PHONE_NUMBER_INVALID","comment":"The phone number is invalid."},{"code":406,"name":"PHONE_PASSWORD_FLOOD","comment":"You have tried logging in too many times."},{"code":400,"name":"PHONE_PASSWORD_PROTECTED","comment":"This phone is password protected."},{"code":400,"name":"SMS_CODE_CREATE_FAILED","comment":"An error occurred while creating the SMS code."}],"available":"user"},{"kind":"method","name":"auth.signUp","type":"auth.Authorization","id":2163139623,"comment":"Registers a validated phone number in the system.","arguments":[{"name":"phone_number","type":"string","comment":"Phone number in the international format"},{"name":"phone_code_hash","type":"string","comment":"SMS-message ID"},{"name":"first_name","type":"string","comment":"New user first name"},{"name":"last_name","type":"string","comment":"New user last name"}],"throws":[{"code":400,"name":"FIRSTNAME_INVALID","comment":"The first name is invalid."},{"code":400,"name":"LASTNAME_INVALID","comment":"The last name is invalid."},{"code":400,"name":"PHONE_CODE_EMPTY","comment":"phone_code is missing."},{"code":400,"name":"PHONE_CODE_EXPIRED","comment":"The phone code you provided has expired."},{"code":400,"name":"PHONE_CODE_INVALID","comment":"The provided phone code is invalid."},{"code":400,"name":"PHONE_NUMBER_FLOOD","comment":"You asked for the code too many times."},{"code":406,"name":"PHONE_NUMBER_INVALID","comment":"The phone number is invalid."},{"code":400,"name":"PHONE_NUMBER_OCCUPIED","comment":"The phone number is already in use."}],"available":"user"},{"kind":"method","name":"auth.signIn","type":"auth.Authorization","id":2371004753,"comment":"Signs in a user with a validated phone number.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"phone_number","type":"string","comment":"Phone number in the international format"},{"name":"phone_code_hash","type":"string","comment":"SMS-message ID, obtained from {@link auth.RawSendCodeRequest}"},{"name":"phone_code","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Valid numerical code from the SMS-message"},{"name":"email_verification","type":"EmailVerification","typeModifiers":{"predicate":"flags.1"},"comment":"Email verification code or token"}],"throws":[{"code":500,"name":"AUTH_RESTART","comment":"Restart the authorization process."},{"code":400,"name":"PHONE_CODE_EMPTY","comment":"phone_code is missing."},{"code":400,"name":"PHONE_CODE_EXPIRED","comment":"The phone code you provided has expired."},{"code":400,"name":"PHONE_CODE_INVALID","comment":"The provided phone code is invalid."},{"code":406,"name":"PHONE_NUMBER_INVALID","comment":"The phone number is invalid."},{"code":400,"name":"PHONE_NUMBER_UNOCCUPIED","comment":"The phone number is not yet being used."},{"code":500,"name":"SIGN_IN_FAILED","comment":"Failure while signing in."}],"available":"user"},{"kind":"method","name":"auth.logOut","type":"auth.LoggedOut","typeModifiers":{"constructorId":3282207583},"id":1047706137,"comment":"Logs out the user.","arguments":[],"available":"both"},{"kind":"method","name":"auth.resetAuthorizations","type":"Bool","id":2678787354,"comment":"Terminates all user's authorized sessions except for the current one.\n\nAfter calling this method it is necessary to reregister the current device using the method {@link account.RawRegisterDeviceRequest}","arguments":[],"throws":[{"code":406,"name":"FRESH_RESET_AUTHORISATION_FORBIDDEN","comment":"You can't logout other sessions if less than 24 hours have passed since you logged on the current session."}],"available":"user"},{"kind":"method","name":"auth.exportAuthorization","type":"auth.ExportedAuthorization","typeModifiers":{"constructorId":3023364792},"id":3854565325,"comment":"Returns data for copying authorization to another data-center.","arguments":[{"name":"dc_id","type":"int","comment":"Number of a target data-center"}],"throws":[{"code":400,"name":"DC_ID_INVALID","comment":"The provided DC ID is invalid."}],"available":"both"},{"kind":"method","name":"auth.importAuthorization","type":"auth.Authorization","id":2776268205,"comment":"Logs in a user using a key transmitted from their native data-center.","arguments":[{"name":"id","type":"long","comment":"User ID"},{"name":"bytes","type":"bytes","comment":"Authorization key"}],"throws":[{"code":400,"name":"AUTH_BYTES_INVALID","comment":"The provided authorization is invalid."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."}],"available":"both"},{"kind":"method","name":"auth.bindTempAuthKey","type":"Bool","id":3453233669,"comment":"Binds a temporary authorization key <code>temp_auth_key_id</code> to the permanent authorization key <code>perm_auth_key_id</code>. Each permanent key may only be bound to one temporary key at a time, binding a new temporary key overwrites the previous one.\n\nFor more information, see <a href=\"https://corefork.telegram.org/api/pfs\">Perfect Forward Secrecy</a>.","arguments":[{"name":"perm_auth_key_id","type":"long","comment":"Permanent auth_key_id to bind to"},{"name":"nonce","type":"long","comment":"Random long from <a href=\"#binding-message-contents\">Binding message contents</a>"},{"name":"expires_at","type":"int","comment":"UNIX timestamp in seconds to invalidate temporary key, see <a href=\"#binding-message-contents\">Binding message contents</a>"},{"name":"encrypted_message","type":"bytes","comment":"See <a href=\"#generating-encrypted-message\">Generating encrypted_message</a>"}],"throws":[{"code":400,"name":"ENCRYPTED_MESSAGE_INVALID","comment":"Encrypted message invalid."},{"code":400,"name":"TEMP_AUTH_KEY_ALREADY_BOUND","comment":"The passed temporary key is already bound to another perm_auth_key_id."},{"code":400,"name":"TEMP_AUTH_KEY_EMPTY","comment":"No temporary auth key provided."}],"available":"both"},{"kind":"method","name":"auth.importBotAuthorization","type":"auth.Authorization","id":1738800940,"comment":"Login as a bot","arguments":[{"name":"flags","type":"int","comment":"Reserved for future use"},{"name":"api_id","type":"int","comment":"Application identifier (see. <a href=\"https://corefork.telegram.org/myapp\">App configuration</a>)"},{"name":"api_hash","type":"string","comment":"Application identifier hash (see. <a href=\"https://corefork.telegram.org/myapp\">App configuration</a>)"},{"name":"bot_auth_token","type":"string","comment":"Bot token (see <a href=\"https://corefork.telegram.org/bots\">bots</a>)"}],"throws":[{"code":400,"name":"ACCESS_TOKEN_EXPIRED","comment":"Access token expired."},{"code":400,"name":"ACCESS_TOKEN_INVALID","comment":"Access token invalid."},{"code":400,"name":"API_ID_INVALID","comment":"API ID invalid."},{"code":400,"name":"API_ID_PUBLISHED_FLOOD","comment":"This API id was published somewhere, you can't use it now."}],"available":"both"},{"kind":"method","name":"auth.checkPassword","type":"auth.Authorization","id":3515567382,"comment":"Try logging to an account protected by a <a href=\"https://corefork.telegram.org/api/srp\">2FA password</a>.","arguments":[{"name":"password","type":"InputCheckPasswordSRP","comment":"The account's password (see <a href=\"https://corefork.telegram.org/api/srp\">SRP</a>)"}],"throws":[{"code":400,"name":"PASSWORD_HASH_INVALID","comment":"The provided password hash is invalid."},{"code":400,"name":"SRP_ID_INVALID","comment":"Invalid SRP ID provided."},{"code":400,"name":"SRP_PASSWORD_CHANGED","comment":"Password has changed."}],"available":"user"},{"kind":"method","name":"auth.requestPasswordRecovery","type":"auth.PasswordRecovery","typeModifiers":{"constructorId":326715557},"id":3633822822,"comment":"Request recovery code of a <a href=\"https://corefork.telegram.org/api/srp\">2FA password</a>, only for accounts with a <a href=\"https://corefork.telegram.org/api/srp#email-verification\">recovery email configured</a>.","arguments":[],"throws":[{"code":400,"name":"PASSWORD_EMPTY","comment":"The provided password is empty."},{"code":400,"name":"PASSWORD_RECOVERY_NA","comment":"No email was set, can't recover password via email."}],"available":"user"},{"kind":"method","name":"auth.recoverPassword","type":"auth.Authorization","id":923364464,"comment":"Reset the <a href=\"https://corefork.telegram.org/api/srp\">2FA password</a> using the recovery code sent using {@link auth.RawRequestPasswordRecoveryRequest}.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"code","type":"string","comment":"Code received via email"},{"name":"new_settings","type":"account.PasswordInputSettings","typeModifiers":{"predicate":"flags.0"},"comment":"New password"}],"throws":[{"code":400,"name":"CODE_EMPTY","comment":"The provided code is empty."},{"code":400,"name":"NEW_SETTINGS_INVALID","comment":"The new password settings are invalid."}],"available":"user"},{"kind":"method","name":"auth.resendCode","type":"auth.SentCode","id":1056025023,"comment":"Resend the login code via another medium, the phone code type is determined by the return value of the previous auth.sendCode/auth.resendCode: see <a href=\"https://corefork.telegram.org/api/auth\">login</a> for more info.","arguments":[{"name":"phone_number","type":"string","comment":"The phone number"},{"name":"phone_code_hash","type":"string","comment":"The phone code hash obtained from {@link auth.RawSendCodeRequest}"}],"throws":[{"code":400,"name":"PHONE_CODE_EMPTY","comment":"phone_code is missing."},{"code":400,"name":"PHONE_CODE_EXPIRED","comment":"The phone code you provided has expired."},{"code":400,"name":"PHONE_CODE_HASH_EMPTY","comment":"phone_code_hash is missing."},{"code":406,"name":"PHONE_NUMBER_INVALID","comment":"The phone number is invalid."},{"code":406,"name":"SEND_CODE_UNAVAILABLE","comment":"Returned when all available options for this type of number were already used (e.g. flash-call, then SMS, then this error might be returned to trigger a second resend)."}],"available":"user"},{"kind":"method","name":"auth.cancelCode","type":"Bool","id":520357240,"comment":"Cancel the login verification code","arguments":[{"name":"phone_number","type":"string","comment":"Phone number"},{"name":"phone_code_hash","type":"string","comment":"Phone code hash from {@link auth.RawSendCodeRequest}"}],"throws":[{"code":400,"name":"PHONE_CODE_EXPIRED","comment":"The phone code you provided has expired."},{"code":406,"name":"PHONE_NUMBER_INVALID","comment":"The phone number is invalid."}],"available":"user"},{"kind":"method","name":"auth.dropTempAuthKeys","type":"Bool","id":2387124616,"comment":"Delete all temporary authorization keys <strong>except for</strong> the ones specified","arguments":[{"name":"except_auth_keys","type":"long","typeModifiers":{"isVector":true},"comment":"The auth keys that <strong>shouldn't</strong> be dropped."}],"available":"both"},{"kind":"method","name":"auth.exportLoginToken","type":"auth.LoginToken","id":3084944894,"comment":"Generate a login token, for <a href=\"https://corefork.telegram.org/api/qr-login\">login via QR code</a>.<br>\nThe generated login token should be encoded using base64url, then shown as a <code>tg://login?token=base64encodedtoken</code> <a href=\"https://corefork.telegram.org/api/links#qr-code-login-links\">deep link »</a> in the QR code.\n\nFor more info, see <a href=\"https://corefork.telegram.org/api/qr-login\">login via QR code</a>.","arguments":[{"name":"api_id","type":"int","comment":"Application identifier (see. <a href=\"https://corefork.telegram.org/myapp\">App configuration</a>)"},{"name":"api_hash","type":"string","comment":"Application identifier hash (see. <a href=\"https://corefork.telegram.org/myapp\">App configuration</a>)"},{"name":"except_ids","type":"long","typeModifiers":{"isVector":true},"comment":"List of already logged-in user IDs, to prevent logging in twice with the same user"}],"throws":[{"code":400,"name":"API_ID_INVALID","comment":"API ID invalid."},{"code":400,"name":"API_ID_PUBLISHED_FLOOD","comment":"This API id was published somewhere, you can't use it now."}],"available":"user"},{"kind":"method","name":"auth.importLoginToken","type":"auth.LoginToken","id":2511101156,"comment":"Login using a redirected login token, generated in case of DC mismatch during <a href=\"https://corefork.telegram.org/api/qr-login\">QR code login</a>.\n\nFor more info, see <a href=\"https://corefork.telegram.org/api/qr-login\">login via QR code</a>.","arguments":[{"name":"token","type":"bytes","comment":"Login token"}],"throws":[{"code":400,"name":"AUTH_TOKEN_ALREADY_ACCEPTED","comment":"The specified auth token was already accepted."},{"code":400,"name":"AUTH_TOKEN_EXPIRED","comment":"The authorization token has expired."},{"code":400,"name":"AUTH_TOKEN_INVALID","comment":"The specified auth token is invalid."},{"code":400,"name":"AUTH_TOKEN_INVALIDX","comment":"The specified auth token is invalid."},{"code":500,"name":"MEMBER_NOT_FOUND","comment":" "}],"available":"user"},{"kind":"method","name":"auth.acceptLoginToken","type":"Authorization","typeModifiers":{"constructorId":2902578717},"id":3902057805,"comment":"Accept QR code login token, logging in the app that generated it.\n\nReturns info about the new session.\n\nFor more info, see <a href=\"https://corefork.telegram.org/api/qr-login\">login via QR code</a>.","arguments":[{"name":"token","type":"bytes","comment":"Login token embedded in QR code, for more info, see <a href=\"https://corefork.telegram.org/api/qr-login\">login via QR code</a>."}],"throws":[{"code":400,"name":"AUTH_TOKEN_ALREADY_ACCEPTED","comment":"The specified auth token was already accepted."},{"code":400,"name":"AUTH_TOKEN_EXCEPTION","comment":"An error occurred while importing the auth token."},{"code":400,"name":"AUTH_TOKEN_EXPIRED","comment":"The authorization token has expired."},{"code":400,"name":"AUTH_TOKEN_INVALIDX","comment":"The specified auth token is invalid."}],"available":"user"},{"kind":"method","name":"auth.checkRecoveryPassword","type":"Bool","id":221691769,"comment":"Check if the <a href=\"https://corefork.telegram.org/api/srp\">2FA recovery code</a> sent using {@link auth.RawRequestPasswordRecoveryRequest} is valid, before passing it to {@link auth.RawRecoverPasswordRequest}.","arguments":[{"name":"code","type":"string","comment":"Code received via email"}],"throws":[{"code":400,"name":"PASSWORD_RECOVERY_EXPIRED","comment":"The recovery code has expired."}],"available":"user"},{"kind":"method","name":"auth.importWebTokenAuthorization","type":"auth.Authorization","id":767062953,"comment":"Login by importing an authorization token","arguments":[{"name":"api_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/obtaining_api_id\">API ID</a>"},{"name":"api_hash","type":"string","comment":"<a href=\"https://corefork.telegram.org/api/obtaining_api_id\">API hash</a>"},{"name":"web_auth_token","type":"string","comment":"The authorization token"}],"throws":[{"code":400,"name":"API_ID_INVALID","comment":"API ID invalid."}],"available":"user"},{"kind":"method","name":"auth.requestFirebaseSms","type":"Bool","id":2303085392,"comment":"Request an SMS code via Firebase.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"phone_number","type":"string","comment":"Phone number"},{"name":"phone_code_hash","type":"string","comment":"Phone code hash returned by {@link auth.RawSendCodeRequest}"},{"name":"safety_net_token","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"On Android, a JWS object obtained as described in the <a href=\"https://corefork.telegram.org/api/auth\">auth documentation »</a>"},{"name":"ios_push_secret","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Secret token received via an apple push notification"}],"throws":[{"code":400,"name":"PHONE_NUMBER_INVALID","comment":"The phone number is invalid."}],"available":"both"},{"kind":"method","name":"auth.resetLoginEmail","type":"auth.SentCode","id":2123760019,"comment":"Reset the <a href=\"https://core.telegram.org/api/auth#email-verification\">login email »</a>.","arguments":[{"name":"phone_number","type":"string","comment":"Phone number of the account"},{"name":"phone_code_hash","type":"string","comment":"Phone code hash, obtained as described in the <a href=\"https://corefork.telegram.org/api/auth\">documentation »</a>"}],"throws":[{"code":400,"name":"PHONE_NUMBER_INVALID","comment":"The phone number is invalid."},{"code":400,"name":"TASK_ALREADY_EXISTS","comment":"An email reset was already requested."}],"available":"user"},{"kind":"method","name":"account.registerDevice","type":"Bool","id":3968205178,"comment":"Register device to receive <a href=\"https://corefork.telegram.org/api/push-updates\">PUSH notifications</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"no_muted","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Avoid receiving (silent and invisible background) notifications. Useful to save battery."},{"name":"token_type","type":"int","comment":"Device token type, see <a href=\"https://corefork.telegram.org/api/push-updates#subscribing-to-notifications\">PUSH updates</a> for the possible values."},{"name":"token","type":"string","comment":"Device token, see <a href=\"https://corefork.telegram.org/api/push-updates#subscribing-to-notifications\">PUSH updates</a> for the possible values."},{"name":"app_sandbox","type":"Bool","comment":"If true is transmitted, a sandbox-certificate will be used during transmission."},{"name":"secret","type":"bytes","comment":"For FCM and APNS VoIP, optional encryption key used to encrypt push notifications"},{"name":"other_uids","type":"int53","typeModifiers":{"isVector":true},"comment":"List of user identifiers of other users currently using the client"}],"throws":[{"code":400,"name":"TOKEN_EMPTY","comment":"The specified token is empty."},{"code":400,"name":"TOKEN_INVALID","comment":"The provided token is invalid."},{"code":400,"name":"TOKEN_TYPE_INVALID","comment":"The specified token type is invalid."},{"code":400,"name":"WEBPUSH_AUTH_INVALID","comment":"The specified web push authentication secret is invalid."},{"code":400,"name":"WEBPUSH_KEY_INVALID","comment":"The specified web push elliptic curve Diffie-Hellman public key is invalid."},{"code":400,"name":"WEBPUSH_TOKEN_INVALID","comment":"The specified web push token is invalid."}],"available":"user"},{"kind":"method","name":"account.unregisterDevice","type":"Bool","id":1779249670,"comment":"Deletes a device by its token, stops sending PUSH-notifications to it.","arguments":[{"name":"token_type","type":"int","comment":"Device token type, see <a href=\"https://corefork.telegram.org/api/push-updates#subscribing-to-notifications\">PUSH updates</a> for the possible values."},{"name":"token","type":"string","comment":"Device token, see <a href=\"https://corefork.telegram.org/api/push-updates#subscribing-to-notifications\">PUSH updates</a> for the possible values."},{"name":"other_uids","type":"int53","typeModifiers":{"isVector":true},"comment":"List of user identifiers of other users currently using the client"}],"throws":[{"code":400,"name":"TOKEN_INVALID","comment":"The provided token is invalid."}],"available":"user"},{"kind":"method","name":"account.updateNotifySettings","type":"Bool","id":2227067795,"comment":"Edits notification settings from a given user/group, from all users/all groups.","arguments":[{"name":"peer","type":"InputNotifyPeer","comment":"Notification source"},{"name":"settings","type":"InputPeerNotifySettings","comment":"Notification settings"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"SETTINGS_INVALID","comment":"Invalid settings were provided."}],"available":"user"},{"kind":"method","name":"account.getNotifySettings","type":"PeerNotifySettings","typeModifiers":{"constructorId":2573347852},"id":313765169,"comment":"Gets current notification settings for a given user/group, from all users/all groups.","arguments":[{"name":"peer","type":"InputNotifyPeer","comment":"Notification source"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"account.resetNotifySettings","type":"Bool","id":3682473799,"comment":"Resets all notification settings from users and groups.","arguments":[],"available":"user"},{"kind":"method","name":"account.updateProfile","type":"User","id":2018596725,"comment":"Updates user profile.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"first_name","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"New user first name"},{"name":"last_name","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"New user last name"},{"name":"about","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"New bio"}],"throws":[{"code":400,"name":"ABOUT_TOO_LONG","comment":"About string too long."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"FIRSTNAME_INVALID","comment":"The first name is invalid."}],"available":"user"},{"kind":"method","name":"account.updateStatus","type":"Bool","id":1713919532,"comment":"Updates online user status.","arguments":[{"name":"offline","type":"Bool","comment":"If true is transmitted, user status will change to {@link RawUserStatusOffline}."}],"throws":[{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."}],"available":"user"},{"kind":"method","name":"account.getWallPapers","type":"account.WallPapers","id":127302966,"comment":"Returns a list of available <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpapers</a>.","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"account.reportPeer","type":"Bool","id":3317316998,"comment":"Report a peer for violation of telegram's Terms of Service","arguments":[{"name":"peer","type":"InputPeer","comment":"The peer to report"},{"name":"reason","type":"ReportReason","comment":"The reason why this peer is being reported"},{"name":"message","type":"string","comment":"Comment for report moderation"}],"throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"account.checkUsername","type":"Bool","id":655677548,"comment":"Validates a username and checks availability.","arguments":[{"name":"username","type":"string","comment":"username<br>Accepted characters: A-z (case-insensitive), 0-9 and underscores.<br>Length: 5-32 characters."}],"throws":[{"code":400,"name":"USERNAME_INVALID","comment":"The provided username is not valid."},{"code":400,"name":"USERNAME_OCCUPIED","comment":"The provided username is already occupied."},{"code":400,"name":"USERNAME_PURCHASE_AVAILABLE","comment":"The specified username can be purchased on https://fragment.com."}],"available":"user"},{"kind":"method","name":"account.updateUsername","type":"User","id":1040964988,"comment":"Changes username for the current user.","arguments":[{"name":"username","type":"string","comment":"username or empty string if username is to be removed<br>Accepted characters: a-z (case-insensitive), 0-9 and underscores.<br>Length: 5-32 characters."}],"throws":[{"code":400,"name":"USERNAME_INVALID","comment":"The provided username is not valid."},{"code":400,"name":"USERNAME_NOT_MODIFIED","comment":"The username was not modified."},{"code":400,"name":"USERNAME_OCCUPIED","comment":"The provided username is already occupied."},{"code":400,"name":"USERNAME_PURCHASE_AVAILABLE","comment":"The specified username can be purchased on https://fragment.com."}],"available":"user"},{"kind":"method","name":"account.getPrivacy","type":"account.PrivacyRules","typeModifiers":{"constructorId":1352683077},"id":3671837008,"comment":"Get privacy settings of current account","arguments":[{"name":"key","type":"InputPrivacyKey","comment":"Peer category whose privacy settings should be fetched"}],"throws":[{"code":400,"name":"PRIVACY_KEY_INVALID","comment":"The privacy key is invalid."}],"available":"user"},{"kind":"method","name":"account.setPrivacy","type":"account.PrivacyRules","typeModifiers":{"constructorId":1352683077},"id":3388480744,"comment":"Change privacy settings of current account","arguments":[{"name":"key","type":"InputPrivacyKey","comment":"New privacy rule"},{"name":"rules","type":"InputPrivacyRule","typeModifiers":{"isVector":true},"comment":"Peers to which the privacy rule will apply."}],"throws":[{"code":400,"name":"PRIVACY_KEY_INVALID","comment":"The privacy key is invalid."},{"code":400,"name":"PRIVACY_TOO_LONG","comment":"Too many privacy rules were specified, the current limit is 1000."},{"code":400,"name":"PRIVACY_VALUE_INVALID","comment":"The specified privacy rule combination is invalid."}],"available":"user"},{"kind":"method","name":"account.deleteAccount","type":"Bool","id":2730545012,"comment":"Delete the user's account from the telegram servers.\n\nCan also be used to delete the account of a user that provided the login code, but forgot the 2FA password and no recovery method is configured, see <a href=\"https://corefork.telegram.org/api/srp#password-recovery\">here »</a> for more info on password recovery, and <a href=\"https://corefork.telegram.org/api/account-deletion\">here »</a> for more info on account deletion.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"reason","type":"string","comment":"Why is the account being deleted, can be empty"},{"name":"password","type":"InputCheckPasswordSRP","typeModifiers":{"predicate":"flags.0"},"comment":"<a href=\"https://corefork.telegram.org/api/srp\">2FA password</a>: this field can be omitted even for accounts with 2FA enabled: in this case account account deletion will be delayed by 7 days <a href=\"https://corefork.telegram.org/api/account-deletion\">as specified in the docs »</a>"}],"throws":[{"code":420,"name":"2FA_CONFIRM_WAIT_%d","comment":"Since this account is active and protected by a 2FA password, we will delete it in 1 week for security purposes. You can cancel this process at any time, you'll be able to reset your account in %d seconds."}],"available":"user"},{"kind":"method","name":"account.getAccountTTL","type":"AccountDaysTTL","typeModifiers":{"constructorId":3100684255},"id":150761757,"comment":"Get days to live of account","arguments":[],"available":"user"},{"kind":"method","name":"account.setAccountTTL","type":"Bool","id":608323678,"comment":"Set account self-destruction period","arguments":[{"name":"ttl","type":"AccountDaysTTL","comment":"Time to live in days"}],"throws":[{"code":400,"name":"TTL_DAYS_INVALID","comment":"The provided TTL is invalid."}],"available":"user"},{"kind":"method","name":"account.sendChangePhoneCode","type":"auth.SentCode","id":2186758885,"comment":"Verify a new phone number to associate to the current account","arguments":[{"name":"phone_number","type":"string","comment":"New phone number"},{"name":"settings","type":"CodeSettings","comment":"Phone code settings"}],"throws":[{"code":406,"name":"FRESH_CHANGE_PHONE_FORBIDDEN","comment":"You can't change phone number right after logging in, please wait at least 24 hours."},{"code":400,"name":"PHONE_NUMBER_BANNED","comment":"The provided phone number is banned from telegram."},{"code":406,"name":"PHONE_NUMBER_INVALID","comment":"The phone number is invalid."},{"code":400,"name":"PHONE_NUMBER_OCCUPIED","comment":"The phone number is already in use."}],"available":"user"},{"kind":"method","name":"account.changePhone","type":"User","id":1891839707,"comment":"Change the phone number of the current account","arguments":[{"name":"phone_number","type":"string","comment":"New phone number"},{"name":"phone_code_hash","type":"string","comment":"Phone code hash received when calling {@link account.RawSendChangePhoneCodeRequest}"},{"name":"phone_code","type":"string","comment":"Phone code received when calling {@link account.RawSendChangePhoneCodeRequest}"}],"throws":[{"code":400,"name":"PHONE_CODE_EMPTY","comment":"phone_code is missing."},{"code":400,"name":"PHONE_CODE_EXPIRED","comment":"The phone code you provided has expired."},{"code":406,"name":"PHONE_NUMBER_INVALID","comment":"The phone number is invalid."},{"code":400,"name":"PHONE_NUMBER_OCCUPIED","comment":"The phone number is already in use."}],"available":"user"},{"kind":"method","name":"account.updateDeviceLocked","type":"Bool","id":954152242,"comment":"When client-side passcode lock feature is enabled, will not show message texts in incoming <a href=\"https://corefork.telegram.org/api/push-updates\">PUSH notifications</a>.","arguments":[{"name":"period","type":"int","comment":"Inactivity period after which to start hiding message texts in <a href=\"https://corefork.telegram.org/api/push-updates\">PUSH notifications</a>."}],"available":"user"},{"kind":"method","name":"account.getAuthorizations","type":"account.Authorizations","typeModifiers":{"constructorId":1275039392},"id":3810574680,"comment":"Get logged-in sessions","arguments":[],"available":"user"},{"kind":"method","name":"account.resetAuthorization","type":"Bool","id":3749180348,"comment":"Log out an active <a href=\"https://corefork.telegram.org/api/auth\">authorized session</a> by its hash","arguments":[{"name":"hash","type":"long","comment":"Session hash"}],"throws":[{"code":406,"name":"FRESH_RESET_AUTHORISATION_FORBIDDEN","comment":"You can't logout other sessions if less than 24 hours have passed since you logged on the current session."},{"code":400,"name":"HASH_INVALID","comment":"The provided hash is invalid."}],"available":"user"},{"kind":"method","name":"account.getPassword","type":"account.Password","typeModifiers":{"constructorId":2507886843},"id":1418342645,"comment":"Obtain configuration for two-factor authorization with password","arguments":[],"available":"user"},{"kind":"method","name":"account.getPasswordSettings","type":"account.PasswordSettings","typeModifiers":{"constructorId":2589733861},"id":2631199481,"comment":"Get private info associated to the password info (recovery email, telegram <a href=\"https://corefork.telegram.org/passport\">passport</a> info & so on)","arguments":[{"name":"password","type":"InputCheckPasswordSRP","comment":"The password (see <a href=\"https://corefork.telegram.org/api/srp\">SRP</a>)"}],"throws":[{"code":400,"name":"PASSWORD_HASH_INVALID","comment":"The provided password hash is invalid."}],"available":"user"},{"kind":"method","name":"account.updatePasswordSettings","type":"Bool","id":2778402863,"comment":"Set a new 2FA password","arguments":[{"name":"password","type":"InputCheckPasswordSRP","comment":"The old password (see <a href=\"https://corefork.telegram.org/api/srp\">SRP</a>)"},{"name":"new_settings","type":"account.PasswordInputSettings","comment":"The new password (see <a href=\"https://corefork.telegram.org/api/srp\">SRP</a>)"}],"throws":[{"code":400,"name":"EMAIL_UNCONFIRMED_%d","comment":"The provided email isn't confirmed, %d is the length of the verification code that was just sent to the email: use {@link account.RawVerifyEmailRequest} to enter the received verification code and enable the recovery email."},{"code":400,"name":"EMAIL_INVALID","comment":"The specified email is invalid."},{"code":400,"name":"EMAIL_UNCONFIRMED","comment":"Email unconfirmed."},{"code":400,"name":"NEW_SALT_INVALID","comment":"The new salt is invalid."},{"code":400,"name":"NEW_SETTINGS_EMPTY","comment":"No password is set on the current account, and no new password was specified in new_settings."},{"code":400,"name":"NEW_SETTINGS_INVALID","comment":"The new password settings are invalid."},{"code":400,"name":"PASSWORD_HASH_INVALID","comment":"The provided password hash is invalid."},{"code":400,"name":"SRP_ID_INVALID","comment":"Invalid SRP ID provided."},{"code":400,"name":"SRP_PASSWORD_CHANGED","comment":"Password has changed."}],"available":"user"},{"kind":"method","name":"account.sendConfirmPhoneCode","type":"auth.SentCode","id":457157256,"comment":"Send confirmation code to cancel account deletion, for more info <a href=\"https://corefork.telegram.org/api/account-deletion\">click here »</a>","arguments":[{"name":"hash","type":"string","comment":"The hash from the service notification, for more info <a href=\"https://corefork.telegram.org/api/account-deletion\">click here »</a>"},{"name":"settings","type":"CodeSettings","comment":"Phone code settings"}],"throws":[{"code":400,"name":"HASH_INVALID","comment":"The provided hash is invalid."}],"available":"user"},{"kind":"method","name":"account.confirmPhone","type":"Bool","id":1596029123,"comment":"Confirm a phone number to cancel account deletion, for more info <a href=\"https://corefork.telegram.org/api/account-deletion\">click here »</a>","arguments":[{"name":"phone_code_hash","type":"string","comment":"Phone code hash, for more info <a href=\"https://corefork.telegram.org/api/account-deletion\">click here »</a>"},{"name":"phone_code","type":"string","comment":"SMS code, for more info <a href=\"https://corefork.telegram.org/api/account-deletion\">click here »</a>"}],"throws":[{"code":400,"name":"CODE_HASH_INVALID","comment":"Code hash invalid."},{"code":400,"name":"PHONE_CODE_EMPTY","comment":"phone_code is missing."}],"available":"user"},{"kind":"method","name":"account.getTmpPassword","type":"account.TmpPassword","typeModifiers":{"constructorId":3680828724},"id":1151208273,"comment":"Get temporary payment password","arguments":[{"name":"password","type":"InputCheckPasswordSRP","comment":"SRP password parameters"},{"name":"period","type":"int","comment":"Time during which the temporary password will be valid, in seconds; should be between 60 and 86400"}],"throws":[{"code":400,"name":"PASSWORD_HASH_INVALID","comment":"The provided password hash is invalid."},{"code":400,"name":"TMP_PASSWORD_DISABLED","comment":"The temporary password is disabled."}],"available":"user"},{"kind":"method","name":"account.getWebAuthorizations","type":"account.WebAuthorizations","typeModifiers":{"constructorId":3981887996},"id":405695855,"comment":"Get web <a href=\"https://corefork.telegram.org/widgets/login\">login widget</a> authorizations","arguments":[],"available":"user"},{"kind":"method","name":"account.resetWebAuthorization","type":"Bool","id":755087855,"comment":"Log out an active web <a href=\"https://corefork.telegram.org/widgets/login\">telegram login</a> session","arguments":[{"name":"hash","type":"long","comment":"{@link RawWebAuthorization} hash"}],"throws":[{"code":400,"name":"HASH_INVALID","comment":"The provided hash is invalid."}],"available":"user"},{"kind":"method","name":"account.resetWebAuthorizations","type":"Bool","id":1747789204,"comment":"Reset all active web <a href=\"https://corefork.telegram.org/widgets/login\">telegram login</a> sessions","arguments":[],"available":"user"},{"kind":"method","name":"account.getAllSecureValues","type":"SecureValue","typeModifiers":{"isVector":true,"constructorId":411017418},"id":2995305597,"comment":"Get all saved <a href=\"https://corefork.telegram.org/passport\">Telegram Passport</a> documents, <a href=\"https://corefork.telegram.org/passport/encryption#encryption\">for more info see the passport docs »</a>","arguments":[],"available":"user"},{"kind":"method","name":"account.getSecureValue","type":"SecureValue","typeModifiers":{"isVector":true,"constructorId":411017418},"id":1936088002,"comment":"Get saved <a href=\"https://corefork.telegram.org/passport\">Telegram Passport</a> document, <a href=\"https://corefork.telegram.org/passport/encryption#encryption\">for more info see the passport docs »</a>","arguments":[{"name":"types","type":"SecureValueType","typeModifiers":{"isVector":true},"comment":"Requested value types"}],"available":"user"},{"kind":"method","name":"account.saveSecureValue","type":"SecureValue","typeModifiers":{"constructorId":411017418},"id":2308956957,"comment":"Securely save <a href=\"https://corefork.telegram.org/passport\">Telegram Passport</a> document, <a href=\"https://corefork.telegram.org/passport/encryption#encryption\">for more info see the passport docs »</a>","arguments":[{"name":"value","type":"InputSecureValue","comment":"Secure value, <a href=\"https://corefork.telegram.org/passport/encryption#encryption\">for more info see the passport docs »</a>"},{"name":"secure_secret_id","type":"long","comment":"Passport secret hash, <a href=\"https://corefork.telegram.org/passport/encryption#encryption\">for more info see the passport docs »</a>"}],"throws":[{"code":400,"name":"PASSWORD_REQUIRED","comment":"A 2FA password must be configured to use Telegram Passport."}],"available":"user"},{"kind":"method","name":"account.deleteSecureValue","type":"Bool","id":3095444555,"comment":"Delete stored <a href=\"https://corefork.telegram.org/passport\">Telegram Passport</a> documents, <a href=\"https://corefork.telegram.org/passport/encryption#encryption\">for more info see the passport docs »</a>","arguments":[{"name":"types","type":"SecureValueType","typeModifiers":{"isVector":true},"comment":"Document types to delete"}],"available":"user"},{"kind":"method","name":"account.getAuthorizationForm","type":"account.AuthorizationForm","typeModifiers":{"constructorId":2905480408},"id":2838059386,"comment":"Returns a Telegram Passport authorization form for sharing data with a service","arguments":[{"name":"bot_id","type":"int53","comment":"User identifier of the service's bot"},{"name":"scope","type":"string","comment":"Telegram Passport element types requested by the service"},{"name":"public_key","type":"string","comment":"Service's public key"}],"throws":[{"code":400,"name":"PUBLIC_KEY_REQUIRED","comment":"A public key is required."}],"available":"user"},{"kind":"method","name":"account.acceptAuthorization","type":"Bool","id":4092415091,"comment":"Sends a Telegram Passport authorization form, effectively sharing data with the service","arguments":[{"name":"bot_id","type":"int53","comment":"Bot ID"},{"name":"scope","type":"string","comment":"Telegram Passport element types requested by the service"},{"name":"public_key","type":"string","comment":"Service's public key"},{"name":"value_hashes","type":"SecureValueHash","typeModifiers":{"isVector":true},"comment":"Types of values sent and their hashes"},{"name":"credentials","type":"SecureCredentialsEncrypted","comment":"Encrypted values"}],"available":"user"},{"kind":"method","name":"account.sendVerifyPhoneCode","type":"auth.SentCode","id":2778945273,"comment":"Send the verification phone code for telegram <a href=\"https://corefork.telegram.org/passport\">passport</a>.","arguments":[{"name":"phone_number","type":"string","comment":"The phone number to verify"},{"name":"settings","type":"CodeSettings","comment":"Phone code settings"}],"throws":[{"code":400,"name":"PHONE_NUMBER_INVALID","comment":"The phone number is invalid."}],"available":"user"},{"kind":"method","name":"account.verifyPhone","type":"Bool","id":1305716726,"comment":"Verify a phone number for telegram <a href=\"https://corefork.telegram.org/passport\">passport</a>.","arguments":[{"name":"phone_number","type":"string","comment":"Phone number"},{"name":"phone_code_hash","type":"string","comment":"Phone code hash received from the call to {@link account.RawSendVerifyPhoneCodeRequest}"},{"name":"phone_code","type":"string","comment":"Code received after the call to {@link account.RawSendVerifyPhoneCodeRequest}"}],"throws":[{"code":400,"name":"PHONE_CODE_EMPTY","comment":"phone_code is missing."},{"code":400,"name":"PHONE_CODE_EXPIRED","comment":"The phone code you provided has expired."},{"code":400,"name":"PHONE_NUMBER_INVALID","comment":"The phone number is invalid."}],"available":"user"},{"kind":"method","name":"account.sendVerifyEmailCode","type":"account.SentEmailCode","typeModifiers":{"constructorId":2166326607},"id":2564831163,"comment":"Send an email verification code.","arguments":[{"name":"purpose","type":"EmailVerifyPurpose","comment":"Verification purpose."},{"name":"email","type":"string","comment":"The email where to send the code."}],"throws":[{"code":400,"name":"EMAIL_INVALID","comment":"The specified email is invalid."},{"code":400,"name":"EMAIL_NOT_SETUP","comment":"In order to change the login email with emailVerifyPurposeLoginChange, an existing login email must already be set using emailVerifyPurposeLoginSetup."},{"code":400,"name":"PHONE_HASH_EXPIRED","comment":"An invalid or expired phone_code_hash was provided."},{"code":400,"name":"PHONE_NUMBER_INVALID","comment":"The phone number is invalid."}],"available":"user"},{"kind":"method","name":"account.verifyEmail","type":"account.EmailVerified","id":53322959,"comment":"Verify an email address.","arguments":[{"name":"purpose","type":"EmailVerifyPurpose","comment":"Verification purpose"},{"name":"verification","type":"EmailVerification","comment":"Email verification code or token"}],"throws":[{"code":400,"name":"EMAIL_INVALID","comment":"The specified email is invalid."},{"code":400,"name":"EMAIL_VERIFY_EXPIRED","comment":"The verification email has expired."}],"available":"user"},{"kind":"method","name":"account.initTakeoutSession","type":"account.Takeout","typeModifiers":{"constructorId":1304052993},"id":2398350000,"comment":"Initialize account takeout session","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"contacts","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to export contacts"},{"name":"message_users","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether to export messages in private chats"},{"name":"message_chats","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether to export messages in <a href=\"https://corefork.telegram.org/api/channel#basic-groups\">basic groups</a>"},{"name":"message_megagroups","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether to export messages in <a href=\"https://corefork.telegram.org/api/channel#supergroups\">supergroups</a>"},{"name":"message_channels","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether to export messages in <a href=\"https://corefork.telegram.org/api/channel#channels\">channels</a>"},{"name":"files","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether to export files"},{"name":"file_max_size","type":"int53","typeModifiers":{"predicate":"flags.5"},"comment":"Maximum size of files to export"}],"throws":[{"code":420,"name":"TAKEOUT_INIT_DELAY_%d","comment":"Wait %d seconds before initializing takeout."}],"available":"user"},{"kind":"method","name":"account.finishTakeoutSession","type":"Bool","id":489050862,"comment":"Finish account takeout session","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"success","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Data exported successfully"}],"throws":[{"code":403,"name":"TAKEOUT_REQUIRED","comment":"A takeout session has to be initialized, first."}],"available":"user"},{"kind":"method","name":"account.confirmPasswordEmail","type":"Bool","id":2413762848,"comment":"Verify an email to use as <a href=\"https://corefork.telegram.org/api/srp\">2FA recovery method</a>.","arguments":[{"name":"code","type":"string","comment":"The phone code that was received after <a href=\"https://corefork.telegram.org/api/srp#email-verification\">setting a recovery email</a>"}],"throws":[{"code":400,"name":"CODE_INVALID","comment":"Code invalid."},{"code":400,"name":"EMAIL_HASH_EXPIRED","comment":"Email hash expired."}],"available":"user"},{"kind":"method","name":"account.resendPasswordEmail","type":"Bool","id":2055154197,"comment":"Resend the code to verify an email to use as <a href=\"https://corefork.telegram.org/api/srp\">2FA recovery method</a>.","arguments":[],"throws":[{"code":400,"name":"EMAIL_HASH_EXPIRED","comment":"Email hash expired."}],"available":"user"},{"kind":"method","name":"account.cancelPasswordEmail","type":"Bool","id":3251361206,"comment":"Cancel the code that was sent to verify an email to use as <a href=\"https://corefork.telegram.org/api/srp\">2FA recovery method</a>.","arguments":[],"throws":[{"code":400,"name":"EMAIL_HASH_EXPIRED","comment":"Email hash expired."}],"available":"user"},{"kind":"method","name":"account.getContactSignUpNotification","type":"Bool","id":2668087080,"comment":"Whether the user will receive notifications when contacts sign up","arguments":[],"available":"user"},{"kind":"method","name":"account.setContactSignUpNotification","type":"Bool","id":3488890721,"comment":"Toggle contact sign up notifications","arguments":[{"name":"silent","type":"Bool","comment":"Whether to disable contact sign up notifications"}],"available":"user"},{"kind":"method","name":"account.getNotifyExceptions","type":"Updates","id":1398240377,"comment":"Returns list of chats with non-default notification settings","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"compare_sound","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"If true, chats with non-default sound will also be returned"},{"name":"compare_stories","type":"true","typeModifiers":{"predicate":"flags.2"}},{"name":"peer","type":"InputNotifyPeer","typeModifiers":{"predicate":"flags.0"},"comment":"If specified, only chats of the specified category will be returned"}],"available":"user"},{"kind":"method","name":"account.getWallPaper","type":"WallPaper","id":4237155306,"comment":"Get info about a certain <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpaper</a>","arguments":[{"name":"wallpaper","type":"InputWallPaper","comment":"The <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpaper</a> to get info about"}],"throws":[{"code":400,"name":"WALLPAPER_INVALID","comment":"The specified wallpaper is invalid."}],"available":"user"},{"kind":"method","name":"account.uploadWallPaper","type":"WallPaper","id":3818557187,"comment":"Create and upload a new <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpaper</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"for_chat","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Set this flag when uploading wallpapers to be passed to {@link messages.RawSetChatWallPaperRequest}."},{"name":"file","type":"InputFile","comment":"The JPG/PNG wallpaper"},{"name":"mime_type","type":"string","comment":"MIME type of uploaded wallpaper"},{"name":"settings","type":"WallPaperSettings","comment":"Wallpaper settings"}],"throws":[{"code":400,"name":"WALLPAPER_FILE_INVALID","comment":"The specified wallpaper file is invalid."},{"code":400,"name":"WALLPAPER_MIME_INVALID","comment":"The specified wallpaper MIME type is invalid."}],"available":"user"},{"kind":"method","name":"account.saveWallPaper","type":"Bool","id":1817860919,"comment":"Install/uninstall <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpaper</a>","arguments":[{"name":"wallpaper","type":"InputWallPaper","comment":"<a href=\"https://corefork.telegram.org/api/wallpapers\">Wallpaper</a> to install or uninstall"},{"name":"unsave","type":"Bool","comment":"Uninstall wallpaper?"},{"name":"settings","type":"WallPaperSettings","comment":"Wallpaper settings"}],"throws":[{"code":400,"name":"WALLPAPER_INVALID","comment":"The specified wallpaper is invalid."}],"available":"user"},{"kind":"method","name":"account.installWallPaper","type":"Bool","id":4276967273,"comment":"Install <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpaper</a>","arguments":[{"name":"wallpaper","type":"InputWallPaper","comment":"<a href=\"https://corefork.telegram.org/api/wallpapers\">Wallpaper</a> to install"},{"name":"settings","type":"WallPaperSettings","comment":"<a href=\"https://corefork.telegram.org/api/wallpapers\">Wallpaper</a> settings"}],"throws":[{"code":400,"name":"WALLPAPER_INVALID","comment":"The specified wallpaper is invalid."}],"available":"user"},{"kind":"method","name":"account.resetWallPapers","type":"Bool","id":3141244932,"comment":"Delete all installed <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpapers</a>, reverting to the default wallpaper set.","arguments":[],"available":"user"},{"kind":"method","name":"account.getAutoDownloadSettings","type":"account.AutoDownloadSettings","typeModifiers":{"constructorId":1674235686},"id":1457130303,"comment":"Get media autodownload settings","arguments":[],"available":"user"},{"kind":"method","name":"account.saveAutoDownloadSettings","type":"Bool","id":1995661875,"comment":"Change media autodownload settings","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"low","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to save media in the low data usage preset"},{"name":"high","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether to save media in the high data usage preset"},{"name":"settings","type":"AutoDownloadSettings","comment":"Media autodownload settings"}],"available":"user"},{"kind":"method","name":"account.uploadTheme","type":"Document","id":473805619,"comment":"Upload theme","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"file","type":"InputFile","comment":"<a href=\"https://corefork.telegram.org/api/themes#uploading-theme-files\">Previously uploaded</a> theme file with platform-specific colors for UI components, can be left unset when creating themes that only modify the wallpaper or accent colors."},{"name":"thumb","type":"InputFile","typeModifiers":{"predicate":"flags.0"},"comment":"Thumbnail"},{"name":"file_name","type":"string","comment":"File name"},{"name":"mime_type","type":"string","comment":"MIME type, must be <code>application/x-tgtheme-{format}</code>, where <code>format</code> depends on the client"}],"throws":[{"code":400,"name":"THEME_FILE_INVALID","comment":"Invalid theme file provided."}],"available":"user"},{"kind":"method","name":"account.createTheme","type":"Theme","typeModifiers":{"constructorId":2685298646},"id":1697530880,"comment":"Create a theme","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"slug","type":"string","comment":"Unique theme ID used to generate <a href=\"https://corefork.telegram.org/api/links#theme-links\">theme deep links</a>, can be empty to autogenerate a random ID."},{"name":"title","type":"string","comment":"Theme name"},{"name":"document","type":"InputDocument","typeModifiers":{"predicate":"flags.2"},"comment":"Theme file"},{"name":"settings","type":"InputThemeSettings","typeModifiers":{"predicate":"flags.3","isVector":true},"comment":"Theme settings, multiple values can be provided for the different base themes (day/night mode, etc)."}],"throws":[{"code":400,"name":"THEME_MIME_INVALID","comment":"The theme's MIME type is invalid."},{"code":400,"name":"THEME_TITLE_INVALID","comment":"The specified theme title is invalid."}],"available":"user"},{"kind":"method","name":"account.updateTheme","type":"Theme","typeModifiers":{"constructorId":2685298646},"id":737414348,"comment":"Update theme","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"format","type":"string","comment":"Theme format, a string that identifies the theming engines supported by the client"},{"name":"theme","type":"InputTheme","comment":"Theme to update"},{"name":"slug","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Unique theme ID"},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Theme name"},{"name":"document","type":"InputDocument","typeModifiers":{"predicate":"flags.2"},"comment":"Theme file"},{"name":"settings","type":"InputThemeSettings","typeModifiers":{"predicate":"flags.3","isVector":true},"comment":"Theme settings"}],"throws":[{"code":400,"name":"THEME_INVALID","comment":"Invalid theme provided."}],"available":"user"},{"kind":"method","name":"account.saveTheme","type":"Bool","id":4065792108,"comment":"Save a theme","arguments":[{"name":"theme","type":"InputTheme","comment":"Theme to save"},{"name":"unsave","type":"Bool","comment":"Unsave"}],"available":"user"},{"kind":"method","name":"account.installTheme","type":"Bool","id":3341269819,"comment":"Install a theme","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"dark","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to install the dark version"},{"name":"theme","type":"InputTheme","typeModifiers":{"predicate":"flags.1"},"comment":"Theme to install"},{"name":"format","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"Theme format, a string that identifies the theming engines supported by the client"},{"name":"base_theme","type":"BaseTheme","typeModifiers":{"predicate":"flags.3"},"comment":"Indicates a basic theme provided by all clients"}],"available":"user"},{"kind":"method","name":"account.getTheme","type":"Theme","typeModifiers":{"constructorId":2685298646},"id":978872812,"comment":"Get theme information","arguments":[{"name":"format","type":"string","comment":"Theme format, a string that identifies the theming engines supported by the client"},{"name":"theme","type":"InputTheme","comment":"Theme"}],"throws":[{"code":400,"name":"THEME_FORMAT_INVALID","comment":"Invalid theme format provided."},{"code":400,"name":"THEME_INVALID","comment":"Invalid theme provided."}],"available":"user"},{"kind":"method","name":"account.getThemes","type":"account.Themes","id":1913054296,"comment":"Get installed themes","arguments":[{"name":"format","type":"string","comment":"Theme format, a string that identifies the theming engines supported by the client"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"account.setContentSettings","type":"Bool","id":3044323691,"comment":"Set sensitive content settings (for viewing or hiding NSFW content)","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"sensitive_enabled","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Enable NSFW content"}],"throws":[{"code":403,"name":"SENSITIVE_CHANGE_FORBIDDEN","comment":"You can't change your sensitive content settings."}],"available":"user"},{"kind":"method","name":"account.getContentSettings","type":"account.ContentSettings","typeModifiers":{"constructorId":1474462241},"id":2342210990,"comment":"Get sensitive content settings","arguments":[],"available":"user"},{"kind":"method","name":"account.getMultiWallPapers","type":"WallPaper","typeModifiers":{"isVector":true},"id":1705865692,"comment":"Get info about multiple <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpapers</a>","arguments":[{"name":"wallpapers","type":"InputWallPaper","typeModifiers":{"isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/wallpapers\">Wallpapers</a> to fetch info about"}],"throws":[{"code":400,"name":"WALLPAPER_INVALID","comment":"The specified wallpaper is invalid."}],"available":"user"},{"kind":"method","name":"account.getGlobalPrivacySettings","type":"GlobalPrivacySettings","typeModifiers":{"constructorId":1934380235},"id":3945483510,"comment":"Get global privacy settings","arguments":[],"available":"user"},{"kind":"method","name":"account.setGlobalPrivacySettings","type":"GlobalPrivacySettings","typeModifiers":{"constructorId":1934380235},"id":517647042,"comment":"Set global privacy settings","arguments":[{"name":"settings","type":"GlobalPrivacySettings","comment":"Global privacy settings"}],"throws":[{"code":400,"name":"AUTOARCHIVE_NOT_AVAILABLE","comment":"The autoarchive setting is not available at this time: please check the value of the autoarchive_setting_available field in client config » before calling this method."}],"available":"user"},{"kind":"method","name":"account.reportProfilePhoto","type":"Bool","id":4203529973,"comment":"Report a profile photo of a dialog","arguments":[{"name":"peer","type":"InputPeer","comment":"The dialog"},{"name":"photo_id","type":"InputPhoto","comment":"Dialog photo ID"},{"name":"reason","type":"ReportReason","comment":"Report reason"},{"name":"message","type":"string","comment":"Comment for report moderation"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"account.resetPassword","type":"account.ResetPasswordResult","id":2466827803,"comment":"Initiate a 2FA password reset: can only be used if the user is already logged-in, <a href=\"https://corefork.telegram.org/api/srp#password-reset\">see here for more info »</a>","arguments":[],"throws":[{"code":400,"name":"PASSWORD_EMPTY","comment":"The provided password is empty."}],"available":"user"},{"kind":"method","name":"account.declinePasswordReset","type":"Bool","id":1284770294,"comment":"Abort a pending 2FA password reset, <a href=\"https://corefork.telegram.org/api/srp#password-reset\">see here for more info »</a>","arguments":[],"throws":[{"code":400,"name":"RESET_REQUEST_MISSING","comment":"No password reset is in progress."}],"available":"user"},{"kind":"method","name":"account.getChatThemes","type":"account.Themes","id":3594051209,"comment":"Get all available chat themes","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"account.setAuthorizationTTL","type":"Bool","id":3213466272,"comment":"Set time-to-live of current session","arguments":[{"name":"authorization_ttl_days","type":"int","comment":"Time-to-live of current session in days"}],"throws":[{"code":406,"name":"FRESH_RESET_AUTHORISATION_FORBIDDEN","comment":"You can't logout other sessions if less than 24 hours have passed since you logged on the current session."},{"code":400,"name":"TTL_DAYS_INVALID","comment":"The provided TTL is invalid."}],"available":"user"},{"kind":"method","name":"account.changeAuthorizationSettings","type":"Bool","id":1089766498,"comment":"Change settings related to a session.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"confirmed","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"If set, <a href=\"https://corefork.telegram.org/api/auth#confirming-login\">confirms a newly logged in session »</a>."},{"name":"hash","type":"long","comment":"Session ID from the {@link RawAuthorization} constructor, fetchable using {@link account.RawGetAuthorizationsRequest}"},{"name":"encrypted_requests_disabled","type":"Bool","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to enable or disable receiving encrypted chats: if the flag is not set, the previous setting is not changed"},{"name":"call_requests_disabled","type":"Bool","typeModifiers":{"predicate":"flags.1"},"comment":"Whether to enable or disable receiving calls: if the flag is not set, the previous setting is not changed"}],"throws":[{"code":400,"name":"HASH_INVALID","comment":"The provided hash is invalid."}],"available":"user"},{"kind":"method","name":"account.getSavedRingtones","type":"account.SavedRingtones","id":3784319624,"comment":"Fetch saved notification sounds","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"account.saveRingtone","type":"account.SavedRingtone","id":1038768899,"comment":"Save or remove saved notification sound.\n\nIf the notification sound is already in MP3 format, {@link account.RawSavedRingtone} will be returned.<br>\nOtherwise, it will be automatically converted and a {@link account.RawSavedRingtoneConverted} will be returned, containing a new {@link RawDocument} object that should be used to refer to the ringtone from now on (ie when deleting it using the <code>unsave</code> parameter, or when downloading it).","arguments":[{"name":"id","type":"InputDocument","comment":"Notification sound uploaded using {@link account.RawUploadRingtoneRequest}"},{"name":"unsave","type":"Bool","comment":"Whether to add or delete the notification sound"}],"available":"user"},{"kind":"method","name":"account.uploadRingtone","type":"Document","id":2199552930,"comment":"Upload notification sound, use {@link account.RawSaveRingtoneRequest} to convert it and add it to the list of saved notification sounds.","arguments":[{"name":"file","type":"InputFile","comment":"Notification sound"},{"name":"file_name","type":"string","comment":"File name"},{"name":"mime_type","type":"string","comment":"MIME type of file"}],"available":"user"},{"kind":"method","name":"account.updateEmojiStatus","type":"Bool","id":4224966251,"comment":"Set an <a href=\"https://corefork.telegram.org/api/emoji-status\">emoji status</a>","arguments":[{"name":"emoji_status","type":"EmojiStatus","comment":"<a href=\"https://corefork.telegram.org/api/emoji-status\">Emoji status</a> to set"}],"throws":[{"code":400,"name":"DOCUMENT_INVALID","comment":"The specified document is invalid."}],"available":"user"},{"kind":"method","name":"account.getDefaultEmojiStatuses","type":"account.EmojiStatuses","id":3598005126,"comment":"Get a list of default suggested <a href=\"https://corefork.telegram.org/api/emoji-status\">emoji statuses</a>","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"account.getRecentEmojiStatuses","type":"account.EmojiStatuses","id":257392901,"comment":"Get recently used <a href=\"https://corefork.telegram.org/api/emoji-status\">emoji statuses</a>","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"account.clearRecentEmojiStatuses","type":"Bool","id":404757166,"comment":"Clears list of recently used <a href=\"https://corefork.telegram.org/api/emoji-status\">emoji statuses</a>","arguments":[],"available":"user"},{"kind":"method","name":"account.reorderUsernames","type":"Bool","id":4015001259,"comment":"Reorder usernames associated with the currently logged-in user.","arguments":[{"name":"order","type":"string","typeModifiers":{"isVector":true},"comment":"The new order for active usernames. All active usernames must be specified."}],"throws":[{"code":400,"name":"ORDER_INVALID","comment":"The specified username order is invalid."}],"available":"user"},{"kind":"method","name":"account.toggleUsername","type":"Bool","id":1490465654,"comment":"Activate or deactivate a purchased <a href=\"https://fragment.com/\">fragment.com</a> username associated to the currently logged-in user.","arguments":[{"name":"username","type":"string","comment":"Username"},{"name":"active","type":"Bool","comment":"Whether to activate or deactivate it"}],"throws":[{"code":400,"name":"USERNAMES_ACTIVE_TOO_MUCH","comment":"The maximum number of active usernames was reached."},{"code":400,"name":"USERNAME_INVALID","comment":"The provided username is not valid."}],"available":"user"},{"kind":"method","name":"account.getDefaultProfilePhotoEmojis","type":"EmojiList","id":3799319336,"comment":"Get a set of suggested <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji stickers</a> that can be <a href=\"https://corefork.telegram.org/api/files#sticker-profile-pictures\">used as profile picture</a>","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"account.getDefaultGroupPhotoEmojis","type":"EmojiList","id":2438488238,"comment":"Get a set of suggested <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji stickers</a> that can be <a href=\"https://corefork.telegram.org/api/files#sticker-profile-pictures\">used as group picture</a>","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"account.getAutoSaveSettings","type":"account.AutoSaveSettings","typeModifiers":{"constructorId":1279133341},"id":2915810522,"comment":"Get autosave settings","arguments":[],"available":"user"},{"kind":"method","name":"account.saveAutoSaveSettings","type":"Bool","id":3600515937,"comment":"Modify autosave settings","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"users","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the new settings should affect all private chats"},{"name":"chats","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the new settings should affect all groups"},{"name":"broadcasts","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether the new settings should affect all <a href=\"https://corefork.telegram.org/api/channel\">channels</a>"},{"name":"peer","type":"InputPeer","typeModifiers":{"predicate":"flags.3"},"comment":"Whether the new settings should affect a specific peer"},{"name":"settings","type":"AutoSaveSettings","comment":"The new autosave settings"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"both"},{"kind":"method","name":"account.deleteAutoSaveExceptions","type":"Bool","id":1404829728,"comment":"Clear all peer-specific autosave settings.","arguments":[],"available":"user"},{"kind":"method","name":"account.invalidateSignInCodes","type":"Bool","id":3398101178,"comment":"","arguments":[{"name":"codes","type":"string","typeModifiers":{"isVector":true}}],"available":"user"},{"kind":"method","name":"account.updateColor","id":2096079197,"type":"Bool","arguments":[{"name":"flags","type":"#"},{"name":"for_profile","type":"true","typeModifiers":{"predicate":"flags.1"}},{"name":"color","type":"int","typeModifiers":{"predicate":"flags.2"}},{"name":"background_emoji_id","type":"long","typeModifiers":{"predicate":"flags.0"}}]},{"kind":"method","name":"account.getDefaultBackgroundEmojis","type":"EmojiList","id":2785720782,"arguments":[{"name":"hash","type":"long"}]},{"kind":"method","name":"users.getUsers","type":"User","typeModifiers":{"isVector":true},"id":227648840,"comment":"Returns basic user info according to their identifiers.","arguments":[{"name":"id","type":"InputUser","typeModifiers":{"isVector":true},"comment":"List of user identifiers"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"FROM_MESSAGE_BOT_DISABLED","comment":"Bots can't use fromMessage min constructors."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"USER_BANNED_IN_CHANNEL","comment":"You're banned from sending messages in supergroups/channels."}],"available":"both"},{"kind":"method","name":"users.getFullUser","type":"users.UserFull","typeModifiers":{"constructorId":997004590},"id":3054459160,"comment":"Returns extended user info by ID.","arguments":[{"name":"id","type":"InputUser","comment":"User ID"}],"throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"USERNAME_OCCUPIED","comment":"The provided username is already occupied."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."}],"available":"both"},{"kind":"method","name":"users.setSecureValueErrors","type":"Bool","id":2429064373,"comment":"Notify the user that the sent <a href=\"https://corefork.telegram.org/passport\">passport</a> data contains some errors The user will not be able to re-submit their Passport data to you until the errors are fixed (the contents of the field for which you returned the error must change).\n\nUse this if the data submitted by the user doesn't satisfy the standards your service requires for any reason. For example, if a birthday date seems invalid, a submitted document is blurry, a scan shows evidence of tampering, etc. Supply some details in the error message to make sure the user knows how to correct the issues.","arguments":[{"name":"id","type":"InputUser","comment":"The user"},{"name":"errors","type":"SecureValueError","typeModifiers":{"isVector":true},"comment":"Errors"}],"throws":[{"code":403,"name":"USER_BOT_INVALID","comment":"User accounts must provide the bot method parameter when calling this method. If there is no such method parameter, this method can only be invoked by bot accounts."},{"code":400,"name":"USER_BOT_REQUIRED","comment":"This method can only be called by a bot."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."}],"available":"bot"},{"kind":"method","name":"contacts.getContactIDs","type":"int","typeModifiers":{"isVector":true},"id":2061264541,"comment":"Get contact by telegram IDs","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"contacts.getStatuses","type":"ContactStatus","typeModifiers":{"isVector":true,"constructorId":383348795},"id":3299038190,"comment":"Returns the list of contact statuses.","arguments":[],"available":"user"},{"kind":"method","name":"contacts.getContacts","type":"contacts.Contacts","id":1574346258,"comment":"Returns the current user's contact list.","arguments":[{"name":"hash","type":"long","comment":"If there already is a full contact list on the client, a <a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">hash</a> of a the list of contact IDs in ascending order may be passed in this parameter. If the contact set was not changed, {@link contacts.RawContactsNotModified} will be returned."}],"available":"user"},{"kind":"method","name":"contacts.importContacts","type":"contacts.ImportedContacts","typeModifiers":{"constructorId":2010127419},"id":746589157,"comment":"Imports contacts: saves a full list on the server, adds already registered contacts to the contact list, returns added contacts and their info.\n\nUse {@link contacts.RawAddContactRequest} to add Telegram contacts without actually using their phone number.","arguments":[{"name":"contacts","type":"InputContact","typeModifiers":{"isVector":true},"comment":"List of contacts to import"}],"available":"user"},{"kind":"method","name":"contacts.deleteContacts","type":"Updates","id":157945344,"comment":"Deletes several contacts from the list.","arguments":[{"name":"id","type":"InputUser","typeModifiers":{"isVector":true},"comment":"User ID list"}],"available":"user"},{"kind":"method","name":"contacts.deleteByPhones","type":"Bool","id":269745566,"comment":"Delete contacts by phone number","arguments":[{"name":"phones","type":"string","typeModifiers":{"isVector":true},"comment":"Phone numbers"}],"available":"user"},{"kind":"method","name":"contacts.block","id":774801204,"type":"Bool","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"my_stories_from","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the peer should be added to the story blocklist; if not set, the peer will be added to the main blocklist, see <a href=\"https://corefork.telegram.org/api/block\">here »</a> for more info."},{"name":"id","type":"InputPeer","comment":"Peer"}],"comment":"Adds a peer to a blocklist, see <a href=\"https://corefork.telegram.org/api/block\">here »</a> for more info.","throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CONTACT_ID_INVALID","comment":"The provided contact ID is invalid."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"contacts.unblock","id":3041973032,"type":"Bool","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"my_stories_from","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the peer should be removed from the story blocklist; if not set, the peer will be removed from the main blocklist, see <a href=\"https://corefork.telegram.org/api/block\">here »</a> for more info."},{"name":"id","type":"InputPeer","comment":"Peer"}],"comment":"Deletes a peer from a blocklist, see <a href=\"https://corefork.telegram.org/api/block\">here »</a> for more info.","throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CONTACT_ID_INVALID","comment":"The provided contact ID is invalid."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"contacts.getBlocked","id":2592509824,"type":"contacts.Blocked","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"my_stories_from","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to fetch the story blocklist; if not set, will fetch the main blocklist. See <a href=\"https://corefork.telegram.org/api/block\">here »</a> for differences between the two."},{"name":"offset","type":"int","comment":"The number of list elements to be skipped"},{"name":"limit","type":"int","comment":"The number of list elements to be returned"}],"comment":"Returns the list of blocked users.","available":"user"},{"kind":"method","name":"contacts.search","type":"contacts.Found","typeModifiers":{"constructorId":3004386717},"id":301470424,"comment":"Returns users found by username substring.","arguments":[{"name":"q","type":"string","comment":"Target substring"},{"name":"limit","type":"int","comment":"Maximum number of users to be returned"}],"throws":[{"code":400,"name":"QUERY_TOO_SHORT","comment":"The query string is too short."},{"code":400,"name":"SEARCH_QUERY_EMPTY","comment":"The search query is empty."}],"available":"user"},{"kind":"method","name":"contacts.resolveUsername","type":"contacts.ResolvedPeer","typeModifiers":{"constructorId":2131196633},"id":4181511075,"comment":"Resolve a @username to get peer info","arguments":[{"name":"username","type":"string","comment":"@username to resolve"}],"throws":[{"code":400,"name":"CONNECTION_LAYER_INVALID","comment":"Layer invalid."},{"code":400,"name":"USERNAME_INVALID","comment":"The provided username is not valid."},{"code":400,"name":"USERNAME_NOT_OCCUPIED","comment":"The provided username is not occupied."}],"available":"both"},{"kind":"method","name":"contacts.getTopPeers","type":"contacts.TopPeers","id":2536798390,"comment":"Get most used peers","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"correspondents","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Users we've chatted most frequently with"},{"name":"bots_pm","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Most used bots"},{"name":"bots_inline","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Most used inline bots"},{"name":"phone_calls","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Most frequently called users"},{"name":"forward_users","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Users to which the users often forwards messages to"},{"name":"forward_chats","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Chats to which the users often forwards messages to"},{"name":"groups","type":"true","typeModifiers":{"predicate":"flags.10"},"comment":"Often-opened groups and supergroups"},{"name":"channels","type":"true","typeModifiers":{"predicate":"flags.15"},"comment":"Most frequently visited channels"},{"name":"offset","type":"int","comment":"Offset for <a href=\"https://corefork.telegram.org/api/offsets\">pagination</a>"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"throws":[{"code":400,"name":"TYPES_EMPTY","comment":"No top peer type was provided."}],"available":"user"},{"kind":"method","name":"contacts.resetTopPeerRating","type":"Bool","id":451113900,"comment":"Reset <a href=\"https://corefork.telegram.org/api/top-rating\">rating</a> of top peer","arguments":[{"name":"category","type":"TopPeerCategory","comment":"Top peer category"},{"name":"peer","type":"InputPeer","comment":"Peer whose rating should be reset"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"contacts.resetSaved","type":"Bool","id":2274703345,"comment":"Delete saved contacts","arguments":[],"available":"user"},{"kind":"method","name":"contacts.getSaved","type":"SavedContact","typeModifiers":{"isVector":true,"constructorId":289586518},"id":2196890527,"comment":"Get all contacts","arguments":[],"throws":[{"code":403,"name":"TAKEOUT_REQUIRED","comment":"A takeout session has to be initialized, first."}],"available":"user"},{"kind":"method","name":"contacts.toggleTopPeers","type":"Bool","id":2232729050,"comment":"Enable/disable <a href=\"https://corefork.telegram.org/api/top-rating\">top peers</a>","arguments":[{"name":"enabled","type":"Bool","comment":"Enable/disable"}],"available":"user"},{"kind":"method","name":"contacts.addContact","type":"Updates","id":3908330448,"comment":"Add an existing telegram user as contact.\n\nUse {@link contacts.RawImportContactsRequest} to add contacts by phone number, without knowing their Telegram ID.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"add_phone_privacy_exception","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Allow the other user to see our phone number?"},{"name":"id","type":"InputUser","comment":"Telegram ID of the other user"},{"name":"first_name","type":"string","comment":"First name"},{"name":"last_name","type":"string","comment":"Last name"},{"name":"phone","type":"string","comment":"User's phone number, may be omitted to simply add the user to the contact list, without a phone number."}],"throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CONTACT_ID_INVALID","comment":"The provided contact ID is invalid."},{"code":400,"name":"CONTACT_NAME_EMPTY","comment":"Contact name empty."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."}],"available":"user"},{"kind":"method","name":"contacts.acceptContact","type":"Updates","id":4164002319,"comment":"If the <a href=\"https://corefork.telegram.org/api/action-bar#add-contact\">add contact action bar is active</a>, add that user as contact","arguments":[{"name":"id","type":"InputUser","comment":"The user to add as contact"}],"throws":[{"code":400,"name":"CONTACT_ADD_MISSING","comment":"Contact to add is missing."},{"code":400,"name":"CONTACT_ID_INVALID","comment":"The provided contact ID is invalid."},{"code":400,"name":"CONTACT_REQ_MISSING","comment":"Missing contact request."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."}],"available":"user"},{"kind":"method","name":"contacts.getLocated","type":"Updates","id":3544759364,"comment":"Get users and geochats near you, see <a href=\"https://corefork.telegram.org/api/nearby\">here »</a> for more info.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"background","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"While the geolocation of the current user is public, clients should update it in the background every half-an-hour or so, while setting this flag. <br>Do this only if the new location is more than 1 KM away from the previous one, or if the previous location is unknown."},{"name":"geo_point","type":"InputGeoPoint","comment":"Geolocation"},{"name":"self_expires","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"If set, the geolocation of the current user will be public for the specified number of seconds; pass 0x7fffffff to disable expiry, 0 to make the current geolocation private; if the flag isn't set, no changes will be applied."}],"throws":[{"code":400,"name":"GEO_POINT_INVALID","comment":"Invalid geoposition provided."},{"code":406,"name":"USERPIC_PRIVACY_REQUIRED","comment":"You need to disable privacy settings for your profile picture in order to make your geolocation public."},{"code":406,"name":"USERPIC_UPLOAD_REQUIRED","comment":"You must have a profile picture to publish your geolocation."}],"available":"user"},{"kind":"method","name":"contacts.blockFromReplies","type":"Updates","id":698914348,"comment":"Stop getting notifications about <a href=\"https://corefork.telegram.org/api/threads\">thread replies</a> of a certain user in <code>@replies</code>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"delete_message","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to delete the specified message as well"},{"name":"delete_history","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether to delete all <code>@replies</code> messages from this user as well"},{"name":"report_spam","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether to also report this user for spam"},{"name":"msg_id","type":"int","comment":"ID of the message in the <a href=\"https://corefork.telegram.org/api/threads#replies\">@replies</a> chat"}],"available":"user"},{"kind":"method","name":"contacts.resolvePhone","type":"contacts.ResolvedPeer","typeModifiers":{"constructorId":2131196633},"id":2331591492,"comment":"Resolve a phone number to get user info, if their privacy settings allow it.","arguments":[{"name":"phone","type":"string","comment":"Phone number in international format, possibly obtained from a <a href=\"https://corefork.telegram.org/api/links#phone-number-links\">phone number deep link</a>."}],"throws":[{"code":400,"name":"PHONE_NOT_OCCUPIED","comment":"No user is associated to the specified phone number."}],"available":"user"},{"kind":"method","name":"contacts.exportContactToken","type":"ExportedContactToken","typeModifiers":{"constructorId":1103040667},"id":4167385127,"comment":"Generates a <a href=\"https://corefork.telegram.org/api/links#temporary-profile-links\">temporary profile link</a> for the currently logged-in user.","arguments":[],"available":"both"},{"kind":"method","name":"contacts.importContactToken","type":"User","id":318789512,"comment":"Obtain user info from a <a href=\"https://corefork.telegram.org/api/links#temporary-profile-links\">temporary profile link</a>.","arguments":[{"name":"token","type":"string","comment":"The token extracted from the <a href=\"https://corefork.telegram.org/api/links#temporary-profile-links\">temporary profile link</a>."}],"throws":[{"code":400,"name":"IMPORT_TOKEN_INVALID","comment":"The specified token is invalid."}],"available":"both"},{"kind":"method","name":"contacts.editCloseFriends","type":"Bool","id":3127313904,"comment":"Edit the <a href=\"https://corefork.telegram.org/api/privacy\">close friends list, see here »</a> for more info.","arguments":[{"name":"id","type":"int53","typeModifiers":{"isVector":true},"comment":"Full list of user IDs of close friends, see <a href=\"https://corefork.telegram.org/api/privacy\">here</a> for more info."}],"available":"user"},{"kind":"method","name":"contacts.setBlocked","type":"Bool","id":2496027766,"comment":"Replace the contents of an entire <a href=\"https://corefork.telegram.org/api/contacts\">blocklist, see here for more info »</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"my_stories_from","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to edit the story blocklist; if not set, will edit the main blocklist. See <a href=\"https://corefork.telegram.org/api/block\">here »</a> for differences between the two."},{"name":"id","type":"InputPeer","typeModifiers":{"isVector":true},"comment":"Full content of the blocklist."},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"available":"user"},{"kind":"method","name":"messages.getMessages","type":"messages.Messages","id":1673946374,"comment":"Returns the list of messages by their IDs.","arguments":[{"name":"id","type":"InputMessage","typeModifiers":{"isVector":true},"comment":"Message ID list"}],"available":"both"},{"kind":"method","name":"messages.getDialogs","type":"messages.Dialogs","id":2700397391,"comment":"Returns the current user dialog list.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"exclude_pinned","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Exclude pinned dialogs"},{"name":"folder_id","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"},{"name":"offset_date","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"offset_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a> (<code>top_message</code> ID used for pagination)"},{"name":"offset_peer","type":"InputPeer","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offset peer for pagination</a>"},{"name":"limit","type":"int","comment":"Number of list elements to be returned"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"throws":[{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"FOLDER_ID_INVALID","comment":"Invalid folder ID."},{"code":400,"name":"OFFSET_PEER_ID_INVALID","comment":"The provided offset peer is invalid."}],"available":"user"},{"kind":"method","name":"messages.getHistory","type":"messages.Messages","id":1143203525,"comment":"Returns the conversation history with one interlocutor / within a chat","arguments":[{"name":"peer","type":"InputPeer","comment":"Target peer"},{"name":"offset_id","type":"int","comment":"Only return messages starting from the specified message ID"},{"name":"offset_date","type":"int","comment":"Only return messages sent before the specified date"},{"name":"add_offset","type":"int","comment":"Number of list elements to be skipped, negative values are also accepted."},{"name":"limit","type":"int","comment":"Number of results to return"},{"name":"max_id","type":"int","comment":"If a positive value was transferred, the method will return only messages with IDs less than <strong>max_id</strong>"},{"name":"min_id","type":"int","comment":"If a positive value was transferred, the method will return only messages with IDs more than <strong>min_id</strong>"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Result hash</a>"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.search","type":"messages.Messages","id":2700978018,"comment":"Returns found messages","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"InputPeer","comment":"User or chat, histories with which are searched, or {@link RawInputPeerEmpty} constructor for global search"},{"name":"q","type":"string","comment":"Text search request"},{"name":"from_id","type":"InputPeer","typeModifiers":{"predicate":"flags.0"},"comment":"Only return messages sent by the specified user ID"},{"name":"top_msg_id","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"<a href=\"https://corefork.telegram.org/api/threads\">Thread ID</a>"},{"name":"filter","type":"MessagesFilter","comment":"Filter to return only specified message types"},{"name":"min_date","type":"int","comment":"If a positive value was transferred, only messages with a sending date bigger than the transferred one will be returned"},{"name":"max_date","type":"int","comment":"If a positive value was transferred, only messages with a sending date smaller than the transferred one will be returned"},{"name":"offset_id","type":"int","comment":"Only return messages starting from the specified message ID"},{"name":"add_offset","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Additional offset</a>"},{"name":"limit","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Number of results to return</a>"},{"name":"max_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Maximum message ID to return</a>"},{"name":"min_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Minimum message ID to return</a>"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Hash</a>"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"FROM_PEER_INVALID","comment":"The specified from_id is invalid."},{"code":400,"name":"INPUT_FILTER_INVALID","comment":"The specified filter is invalid."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"PEER_ID_NOT_SUPPORTED","comment":"The provided peer ID is not supported."},{"code":400,"name":"SEARCH_QUERY_EMPTY","comment":"The search query is empty."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."}],"available":"user"},{"kind":"method","name":"messages.readHistory","type":"messages.AffectedMessages","typeModifiers":{"constructorId":2228326789},"id":238054714,"comment":"Marks message history as read.","arguments":[{"name":"peer","type":"InputPeer","comment":"Target user or group"},{"name":"max_id","type":"int","comment":"If a positive value is passed, only messages with identifiers less or equal than the given one will be read"}],"throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.deleteHistory","type":"messages.AffectedHistory","typeModifiers":{"constructorId":3025955281},"id":2962199082,"comment":"Deletes communication history.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"just_clear","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Just clear history for the current user, without actually removing messages for every chat user"},{"name":"revoke","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether to delete the message history for all chat participants"},{"name":"peer","type":"InputPeer","comment":"User or chat, communication history of which will be deleted"},{"name":"max_id","type":"int","comment":"Maximum ID of message to delete"},{"name":"min_date","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"Delete all messages newer than this UNIX timestamp"},{"name":"max_date","type":"int","typeModifiers":{"predicate":"flags.3"},"comment":"Delete all messages older than this UNIX timestamp"}],"throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"CHAT_REVOKE_DATE_UNSUPPORTED","comment":"min_date and max_date are not available for using with non-user peers."},{"code":400,"name":"MAX_DATE_INVALID","comment":"The specified maximum date is invalid."},{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"MIN_DATE_INVALID","comment":"The specified minimum date is invalid."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.deleteMessages","type":"messages.AffectedMessages","typeModifiers":{"constructorId":2228326789},"id":3851326930,"comment":"Deletes messages by their identifiers.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"revoke","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to delete messages for all participants of the chat"},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"Message ID list"}],"throws":[{"code":403,"name":"MESSAGE_DELETE_FORBIDDEN","comment":"You can't delete one of the messages you tried to delete, most likely because it is a service message."},{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."}],"available":"both"},{"kind":"method","name":"messages.receivedMessages","type":"ReceivedNotifyMessage","typeModifiers":{"isVector":true,"constructorId":2743383929},"id":94983360,"comment":"Confirms receipt of messages by a client, cancels PUSH-notification sending.","arguments":[{"name":"max_id","type":"int","comment":"Maximum message ID available in a client."}],"available":"user"},{"kind":"method","name":"messages.setTyping","type":"Bool","id":1486110434,"comment":"Sends a current user typing event (see <a href=\"https://corefork.telegram.org/type/SendMessageAction\">SendMessageAction</a> for all event types) to a conversation partner or group.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"InputPeer","comment":"Target user or group"},{"name":"top_msg_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"<a href=\"https://corefork.telegram.org/api/threads\">Topic ID</a>"},{"name":"action","type":"SendMessageAction","comment":"Type of action"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":403,"name":"GROUPCALL_FORBIDDEN","comment":"The group call has already ended."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"USER_BANNED_IN_CHANNEL","comment":"You're banned from sending messages in supergroups/channels."},{"code":403,"name":"USER_IS_BLOCKED","comment":"You were blocked by this user."},{"code":400,"name":"USER_IS_BOT","comment":"Bots can't send messages to other bots."}],"available":"both"},{"kind":"method","name":"messages.sendMessage","id":671943023,"type":"Updates","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"no_webpage","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Set this flag to disable generation of the webpage preview"},{"name":"silent","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Send this message silently (no notifications for the receivers)"},{"name":"background","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Send this message as background message"},{"name":"clear_draft","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"Clear the draft field"},{"name":"noforwards","type":"true","typeModifiers":{"predicate":"flags.14"},"comment":"Only for bots, disallows forwarding and saving of the messages, even if the destination chat doesn't have <a href=\"https://telegram.org/blog/protected-content-delete-by-date-and-more\">content protection</a> enabled"},{"name":"update_stickersets_order","type":"true","typeModifiers":{"predicate":"flags.15"},"comment":"Whether to move used stickersets to top, <a href=\"https://corefork.telegram.org/api/stickers#recent-stickersets\">see here for more info on this flag »</a>"},{"name":"invert_media","type":"true","typeModifiers":{"predicate":"flags.16"}},{"name":"peer","type":"InputPeer","comment":"The destination where the message will be sent"},{"name":"reply_to","type":"InputReplyTo","typeModifiers":{"predicate":"flags.0"},"comment":"If set, indicates that the message should be sent in reply to the specified message or story."},{"name":"message","type":"string","comment":"The message"},{"name":"random_id","type":"long","comment":"Unique client message ID required to prevent message resending"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Reply markup for sending bot buttons"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.3","isVector":true},"comment":"Message <a href=\"https://corefork.telegram.org/api/entities\">entities</a> for sending styled text"},{"name":"schedule_date","type":"int","typeModifiers":{"predicate":"flags.10"},"comment":"Scheduled message date for <a href=\"https://corefork.telegram.org/api/scheduled-messages\">scheduled messages</a>"},{"name":"send_as","type":"InputPeer","typeModifiers":{"predicate":"flags.13"},"comment":"Send this message as the specified peer"}],"comment":"Sends a message to a chat","throws":[{"code":400,"name":"BOT_DOMAIN_INVALID","comment":"Bot domain invalid."},{"code":400,"name":"BOT_INVALID","comment":"This is not a valid bot."},{"code":400,"name":"BUTTON_DATA_INVALID","comment":"The data of one or more of the buttons you provided is invalid."},{"code":400,"name":"BUTTON_TYPE_INVALID","comment":"The type of one or more of the buttons you provided is invalid."},{"code":400,"name":"BUTTON_URL_INVALID","comment":"Button URL invalid."},{"code":400,"name":"BUTTON_USER_PRIVACY_RESTRICTED","comment":"The privacy setting of the user specified in a {@link RawInputKeyboardButtonUserProfile} button do not allow creating such a button."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":403,"name":"CHAT_GUEST_SEND_FORBIDDEN","comment":"You join the discussion group before commenting, see here » for more info."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"CHAT_RESTRICTED","comment":"You can't send messages in this chat, you were restricted."},{"code":403,"name":"CHAT_SEND_PLAIN_FORBIDDEN","comment":"You can't send non-media (text) messages in this chat."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"DOCUMENT_INVALID","comment":"The specified document is invalid."},{"code":400,"name":"ENCRYPTION_DECLINED","comment":"The secret chat was declined."},{"code":400,"name":"ENTITIES_TOO_LONG","comment":"You provided too many styled message entities."},{"code":400,"name":"ENTITY_BOUNDS_INVALID","comment":"A specified entity offset or length is invalid, see here » for info on how to properly compute the entity offset/length."},{"code":400,"name":"ENTITY_MENTION_USER_INVALID","comment":"You mentioned an invalid user."},{"code":400,"name":"FROM_MESSAGE_BOT_DISABLED","comment":"Bots can't use fromMessage min constructors."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"MESSAGE_EMPTY","comment":"The provided message is empty."},{"code":400,"name":"MESSAGE_TOO_LONG","comment":"The provided message is too long."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":500,"name":"MSG_WAIT_FAILED","comment":"A waiting call returned an error."},{"code":406,"name":"PAYMENT_UNSUPPORTED","comment":"A detailed description of the error will be received separately as described here »."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"PINNED_DIALOGS_TOO_MUCH","comment":"Too many pinned dialogs."},{"code":400,"name":"POLL_OPTION_INVALID","comment":"Invalid poll option provided."},{"code":500,"name":"RANDOM_ID_DUPLICATE","comment":"You provided a random ID that was already used."},{"code":400,"name":"REPLY_MARKUP_INVALID","comment":"The provided reply markup is invalid."},{"code":400,"name":"REPLY_MARKUP_TOO_LONG","comment":"The specified reply_markup is too long."},{"code":400,"name":"REPLY_TO_INVALID","comment":"The specified reply_to field is invalid."},{"code":400,"name":"SCHEDULE_BOT_NOT_ALLOWED","comment":"Bots cannot schedule messages."},{"code":400,"name":"SCHEDULE_DATE_TOO_LATE","comment":"You can't schedule a message this far in the future."},{"code":400,"name":"SCHEDULE_STATUS_PRIVATE","comment":"Can't schedule until user is online, if the user's last seen timestamp is hidden by their privacy settings."},{"code":400,"name":"SCHEDULE_TOO_MUCH","comment":"There are too many scheduled messages."},{"code":400,"name":"SEND_AS_PEER_INVALID","comment":"You can't send messages as the specified peer."},{"code":420,"name":"SLOWMODE_WAIT_%d","comment":"Slowmode is enabled in this chat: wait %d seconds before sending another message to this chat."},{"code":406,"name":"TOPIC_CLOSED","comment":"This topic was closed, you can't send messages to it anymore."},{"code":406,"name":"TOPIC_DELETED","comment":"The specified topic was deleted."},{"code":400,"name":"USER_BANNED_IN_CHANNEL","comment":"You're banned from sending messages in supergroups/channels."},{"code":403,"name":"USER_IS_BLOCKED","comment":"You were blocked by this user."},{"code":400,"name":"USER_IS_BOT","comment":"Bots can't send messages to other bots."},{"code":400,"name":"WC_CONVERT_URL_INVALID","comment":"WC convert URL invalid."},{"code":400,"name":"YOU_BLOCKED_USER","comment":"You blocked this user."}],"available":"both"},{"kind":"method","name":"messages.sendMedia","id":1926021693,"type":"Updates","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"silent","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Send message silently (no notification should be triggered)"},{"name":"background","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Send message in background"},{"name":"clear_draft","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"Clear the draft"},{"name":"noforwards","type":"true","typeModifiers":{"predicate":"flags.14"},"comment":"Only for bots, disallows forwarding and saving of the messages, even if the destination chat doesn't have <a href=\"https://telegram.org/blog/protected-content-delete-by-date-and-more\">content protection</a> enabled"},{"name":"update_stickersets_order","type":"true","typeModifiers":{"predicate":"flags.15"},"comment":"Whether to move used stickersets to top, <a href=\"https://corefork.telegram.org/api/stickers#recent-stickersets\">see here for more info on this flag »</a>"},{"name":"invert_media","type":"true","typeModifiers":{"predicate":"flags.16"}},{"name":"peer","type":"InputPeer","comment":"Destination"},{"name":"reply_to","type":"InputReplyTo","typeModifiers":{"predicate":"flags.0"},"comment":"If set, indicates that the message should be sent in reply to the specified message or story."},{"name":"media","type":"InputMedia","comment":"Attached media"},{"name":"message","type":"string","comment":"Caption"},{"name":"random_id","type":"long","comment":"Random ID to avoid resending the same message"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Reply markup for bot keyboards"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.3","isVector":true},"comment":"Message <a href=\"https://corefork.telegram.org/api/entities\">entities</a> for styled text"},{"name":"schedule_date","type":"int","typeModifiers":{"predicate":"flags.10"},"comment":"Scheduled message date for <a href=\"https://corefork.telegram.org/api/scheduled-messages\">scheduled messages</a>"},{"name":"send_as","type":"InputPeer","typeModifiers":{"predicate":"flags.13"},"comment":"Send this message as the specified peer"}],"comment":"Send a media","throws":[{"code":400,"name":"BOT_PAYMENTS_DISABLED","comment":"Please enable bot payments in botfather before calling this method."},{"code":400,"name":"BROADCAST_PUBLIC_VOTERS_FORBIDDEN","comment":"You can't forward polls with public voters."},{"code":400,"name":"BUTTON_DATA_INVALID","comment":"The data of one or more of the buttons you provided is invalid."},{"code":400,"name":"BUTTON_TYPE_INVALID","comment":"The type of one or more of the buttons you provided is invalid."},{"code":400,"name":"BUTTON_URL_INVALID","comment":"Button URL invalid."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_FORWARDS_RESTRICTED","comment":"You can't forward messages from a protected chat."},{"code":403,"name":"CHAT_GUEST_SEND_FORBIDDEN","comment":"You join the discussion group before commenting, see here » for more info."},{"code":400,"name":"CHAT_RESTRICTED","comment":"You can't send messages in this chat, you were restricted."},{"code":403,"name":"CHAT_SEND_AUDIOS_FORBIDDEN","comment":"You can't send audio messages in this chat."},{"code":403,"name":"CHAT_SEND_DOCS_FORBIDDEN","comment":"You can't send documents in this chat."},{"code":403,"name":"CHAT_SEND_GIFS_FORBIDDEN","comment":"You can't send gifs in this chat."},{"code":403,"name":"CHAT_SEND_MEDIA_FORBIDDEN","comment":"You can't send media in this chat."},{"code":403,"name":"CHAT_SEND_PHOTOS_FORBIDDEN","comment":"You can't send photos in this chat."},{"code":403,"name":"CHAT_SEND_POLL_FORBIDDEN","comment":"You can't send polls in this chat."},{"code":403,"name":"CHAT_SEND_STICKERS_FORBIDDEN","comment":"You can't send stickers in this chat."},{"code":403,"name":"CHAT_SEND_VIDEOS_FORBIDDEN","comment":"You can't send videos in this chat."},{"code":403,"name":"CHAT_SEND_VOICES_FORBIDDEN","comment":"You can't send voice recordings in this chat."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"CURRENCY_TOTAL_AMOUNT_INVALID","comment":"The total amount of all prices is invalid."},{"code":400,"name":"DOCUMENT_INVALID","comment":"The specified document is invalid."},{"code":400,"name":"EMOTICON_INVALID","comment":"The specified emoji is invalid."},{"code":400,"name":"ENTITY_BOUNDS_INVALID","comment":"A specified entity offset or length is invalid, see here » for info on how to properly compute the entity offset/length."},{"code":400,"name":"EXTERNAL_URL_INVALID","comment":"External URL invalid."},{"code":400,"name":"FILE_PARTS_INVALID","comment":"The number of file parts is invalid."},{"code":400,"name":"FILE_PART_LENGTH_INVALID","comment":"The length of a file part is invalid."},{"code":400,"name":"FILE_REFERENCE_EMPTY","comment":"An empty file reference was specified."},{"code":400,"name":"FILE_REFERENCE_EXPIRED","comment":"File reference expired, it must be refetched as described in the documentation."},{"code":400,"name":"GAME_BOT_INVALID","comment":"Bots can't send another bot's game."},{"code":400,"name":"IMAGE_PROCESS_FAILED","comment":"Failure while processing image."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"MD5_CHECKSUM_INVALID","comment":"The MD5 checksums do not match."},{"code":400,"name":"MEDIA_CAPTION_TOO_LONG","comment":"The caption is too long."},{"code":400,"name":"MEDIA_EMPTY","comment":"The provided media object is invalid."},{"code":400,"name":"MEDIA_INVALID","comment":"Media invalid."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PAYMENT_PROVIDER_INVALID","comment":"The specified payment provider is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"PHOTO_EXT_INVALID","comment":"The extension of the photo is invalid."},{"code":400,"name":"PHOTO_INVALID_DIMENSIONS","comment":"The photo dimensions are invalid."},{"code":400,"name":"PHOTO_SAVE_FILE_INVALID","comment":"Internal issues, try again later."},{"code":400,"name":"POLL_ANSWERS_INVALID","comment":"Invalid poll answers were provided."},{"code":400,"name":"POLL_ANSWER_INVALID","comment":"One of the poll answers is not acceptable."},{"code":400,"name":"POLL_OPTION_DUPLICATE","comment":"Duplicate poll options provided."},{"code":400,"name":"POLL_OPTION_INVALID","comment":"Invalid poll option provided."},{"code":400,"name":"POLL_QUESTION_INVALID","comment":"One of the poll questions is not acceptable."},{"code":403,"name":"PREMIUM_ACCOUNT_REQUIRED","comment":"A premium account is required to execute this action."},{"code":400,"name":"QUIZ_CORRECT_ANSWERS_EMPTY","comment":"No correct quiz answer was specified."},{"code":400,"name":"QUIZ_CORRECT_ANSWERS_TOO_MUCH","comment":"You specified too many correct answers in a quiz, quizzes can only have one right answer!"},{"code":400,"name":"QUIZ_CORRECT_ANSWER_INVALID","comment":"An invalid value was provided to the correct_answers field."},{"code":400,"name":"QUIZ_MULTIPLE_INVALID","comment":"Quizzes can't have the multiple_choice flag set!"},{"code":500,"name":"RANDOM_ID_DUPLICATE","comment":"You provided a random ID that was already used."},{"code":400,"name":"REPLY_MARKUP_BUY_EMPTY","comment":"Reply markup for buy button empty."},{"code":400,"name":"REPLY_MARKUP_INVALID","comment":"The provided reply markup is invalid."},{"code":400,"name":"REPLY_MARKUP_TOO_LONG","comment":"The specified reply_markup is too long."},{"code":400,"name":"SCHEDULE_BOT_NOT_ALLOWED","comment":"Bots cannot schedule messages."},{"code":400,"name":"SCHEDULE_DATE_TOO_LATE","comment":"You can't schedule a message this far in the future."},{"code":400,"name":"SCHEDULE_TOO_MUCH","comment":"There are too many scheduled messages."},{"code":400,"name":"SEND_AS_PEER_INVALID","comment":"You can't send messages as the specified peer."},{"code":420,"name":"SLOWMODE_WAIT_%d","comment":"Slowmode is enabled in this chat: wait %d seconds before sending another message to this chat."},{"code":406,"name":"TOPIC_CLOSED","comment":"This topic was closed, you can't send messages to it anymore."},{"code":406,"name":"TOPIC_DELETED","comment":"The specified topic was deleted."},{"code":400,"name":"TTL_MEDIA_INVALID","comment":"Invalid media Time To Live was provided."},{"code":400,"name":"USER_BANNED_IN_CHANNEL","comment":"You're banned from sending messages in supergroups/channels."},{"code":403,"name":"USER_IS_BLOCKED","comment":"You were blocked by this user."},{"code":400,"name":"USER_IS_BOT","comment":"Bots can't send messages to other bots."},{"code":400,"name":"VIDEO_CONTENT_TYPE_INVALID","comment":"The video's content type is invalid."},{"code":400,"name":"VOICE_MESSAGES_FORBIDDEN","comment":"This user's privacy settings forbid you from sending voice messages."},{"code":400,"name":"WEBDOCUMENT_MIME_INVALID","comment":"Invalid webdocument mime type provided."},{"code":400,"name":"WEBPAGE_CURL_FAILED","comment":"Failure while fetching the webpage with cURL."},{"code":400,"name":"WEBPAGE_MEDIA_EMPTY","comment":"Webpage media empty."},{"code":400,"name":"YOU_BLOCKED_USER","comment":"You blocked this user."}],"available":"both"},{"kind":"method","name":"messages.forwardMessages","type":"Updates","id":3328293828,"comment":"Forwards messages by their IDs.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"silent","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether to send messages silently (no notification will be triggered on the destination clients)"},{"name":"background","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Whether to send the message in background"},{"name":"with_my_score","type":"true","typeModifiers":{"predicate":"flags.8"},"comment":"When forwarding games, whether to include your score in the game"},{"name":"drop_author","type":"true","typeModifiers":{"predicate":"flags.11"},"comment":"Whether to forward messages without quoting the original author"},{"name":"drop_media_captions","type":"true","typeModifiers":{"predicate":"flags.12"},"comment":"Whether to strip captions from media"},{"name":"noforwards","type":"true","typeModifiers":{"predicate":"flags.14"},"comment":"Only for bots, disallows further re-forwarding and saving of the messages, even if the destination chat doesn't have <a href=\"https://telegram.org/blog/protected-content-delete-by-date-and-more\">content protection</a> enabled"},{"name":"from_peer","type":"InputPeer","comment":"Source of messages"},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"IDs of messages"},{"name":"random_id","type":"long","typeModifiers":{"isVector":true},"comment":"Random ID to prevent resending of messages"},{"name":"to_peer","type":"InputPeer","comment":"Destination peer"},{"name":"top_msg_id","type":"int","typeModifiers":{"predicate":"flags.9"},"comment":"Destination <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a>"},{"name":"schedule_date","type":"int","typeModifiers":{"predicate":"flags.10"},"comment":"Scheduled message date for scheduled messages"},{"name":"send_as","type":"InputPeer","typeModifiers":{"predicate":"flags.13"},"comment":"Forward the messages as the specified peer"}],"throws":[{"code":400,"name":"BROADCAST_PUBLIC_VOTERS_FORBIDDEN","comment":"You can't forward polls with public voters."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":406,"name":"CHAT_FORWARDS_RESTRICTED","comment":"You can't forward messages from a protected chat."},{"code":403,"name":"CHAT_GUEST_SEND_FORBIDDEN","comment":"You join the discussion group before commenting, see here » for more info."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"CHAT_RESTRICTED","comment":"You can't send messages in this chat, you were restricted."},{"code":403,"name":"CHAT_SEND_AUDIOS_FORBIDDEN","comment":"You can't send audio messages in this chat."},{"code":403,"name":"CHAT_SEND_DOCS_FORBIDDEN","comment":"You can't send documents in this chat."},{"code":403,"name":"CHAT_SEND_GAME_FORBIDDEN","comment":"You can't send a game to this chat."},{"code":403,"name":"CHAT_SEND_GIFS_FORBIDDEN","comment":"You can't send gifs in this chat."},{"code":403,"name":"CHAT_SEND_MEDIA_FORBIDDEN","comment":"You can't send media in this chat."},{"code":403,"name":"CHAT_SEND_PHOTOS_FORBIDDEN","comment":"You can't send photos in this chat."},{"code":403,"name":"CHAT_SEND_PLAIN_FORBIDDEN","comment":"You can't send non-media (text) messages in this chat."},{"code":403,"name":"CHAT_SEND_POLL_FORBIDDEN","comment":"You can't send polls in this chat."},{"code":403,"name":"CHAT_SEND_STICKERS_FORBIDDEN","comment":"You can't send stickers in this chat."},{"code":403,"name":"CHAT_SEND_VIDEOS_FORBIDDEN","comment":"You can't send videos in this chat."},{"code":403,"name":"CHAT_SEND_VOICES_FORBIDDEN","comment":"You can't send voice recordings in this chat."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"GROUPED_MEDIA_INVALID","comment":"Invalid grouped media."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"MEDIA_EMPTY","comment":"The provided media object is invalid."},{"code":400,"name":"MESSAGE_IDS_EMPTY","comment":"No message ids were provided."},{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":406,"name":"PAYMENT_UNSUPPORTED","comment":"A detailed description of the error will be received separately as described here »."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"QUIZ_ANSWER_MISSING","comment":"You can forward a quiz while hiding the original author only after choosing an option in the quiz."},{"code":500,"name":"RANDOM_ID_DUPLICATE","comment":"You provided a random ID that was already used."},{"code":400,"name":"RANDOM_ID_INVALID","comment":"A provided random ID is invalid."},{"code":400,"name":"SCHEDULE_DATE_TOO_LATE","comment":"You can't schedule a message this far in the future."},{"code":400,"name":"SCHEDULE_TOO_MUCH","comment":"There are too many scheduled messages."},{"code":400,"name":"SEND_AS_PEER_INVALID","comment":"You can't send messages as the specified peer."},{"code":420,"name":"SLOWMODE_WAIT_%d","comment":"Slowmode is enabled in this chat: wait %d seconds before sending another message to this chat."},{"code":400,"name":"SLOWMODE_MULTI_MSGS_DISABLED","comment":"Slowmode is enabled, you cannot forward multiple messages to this group."},{"code":406,"name":"TOPIC_CLOSED","comment":"This topic was closed, you can't send messages to it anymore."},{"code":406,"name":"TOPIC_DELETED","comment":"The specified topic was deleted."},{"code":400,"name":"USER_BANNED_IN_CHANNEL","comment":"You're banned from sending messages in supergroups/channels."},{"code":403,"name":"USER_IS_BLOCKED","comment":"You were blocked by this user."},{"code":400,"name":"USER_IS_BOT","comment":"Bots can't send messages to other bots."},{"code":403,"name":"VOICE_MESSAGES_FORBIDDEN","comment":"This user's privacy settings forbid you from sending voice messages."},{"code":400,"name":"YOU_BLOCKED_USER","comment":"You blocked this user."}],"available":"both"},{"kind":"method","name":"messages.reportSpam","type":"Bool","id":3474297563,"comment":"Report a new incoming chat for spam, if the {@link RawPeerSettings} of the chat allow us to do that","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer to report"}],"throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.getPeerSettings","type":"messages.PeerSettings","typeModifiers":{"constructorId":1753266509},"id":4024018594,"comment":"Get peer settings","arguments":[{"name":"peer","type":"InputPeer","comment":"The peer"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.report","type":"Bool","id":2303961934,"comment":"Report a message in a chat for violation of telegram's Terms of Service","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer"},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"IDs of messages to report"},{"name":"reason","type":"ReportReason","comment":"Why are these messages being reported"},{"name":"message","type":"string","comment":"Comment for report moderation"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.getChats","type":"messages.Chats","id":1240027791,"comment":"Returns chat basic info on their IDs.","arguments":[{"name":"id","type":"int53","typeModifiers":{"isVector":true},"comment":"List of chat IDs"}],"throws":[{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"both"},{"kind":"method","name":"messages.getFullChat","type":"messages.ChatFull","typeModifiers":{"constructorId":3856126364},"id":2930772788,"comment":"Get full info about a <a href=\"https://corefork.telegram.org/api/channel#basic-groups\">basic group</a>.","arguments":[{"name":"chat_id","type":"int53","comment":"<a href=\"https://corefork.telegram.org/api/channel#basic-groups\">Basic group</a> ID."}],"throws":[{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"both"},{"kind":"method","name":"messages.editChatTitle","type":"Updates","id":1937260541,"comment":"Changes chat name and sends a service message on it.","arguments":[{"name":"chat_id","type":"int53","comment":"Chat ID"},{"name":"title","type":"string","comment":"New chat name, different from the old one"}],"throws":[{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":400,"name":"CHAT_TITLE_EMPTY","comment":"No chat title provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"both"},{"kind":"method","name":"messages.editChatPhoto","type":"Updates","id":903730804,"comment":"Changes chat photo and sends a service message on it","arguments":[{"name":"chat_id","type":"int53","comment":"Chat ID"},{"name":"photo","type":"InputChatPhoto","comment":"Photo to be set"}],"throws":[{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":400,"name":"IMAGE_PROCESS_FAILED","comment":"Failure while processing image."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"PHOTO_CROP_SIZE_SMALL","comment":"Photo is too small."},{"code":400,"name":"PHOTO_EXT_INVALID","comment":"The extension of the photo is invalid."},{"code":400,"name":"PHOTO_INVALID","comment":"Photo invalid."}],"available":"both"},{"kind":"method","name":"messages.addChatUser","type":"Updates","id":4064760803,"comment":"Adds a user to a chat and sends a service message on it.\n\nMay also return 0-N updates of type {@link RawUpdateGroupInvitePrivacyForbidden}: it indicates we couldn't add a user to a chat because of their privacy settings; if required, an <a href=\"https://corefork.telegram.org/api/invites\">invite link</a> can be shared with the user, instead.","arguments":[{"name":"chat_id","type":"int53","comment":"Chat ID"},{"name":"user_id","type":"InputUser","comment":"User ID to be added"},{"name":"fwd_limit","type":"int","comment":"Number of last messages to be forwarded"}],"throws":[{"code":400,"name":"BOT_GROUPS_BLOCKED","comment":"This bot can't be added to groups."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"USERS_TOO_MUCH","comment":"The maximum number of users has been exceeded (to create a chat, for example)."},{"code":400,"name":"USER_ALREADY_PARTICIPANT","comment":"The user is already in the group."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."},{"code":400,"name":"USER_IS_BLOCKED","comment":"You were blocked by this user."},{"code":403,"name":"USER_NOT_MUTUAL_CONTACT","comment":"The provided user is not a mutual contact."},{"code":403,"name":"USER_PRIVACY_RESTRICTED","comment":"The user's privacy settings do not allow you to do this."},{"code":400,"name":"YOU_BLOCKED_USER","comment":"You blocked this user."}],"available":"user"},{"kind":"method","name":"messages.deleteChatUser","type":"Updates","id":2719505579,"comment":"Deletes a user from a chat and sends a service message on it.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"revoke_history","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Remove the entire chat history of the specified user in this chat."},{"name":"chat_id","type":"int53","comment":"Chat ID"},{"name":"user_id","type":"InputUser","comment":"User ID to be deleted"}],"throws":[{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."},{"code":400,"name":"USER_NOT_PARTICIPANT","comment":"You're not a member of this supergroup/channel."}],"available":"both"},{"kind":"method","name":"messages.createChat","type":"Updates","id":3450904,"comment":"Creates a new chat.\n\nMay also return 0-N updates of type {@link RawUpdateGroupInvitePrivacyForbidden}: it indicates we couldn't add a user to a chat because of their privacy settings; if required, an <a href=\"https://corefork.telegram.org/api/invites\">invite link</a> can be shared with the user, instead.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"users","type":"InputUser","typeModifiers":{"isVector":true},"comment":"List of user IDs to be invited"},{"name":"title","type":"string","comment":"Chat name"},{"name":"ttl_period","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Time-to-live of all messages that will be sent in the chat: once message.date+message.ttl_period === time(), the message will be deleted on the server, and must be deleted locally as well. You can use {@link messages.RawSetDefaultHistoryTTLRequest} to edit this value later."}],"throws":[{"code":500,"name":"CHAT_ID_GENERATE_FAILED","comment":"Failure while generating the chat ID."},{"code":400,"name":"CHAT_INVALID","comment":"Invalid chat."},{"code":400,"name":"CHAT_TITLE_EMPTY","comment":"No chat title provided."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"TTL_PERIOD_INVALID","comment":"The specified TTL period is invalid."},{"code":400,"name":"USERS_TOO_FEW","comment":"Not enough users (to create a chat, for example)."},{"code":406,"name":"USER_RESTRICTED","comment":"You're spamreported, you can't create channels or chats."}],"available":"user"},{"kind":"method","name":"messages.getDhConfig","type":"messages.DhConfig","id":651135312,"comment":"Returns configuration parameters for Diffie-Hellman key generation. Can also return a random sequence of bytes of required length.","arguments":[{"name":"version","type":"int","comment":"Value of the <strong>version</strong> parameter from {@link messages.RawDhConfig}, available at the client"},{"name":"random_length","type":"int","comment":"Length of the required random sequence"}],"throws":[{"code":400,"name":"RANDOM_LENGTH_INVALID","comment":"Random length invalid."}],"available":"user"},{"kind":"method","name":"messages.requestEncryption","type":"EncryptedChat","id":4132286275,"comment":"Sends a request to start a secret chat to the user.","arguments":[{"name":"user_id","type":"InputUser","comment":"User ID"},{"name":"random_id","type":"int","comment":"Unique client request ID required to prevent resending. This also doubles as the chat ID."},{"name":"g_a","type":"bytes","comment":"<code>A = g ^ a mod p</code>, see <a href=\"https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange\">Wikipedia</a>"}],"throws":[{"code":400,"name":"DH_G_A_INVALID","comment":"g_a invalid."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."}],"available":"user"},{"kind":"method","name":"messages.acceptEncryption","type":"EncryptedChat","id":1035731989,"comment":"Confirms creation of a secret chat","arguments":[{"name":"peer","type":"InputEncryptedChat","comment":"Secret chat ID"},{"name":"g_b","type":"bytes","comment":"<code>B = g ^ b mod p</code>, see <a href=\"https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange\">Wikipedia</a>"},{"name":"key_fingerprint","type":"long","comment":"64-bit fingerprint of the received key"}],"throws":[{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"ENCRYPTION_ALREADY_ACCEPTED","comment":"Secret chat already accepted."},{"code":400,"name":"ENCRYPTION_ALREADY_DECLINED","comment":"The secret chat was already declined."}],"available":"user"},{"kind":"method","name":"messages.discardEncryption","type":"Bool","id":4086541984,"comment":"Cancels a request for creation and/or delete info on secret chat.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"delete_history","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to delete the entire chat history for the other user as well"},{"name":"chat_id","type":"int","comment":"Secret chat ID"}],"throws":[{"code":400,"name":"CHAT_ID_EMPTY","comment":"The provided chat ID is empty."},{"code":400,"name":"ENCRYPTION_ALREADY_ACCEPTED","comment":"Secret chat already accepted."},{"code":400,"name":"ENCRYPTION_ALREADY_DECLINED","comment":"The secret chat was already declined."},{"code":400,"name":"ENCRYPTION_ID_INVALID","comment":"The provided secret chat ID is invalid."}],"available":"user"},{"kind":"method","name":"messages.setEncryptedTyping","type":"Bool","id":2031374829,"comment":"Send typing event by the current user to a secret chat.","arguments":[{"name":"peer","type":"InputEncryptedChat","comment":"Secret chat ID"},{"name":"typing","type":"Bool","comment":"Typing.<br><strong>Possible values</strong>:<br>true, if the user started typing and more than <strong>5 seconds</strong> have passed since the last request<br>false, if the user stopped typing"}],"throws":[{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."}],"available":"user"},{"kind":"method","name":"messages.readEncryptedHistory","type":"Bool","id":2135648522,"comment":"Marks message history within a secret chat as read.","arguments":[{"name":"peer","type":"InputEncryptedChat","comment":"Secret chat ID"},{"name":"max_date","type":"int","comment":"Maximum date value for received messages in history"}],"throws":[{"code":400,"name":"MSG_WAIT_FAILED","comment":"A waiting call returned an error."}],"available":"user"},{"kind":"method","name":"messages.sendEncrypted","type":"messages.SentEncryptedMessage","id":1157265941,"comment":"Sends a text message to a secret chat.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"silent","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Send encrypted message without a notification"},{"name":"peer","type":"InputEncryptedChat","comment":"Secret chat ID"},{"name":"random_id","type":"long","comment":"Unique client message ID, necessary to avoid message resending"},{"name":"data","type":"bytes","comment":"TL-serialization of <a href=\"https://corefork.telegram.org/type/DecryptedMessage\">DecryptedMessage</a> type, encrypted with a key that was created during chat initialization"}],"throws":[{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"DATA_INVALID","comment":"Encrypted data invalid."},{"code":400,"name":"DATA_TOO_LONG","comment":"Data too long."},{"code":400,"name":"ENCRYPTION_DECLINED","comment":"The secret chat was declined."},{"code":500,"name":"MSG_WAIT_FAILED","comment":"A waiting call returned an error."},{"code":403,"name":"USER_IS_BLOCKED","comment":"You were blocked by this user."}],"available":"user"},{"kind":"method","name":"messages.sendEncryptedFile","type":"messages.SentEncryptedMessage","id":1431914525,"comment":"Sends a message with a file attachment to a secret chat","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"silent","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to send the file without triggering a notification"},{"name":"peer","type":"InputEncryptedChat","comment":"Secret chat ID"},{"name":"random_id","type":"long","comment":"Unique client message ID necessary to prevent message resending"},{"name":"data","type":"bytes","comment":"TL-serialization of <a href=\"https://corefork.telegram.org/type/DecryptedMessage\">DecryptedMessage</a> type, encrypted with a key generated during chat initialization"},{"name":"file","type":"InputEncryptedFile","comment":"File attachment for the secret chat"}],"throws":[{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"DATA_TOO_LONG","comment":"Data too long."},{"code":400,"name":"ENCRYPTION_DECLINED","comment":"The secret chat was declined."},{"code":400,"name":"FILE_EMTPY","comment":"An empty file was provided."},{"code":400,"name":"MD5_CHECKSUM_INVALID","comment":"The MD5 checksums do not match."},{"code":400,"name":"MSG_WAIT_FAILED","comment":"A waiting call returned an error."}],"available":"user"},{"kind":"method","name":"messages.sendEncryptedService","type":"messages.SentEncryptedMessage","id":852769188,"comment":"Sends a service message to a secret chat.","arguments":[{"name":"peer","type":"InputEncryptedChat","comment":"Secret chat ID"},{"name":"random_id","type":"long","comment":"Unique client message ID required to prevent message resending"},{"name":"data","type":"bytes","comment":"TL-serialization of <a href=\"https://corefork.telegram.org/type/DecryptedMessage\">DecryptedMessage</a> type, encrypted with a key generated during chat initialization"}],"throws":[{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"DATA_INVALID","comment":"Encrypted data invalid."},{"code":400,"name":"ENCRYPTION_DECLINED","comment":"The secret chat was declined."},{"code":400,"name":"ENCRYPTION_ID_INVALID","comment":"The provided secret chat ID is invalid."},{"code":500,"name":"MSG_WAIT_FAILED","comment":"A waiting call returned an error."},{"code":403,"name":"USER_DELETED","comment":"You can't send this secret message because the other participant deleted their account."},{"code":403,"name":"USER_IS_BLOCKED","comment":"You were blocked by this user."}],"available":"user"},{"kind":"method","name":"messages.receivedQueue","type":"long","typeModifiers":{"isVector":true},"id":1436924774,"comment":"Confirms receipt of messages in a secret chat by client, cancels push notifications.<br>\nThe method returns a list of <strong>random_id</strong>s of messages for which push notifications were cancelled.","arguments":[{"name":"max_qts","type":"int","comment":"Maximum qts value available at the client"}],"throws":[{"code":400,"name":"MAX_QTS_INVALID","comment":"The specified max_qts is invalid."},{"code":500,"name":"MSG_WAIT_FAILED","comment":"A waiting call returned an error."}],"available":"user"},{"kind":"method","name":"messages.reportEncryptedSpam","type":"Bool","id":1259113487,"comment":"Report a secret chat for spam","arguments":[{"name":"peer","type":"InputEncryptedChat","comment":"The secret chat to report"}],"throws":[{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."}],"available":"user"},{"kind":"method","name":"messages.readMessageContents","type":"messages.AffectedMessages","typeModifiers":{"constructorId":2228326789},"id":916930423,"comment":"Notifies the sender about the recipient having listened a voice message or watched a video.","arguments":[{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"Message ID list"}],"available":"user"},{"kind":"method","name":"messages.getStickers","type":"messages.Stickers","id":3584414625,"comment":"Get stickers by emoji","arguments":[{"name":"emoticon","type":"string","comment":"The emoji"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"throws":[{"code":400,"name":"EMOTICON_EMPTY","comment":"The emoji is empty."}],"available":"user"},{"kind":"method","name":"messages.getAllStickers","type":"messages.AllStickers","id":3097534888,"comment":"Get all installed stickers","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"messages.getWebPagePreview","type":"MessageMedia","id":2338894028,"comment":"Get preview of webpage","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"message","type":"string","comment":"Message from which to extract the preview"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.3","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"}],"throws":[{"code":400,"name":"ENTITY_BOUNDS_INVALID","comment":"A specified entity offset or length is invalid, see here » for info on how to properly compute the entity offset/length."},{"code":400,"name":"MESSAGE_EMPTY","comment":"The provided message is empty."}],"available":"user"},{"kind":"method","name":"messages.exportChatInvite","type":"ExportedChatInvite","id":2687296981,"comment":"Export an invite link for a chat","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"legacy_revoke_permanent","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Legacy flag, reproducing legacy behavior of this method: if set, revokes all previous links before creating a new one. Kept for bot API BC, should not be used by modern clients."},{"name":"request_needed","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether admin confirmation is required before admitting each separate user into the chat"},{"name":"peer","type":"InputPeer","comment":"Chat"},{"name":"expire_date","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Expiration date"},{"name":"usage_limit","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Maximum number of users that can join using this link"},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.4"},"comment":"Description of the invite link, visible only to administrators"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"EXPIRE_DATE_INVALID","comment":"The specified expiration date is invalid."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"USAGE_LIMIT_INVALID","comment":"The specified usage limit is invalid."}],"available":"both"},{"kind":"method","name":"messages.checkChatInvite","type":"ChatInvite","id":1051570619,"comment":"Check the validity of a chat invite link and get basic info about it","arguments":[{"name":"hash","type":"string","comment":"Invite hash from <a href=\"https://corefork.telegram.org/api/links#chat-invite-links\">chat invite deep link »</a>."}],"throws":[{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":500,"name":"CHAT_MEMBERS_CHANNEL","comment":" "},{"code":400,"name":"INVITE_HASH_EMPTY","comment":"The invite hash is empty."},{"code":406,"name":"INVITE_HASH_EXPIRED","comment":"The invite link has expired."},{"code":400,"name":"INVITE_HASH_INVALID","comment":"The invite hash is invalid."}],"available":"user"},{"kind":"method","name":"messages.importChatInvite","type":"Updates","id":1817183516,"comment":"Import a chat invite and join a private chat/supergroup/channel","arguments":[{"name":"hash","type":"string","comment":"<code>hash</code> from a <a href=\"https://corefork.telegram.org/api/links#chat-invite-links\">chat invite deep link</a>"}],"throws":[{"code":400,"name":"CHANNELS_TOO_MUCH","comment":"You have joined too many channels/supergroups."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_INVALID","comment":"Invalid chat."},{"code":400,"name":"INVITE_HASH_EMPTY","comment":"The invite hash is empty."},{"code":406,"name":"INVITE_HASH_EXPIRED","comment":"The invite link has expired."},{"code":400,"name":"INVITE_HASH_INVALID","comment":"The invite hash is invalid."},{"code":400,"name":"INVITE_REQUEST_SENT","comment":"You have successfully requested to join this chat or channel."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"USERS_TOO_MUCH","comment":"The maximum number of users has been exceeded (to create a chat, for example)."},{"code":400,"name":"USER_ALREADY_PARTICIPANT","comment":"The user is already in the group."},{"code":400,"name":"USER_CHANNELS_TOO_MUCH","comment":"One of the users you tried to add is already in too many channels/supergroups."}],"available":"user"},{"kind":"method","name":"messages.getStickerSet","type":"messages.StickerSet","id":3365989492,"comment":"Get info about a stickerset","arguments":[{"name":"stickerset","type":"InputStickerSet","comment":"Stickerset"},{"name":"hash","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"throws":[{"code":400,"name":"EMOTICON_STICKERPACK_MISSING","comment":"inputStickerSetDice.emoji cannot be empty."},{"code":406,"name":"STICKERSET_INVALID","comment":"The provided sticker set is invalid."}],"available":"both"},{"kind":"method","name":"messages.installStickerSet","type":"messages.StickerSetInstallResult","id":3348096096,"comment":"Install a stickerset","arguments":[{"name":"stickerset","type":"InputStickerSet","comment":"Stickerset to install"},{"name":"archived","type":"Bool","comment":"Whether to archive stickerset"}],"throws":[{"code":406,"name":"STICKERSET_INVALID","comment":"The provided sticker set is invalid."}],"available":"user"},{"kind":"method","name":"messages.uninstallStickerSet","type":"Bool","id":4184757726,"comment":"Uninstall a stickerset","arguments":[{"name":"stickerset","type":"InputStickerSet","comment":"The stickerset to uninstall"}],"throws":[{"code":406,"name":"STICKERSET_INVALID","comment":"The provided sticker set is invalid."}],"available":"user"},{"kind":"method","name":"messages.startBot","type":"Updates","id":3873403768,"comment":"Start a conversation with a bot using a <a href=\"https://corefork.telegram.org/api/links#bot-links\">deep linking parameter</a>","arguments":[{"name":"bot","type":"InputUser","comment":"The bot"},{"name":"peer","type":"InputPeer","comment":"The chat where to start the bot, can be the bot's private chat or a group"},{"name":"random_id","type":"long","comment":"Random ID to avoid resending the same message"},{"name":"start_param","type":"string","comment":"<a href=\"https://corefork.telegram.org/api/links#bot-links\">Deep linking parameter</a>"}],"throws":[{"code":400,"name":"BOT_INVALID","comment":"This is not a valid bot."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":500,"name":"RANDOM_ID_DUPLICATE","comment":"You provided a random ID that was already used."},{"code":400,"name":"START_PARAM_EMPTY","comment":"The start parameter is empty."},{"code":400,"name":"START_PARAM_INVALID","comment":"Start parameter invalid."},{"code":400,"name":"START_PARAM_TOO_LONG","comment":"Start parameter is too long."}],"available":"user"},{"kind":"method","name":"messages.getMessagesViews","type":"messages.MessageViews","typeModifiers":{"constructorId":3066361155},"id":1468322785,"comment":"Get and increase the view counter of a message sent or forwarded from a <a href=\"https://corefork.telegram.org/api/channel\">channel</a>","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer where the message was found"},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"ID of message"},{"name":"increment","type":"Bool","comment":"Whether to mark the message as viewed and increment the view counter"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.editChatAdmin","type":"Bool","id":2824589762,"comment":"Make a user admin in a <a href=\"https://corefork.telegram.org/api/channel#basic-groups\">basic group</a>.","arguments":[{"name":"chat_id","type":"int53","comment":"The ID of the group"},{"name":"user_id","type":"InputUser","comment":"The user to make admin"},{"name":"is_admin","type":"Bool","comment":"Whether to make them admin"}],"throws":[{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."},{"code":400,"name":"USER_NOT_PARTICIPANT","comment":"You're not a member of this supergroup/channel."}],"available":"user"},{"kind":"method","name":"messages.migrateChat","type":"Updates","id":2726777625,"comment":"Turn a <a href=\"https://corefork.telegram.org/api/channel#migration\">basic group into a supergroup</a>","arguments":[{"name":"chat_id","type":"int53","comment":"<a href=\"https://corefork.telegram.org/api/channel#basic-groups\">Basic group</a> to migrate"}],"throws":[{"code":400,"name":"CHANNELS_TOO_MUCH","comment":"You have joined too many channels/supergroups."},{"code":500,"name":"CHANNEL_ID_GENERATE_FAILED","comment":" "},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.searchGlobal","type":"messages.Messages","id":1271290010,"comment":"Search for messages and peers globally","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"folder_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"},{"name":"q","type":"string","comment":"Query"},{"name":"filter","type":"MessagesFilter","comment":"Global search filter"},{"name":"min_date","type":"int","comment":"If a positive value was specified, the method will return only messages with date bigger than min_date"},{"name":"max_date","type":"int","comment":"If a positive value was transferred, the method will return only messages with date smaller than max_date"},{"name":"offset_rate","type":"int","comment":"Initially 0, then set to the {@link messages.RawMessagesSlice}"},{"name":"offset_peer","type":"InputPeer","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"offset_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"limit","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"}],"throws":[{"code":400,"name":"FOLDER_ID_INVALID","comment":"Invalid folder ID."},{"code":400,"name":"SEARCH_QUERY_EMPTY","comment":"The search query is empty."}],"available":"user"},{"kind":"method","name":"messages.reorderStickerSets","type":"Bool","id":2016638777,"comment":"Reorder installed stickersets","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"masks","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Reorder mask stickersets"},{"name":"emojis","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Reorder <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji stickersets</a>"},{"name":"order","type":"long","typeModifiers":{"isVector":true},"comment":"New stickerset order by stickerset IDs"}],"available":"user"},{"kind":"method","name":"messages.getDocumentByHash","type":"Document","id":2985428511,"comment":"Get a document by its SHA256 hash, mainly used for gifs","arguments":[{"name":"sha256","type":"bytes","comment":"SHA256 of file"},{"name":"size","type":"int53","comment":"Size of the file in bytes"},{"name":"mime_type","type":"string","comment":"Mime type"}],"throws":[{"code":400,"name":"SHA256_HASH_INVALID","comment":"The provided SHA256 hash is invalid."}],"available":"both"},{"kind":"method","name":"messages.getSavedGifs","type":"messages.SavedGifs","id":1559270965,"comment":"Get saved GIFs","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"messages.saveGif","type":"Bool","id":846868683,"comment":"Add GIF to saved gifs list","arguments":[{"name":"id","type":"InputDocument","comment":"GIF to save"},{"name":"unsave","type":"Bool","comment":"Whether to remove GIF from saved gifs list"}],"throws":[{"code":400,"name":"GIF_ID_INVALID","comment":"The provided GIF ID is invalid."}],"available":"user"},{"kind":"method","name":"messages.getInlineBotResults","type":"messages.BotResults","typeModifiers":{"constructorId":3760321270},"id":1364105629,"comment":"Query an inline bot","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"bot","type":"InputUser","comment":"The bot to query"},{"name":"peer","type":"InputPeer","comment":"The currently opened chat"},{"name":"geo_point","type":"InputGeoPoint","typeModifiers":{"predicate":"flags.0"},"comment":"The geolocation, if requested"},{"name":"query","type":"string","comment":"The query"},{"name":"offset","type":"string","comment":"The offset within the results, will be passed directly as-is to the bot."}],"throws":[{"code":400,"name":"BOT_INLINE_DISABLED","comment":"This bot can't be used in inline mode."},{"code":400,"name":"BOT_INVALID","comment":"This is not a valid bot."},{"code":400,"name":"BOT_RESPONSE_TIMEOUT","comment":"A timeout occurred while fetching data from the bot."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":-503,"name":"Timeout","comment":"Timeout while fetching data."}],"available":"user"},{"kind":"method","name":"messages.setInlineBotResults","type":"Bool","id":3138561049,"comment":"Answer an inline query, for bots only","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"gallery","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Set this flag if the results are composed of media files"},{"name":"private","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Set this flag if results may be cached on the server side only for the user that sent the query. By default, results may be returned to any user who sends the same query"},{"name":"query_id","type":"long","comment":"Unique identifier for the answered query"},{"name":"results","type":"InputBotInlineResult","typeModifiers":{"isVector":true},"comment":"Vector of results for the inline query"},{"name":"cache_time","type":"int","comment":"The maximum amount of time in seconds that the result of the inline query may be cached on the server. Defaults to 300."},{"name":"next_offset","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"Pass the offset that a client should send in the next query with the same text to receive more results. Pass an empty string if there are no more results or if you don't support pagination. Offset length can't exceed 64 bytes."},{"name":"switch_pm","type":"InlineBotSwitchPM","typeModifiers":{"predicate":"flags.3"},"comment":"If passed, clients will display a button on top of the remaining inline result list with the specified text, that switches the user to a private chat with the bot and sends the bot a start message with a certain parameter."},{"name":"switch_webview","type":"InlineBotWebView","typeModifiers":{"predicate":"flags.4"},"comment":"If passed, clients will display a button on top of the remaining inline result list with the specified text, that switches the user to the specified <a href=\"https://corefork.telegram.org/api/bots/webapps#simple-web-apps\">bot web app</a>."}],"throws":[{"code":400,"name":"ARTICLE_TITLE_EMPTY","comment":"The title of the article is empty."},{"code":400,"name":"AUDIO_CONTENT_URL_EMPTY","comment":"The remote URL specified in the content field is empty."},{"code":400,"name":"AUDIO_TITLE_EMPTY","comment":"An empty audio title was provided."},{"code":400,"name":"BUTTON_DATA_INVALID","comment":"The data of one or more of the buttons you provided is invalid."},{"code":400,"name":"BUTTON_TYPE_INVALID","comment":"The type of one or more of the buttons you provided is invalid."},{"code":400,"name":"BUTTON_URL_INVALID","comment":"Button URL invalid."},{"code":400,"name":"DOCUMENT_INVALID","comment":"The specified document is invalid."},{"code":400,"name":"FILE_CONTENT_TYPE_INVALID","comment":"File content-type is invalid."},{"code":400,"name":"FILE_TITLE_EMPTY","comment":"An empty file title was specified."},{"code":400,"name":"GIF_CONTENT_TYPE_INVALID","comment":"GIF content-type invalid."},{"code":400,"name":"MESSAGE_EMPTY","comment":"The provided message is empty."},{"code":400,"name":"MESSAGE_TOO_LONG","comment":"The provided message is too long."},{"code":400,"name":"NEXT_OFFSET_INVALID","comment":"The specified offset is longer than 64 bytes."},{"code":400,"name":"PHOTO_CONTENT_TYPE_INVALID","comment":"Photo mime-type invalid."},{"code":400,"name":"PHOTO_CONTENT_URL_EMPTY","comment":"Photo URL invalid."},{"code":400,"name":"PHOTO_INVALID","comment":"Photo invalid."},{"code":400,"name":"PHOTO_THUMB_URL_EMPTY","comment":"Photo thumbnail URL is empty."},{"code":400,"name":"QUERY_ID_INVALID","comment":"The query ID is invalid."},{"code":400,"name":"REPLY_MARKUP_INVALID","comment":"The provided reply markup is invalid."},{"code":400,"name":"RESULTS_TOO_MUCH","comment":"Too many results were provided."},{"code":400,"name":"RESULT_ID_DUPLICATE","comment":"You provided a duplicate result ID."},{"code":400,"name":"RESULT_ID_INVALID","comment":"One of the specified result IDs is invalid."},{"code":400,"name":"RESULT_TYPE_INVALID","comment":"Result type invalid."},{"code":400,"name":"SEND_MESSAGE_MEDIA_INVALID","comment":"Invalid media provided."},{"code":400,"name":"SEND_MESSAGE_TYPE_INVALID","comment":"The message type is invalid."},{"code":400,"name":"START_PARAM_EMPTY","comment":"The start parameter is empty."},{"code":400,"name":"START_PARAM_INVALID","comment":"Start parameter invalid."},{"code":400,"name":"STICKER_DOCUMENT_INVALID","comment":"The specified sticker document is invalid."},{"code":400,"name":"SWITCH_PM_TEXT_EMPTY","comment":"The switch_pm.text field was empty."},{"code":400,"name":"URL_INVALID","comment":"Invalid URL provided."},{"code":403,"name":"USER_BOT_INVALID","comment":"User accounts must provide the bot method parameter when calling this method. If there is no such method parameter, this method can only be invoked by bot accounts."},{"code":400,"name":"VIDEO_TITLE_EMPTY","comment":"The specified video title is empty."},{"code":400,"name":"WEBDOCUMENT_INVALID","comment":"Invalid webdocument URL provided."},{"code":400,"name":"WEBDOCUMENT_MIME_INVALID","comment":"Invalid webdocument mime type provided."},{"code":400,"name":"WEBDOCUMENT_SIZE_TOO_BIG","comment":"Webdocument is too big!"},{"code":400,"name":"WEBDOCUMENT_URL_INVALID","comment":"The specified webdocument URL is invalid."}],"available":"bot"},{"kind":"method","name":"messages.sendInlineBotResult","id":4156319930,"type":"Updates","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"silent","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether to send the message silently (no notification will be triggered on the other client)"},{"name":"background","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Whether to send the message in background"},{"name":"clear_draft","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"Whether to clear the <a href=\"https://corefork.telegram.org/api/drafts\">draft</a>"},{"name":"hide_via","type":"true","typeModifiers":{"predicate":"flags.11"},"comment":"Whether to hide the <code>via @botname</code> in the resulting message (only for bot usernames encountered in the {@link RawConfig})"},{"name":"peer","type":"InputPeer","comment":"Destination"},{"name":"reply_to","type":"InputReplyTo","typeModifiers":{"predicate":"flags.0"},"comment":"If set, indicates that the message should be sent in reply to the specified message or story."},{"name":"random_id","type":"long","comment":"Random ID to avoid resending the same query"},{"name":"query_id","type":"long","comment":"Query ID from {@link messages.RawGetInlineBotResultsRequest}"},{"name":"id","type":"string","comment":"Result ID from {@link messages.RawGetInlineBotResultsRequest}"},{"name":"schedule_date","type":"int","typeModifiers":{"predicate":"flags.10"},"comment":"Scheduled message date for scheduled messages"},{"name":"send_as","type":"InputPeer","typeModifiers":{"predicate":"flags.13"},"comment":"Send this message as the specified peer"}],"comment":"Send a result obtained using {@link messages.RawGetInlineBotResultsRequest}.","throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":403,"name":"CHAT_GUEST_SEND_FORBIDDEN","comment":"You join the discussion group before commenting, see here » for more info."},{"code":400,"name":"CHAT_RESTRICTED","comment":"You can't send messages in this chat, you were restricted."},{"code":403,"name":"CHAT_SEND_AUDIOS_FORBIDDEN","comment":"You can't send audio messages in this chat."},{"code":403,"name":"CHAT_SEND_GAME_FORBIDDEN","comment":"You can't send a game to this chat."},{"code":403,"name":"CHAT_SEND_GIFS_FORBIDDEN","comment":"You can't send gifs in this chat."},{"code":403,"name":"CHAT_SEND_INLINE_FORBIDDEN","comment":"You can't send inline messages in this group."},{"code":403,"name":"CHAT_SEND_MEDIA_FORBIDDEN","comment":"You can't send media in this chat."},{"code":403,"name":"CHAT_SEND_PHOTOS_FORBIDDEN","comment":"You can't send photos in this chat."},{"code":403,"name":"CHAT_SEND_STICKERS_FORBIDDEN","comment":"You can't send stickers in this chat."},{"code":403,"name":"CHAT_SEND_VOICES_FORBIDDEN","comment":"You can't send voice recordings in this chat."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"ENTITY_BOUNDS_INVALID","comment":"A specified entity offset or length is invalid, see here » for info on how to properly compute the entity offset/length."},{"code":400,"name":"INLINE_RESULT_EXPIRED","comment":"The inline query expired."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"MEDIA_EMPTY","comment":"The provided media object is invalid."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"QUERY_ID_EMPTY","comment":"The query ID is empty."},{"code":500,"name":"RANDOM_ID_DUPLICATE","comment":"You provided a random ID that was already used."},{"code":400,"name":"RESULT_ID_EMPTY","comment":"Result ID empty."},{"code":400,"name":"RESULT_ID_INVALID","comment":"One of the specified result IDs is invalid."},{"code":400,"name":"SCHEDULE_DATE_TOO_LATE","comment":"You can't schedule a message this far in the future."},{"code":400,"name":"SCHEDULE_TOO_MUCH","comment":"There are too many scheduled messages."},{"code":420,"name":"SLOWMODE_WAIT_%d","comment":"Slowmode is enabled in this chat: wait %d seconds before sending another message to this chat."},{"code":400,"name":"TOPIC_DELETED","comment":"The specified topic was deleted."},{"code":400,"name":"USER_BANNED_IN_CHANNEL","comment":"You're banned from sending messages in supergroups/channels."},{"code":400,"name":"VOICE_MESSAGES_FORBIDDEN","comment":"This user's privacy settings forbid you from sending voice messages."},{"code":400,"name":"WEBPAGE_CURL_FAILED","comment":"Failure while fetching the webpage with cURL."},{"code":400,"name":"WEBPAGE_MEDIA_EMPTY","comment":"Webpage media empty."},{"code":400,"name":"YOU_BLOCKED_USER","comment":"You blocked this user."}],"available":"user"},{"kind":"method","name":"messages.getMessageEditData","type":"messages.MessageEditData","typeModifiers":{"constructorId":649453030},"id":4255550774,"comment":"Find out if a media message's caption can be edited","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer where the media was sent"},{"name":"id","type":"int","comment":"ID of message"}],"throws":[{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":403,"name":"MESSAGE_AUTHOR_REQUIRED","comment":"Message author required."},{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.editMessage","type":"Updates","id":1224152952,"comment":"Edit message","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"no_webpage","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Disable webpage preview"},{"name":"invert_media","type":"true","typeModifiers":{"predicate":"flags.16"}},{"name":"peer","type":"InputPeer","comment":"Where was the message sent"},{"name":"id","type":"int","comment":"ID of the message to edit"},{"name":"message","type":"string","typeModifiers":{"predicate":"flags.11"},"comment":"New message"},{"name":"media","type":"InputMedia","typeModifiers":{"predicate":"flags.14"},"comment":"New attached media"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Reply markup for inline keyboards"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.3","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"},{"name":"schedule_date","type":"int","typeModifiers":{"predicate":"flags.15"},"comment":"Scheduled message date for <a href=\"https://corefork.telegram.org/api/scheduled-messages\">scheduled messages</a>"}],"throws":[{"code":400,"name":"BOT_DOMAIN_INVALID","comment":"Bot domain invalid."},{"code":400,"name":"BOT_INVALID","comment":"This is not a valid bot."},{"code":400,"name":"BUTTON_DATA_INVALID","comment":"The data of one or more of the buttons you provided is invalid."},{"code":400,"name":"BUTTON_TYPE_INVALID","comment":"The type of one or more of the buttons you provided is invalid."},{"code":400,"name":"BUTTON_URL_INVALID","comment":"Button URL invalid."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_FORWARDS_RESTRICTED","comment":"You can't forward messages from a protected chat."},{"code":403,"name":"CHAT_SEND_GIFS_FORBIDDEN","comment":"You can't send gifs in this chat."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"DOCUMENT_INVALID","comment":"The specified document is invalid."},{"code":400,"name":"ENTITIES_TOO_LONG","comment":"You provided too many styled message entities."},{"code":400,"name":"ENTITY_BOUNDS_INVALID","comment":"A specified entity offset or length is invalid, see here » for info on how to properly compute the entity offset/length."},{"code":400,"name":"FILE_PARTS_INVALID","comment":"The number of file parts is invalid."},{"code":400,"name":"IMAGE_PROCESS_FAILED","comment":"Failure while processing image."},{"code":403,"name":"INLINE_BOT_REQUIRED","comment":"Only the inline bot can edit message."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"MEDIA_CAPTION_TOO_LONG","comment":"The caption is too long."},{"code":400,"name":"MEDIA_EMPTY","comment":"The provided media object is invalid."},{"code":400,"name":"MEDIA_GROUPED_INVALID","comment":"You tried to send media of different types in an album."},{"code":400,"name":"MEDIA_INVALID","comment":"Media invalid."},{"code":400,"name":"MEDIA_NEW_INVALID","comment":"The new media is invalid."},{"code":400,"name":"MEDIA_PREV_INVALID","comment":"Previous media invalid."},{"code":400,"name":"MEDIA_TTL_INVALID","comment":"The specified media TTL is invalid."},{"code":403,"name":"MESSAGE_AUTHOR_REQUIRED","comment":"Message author required."},{"code":400,"name":"MESSAGE_EDIT_TIME_EXPIRED","comment":"You can't edit this message anymore, too much time has passed since its creation."},{"code":400,"name":"MESSAGE_EMPTY","comment":"The provided message is empty."},{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"MESSAGE_NOT_MODIFIED","comment":"The provided message data is identical to the previous message data, the message wasn't modified."},{"code":400,"name":"MESSAGE_TOO_LONG","comment":"The provided message is too long."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":500,"name":"MSG_WAIT_FAILED","comment":"A waiting call returned an error."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"REPLY_MARKUP_INVALID","comment":"The provided reply markup is invalid."},{"code":400,"name":"SCHEDULE_DATE_INVALID","comment":"Invalid schedule date provided."},{"code":400,"name":"USER_BANNED_IN_CHANNEL","comment":"You're banned from sending messages in supergroups/channels."}],"available":"both"},{"kind":"method","name":"messages.editInlineBotMessage","type":"Bool","id":2203418042,"comment":"Edit an inline bot message","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"no_webpage","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Disable webpage preview"},{"name":"invert_media","type":"true","typeModifiers":{"predicate":"flags.16"}},{"name":"id","type":"InputBotInlineMessageID","comment":"Sent inline message ID"},{"name":"message","type":"string","typeModifiers":{"predicate":"flags.11"},"comment":"Message"},{"name":"media","type":"InputMedia","typeModifiers":{"predicate":"flags.14"},"comment":"Media"},{"name":"reply_markup","type":"ReplyMarkup","typeModifiers":{"predicate":"flags.2"},"comment":"Reply markup for inline keyboards"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.3","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"}],"throws":[{"code":400,"name":"BUTTON_DATA_INVALID","comment":"The data of one or more of the buttons you provided is invalid."},{"code":400,"name":"ENTITY_BOUNDS_INVALID","comment":"A specified entity offset or length is invalid, see here » for info on how to properly compute the entity offset/length."},{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"MESSAGE_NOT_MODIFIED","comment":"The provided message data is identical to the previous message data, the message wasn't modified."}],"available":"both"},{"kind":"method","name":"messages.getBotCallbackAnswer","type":"messages.BotCallbackAnswer","typeModifiers":{"constructorId":911761060},"id":2470627847,"comment":"Press an inline callback button and get a callback answer from the bot","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"game","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether this is a \"play game\" button"},{"name":"peer","type":"InputPeer","comment":"Where was the inline keyboard sent"},{"name":"msg_id","type":"int","comment":"ID of the Message with the inline keyboard"},{"name":"data","type":"bytes","typeModifiers":{"predicate":"flags.0"},"comment":"Callback data"},{"name":"password","type":"InputCheckPasswordSRP","typeModifiers":{"predicate":"flags.2"},"comment":"For buttons {@link RawKeyboardButtonCallback}, the SRP payload generated using <a href=\"https://corefork.telegram.org/api/srp\">SRP</a>."}],"throws":[{"code":400,"name":"BOT_RESPONSE_TIMEOUT","comment":"A timeout occurred while fetching data from the bot."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"DATA_INVALID","comment":"Encrypted data invalid."},{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":-503,"name":"Timeout","comment":"Timeout while fetching data."}],"available":"user"},{"kind":"method","name":"messages.setBotCallbackAnswer","type":"Bool","id":3582923530,"comment":"Set the callback answer to a user button press (bots only)","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"alert","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether to show the message as a popup instead of a toast notification"},{"name":"query_id","type":"long","comment":"Query ID"},{"name":"message","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Popup to show"},{"name":"url","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"URL to open"},{"name":"cache_time","type":"int","comment":"Cache validity"}],"throws":[{"code":400,"name":"MESSAGE_TOO_LONG","comment":"The provided message is too long."},{"code":400,"name":"QUERY_ID_INVALID","comment":"The query ID is invalid."},{"code":400,"name":"URL_INVALID","comment":"Invalid URL provided."},{"code":400,"name":"USER_BOT_REQUIRED","comment":"This method can only be called by a bot."}],"available":"bot"},{"kind":"method","name":"messages.getPeerDialogs","type":"messages.PeerDialogs","typeModifiers":{"constructorId":863093588},"id":3832593661,"comment":"Get dialog info of specified peers","arguments":[{"name":"peers","type":"InputDialogPeer","typeModifiers":{"isVector":true},"comment":"Peers"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.saveDraft","id":2146678790,"type":"Bool","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"no_webpage","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Disable generation of the webpage preview"},{"name":"invert_media","type":"true","typeModifiers":{"predicate":"flags.6"}},{"name":"reply_to","type":"InputReplyTo","typeModifiers":{"predicate":"flags.4"}},{"name":"peer","type":"InputPeer","comment":"Destination of the message that should be sent"},{"name":"message","type":"string","comment":"The draft"},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.3","isVector":true},"comment":"Message <a href=\"https://corefork.telegram.org/api/entities\">entities</a> for styled text"},{"name":"media","type":"InputMedia","typeModifiers":{"predicate":"flags.5"}}],"comment":"Save a message <a href=\"https://corefork.telegram.org/api/drafts\">draft</a> associated to a chat.","throws":[{"code":400,"name":"ENTITY_BOUNDS_INVALID","comment":"A specified entity offset or length is invalid, see here » for info on how to properly compute the entity offset/length."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.getAllDrafts","type":"Updates","id":1782549861,"comment":"Return all message <a href=\"https://corefork.telegram.org/api/drafts\">drafts</a>.<br>\nReturns all the latest {@link RawUpdateDraftMessage} updates related to all chats with drafts.","arguments":[],"available":"user"},{"kind":"method","name":"messages.getFeaturedStickers","type":"messages.FeaturedStickers","id":1685588756,"comment":"Get featured stickers","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"messages.readFeaturedStickers","type":"Bool","id":1527873830,"comment":"Mark new featured stickers as read","arguments":[{"name":"id","type":"long","typeModifiers":{"isVector":true},"comment":"IDs of stickersets to mark as read"}],"available":"user"},{"kind":"method","name":"messages.getRecentStickers","type":"messages.RecentStickers","id":2645114939,"comment":"Get recent stickers","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"attached","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Get stickers recently attached to photo or video files"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"messages.saveRecentSticker","type":"Bool","id":958863608,"comment":"Add/remove sticker from recent stickers list","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"attached","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to add/remove stickers recently attached to photo or video files"},{"name":"id","type":"InputDocument","comment":"Sticker"},{"name":"unsave","type":"Bool","comment":"Whether to save or unsave the sticker"}],"throws":[{"code":400,"name":"STICKER_ID_INVALID","comment":"The provided sticker ID is invalid."}],"available":"user"},{"kind":"method","name":"messages.clearRecentStickers","type":"Bool","id":2308530221,"comment":"Clear recent stickers","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"attached","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Set this flag to clear the list of stickers recently attached to photo or video files"}],"available":"user"},{"kind":"method","name":"messages.getArchivedStickers","type":"messages.ArchivedStickers","typeModifiers":{"constructorId":1338747336},"id":1475442322,"comment":"Get all archived stickers","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"masks","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Get <a href=\"https://corefork.telegram.org/api/stickers#mask-stickers\">mask stickers</a>"},{"name":"emojis","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Get <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji stickers</a>"},{"name":"offset_id","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"available":"user"},{"kind":"method","name":"messages.getMaskStickers","type":"messages.AllStickers","id":1678738104,"comment":"Get installed mask stickers","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"messages.getAttachedStickers","type":"StickerSetCovered","typeModifiers":{"isVector":true},"id":3428542412,"comment":"Get stickers attached to a photo or video","arguments":[{"name":"media","type":"InputStickeredMedia","comment":"Stickered media"}],"available":"user"},{"kind":"method","name":"messages.setGameScore","type":"Updates","id":2398678208,"comment":"Use this method to set the score of the specified user in a game sent as a normal message (bots only).","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"edit_message","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Set this flag if the game message should be automatically edited to include the current scoreboard"},{"name":"force","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Set this flag if the high score is allowed to decrease. This can be useful when fixing mistakes or banning cheaters"},{"name":"peer","type":"InputPeer","comment":"Unique identifier of target chat"},{"name":"id","type":"int","comment":"Identifier of the sent message"},{"name":"user_id","type":"InputUser","comment":"User identifier"},{"name":"score","type":"int","comment":"New score"}],"throws":[{"code":400,"name":"BOT_SCORE_NOT_MODIFIED","comment":"The score wasn't modified."},{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"SCORE_INVALID","comment":"The specified game score is invalid."},{"code":400,"name":"USER_BOT_REQUIRED","comment":"This method can only be called by a bot."}],"available":"bot"},{"kind":"method","name":"messages.setInlineGameScore","type":"Bool","id":363700068,"comment":"Use this method to set the score of the specified user in a game sent as an inline message (bots only).","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"edit_message","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Set this flag if the game message should be automatically edited to include the current scoreboard"},{"name":"force","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Set this flag if the high score is allowed to decrease. This can be useful when fixing mistakes or banning cheaters"},{"name":"id","type":"InputBotInlineMessageID","comment":"ID of the inline message"},{"name":"user_id","type":"InputUser","comment":"User identifier"},{"name":"score","type":"int","comment":"New score"}],"throws":[{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"USER_BOT_REQUIRED","comment":"This method can only be called by a bot."}],"available":"bot"},{"kind":"method","name":"messages.getGameHighScores","type":"messages.HighScores","typeModifiers":{"constructorId":2587622809},"id":3894568093,"comment":"Get highscores of a game","arguments":[{"name":"peer","type":"InputPeer","comment":"Where was the game sent"},{"name":"id","type":"int","comment":"ID of message with game media attachment"},{"name":"user_id","type":"InputUser","comment":"Get high scores made by a certain user"}],"throws":[{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"USER_BOT_REQUIRED","comment":"This method can only be called by a bot."}],"available":"bot"},{"kind":"method","name":"messages.getInlineGameHighScores","type":"messages.HighScores","typeModifiers":{"constructorId":2587622809},"id":258170395,"comment":"Get highscores of a game sent using an inline bot","arguments":[{"name":"id","type":"InputBotInlineMessageID","comment":"ID of inline message"},{"name":"user_id","type":"InputUser","comment":"Get high scores of a certain user"}],"throws":[{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"USER_BOT_REQUIRED","comment":"This method can only be called by a bot."}],"available":"bot"},{"kind":"method","name":"messages.getCommonChats","type":"messages.Chats","id":3826032900,"comment":"Get chats in common with a user","arguments":[{"name":"user_id","type":"InputUser","comment":"User ID"},{"name":"max_id","type":"int53","comment":"Maximum ID of chat to return (see <a href=\"https://corefork.telegram.org/api/offsets\">pagination</a>)"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"throws":[{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."}],"available":"user"},{"kind":"method","name":"messages.getWebPage","id":2375455395,"type":"messages.WebPage","arguments":[{"name":"url","type":"string","comment":"URL of IV page to fetch"},{"name":"hash","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"typeModifiers":{"constructorId":4250800829},"comment":"Get <a href=\"https://instantview.telegram.org/\">instant view</a> page","throws":[{"code":400,"name":"WC_CONVERT_URL_INVALID","comment":"WC convert URL invalid."}],"available":"user"},{"kind":"method","name":"messages.toggleDialogPin","type":"Bool","id":2805064279,"comment":"Pin/unpin a dialog","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"pinned","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to pin or unpin the dialog"},{"name":"peer","type":"InputDialogPeer","comment":"The dialog to pin"}],"throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"PEER_HISTORY_EMPTY","comment":"You can't pin an empty chat with a user."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"PINNED_DIALOGS_TOO_MUCH","comment":"Too many pinned dialogs."}],"available":"user"},{"kind":"method","name":"messages.reorderPinnedDialogs","type":"Bool","id":991616823,"comment":"Reorder pinned dialogs","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"force","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"If set, dialogs pinned server-side but not present in the <code>order</code> field will be unpinned."},{"name":"folder_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"},{"name":"order","type":"InputDialogPeer","typeModifiers":{"isVector":true},"comment":"New dialog order"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.getPinnedDialogs","type":"messages.PeerDialogs","typeModifiers":{"constructorId":863093588},"id":3602468338,"comment":"Get pinned dialogs","arguments":[{"name":"folder_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/folders#peer-folders\">Peer folder ID, for more info click here</a>"}],"throws":[{"code":400,"name":"FOLDER_ID_INVALID","comment":"Invalid folder ID."}],"available":"user"},{"kind":"method","name":"messages.setBotShippingResults","type":"Bool","id":3858133754,"comment":"If you sent an invoice requesting a shipping address and the parameter is_flexible was specified, the bot will receive an {@link RawUpdateBotShippingQuery} update. Use this method to reply to shipping queries.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"query_id","type":"long","comment":"Unique identifier for the query to be answered"},{"name":"error","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Error message in human readable form that explains why it is impossible to complete the order (e.g. \"Sorry, delivery to your desired address is unavailable\"). Telegram will display this message to the user."},{"name":"shipping_options","type":"ShippingOption","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"A vector of available shipping options."}],"throws":[{"code":400,"name":"QUERY_ID_INVALID","comment":"The query ID is invalid."}],"available":"both"},{"kind":"method","name":"messages.setBotPrecheckoutResults","type":"Bool","id":163765653,"comment":"Once the user has confirmed their payment and shipping details, the bot receives an {@link RawUpdateBotPrecheckoutQuery} update.<br>\nUse this method to respond to such pre-checkout queries.<br>\n<strong>Note</strong>: Telegram must receive an answer within 10 seconds after the pre-checkout query was sent.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"success","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Set this flag if everything is alright (goods are available, etc.) and the bot is ready to proceed with the order, otherwise do not set it, and set the <code>error</code> field, instead"},{"name":"query_id","type":"long","comment":"Unique identifier for the query to be answered"},{"name":"error","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Required if the <code>success</code> isn't set. Error message in human readable form that explains the reason for failure to proceed with the checkout (e.g. \"Sorry, somebody just bought the last of our amazing black T-shirts while you were busy filling out your payment details. Please choose a different color or garment!\"). Telegram will display this message to the user."}],"throws":[{"code":400,"name":"ERROR_TEXT_EMPTY","comment":"The provided error message is empty."}],"available":"both"},{"kind":"method","name":"messages.uploadMedia","type":"MessageMedia","id":1369162417,"comment":"Upload a file and associate it to a chat (without actually sending it to the chat)","arguments":[{"name":"peer","type":"InputPeer","comment":"The chat, can be {@link RawInputPeerEmpty} for bots and {@link RawInputPeerSelf} for users."},{"name":"media","type":"InputMedia","comment":"File uploaded in chunks as described in <a href=\"https://corefork.telegram.org/api/files\">files »</a>"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"CHAT_RESTRICTED","comment":"You can't send messages in this chat, you were restricted."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"FILE_PARTS_INVALID","comment":"The number of file parts is invalid."},{"code":400,"name":"FILE_PART_LENGTH_INVALID","comment":"The length of a file part is invalid."},{"code":400,"name":"IMAGE_PROCESS_FAILED","comment":"Failure while processing image."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"MEDIA_INVALID","comment":"Media invalid."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"PHOTO_EXT_INVALID","comment":"The extension of the photo is invalid."},{"code":400,"name":"PHOTO_INVALID_DIMENSIONS","comment":"The photo dimensions are invalid."},{"code":400,"name":"PHOTO_SAVE_FILE_INVALID","comment":"Internal issues, try again later."},{"code":400,"name":"USER_BANNED_IN_CHANNEL","comment":"You're banned from sending messages in supergroups/channels."},{"code":400,"name":"WEBPAGE_CURL_FAILED","comment":"Failure while fetching the webpage with cURL."}],"available":"both"},{"kind":"method","name":"messages.sendScreenshotNotification","id":2705348631,"type":"Updates","arguments":[{"name":"peer","type":"InputPeer","comment":"Other user"},{"name":"reply_to","type":"InputReplyTo","comment":"Indicates the message that was screenshotted (the specified message ID can also be <code>0</code> to avoid indicating any specific message)."},{"name":"random_id","type":"long","comment":"Random ID to avoid message resending"}],"comment":"Notify the other user in a private chat that a screenshot of the chat was taken","throws":[{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"YOU_BLOCKED_USER","comment":"You blocked this user."}],"available":"user"},{"kind":"method","name":"messages.getFavedStickers","type":"messages.FavedStickers","id":82946729,"comment":"Get faved stickers","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"messages.faveSticker","type":"Bool","id":3120547163,"comment":"Mark or unmark a sticker as favorite","arguments":[{"name":"id","type":"InputDocument","comment":"Sticker in question"},{"name":"unfave","type":"Bool","comment":"Whether to add or remove a sticker from favorites"}],"throws":[{"code":400,"name":"STICKER_ID_INVALID","comment":"The provided sticker ID is invalid."}],"available":"user"},{"kind":"method","name":"messages.getUnreadMentions","type":"messages.Messages","id":4043827088,"comment":"Get unread messages where we were mentioned","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"InputPeer","comment":"Peer where to look for mentions"},{"name":"top_msg_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"If set, considers only messages within the specified <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a>"},{"name":"offset_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"add_offset","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"},{"name":"max_id","type":"int","comment":"Maximum message ID to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"},{"name":"min_id","type":"int","comment":"Minimum message ID to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.readMentions","type":"messages.AffectedHistory","typeModifiers":{"constructorId":3025955281},"id":921026381,"comment":"Mark mentions as read","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"InputPeer","comment":"Dialog"},{"name":"top_msg_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Mark as read only mentions within the specified <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a>"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.getRecentLocations","type":"messages.Messages","id":1881817312,"comment":"Get live location history of a certain user","arguments":[{"name":"peer","type":"InputPeer","comment":"User"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"messages.sendMultiMedia","id":1164872071,"type":"Updates","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"silent","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether to send the album silently (no notification triggered)"},{"name":"background","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Send in background?"},{"name":"clear_draft","type":"true","typeModifiers":{"predicate":"flags.7"},"comment":"Whether to clear <a href=\"https://corefork.telegram.org/api/drafts\">drafts</a>"},{"name":"noforwards","type":"true","typeModifiers":{"predicate":"flags.14"},"comment":"Only for bots, disallows forwarding and saving of the messages, even if the destination chat doesn't have <a href=\"https://telegram.org/blog/protected-content-delete-by-date-and-more\">content protection</a> enabled"},{"name":"update_stickersets_order","type":"true","typeModifiers":{"predicate":"flags.15"},"comment":"Whether to move used stickersets to top, <a href=\"https://corefork.telegram.org/api/stickers#recent-stickersets\">see here for more info on this flag »</a>"},{"name":"invert_media","type":"true","typeModifiers":{"predicate":"flags.16"}},{"name":"peer","type":"InputPeer","comment":"The destination chat"},{"name":"reply_to","type":"InputReplyTo","typeModifiers":{"predicate":"flags.0"},"comment":"If set, indicates that the message should be sent in reply to the specified message or story."},{"name":"multi_media","type":"InputSingleMedia","typeModifiers":{"isVector":true},"comment":"The medias to send: note that they must be separately uploaded using {@link messages.RawUploadMediaRequest} first, using raw <code>inputMediaUploaded*</code> constructors is not supported."},{"name":"schedule_date","type":"int","typeModifiers":{"predicate":"flags.10"},"comment":"Scheduled message date for scheduled messages"},{"name":"send_as","type":"InputPeer","typeModifiers":{"predicate":"flags.13"},"comment":"Send this message as the specified peer"}],"comment":"Send an <a href=\"https://corefork.telegram.org/api/files#albums-grouped-media\">album or grouped media</a>","throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_FORWARDS_RESTRICTED","comment":"You can't forward messages from a protected chat."},{"code":403,"name":"CHAT_SEND_MEDIA_FORBIDDEN","comment":"You can't send media in this chat."},{"code":403,"name":"CHAT_SEND_PHOTOS_FORBIDDEN","comment":"You can't send photos in this chat."},{"code":403,"name":"CHAT_SEND_VIDEOS_FORBIDDEN","comment":"You can't send videos in this chat."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"ENTITY_BOUNDS_INVALID","comment":"A specified entity offset or length is invalid, see here » for info on how to properly compute the entity offset/length."},{"code":400,"name":"MEDIA_CAPTION_TOO_LONG","comment":"The caption is too long."},{"code":400,"name":"MEDIA_EMPTY","comment":"The provided media object is invalid."},{"code":400,"name":"MEDIA_INVALID","comment":"Media invalid."},{"code":400,"name":"MULTI_MEDIA_TOO_LONG","comment":"Too many media files for album."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":500,"name":"RANDOM_ID_DUPLICATE","comment":"You provided a random ID that was already used."},{"code":400,"name":"RANDOM_ID_EMPTY","comment":"Random ID empty."},{"code":400,"name":"SCHEDULE_DATE_TOO_LATE","comment":"You can't schedule a message this far in the future."},{"code":400,"name":"SCHEDULE_TOO_MUCH","comment":"There are too many scheduled messages."},{"code":400,"name":"SEND_AS_PEER_INVALID","comment":"You can't send messages as the specified peer."},{"code":420,"name":"SLOWMODE_WAIT_%d","comment":"Slowmode is enabled in this chat: wait %d seconds before sending another message to this chat."},{"code":400,"name":"TOPIC_CLOSED","comment":"This topic was closed, you can't send messages to it anymore."},{"code":400,"name":"TOPIC_DELETED","comment":"The specified topic was deleted."},{"code":400,"name":"USER_BANNED_IN_CHANNEL","comment":"You're banned from sending messages in supergroups/channels."}],"available":"both"},{"kind":"method","name":"messages.uploadEncryptedFile","type":"EncryptedFile","id":1347929239,"comment":"Upload encrypted file and associate it to a secret chat","arguments":[{"name":"peer","type":"InputEncryptedChat","comment":"The secret chat to associate the file to"},{"name":"file","type":"InputEncryptedFile","comment":"The file"}],"available":"user"},{"kind":"method","name":"messages.searchStickerSets","type":"messages.FoundStickerSets","id":896555914,"comment":"Search for stickersets","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"exclude_featured","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Exclude featured stickersets from results"},{"name":"q","type":"string","comment":"Query string"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"messages.getSplitRanges","type":"MessageRange","typeModifiers":{"isVector":true,"constructorId":182649427},"id":486505992,"comment":"Get message ranges for saving the user's chat history","arguments":[],"available":"user"},{"kind":"method","name":"messages.markDialogUnread","type":"Bool","id":3263617423,"comment":"Manually mark dialog as unread","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"unread","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Mark as unread/read"},{"name":"peer","type":"InputDialogPeer","comment":"Dialog"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.getDialogUnreadMarks","type":"DialogPeer","typeModifiers":{"isVector":true},"id":585256482,"comment":"Get dialogs manually marked as unread","arguments":[],"available":"user"},{"kind":"method","name":"messages.clearAllDrafts","type":"Bool","id":2119757468,"comment":"Clear all <a href=\"https://corefork.telegram.org/api/drafts\">drafts</a>.","arguments":[],"available":"user"},{"kind":"method","name":"messages.updatePinnedMessage","type":"Updates","id":3534419948,"comment":"Pin a message","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"silent","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Pin the message silently, without triggering a notification"},{"name":"unpin","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the message should unpinned or pinned"},{"name":"pm_oneside","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether the message should only be pinned on the local side of a one-to-one chat"},{"name":"peer","type":"InputPeer","comment":"The peer where to pin the message"},{"name":"id","type":"int","comment":"The message to pin or unpin"}],"throws":[{"code":400,"name":"BOT_ONESIDE_NOT_AVAIL","comment":"Bots can't pin messages in PM just for themselves."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"PIN_RESTRICTED","comment":"You can't pin messages."},{"code":400,"name":"USER_BANNED_IN_CHANNEL","comment":"You're banned from sending messages in supergroups/channels."}],"available":"both"},{"kind":"method","name":"messages.sendVote","type":"Updates","id":283795844,"comment":"Vote in a {@link RawPoll}","arguments":[{"name":"peer","type":"InputPeer","comment":"The chat where the poll was sent"},{"name":"msg_id","type":"int","comment":"The message ID of the poll"},{"name":"options","type":"bytes","typeModifiers":{"isVector":true},"comment":"The options that were chosen"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"MESSAGE_POLL_CLOSED","comment":"Poll closed."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"OPTIONS_TOO_MUCH","comment":"Too many options provided."},{"code":400,"name":"OPTION_INVALID","comment":"Invalid option selected."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"REVOTE_NOT_ALLOWED","comment":"You cannot change your vote."}],"available":"user"},{"kind":"method","name":"messages.getPollResults","type":"Updates","id":1941660731,"comment":"Get poll results","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer where the poll was found"},{"name":"msg_id","type":"int","comment":"Message ID of poll message"}],"throws":[{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.getOnlines","type":"ChatOnlines","typeModifiers":{"constructorId":4030849616},"id":1848369232,"comment":"Get count of online users in a chat","arguments":[{"name":"peer","type":"InputPeer","comment":"The chat"}],"throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.editChatAbout","type":"Bool","id":3740665751,"comment":"Edit the description of a <a href=\"https://corefork.telegram.org/api/channel\">group/supergroup/channel</a>.","arguments":[{"name":"peer","type":"InputPeer","comment":"The <a href=\"https://corefork.telegram.org/api/channel\">group/supergroup/channel</a>."},{"name":"about","type":"string","comment":"The new description"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ABOUT_NOT_MODIFIED","comment":"About text has not changed."},{"code":400,"name":"CHAT_ABOUT_TOO_LONG","comment":"Chat about too long."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"both"},{"kind":"method","name":"messages.editChatDefaultBannedRights","type":"Updates","id":2777049921,"comment":"Edit the default banned rights of a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup/group</a>.","arguments":[{"name":"peer","type":"InputPeer","comment":"The peer"},{"name":"banned_rights","type":"ChatBannedRights","comment":"The new global rights"}],"throws":[{"code":400,"name":"BANNED_RIGHTS_INVALID","comment":"You provided some invalid flags in the banned rights."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"UNTIL_DATE_INVALID","comment":"Invalid until date provided."}],"available":"both"},{"kind":"method","name":"messages.getEmojiKeywords","type":"EmojiKeywordsDifference","typeModifiers":{"constructorId":1556570557},"id":899735650,"comment":"Get localized <a href=\"https://corefork.telegram.org/api/custom-emoji#emoji-keywords\">emoji keywords »</a>.","arguments":[{"name":"lang_code","type":"string","comment":"Language code"}],"available":"user"},{"kind":"method","name":"messages.getEmojiKeywordsDifference","type":"EmojiKeywordsDifference","typeModifiers":{"constructorId":1556570557},"id":352892591,"comment":"Get changed <a href=\"https://corefork.telegram.org/api/custom-emoji#emoji-keywords\">emoji keywords »</a>.","arguments":[{"name":"lang_code","type":"string","comment":"Language code"},{"name":"from_version","type":"int","comment":"Previous stored emoji keyword list <code>version</code>"}],"available":"user"},{"kind":"method","name":"messages.getEmojiKeywordsLanguages","type":"EmojiLanguage","typeModifiers":{"isVector":true,"constructorId":3019592545},"id":1318675378,"comment":"Obtain a list of related languages that must be used when fetching <a href=\"https://corefork.telegram.org/api/custom-emoji#emoji-keywords\">emoji keyword lists »</a>.\n\nUsually the method will return the passed language codes (if localized) + <code>en</code> + some language codes for similar languages (if applicable).","arguments":[{"name":"lang_codes","type":"string","typeModifiers":{"isVector":true},"comment":"The user's language codes"}],"available":"user"},{"kind":"method","name":"messages.getEmojiURL","type":"EmojiURL","typeModifiers":{"constructorId":2775937949},"id":3585149990,"comment":"Returns an HTTP URL which can be used to automatically log in into translation platform and suggest new <a href=\"https://corefork.telegram.org/api/custom-emoji#emoji-keywords\">emoji keywords »</a>. The URL will be valid for 30 seconds after generation.","arguments":[{"name":"lang_code","type":"string","comment":"Language code for which the emoji keywords will be suggested"}],"available":"user"},{"kind":"method","name":"messages.getSearchCounters","type":"messages.SearchCounter","typeModifiers":{"isVector":true,"constructorId":3896830975},"id":11435201,"comment":"Get the number of results that would be found by a {@link messages.RawSearchRequest} call with the same parameters","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"InputPeer","comment":"Peer where to search"},{"name":"top_msg_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"If set, consider only messages within the specified <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a>"},{"name":"filters","type":"MessagesFilter","typeModifiers":{"isVector":true},"comment":"Search filters"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.requestUrlAuth","type":"UrlAuthResult","id":428848198,"comment":"Get more info about a Seamless Telegram Login authorization request, for more info <a href=\"https://corefork.telegram.org/api/url-authorization\">click here »</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"InputPeer","typeModifiers":{"predicate":"flags.1"},"comment":"Peer where the message is located"},{"name":"msg_id","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"The message"},{"name":"button_id","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"The ID of the button with the authorization request"},{"name":"url","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"URL used for <a href=\"https://corefork.telegram.org/api/url-authorization#link-url-authorization\">link URL authorization, click here for more info »</a>"}],"available":"user"},{"kind":"method","name":"messages.acceptUrlAuth","type":"UrlAuthResult","id":2972479781,"comment":"Use this to accept a Seamless Telegram Login authorization request, for more info <a href=\"https://corefork.telegram.org/api/url-authorization\">click here »</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"write_allowed","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Set this flag to allow the bot to send messages to you (if requested)"},{"name":"peer","type":"InputPeer","typeModifiers":{"predicate":"flags.1"},"comment":"The location of the message"},{"name":"msg_id","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Message ID of the message with the login button"},{"name":"button_id","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"ID of the login button"},{"name":"url","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"URL used for <a href=\"https://corefork.telegram.org/api/url-authorization#link-url-authorization\">link URL authorization, click here for more info »</a>"}],"available":"user"},{"kind":"method","name":"messages.hidePeerSettingsBar","type":"Bool","id":1336717624,"comment":"Should be called after the user hides the <a href=\"https://corefork.telegram.org/api/action-bar\">report spam/add as contact bar</a> of a new chat, effectively prevents the user from executing the actions specified in the <a href=\"https://corefork.telegram.org/api/action-bar\">action bar »</a>.","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer"}],"available":"user"},{"kind":"method","name":"messages.getScheduledHistory","type":"messages.Messages","id":4111889931,"comment":"Get scheduled messages","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"throws":[{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.getScheduledMessages","type":"messages.Messages","id":3183150180,"comment":"Get scheduled messages","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer"},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"IDs of scheduled messages"}],"throws":[{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.sendScheduledMessages","type":"Updates","id":3174597898,"comment":"Send scheduled messages right away","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer"},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"Scheduled message IDs"}],"throws":[{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.deleteScheduledMessages","type":"Updates","id":1504586518,"comment":"Delete scheduled messages","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer"},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"Scheduled message IDs"}],"available":"user"},{"kind":"method","name":"messages.getPollVotes","type":"messages.VotesList","typeModifiers":{"constructorId":1218005070},"id":3094231054,"comment":"Get poll results for non-anonymous polls","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"InputPeer","comment":"Chat where the poll was sent"},{"name":"id","type":"int","comment":"Message ID"},{"name":"option","type":"bytes","typeModifiers":{"predicate":"flags.0"},"comment":"Get only results for the specified poll <code>option</code>"},{"name":"offset","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Offset for results, taken from the <code>next_offset</code> field of {@link messages.RawVotesList}, initially an empty string. <br>Note: if no more results are available, the method call will return an empty <code>next_offset</code>; thus, avoid providing the <code>next_offset</code> returned in {@link messages.RawVotesList} if it is empty, to avoid an infinite loop."},{"name":"limit","type":"int","comment":"Number of results to return"}],"throws":[{"code":403,"name":"BROADCAST_FORBIDDEN","comment":"Channel poll voters and reactions cannot be fetched to prevent deanonymization."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":403,"name":"POLL_VOTE_REQUIRED","comment":"Cast a vote in the poll before calling this method."}],"available":"user"},{"kind":"method","name":"messages.toggleStickerSets","type":"Bool","id":3037016042,"comment":"Apply changes to multiple stickersets","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"uninstall","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Uninstall the specified stickersets"},{"name":"archive","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Archive the specified stickersets"},{"name":"unarchive","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Unarchive the specified stickersets"},{"name":"stickersets","type":"InputStickerSet","typeModifiers":{"isVector":true},"comment":"Stickersets to act upon"}],"available":"user"},{"kind":"method","name":"messages.getDialogFilters","type":"DialogFilter","typeModifiers":{"isVector":true},"id":4053719405,"comment":"Get <a href=\"https://corefork.telegram.org/api/folders\">folders</a>","arguments":[],"available":"user"},{"kind":"method","name":"messages.getSuggestedDialogFilters","type":"DialogFilterSuggested","typeModifiers":{"isVector":true,"constructorId":2004110666},"id":2728186924,"comment":"Get <a href=\"https://corefork.telegram.org/api/folders\">suggested folders</a>","arguments":[],"available":"user"},{"kind":"method","name":"messages.updateDialogFilter","type":"Bool","id":450142282,"comment":"Update <a href=\"https://corefork.telegram.org/api/folders\">folder</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/folders\">Folder</a> ID"},{"name":"filter","type":"DialogFilter","typeModifiers":{"predicate":"flags.0"},"comment":"<a href=\"https://corefork.telegram.org/api/folders\">Folder</a> info"}],"throws":[{"code":400,"name":"CHATLIST_EXCLUDE_INVALID","comment":" "},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"FILTER_ID_INVALID","comment":"The specified filter ID is invalid."},{"code":400,"name":"FILTER_INCLUDE_EMPTY","comment":"The include_peers vector of the filter is empty."},{"code":400,"name":"FILTER_TITLE_EMPTY","comment":"The title field of the filter is empty."}],"available":"user"},{"kind":"method","name":"messages.updateDialogFiltersOrder","type":"Bool","id":3311649252,"comment":"Reorder <a href=\"https://corefork.telegram.org/api/folders\">folders</a>","arguments":[{"name":"order","type":"int","typeModifiers":{"isVector":true},"comment":"New <a href=\"https://corefork.telegram.org/api/folders\">folder</a> order"}],"available":"user"},{"kind":"method","name":"messages.getOldFeaturedStickers","type":"messages.FeaturedStickers","id":2127598753,"comment":"Method for fetching previously featured stickers","arguments":[{"name":"offset","type":"int","comment":"Offset"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"messages.getReplies","type":"messages.Messages","id":584962828,"comment":"Get messages in a reply thread","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer"},{"name":"msg_id","type":"int","comment":"Message ID"},{"name":"offset_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"offset_date","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"add_offset","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"},{"name":"max_id","type":"int","comment":"If a positive value was transferred, the method will return only messages with ID smaller than max_id"},{"name":"min_id","type":"int","comment":"If a positive value was transferred, the method will return only messages with ID bigger than min_id"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"TOPIC_ID_INVALID","comment":"The specified topic ID is invalid."}],"available":"user"},{"kind":"method","name":"messages.getDiscussionMessage","type":"messages.DiscussionMessage","typeModifiers":{"constructorId":2788431746},"id":1147761405,"comment":"Get <a href=\"https://corefork.telegram.org/api/threads\">discussion message</a> from the <a href=\"https://corefork.telegram.org/api/discussion\">associated discussion group</a> of a channel to show it on top of the comment section, without actually joining the group","arguments":[{"name":"peer","type":"InputPeer","comment":"<a href=\"https://corefork.telegram.org/api/channel\">Channel ID</a>"},{"name":"msg_id","type":"int","comment":"Message ID"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"TOPIC_ID_INVALID","comment":"The specified topic ID is invalid."}],"available":"user"},{"kind":"method","name":"messages.readDiscussion","type":"Bool","id":4147227124,"comment":"Mark a <a href=\"https://corefork.telegram.org/api/threads\">thread</a> as read","arguments":[{"name":"peer","type":"InputPeer","comment":"Group ID"},{"name":"msg_id","type":"int","comment":"ID of message that started the thread"},{"name":"read_max_id","type":"int","comment":"ID up to which thread messages were read"}],"throws":[{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.unpinAllMessages","type":"messages.AffectedHistory","typeModifiers":{"constructorId":3025955281},"id":3995253160,"comment":"<a href=\"https://corefork.telegram.org/api/pin\">Unpin</a> all pinned messages","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"InputPeer","comment":"Chat where to unpin"},{"name":"top_msg_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"<a href=\"https://corefork.telegram.org/api/forum#forum-topics\">Forum topic</a> where to unpin"}],"throws":[{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."}],"available":"both"},{"kind":"method","name":"messages.deleteChat","type":"Bool","id":1540419152,"comment":"Delete a <a href=\"https://corefork.telegram.org/api/channel\">chat</a>","arguments":[{"name":"chat_id","type":"int53","comment":"Chat ID"}],"throws":[{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.deletePhoneCallHistory","type":"messages.AffectedFoundMessages","typeModifiers":{"constructorId":4019011180},"id":4190888969,"comment":"Delete the entire phone call history.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"revoke","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to remove phone call history for participants as well"}],"available":"user"},{"kind":"method","name":"messages.checkHistoryImport","type":"messages.HistoryImportParsed","typeModifiers":{"constructorId":1578088377},"id":1140726259,"comment":"Obtains information about a chat export file, generated by a foreign chat app, <a href=\"https://corefork.telegram.org/api/import\">click here for more info about imported chats »</a>.","arguments":[{"name":"import_head","type":"string","comment":"Beginning of the message file; up to 100 lines."}],"throws":[{"code":400,"name":"IMPORT_FORMAT_UNRECOGNIZED","comment":"The specified chat export file was exported from an unsupported chat app."}],"available":"user"},{"kind":"method","name":"messages.initHistoryImport","type":"messages.HistoryImport","typeModifiers":{"constructorId":375566091},"id":873008187,"comment":"Import chat history from a foreign chat app into a specific Telegram chat, <a href=\"https://corefork.telegram.org/api/import\">click here for more info about imported chats »</a>.","arguments":[{"name":"peer","type":"InputPeer","comment":"The Telegram chat where the <a href=\"https://corefork.telegram.org/api/import\">history should be imported</a>."},{"name":"file","type":"InputFile","comment":"File with messages to import."},{"name":"media_count","type":"int","comment":"Number of media files associated with the chat that will be uploaded using {@link messages.RawUploadImportedMediaRequest}."}],"throws":[{"code":400,"name":"IMPORT_FILE_INVALID","comment":"The specified chat export file is invalid."},{"code":400,"name":"IMPORT_FORMAT_UNRECOGNIZED","comment":"The specified chat export file was exported from an unsupported chat app."},{"code":406,"name":"PREVIOUS_CHAT_IMPORT_ACTIVE_WAIT_%dMIN","comment":"Import for this chat is already in progress, wait %d minutes before starting a new one."}],"available":"user"},{"kind":"method","name":"messages.uploadImportedMedia","type":"MessageMedia","id":713433234,"comment":"Upload a media file associated with an <a href=\"https://corefork.telegram.org/api/import\">imported chat, click here for more info »</a>.","arguments":[{"name":"peer","type":"InputPeer","comment":"The Telegram chat where the media will be imported"},{"name":"import_id","type":"long","comment":"Identifier of a <a href=\"https://corefork.telegram.org/api/import\">history import session</a>, returned by {@link messages.RawInitHistoryImportRequest}"},{"name":"file_name","type":"string","comment":"File name"},{"name":"media","type":"InputMedia","comment":"Media metadata"}],"throws":[{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."}],"available":"user"},{"kind":"method","name":"messages.startHistoryImport","type":"Bool","id":3023958852,"comment":"Complete the <a href=\"https://corefork.telegram.org/api/import\">history import process</a>, importing all messages into the chat.<br>\nTo be called only after initializing the import with {@link messages.RawInitHistoryImportRequest} and uploading all files using {@link messages.RawUploadImportedMediaRequest}.","arguments":[{"name":"peer","type":"InputPeer","comment":"The Telegram chat where the messages should be <a href=\"https://corefork.telegram.org/api/import\">imported, click here for more info »</a>"},{"name":"import_id","type":"long","comment":"Identifier of a history import session, returned by {@link messages.RawInitHistoryImportRequest}."}],"throws":[{"code":400,"name":"IMPORT_ID_INVALID","comment":"The specified import ID is invalid."}],"available":"user"},{"kind":"method","name":"messages.getExportedChatInvites","type":"messages.ExportedChatInvites","typeModifiers":{"constructorId":3183881676},"id":2729812982,"comment":"Get info about the chat invites of a specific chat","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"revoked","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether to fetch revoked chat invites"},{"name":"peer","type":"InputPeer","comment":"Chat"},{"name":"admin_id","type":"InputUser","comment":"Whether to only fetch chat invites from this admin"},{"name":"offset_date","type":"int","typeModifiers":{"predicate":"flags.2"},"comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"offset_link","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"throws":[{"code":400,"name":"ADMIN_ID_INVALID","comment":"The specified admin ID is invalid."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.getExportedChatInvite","type":"messages.ExportedChatInvite","id":1937010524,"comment":"Get info about a chat invite","arguments":[{"name":"peer","type":"InputPeer","comment":"Chat"},{"name":"link","type":"string","comment":"Invite link"}],"throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"INVITE_HASH_EXPIRED","comment":"The invite link has expired."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.editExportedChatInvite","type":"messages.ExportedChatInvite","id":3184144245,"comment":"Edit an exported chat invite","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"revoked","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether to revoke the chat invite"},{"name":"peer","type":"InputPeer","comment":"Chat"},{"name":"link","type":"string","comment":"Invite link"},{"name":"expire_date","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"New expiration date"},{"name":"usage_limit","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"Maximum number of users that can join using this link"},{"name":"request_needed","type":"Bool","typeModifiers":{"predicate":"flags.3"},"comment":"Whether admin confirmation is required before admitting each separate user into the chat"},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.4"},"comment":"Description of the invite link, visible only to administrators"}],"throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_INVITE_PERMANENT","comment":"You can't set an expiration date on permanent invite links."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":403,"name":"EDIT_BOT_INVITE_FORBIDDEN","comment":"Normal users can't edit invites that were created by bots."},{"code":400,"name":"INVITE_HASH_EXPIRED","comment":"The invite link has expired."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"both"},{"kind":"method","name":"messages.deleteRevokedExportedChatInvites","type":"Bool","id":1452833749,"comment":"Delete all revoked chat invites","arguments":[{"name":"peer","type":"InputPeer","comment":"Chat"},{"name":"admin_id","type":"InputUser","comment":"ID of the admin that originally generated the revoked chat invites"}],"throws":[{"code":400,"name":"ADMIN_ID_INVALID","comment":"The specified admin ID is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.deleteExportedChatInvite","type":"Bool","id":3563365419,"comment":"Delete a chat invite","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer"},{"name":"link","type":"string","comment":"Invite link"}],"throws":[{"code":400,"name":"INVITE_HASH_EXPIRED","comment":"The invite link has expired."},{"code":400,"name":"INVITE_REVOKED_MISSING","comment":"The specified invite link was already revoked or is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.getAdminsWithInvites","type":"messages.ChatAdminsWithInvites","typeModifiers":{"constructorId":3063640791},"id":958457583,"comment":"Get info about chat invites generated by admins.","arguments":[{"name":"peer","type":"InputPeer","comment":"Chat"}],"throws":[{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.getChatInviteImporters","type":"messages.ChatInviteImporters","typeModifiers":{"constructorId":2176233482},"id":3741637966,"comment":"Get info about the users that joined the chat using a specific chat invite","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"requested","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"If set, only returns info about users with pending <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join requests »</a>"},{"name":"peer","type":"InputPeer","comment":"Chat"},{"name":"link","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Invite link"},{"name":"q","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"Search for a user in the pending <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join requests »</a> list: only available when the <code>requested</code> flag is set, cannot be used together with a specific <code>link</code>."},{"name":"offset_date","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"offset_user","type":"InputUser","comment":"User ID for <a href=\"https://corefork.telegram.org/api/offsets\">pagination</a>: if set, <code>offset_date</code> must also be set."},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"INVITE_HASH_EXPIRED","comment":"The invite link has expired."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"SEARCH_WITH_LINK_NOT_SUPPORTED","comment":"You cannot provide a search query and an invite link at the same time."}],"available":"user"},{"kind":"method","name":"messages.setHistoryTTL","type":"Updates","id":3087949796,"comment":"Set maximum Time-To-Live of all messages in the specified chat","arguments":[{"name":"peer","type":"InputPeer","comment":"The dialog"},{"name":"period","type":"int","comment":"Automatically delete all messages sent in the chat after this many seconds"}],"throws":[{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":400,"name":"TTL_PERIOD_INVALID","comment":"The specified TTL period is invalid."}],"available":"user"},{"kind":"method","name":"messages.checkHistoryImportPeer","type":"messages.CheckedHistoryImportPeer","typeModifiers":{"constructorId":2723014423},"id":1573261059,"comment":"Check whether chat history exported from another chat app can be <a href=\"https://corefork.telegram.org/api/import\">imported into a specific Telegram chat, click here for more info »</a>.\n\nIf the check succeeds, and no RPC errors are returned, a <a href=\"https://corefork.telegram.org/type/messages.CheckedHistoryImportPeer\">messages.CheckedHistoryImportPeer</a> constructor will be returned, with a confirmation text to be shown to the user, before actually initializing the import.","arguments":[{"name":"peer","type":"InputPeer","comment":"The chat where we want to <a href=\"https://corefork.telegram.org/api/import\">import history »</a>."}],"throws":[{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"USER_NOT_MUTUAL_CONTACT","comment":"The provided user is not a mutual contact."}],"available":"user"},{"kind":"method","name":"messages.setChatTheme","type":"Updates","id":3862683967,"comment":"Change the chat theme of a certain chat","arguments":[{"name":"peer","type":"InputPeer","comment":"Private chat where to change theme"},{"name":"emoticon","type":"string","comment":"Emoji, identifying a specific chat theme; a list of chat themes can be fetched using {@link account.RawGetChatThemesRequest}"}],"throws":[{"code":400,"name":"EMOJI_INVALID","comment":"The specified theme emoji is valid."},{"code":400,"name":"EMOJI_NOT_MODIFIED","comment":"The theme wasn't changed."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.getMessageReadParticipants","type":"ReadParticipantDate","typeModifiers":{"isVector":true,"constructorId":1246753138},"id":834782287,"comment":"Get which users read a specific message: only available for groups and supergroups with less than <a href=\"https://corefork.telegram.org/api/config#chat-read-mark-size-threshold\"><code>chat_read_mark_size_threshold</code> members</a>, read receipts will be stored for <a href=\"https://corefork.telegram.org/api/config#chat-read-mark-expire-period\"><code>chat_read_mark_expire_period</code> seconds after the message was sent</a>, see <a href=\"https://corefork.telegram.org/api/config#client-configuration\">client configuration for more info »</a>.","arguments":[{"name":"peer","type":"InputPeer","comment":"Dialog"},{"name":"msg_id","type":"int","comment":"Message ID"}],"throws":[{"code":400,"name":"CHAT_TOO_BIG","comment":"This method is not available for groups with more than chat_read_mark_size_threshold members, see client configuration »."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"MSG_TOO_OLD","comment":"chat_read_mark_expire_period seconds have passed since the message was sent, read receipts were deleted."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.getSearchResultsCalendar","type":"messages.SearchResultsCalendar","typeModifiers":{"constructorId":343859772},"id":1240514025,"comment":"Returns information about the next messages of the specified type in the chat split by days.\n\nReturns the results in reverse chronological order.<br>\nCan return partial results for the last returned day.","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer where to search"},{"name":"filter","type":"MessagesFilter","comment":"Message filter, {@link RawInputMessagesFilterEmpty}, {@link RawInputMessagesFilterMyMentions} filters are not supported by this method."},{"name":"offset_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"offset_date","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"}],"throws":[{"code":400,"name":"FILTER_NOT_SUPPORTED","comment":"The specified filter cannot be used in this context."}],"available":"user"},{"kind":"method","name":"messages.getSearchResultsPositions","type":"messages.SearchResultsPositions","typeModifiers":{"constructorId":1404185519},"id":1855292323,"comment":"Returns sparse positions of messages of the specified type in the chat to be used for shared media scroll implementation.\n\nReturns the results in reverse chronological order (i.e., in order of decreasing message_id).","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer where to search"},{"name":"filter","type":"MessagesFilter","comment":"Message filter, {@link RawInputMessagesFilterEmpty}, {@link RawInputMessagesFilterMyMentions} filters are not supported by this method."},{"name":"offset_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"available":"user"},{"kind":"method","name":"messages.hideChatJoinRequest","type":"Updates","id":2145904661,"comment":"Dismiss or approve a chat <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join request</a> related to a specific chat or channel.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"approved","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to dismiss or approve the chat <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join request »</a>"},{"name":"peer","type":"InputPeer","comment":"The chat or channel"},{"name":"user_id","type":"InputUser","comment":"The user whose <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join request »</a> should be dismissed or approved"}],"throws":[{"code":400,"name":"CHANNELS_TOO_MUCH","comment":"You have joined too many channels/supergroups."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"HIDE_REQUESTER_MISSING","comment":"The join request was missing or was already handled."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"USER_ALREADY_PARTICIPANT","comment":"The user is already in the group."},{"code":403,"name":"USER_CHANNELS_TOO_MUCH","comment":"One of the users you tried to add is already in too many channels/supergroups."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."}],"available":"both"},{"kind":"method","name":"messages.hideAllChatJoinRequests","type":"Updates","id":3766875370,"comment":"Dismiss or approve all <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join requests</a> related to a specific chat or channel.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"approved","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to dismiss or approve all chat <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join requests »</a>"},{"name":"peer","type":"InputPeer","comment":"The chat or channel"},{"name":"link","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Only dismiss or approve <a href=\"https://corefork.telegram.org/api/invites#join-requests\">join requests »</a> initiated using this invite link"}],"throws":[{"code":400,"name":"CHANNELS_TOO_MUCH","comment":"You have joined too many channels/supergroups."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"HIDE_REQUESTER_MISSING","comment":"The join request was missing or was already handled."},{"code":400,"name":"INVITE_HASH_EXPIRED","comment":"The invite link has expired."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"USER_CHANNELS_TOO_MUCH","comment":"One of the users you tried to add is already in too many channels/supergroups."}],"available":"user"},{"kind":"method","name":"messages.toggleNoForwards","type":"Updates","id":2971578274,"comment":"Enable or disable <a href=\"https://telegram.org/blog/protected-content-delete-by-date-and-more\">content protection</a> on a channel or chat","arguments":[{"name":"peer","type":"InputPeer","comment":"The chat or channel"},{"name":"enabled","type":"Bool","comment":"Enable or disable content protection"}],"throws":[{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.saveDefaultSendAs","type":"Bool","id":3439189910,"comment":"Change the default peer that should be used when sending messages to a specific group","arguments":[{"name":"peer","type":"InputPeer","comment":"Group"},{"name":"send_as","type":"InputPeer","comment":"The default peer that should be used when sending messages to the group"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"SEND_AS_PEER_INVALID","comment":"You can't send messages as the specified peer."}],"available":"user"},{"kind":"method","name":"messages.sendReaction","type":"Updates","id":3540875476,"comment":"React to message.\n\nStarting from layer 159, the reaction will be sent from the peer specified using {@link messages.RawSaveDefaultSendAsRequest}.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"big","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether a bigger and longer reaction should be shown"},{"name":"add_to_recent","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether to add this reaction to the <a href=\"https://corefork.telegram.org/api/reactions#recent-reactions\">recent reactions list »</a>."},{"name":"peer","type":"InputPeer","comment":"Peer"},{"name":"msg_id","type":"int","comment":"Message ID to react to"},{"name":"reaction","type":"Reaction","typeModifiers":{"predicate":"flags.0","isVector":true},"comment":"A list of reactions"}],"throws":[{"code":403,"name":"ANONYMOUS_REACTIONS_DISABLED","comment":" "},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"MESSAGE_NOT_MODIFIED","comment":"The provided message data is identical to the previous message data, the message wasn't modified."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":403,"name":"PREMIUM_ACCOUNT_REQUIRED","comment":"A premium account is required to execute this action."},{"code":400,"name":"REACTIONS_TOO_MANY","comment":"The message already has exactly reactions_uniq_max reaction emojis, you can't react with a new emoji, see the docs for more info »."},{"code":400,"name":"REACTION_EMPTY","comment":"Empty reaction provided."},{"code":400,"name":"REACTION_INVALID","comment":"The specified reaction is invalid."},{"code":400,"name":"USER_BANNED_IN_CHANNEL","comment":"You're banned from sending messages in supergroups/channels."}],"available":"user"},{"kind":"method","name":"messages.getMessagesReactions","type":"Updates","id":2344259814,"comment":"Get <a href=\"https://corefork.telegram.org/api/reactions\">message reactions »</a>","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer"},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"Message IDs"}],"throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."}],"available":"user"},{"kind":"method","name":"messages.getMessageReactionsList","type":"messages.MessageReactionsList","typeModifiers":{"constructorId":834488621},"id":1176190792,"comment":"Get <a href=\"https://corefork.telegram.org/api/reactions\">message reaction</a> list, along with the sender of each reaction.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"InputPeer","comment":"Peer"},{"name":"id","type":"int","comment":"Message ID"},{"name":"reaction","type":"Reaction","typeModifiers":{"predicate":"flags.0"},"comment":"Get only reactions of this type (UTF8 emoji)"},{"name":"offset","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Offset (typically taken from the <code>next_offset</code> field of the returned <a href=\"https://corefork.telegram.org/type/messages.MessageReactionsList\">messages.MessageReactionsList</a>)"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"throws":[{"code":403,"name":"BROADCAST_FORBIDDEN","comment":"Channel poll voters and reactions cannot be fetched to prevent deanonymization."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."}],"available":"user"},{"kind":"method","name":"messages.setChatAvailableReactions","type":"Updates","id":4273039217,"comment":"Change the set of <a href=\"https://corefork.telegram.org/api/reactions\">message reactions »</a> that can be used in a certain group, supergroup or channel","arguments":[{"name":"peer","type":"InputPeer","comment":"Group where to apply changes"},{"name":"available_reactions","type":"ChatReactions","comment":"Allowed reaction emojis"}],"throws":[{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.getAvailableReactions","type":"messages.AvailableReactions","id":417243308,"comment":"Obtain available <a href=\"https://corefork.telegram.org/api/reactions\">message reactions »</a>","arguments":[{"name":"hash","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"messages.setDefaultReaction","type":"Bool","id":1330094102,"comment":"Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using {@link help.RawGetConfigRequest}.","arguments":[{"name":"reaction","type":"Reaction","comment":"New emoji reaction"}],"throws":[{"code":400,"name":"REACTION_INVALID","comment":"The specified reaction is invalid."}],"available":"user"},{"kind":"method","name":"messages.translateText","type":"messages.TranslatedText","typeModifiers":{"constructorId":870003448},"id":1662529584,"comment":"Translate a given text.\n\n<a href=\"https://corefork.telegram.org/api/entities\">Styled text entities</a> will only be preserved for <a href=\"https://corefork.telegram.org/api/premium\">Telegram Premium</a> users.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"InputPeer","typeModifiers":{"predicate":"flags.0"},"comment":"If the text is a chat message, the peer ID"},{"name":"id","type":"int","typeModifiers":{"predicate":"flags.0","isVector":true},"comment":"A list of message IDs to translate"},{"name":"text","type":"TextWithEntities","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"A list of styled messages to translate"},{"name":"to_lang","type":"string","comment":"Two-letter ISO 639-1 language code of the language to which the message is translated"}],"throws":[{"code":400,"name":"INPUT_TEXT_EMPTY","comment":"The specified text is empty."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"TO_LANG_INVALID","comment":"The specified destination language is invalid."}],"available":"user"},{"kind":"method","name":"messages.getUnreadReactions","type":"messages.Messages","id":841173339,"comment":"Get unread reactions to messages you sent","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"InputPeer","comment":"Peer"},{"name":"top_msg_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"If set, considers only reactions to messages within the specified <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a>"},{"name":"offset_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"add_offset","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"},{"name":"max_id","type":"int","comment":"Only return reactions for messages up until this message ID"},{"name":"min_id","type":"int","comment":"Only return reactions for messages starting from this message ID"}],"available":"user"},{"kind":"method","name":"messages.readReactions","type":"messages.AffectedHistory","typeModifiers":{"constructorId":3025955281},"id":1420459918,"comment":"Mark <a href=\"https://corefork.telegram.org/api/reactions\">message reactions »</a> as read","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"InputPeer","comment":"Peer"},{"name":"top_msg_id","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"Mark as read only reactions to messages within the specified <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a>"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"messages.searchSentMedia","type":"messages.Messages","id":276705696,"comment":"View and search recently sent media.<br>\nThis method does not support pagination.","arguments":[{"name":"q","type":"string","comment":"Optional search query"},{"name":"filter","type":"MessagesFilter","comment":"Message filter"},{"name":"limit","type":"int","comment":"Maximum number of results to return (max 100)."}],"throws":[{"code":400,"name":"FILTER_NOT_SUPPORTED","comment":"The specified filter cannot be used in this context."}],"available":"user"},{"kind":"method","name":"messages.getAttachMenuBots","type":"AttachMenuBots","id":385663691,"comment":"Returns installed attachment menu <a href=\"https://corefork.telegram.org/api/bots/attach\">bot web apps »</a>","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"messages.getAttachMenuBot","type":"AttachMenuBotsBot","typeModifiers":{"constructorId":2478794367},"id":1998676370,"comment":"Returns attachment menu entry for a <a href=\"https://corefork.telegram.org/api/bots/attach\">bot web app that can be launched from the attachment menu »</a>","arguments":[{"name":"bot","type":"InputUser","comment":"Bot ID"}],"throws":[{"code":400,"name":"BOT_INVALID","comment":"This is not a valid bot."}],"available":"user"},{"kind":"method","name":"messages.toggleBotInAttachMenu","type":"Bool","id":1777704297,"comment":"Enable or disable <a href=\"https://corefork.telegram.org/api/bots/attach\">web bot attachment menu »</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"write_allowed","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the user authorizes the bot to write messages to them, if requested by {@link RawAttachMenuBot}.<code>request_write_access</code>"},{"name":"bot","type":"InputUser","comment":"Bot ID"},{"name":"enabled","type":"Bool","comment":"Toggle"}],"available":"user"},{"kind":"method","name":"messages.requestWebView","id":647873217,"type":"WebViewResult","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"from_bot_menu","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether the webview was opened by clicking on the bot's <a href=\"https://corefork.telegram.org/api/bots/menu\">menu button »</a>."},{"name":"silent","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether the inline message that will be sent by the bot on behalf of the user once the web app interaction is {@link messages.RawSendWebViewResultMessageRequest} should be sent silently (no notifications for the receivers)."},{"name":"peer","type":"InputPeer","comment":"Dialog where the web app is being opened, and where the resulting message will be sent (see the <a href=\"https://corefork.telegram.org/api/bots/webapps\">docs for more info »</a>)."},{"name":"bot","type":"InputUser","comment":"Bot that owns the <a href=\"https://corefork.telegram.org/api/bots/webapps\">web app</a>"},{"name":"url","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"<a href=\"https://corefork.telegram.org/api/bots/webapps\">Web app URL</a>"},{"name":"start_param","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"If the web app was opened from the attachment menu using a <a href=\"https://corefork.telegram.org/api/links#bot-attachment-menu-links\">attachment menu deep link</a>, <code>start_param</code> should contain the <code>data</code> from the <code>startattach</code> parameter."},{"name":"theme_params","type":"DataJSON","typeModifiers":{"predicate":"flags.2"},"comment":"<a href=\"https://corefork.telegram.org/api/bots/webapps#theme-parameters\">Theme parameters »</a>"},{"name":"platform","type":"string","comment":"Short name of the application; 0-64 English letters, digits, and underscores"},{"name":"reply_to","type":"InputReplyTo","typeModifiers":{"predicate":"flags.0"},"comment":"If set, indicates that the inline message that will be sent by the bot on behalf of the user once the web app interaction is {@link messages.RawSendWebViewResultMessageRequest} should be sent in reply to the specified message or story."},{"name":"send_as","type":"InputPeer","typeModifiers":{"predicate":"flags.13"},"comment":"Open the web app as the specified peer, sending the resulting the message as the specified peer."}],"typeModifiers":{"constructorId":202659196},"comment":"Open a <a href=\"https://corefork.telegram.org/bots/webapps\">bot web app</a>, sending over user information after user confirmation.\n\nAfter calling this method, until the user closes the webview, {@link messages.RawProlongWebViewRequest} must be called every 60 seconds.","available":"user"},{"kind":"method","name":"messages.prolongWebView","id":2966952579,"type":"Bool","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"silent","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether the inline message that will be sent by the bot on behalf of the user once the web app interaction is {@link messages.RawSendWebViewResultMessageRequest} should be sent silently (no notifications for the receivers)."},{"name":"peer","type":"InputPeer","comment":"Dialog where the web app was opened."},{"name":"bot","type":"InputUser","comment":"Bot that owns the <a href=\"https://corefork.telegram.org/api/bots/webapps\">web app</a>"},{"name":"query_id","type":"long","comment":"Web app interaction ID obtained from {@link messages.RawRequestWebViewRequest}"},{"name":"reply_to","type":"InputReplyTo","typeModifiers":{"predicate":"flags.0"},"comment":"If set, indicates that the inline message that will be sent by the bot on behalf of the user once the web app interaction is {@link messages.RawSendWebViewResultMessageRequest} should be sent in reply to the specified message or story."},{"name":"send_as","type":"InputPeer","typeModifiers":{"predicate":"flags.13"},"comment":"Open the web app as the specified peer"}],"comment":"Indicate to the server (from the user side) that the user is still using a web app.\n\nIf the method returns a <code>QUERY_ID_INVALID</code> error, the webview must be closed.","available":"user"},{"kind":"method","name":"messages.requestSimpleWebView","id":440815626,"type":"SimpleWebViewResult","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"from_switch_webview","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the webapp was opened by clicking on the <code>switch_webview</code> button shown on top of the inline results list returned by {@link messages.RawGetInlineBotResultsRequest}."},{"name":"from_side_menu","type":"true","typeModifiers":{"predicate":"flags.2"}},{"name":"bot","type":"InputUser","comment":"Bot that owns the webapp"},{"name":"url","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"Web app URL"},{"name":"start_param","type":"string","typeModifiers":{"predicate":"flags.4"}},{"name":"theme_params","type":"DataJSON","typeModifiers":{"predicate":"flags.0"},"comment":"<a href=\"https://corefork.telegram.org/api/bots/webapps#theme-parameters\">Theme parameters »</a>"},{"name":"platform","type":"string","comment":"Short name of the application; 0-64 English letters, digits, and underscores"}],"typeModifiers":{"constructorId":2284811963},"comment":"Open a <a href=\"https://corefork.telegram.org/api/bots/webapps\">bot web app</a>.","available":"user"},{"kind":"method","name":"messages.sendWebViewResultMessage","type":"WebViewMessageSent","typeModifiers":{"constructorId":211046684},"id":172168437,"comment":"Terminate webview interaction started with {@link messages.RawRequestWebViewRequest}, sending the specified message to the chat on behalf of the user.","arguments":[{"name":"bot_query_id","type":"string","comment":"Webview interaction ID obtained from {@link messages.RawRequestWebViewRequest}"},{"name":"result","type":"InputBotInlineResult","comment":"Message to send"}],"throws":[{"code":400,"name":"QUERY_ID_INVALID","comment":"The query ID is invalid."}],"available":"both"},{"kind":"method","name":"messages.sendWebViewData","type":"Updates","id":3691135688,"comment":"Used by the user to relay data from an opened <a href=\"https://corefork.telegram.org/api/bots/webapps\">reply keyboard bot web app</a> to the bot that owns it.","arguments":[{"name":"bot","type":"InputUser","comment":"Bot that owns the web app"},{"name":"random_id","type":"long","comment":"Unique client message ID to prevent duplicate sending of the same event"},{"name":"button_text","type":"string","comment":"Text of the {@link RawKeyboardButtonSimpleWebView} that was pressed to open the web app."},{"name":"data","type":"string","comment":"Data to relay to the bot, obtained from a <a href=\"https://corefork.telegram.org/api/web-events#web-app-data-send\"><code>web_app_data_send</code> JS event</a>."}],"available":"user"},{"kind":"method","name":"messages.transcribeAudio","type":"messages.TranscribedAudio","typeModifiers":{"constructorId":2473929810},"id":647928393,"comment":"<a href=\"https://corefork.telegram.org/api/transcribe\">Transcribe voice message</a>","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer ID where the voice message was sent"},{"name":"msg_id","type":"int","comment":"Voice message ID"}],"throws":[{"code":403,"name":"PREMIUM_ACCOUNT_REQUIRED","comment":"A premium account is required to execute this action."},{"code":400,"name":"TRANSCRIPTION_FAILED","comment":"Audio transcription failed."}],"available":"user"},{"kind":"method","name":"messages.rateTranscribedAudio","type":"Bool","id":2132608815,"comment":"Rate <a href=\"https://corefork.telegram.org/api/transcribe\">transcribed voice message</a>","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer where the voice message was sent"},{"name":"msg_id","type":"int","comment":"Message ID"},{"name":"transcription_id","type":"long","comment":"Transcription ID"},{"name":"good","type":"Bool","comment":"Whether the transcription was correct"}],"available":"user"},{"kind":"method","name":"messages.getCustomEmojiDocuments","type":"Document","typeModifiers":{"isVector":true},"id":3651866452,"comment":"Fetch <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji stickers »</a>.\n\nReturns a list of {@link RawDocument} with the animated custom emoji in TGS format, and a {@link RawDocumentAttributeCustomEmoji} attribute with the original emoji and info about the emoji stickerset this custom emoji belongs to.","arguments":[{"name":"document_id","type":"long","typeModifiers":{"isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/custom-emoji\">Custom emoji</a> IDs from a {@link RawMessageEntityCustomEmoji}."}],"available":"both"},{"kind":"method","name":"messages.getEmojiStickers","type":"messages.AllStickers","id":4227637647,"comment":"Gets the list of currently installed <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji stickersets</a>.","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"messages.getFeaturedEmojiStickers","type":"messages.FeaturedStickers","id":248473398,"comment":"Gets featured custom emoji stickersets.","arguments":[{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"messages.reportReaction","type":"Bool","id":1063567478,"comment":"Report a <a href=\"https://corefork.telegram.org/api/reactions\">message reaction</a>","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer where the message was sent"},{"name":"id","type":"int","comment":"Message ID"},{"name":"reaction_peer","type":"InputPeer","comment":"Peer that sent the reaction"}],"throws":[{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."}],"available":"user"},{"kind":"method","name":"messages.getTopReactions","type":"messages.Reactions","id":3145803194,"comment":"Got popular <a href=\"https://corefork.telegram.org/api/reactions\">message reactions</a>","arguments":[{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"messages.getRecentReactions","type":"messages.Reactions","id":960896434,"comment":"Get recently used <a href=\"https://corefork.telegram.org/api/reactions\">message reactions</a>","arguments":[{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"messages.clearRecentReactions","type":"Bool","id":2650730420,"comment":"Clear recently used <a href=\"https://corefork.telegram.org/api/reactions\">message reactions</a>","arguments":[],"available":"user"},{"kind":"method","name":"messages.getExtendedMedia","type":"Updates","id":2230847508,"comment":"Get information about extended media","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer"},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"Message IDs"}],"available":"user"},{"kind":"method","name":"messages.setDefaultHistoryTTL","type":"Bool","id":2662667333,"comment":"Changes the default value of the Time-To-Live setting, applied to all new chats.","arguments":[{"name":"period","type":"int","comment":"The new default Time-To-Live of all messages sent in new chats."}],"available":"both"},{"kind":"method","name":"messages.getDefaultHistoryTTL","type":"DefaultHistoryTTL","typeModifiers":{"constructorId":1135897376},"id":1703637384,"comment":"Gets the default value of the Time-To-Live setting, applied to all new chats.","arguments":[],"available":"both"},{"kind":"method","name":"messages.sendBotRequestedPeer","type":"Updates","id":4265136155,"comment":"Send a chosen peer, as requested by a {@link RawKeyboardButtonRequestPeer} button.","arguments":[{"name":"peer","type":"InputPeer","comment":"The bot that sent the {@link RawKeyboardButtonRequestPeer} button."},{"name":"msg_id","type":"int","comment":"ID of the message that contained the reply keyboard with the {@link RawKeyboardButtonRequestPeer} button."},{"name":"button_id","type":"int","comment":"The <code>button_id</code> field from the {@link RawKeyboardButtonRequestPeer} constructor."},{"name":"requested_peer","type":"InputPeer","comment":"The chosen peer."}],"available":"both"},{"kind":"method","name":"messages.getEmojiGroups","type":"messages.EmojiGroups","id":1955122779,"comment":"Represents a list of <a href=\"https://corefork.telegram.org/api/custom-emoji#emoji-categories\">emoji categories</a>, to be used when selecting <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emojis</a>.","arguments":[{"name":"hash","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"both"},{"kind":"method","name":"messages.getEmojiStatusGroups","type":"messages.EmojiGroups","id":785209037,"comment":"Represents a list of <a href=\"https://corefork.telegram.org/api/custom-emoji#emoji-categories\">emoji categories</a>, to be used when selecting custom emojis to set as <a href=\"https://corefork.telegram.org/api\">custom emoji status</a>.","arguments":[{"name":"hash","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"both"},{"kind":"method","name":"messages.getEmojiProfilePhotoGroups","type":"messages.EmojiGroups","id":564480243,"comment":"Represents a list of <a href=\"https://corefork.telegram.org/api/custom-emoji#emoji-categories\">emoji categories</a>, to be used when selecting custom emojis to set as <a href=\"https://corefork.telegram.org/api/files#sticker-profile-pictures\">profile picture</a>.","arguments":[{"name":"hash","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"both"},{"kind":"method","name":"messages.searchCustomEmoji","type":"EmojiList","id":739360983,"comment":"Look for <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emojis</a> associated to a UTF8 emoji","arguments":[{"name":"emoticon","type":"string","comment":"The emoji"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"throws":[{"code":400,"name":"EMOTICON_EMPTY","comment":"The emoji is empty."}],"available":"both"},{"kind":"method","name":"messages.togglePeerTranslations","type":"Bool","id":3833378169,"comment":"Show or hide the <a href=\"https://corefork.telegram.org/api/translation\">real-time chat translation popup</a> for a certain chat","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"disabled","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to disable or enable the real-time chat translation popup"},{"name":"peer","type":"InputPeer","comment":"The peer"}],"available":"both"},{"kind":"method","name":"messages.getBotApp","type":"messages.BotApp","typeModifiers":{"constructorId":3947933173},"id":889046467,"comment":"Obtain information about a <a href=\"https://corefork.telegram.org/api/bots/webapps#named-bot-web-apps\">named bot web app</a>","arguments":[{"name":"app","type":"InputBotApp","comment":"Bot app information obtained from a <a href=\"https://corefork.telegram.org/api/links#named-bot-web-app-links\">named bot web app deep link »</a>."},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"throws":[{"code":400,"name":"BOT_APP_INVALID","comment":"The specified bot app is invalid."}],"available":"user"},{"kind":"method","name":"messages.requestAppWebView","type":"AppWebViewResult","typeModifiers":{"constructorId":1008422669},"id":2354723644,"comment":"Open a <a href=\"https://corefork.telegram.org/bots/webapps\">bot web app</a> from a <a href=\"https://corefork.telegram.org/api/links#named-bot-web-app-links\">named bot web app deep link</a>, sending over user information after user confirmation.\n\nAfter calling this method, until the user closes the webview, {@link messages.RawProlongWebViewRequest} must be called every 60 seconds.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"write_allowed","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Set this flag if the bot is asking permission to send messages to the user as specified in the <a href=\"https://corefork.telegram.org/api/links#named-bot-web-app-links\">named bot web app deep link</a> docs, and the user agreed."},{"name":"peer","type":"InputPeer","comment":"If the client has clicked on the link in a Telegram chat, pass the chat's peer information; otherwise pass the bot's peer information, instead."},{"name":"app","type":"InputBotApp","comment":"The app obtained by invoking {@link messages.RawGetBotAppRequest} as specified in the <a href=\"https://corefork.telegram.org/api/links#named-bot-web-app-links\">named bot web app deep link</a> docs."},{"name":"start_param","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"If the <code>startapp</code> query string parameter is present in the <a href=\"https://corefork.telegram.org/api/links#named-bot-web-app-links\">named bot web app deep link</a>, pass it to <code>start_param</code>."},{"name":"theme_params","type":"DataJSON","typeModifiers":{"predicate":"flags.2"},"comment":"<a href=\"https://corefork.telegram.org/api/bots/webapps#theme-parameters\">Theme parameters »</a>"},{"name":"platform","type":"string","comment":"Short name of the application; 0-64 English letters, digits, and underscores"}],"available":"user"},{"kind":"method","name":"messages.setChatWallPaper","type":"Updates","id":2415577825,"comment":"Set a custom <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpaper »</a> in a specific private chat with another user.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"InputPeer","comment":"The private chat where the wallpaper will be set"},{"name":"wallpaper","type":"InputWallPaper","typeModifiers":{"predicate":"flags.0"},"comment":"The <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpaper »</a>, obtained as described in the <a href=\"https://corefork.telegram.org/api/wallpapers#uploading-wallpapers\">wallpaper documentation »</a>; must <strong>not</strong> be provided when installing a wallpaper obtained from a {@link RawMessageActionSetChatWallPaper} service message (<code>id</code> must be provided, instead)."},{"name":"settings","type":"WallPaperSettings","typeModifiers":{"predicate":"flags.2"},"comment":"Wallpaper settings, obtained as described in the <a href=\"https://corefork.telegram.org/api/wallpapers#uploading-wallpapers\">wallpaper documentation »</a> or from {@link RawMessageActionSetChatWallPaper}.<code>wallpaper</code>.<code>settings</code>."},{"name":"id","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"If the wallpaper was obtained from a {@link RawMessageActionSetChatWallPaper} service message, must contain the ID of that message."},{"name":"for_both","type":"true","typeModifiers":{"predicate":"flags.3"}},{"name":"revert","type":"true","typeModifiers":{"predicate":"flags.4"}}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"WALLPAPER_INVALID","comment":"The specified wallpaper is invalid."}],"available":"both"},{"kind":"method","name":"updates.getState","type":"updates.State","typeModifiers":{"constructorId":2775329342},"id":3990128682,"comment":"Returns a current state of updates.","arguments":[],"available":"both"},{"kind":"method","name":"updates.getDifference","id":432207715,"type":"updates.Difference","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"pts","type":"int","comment":"PTS, see <a href=\"https://corefork.telegram.org/api/updates\">updates</a>."},{"name":"pts_limit","type":"int","typeModifiers":{"predicate":"flags.1"}},{"name":"pts_total_limit","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"For fast updating: if provided and <code>pts + pts_total_limit < remote pts</code>, {@link updates.RawDifferenceTooLong} will be returned.<br>Simply tells the server to not return the difference if it is bigger than <code>pts_total_limit</code><br>If the remote pts is too big (> ~4000000), this field will default to 1000000"},{"name":"date","type":"int","comment":"date, see <a href=\"https://corefork.telegram.org/api/updates\">updates</a>."},{"name":"qts","type":"int","comment":"QTS, see <a href=\"https://corefork.telegram.org/api/updates\">updates</a>."},{"name":"qts_limit","type":"int","typeModifiers":{"predicate":"flags.2"}}],"comment":"Get new <a href=\"https://corefork.telegram.org/api/updates\">updates</a>.","throws":[{"code":400,"name":"CDN_METHOD_INVALID","comment":"You can't call this method in a CDN DC."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"DATE_EMPTY","comment":"Date empty."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PERSISTENT_TIMESTAMP_EMPTY","comment":"Persistent timestamp empty."},{"code":400,"name":"PERSISTENT_TIMESTAMP_INVALID","comment":"Persistent timestamp invalid."},{"code":500,"name":"RANDOM_ID_DUPLICATE","comment":"You provided a random ID that was already used."},{"code":400,"name":"USERNAME_INVALID","comment":"The provided username is not valid."},{"code":400,"name":"USER_NOT_PARTICIPANT","comment":"You're not a member of this supergroup/channel."}],"available":"both"},{"kind":"method","name":"updates.getChannelDifference","type":"updates.ChannelDifference","id":51854712,"comment":"Returns the difference between the current state of updates of a certain channel and transmitted.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"force","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Set to true to skip some possibly unneeded updates and reduce server-side load"},{"name":"channel","type":"InputChannel","comment":"The channel"},{"name":"filter","type":"ChannelMessagesFilter","comment":"Messsage filter"},{"name":"pts","type":"int","comment":"Persistent timestamp (see <a href=\"https://corefork.telegram.org/api/updates\">updates</a>)"},{"name":"limit","type":"int","comment":"How many updates to fetch, max <code>100000</code><br>Ordinary (non-bot) users are supposed to pass <code>10-100</code>"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHANNEL_PUBLIC_GROUP_NA","comment":"channel/supergroup not available."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"FROM_MESSAGE_BOT_DISABLED","comment":"Bots can't use fromMessage min constructors."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PERSISTENT_TIMESTAMP_EMPTY","comment":"Persistent timestamp empty."},{"code":400,"name":"PERSISTENT_TIMESTAMP_INVALID","comment":"Persistent timestamp invalid."},{"code":500,"name":"PERSISTENT_TIMESTAMP_OUTDATED","comment":"Channel internal replication issues, try again later (treat this like an RPC_CALL_FAIL)."},{"code":400,"name":"PINNED_DIALOGS_TOO_MUCH","comment":"Too many pinned dialogs."},{"code":400,"name":"RANGES_INVALID","comment":"Invalid range provided."},{"code":400,"name":"USER_BANNED_IN_CHANNEL","comment":"You're banned from sending messages in supergroups/channels."}],"available":"both"},{"kind":"method","name":"photos.updateProfilePhoto","type":"photos.Photo","typeModifiers":{"constructorId":539045032},"id":166207545,"comment":"Installs a previously uploaded photo as a profile photo.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"fallback","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"If set, the chosen profile photo will be shown to users that can't display your main profile photo due to your privacy settings."},{"name":"bot","type":"InputUser","typeModifiers":{"predicate":"flags.1"},"comment":"Can contain info of a bot we own, to change the profile photo of that bot, instead of the current user."},{"name":"id","type":"InputPhoto","comment":"Input photo"}],"throws":[{"code":400,"name":"ALBUM_PHOTOS_TOO_MANY","comment":"You have uploaded too many profile photos, delete some before retrying."},{"code":400,"name":"FILE_PARTS_INVALID","comment":"The number of file parts is invalid."},{"code":400,"name":"IMAGE_PROCESS_FAILED","comment":"Failure while processing image."},{"code":400,"name":"LOCATION_INVALID","comment":"The provided location is invalid."},{"code":400,"name":"PHOTO_CROP_SIZE_SMALL","comment":"Photo is too small."},{"code":400,"name":"PHOTO_EXT_INVALID","comment":"The extension of the photo is invalid."},{"code":400,"name":"PHOTO_ID_INVALID","comment":"Photo ID invalid."}],"available":"both"},{"kind":"method","name":"photos.uploadProfilePhoto","type":"photos.Photo","typeModifiers":{"constructorId":539045032},"id":59286453,"comment":"Updates current user profile photo.\n\nThe <code>file</code>, <code>video</code> and <code>video_emoji_markup</code> flags are mutually exclusive.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"fallback","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"If set, the chosen profile photo will be shown to users that can't display your main profile photo due to your privacy settings."},{"name":"bot","type":"InputUser","typeModifiers":{"predicate":"flags.5"},"comment":"Can contain info of a bot we own, to change the profile photo of that bot, instead of the current user."},{"name":"file","type":"InputFile","typeModifiers":{"predicate":"flags.0"},"comment":"Profile photo"},{"name":"video","type":"InputFile","typeModifiers":{"predicate":"flags.1"},"comment":"<a href=\"https://corefork.telegram.org/api/files#animated-profile-pictures\">Animated profile picture</a> video"},{"name":"video_start_ts","type":"double","typeModifiers":{"predicate":"flags.2"},"comment":"Floating point UNIX timestamp in seconds, indicating the frame of the video/sticker that should be used as static preview; can only be used if <code>video</code> or <code>video_emoji_markup</code> is set."},{"name":"video_emoji_markup","type":"VideoSize","typeModifiers":{"predicate":"flags.4"},"comment":"Animated sticker profile picture, must contain either a {@link RawVideoSizeEmojiMarkup} or a {@link RawVideoSizeStickerMarkup} constructor."}],"throws":[{"code":400,"name":"ALBUM_PHOTOS_TOO_MANY","comment":"You have uploaded too many profile photos, delete some before retrying."},{"code":400,"name":"BOT_INVALID","comment":"This is not a valid bot."},{"code":400,"name":"EMOJI_MARKUP_INVALID","comment":"The specified video_emoji_markup was invalid."},{"code":400,"name":"FILE_PARTS_INVALID","comment":"The number of file parts is invalid."},{"code":400,"name":"IMAGE_PROCESS_FAILED","comment":"Failure while processing image."},{"code":400,"name":"PHOTO_CROP_FILE_MISSING","comment":"Photo crop file missing."},{"code":400,"name":"PHOTO_CROP_SIZE_SMALL","comment":"Photo is too small."},{"code":400,"name":"PHOTO_EXT_INVALID","comment":"The extension of the photo is invalid."},{"code":400,"name":"PHOTO_FILE_MISSING","comment":"Profile photo file missing."},{"code":400,"name":"PHOTO_INVALID","comment":"Photo invalid."},{"code":400,"name":"STICKER_MIME_INVALID","comment":"The specified sticker MIME type is invalid."},{"code":400,"name":"VIDEO_FILE_INVALID","comment":"The specified video file is invalid."}],"available":"both"},{"kind":"method","name":"photos.deletePhotos","type":"long","typeModifiers":{"isVector":true},"id":2278522671,"comment":"Deletes profile photos. The method returns a list of successfully deleted photo IDs.","arguments":[{"name":"id","type":"InputPhoto","typeModifiers":{"isVector":true},"comment":"Input photos to delete"}],"available":"user"},{"kind":"method","name":"photos.getUserPhotos","type":"photos.Photos","id":2446144168,"comment":"Returns the list of user photos.","arguments":[{"name":"user_id","type":"InputUser","comment":"User ID"},{"name":"offset","type":"int","comment":"Number of list elements to be skipped"},{"name":"max_id","type":"long","comment":"If a positive value was transferred, the method will return only photos with IDs less than the set one"},{"name":"limit","type":"int","comment":"Number of list elements to be returned"}],"throws":[{"code":400,"name":"MAX_ID_INVALID","comment":"The provided max ID is invalid."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."}],"available":"both"},{"kind":"method","name":"photos.uploadContactProfilePhoto","type":"photos.Photo","typeModifiers":{"constructorId":539045032},"id":3779873393,"comment":"Upload a custom profile picture for a contact, or suggest a new profile picture to a contact.\n\nThe <code>file</code>, <code>video</code> and <code>video_emoji_markup</code> flags are mutually exclusive.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"suggest","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"If set, will send a {@link RawMessageActionSuggestProfilePhoto} service message to <code>user_id</code>, suggesting them to use the specified profile picture; otherwise, will set a personal profile picture for the user (only visible to the current user)."},{"name":"save","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"If set, removes a previously set personal profile picture (does not affect suggested profile pictures, to remove them simply deleted the {@link RawMessageActionSuggestProfilePhoto} service message with {@link messages.RawDeleteMessagesRequest})."},{"name":"user_id","type":"InputUser","comment":"The contact"},{"name":"file","type":"InputFile","typeModifiers":{"predicate":"flags.0"},"comment":"Profile photo"},{"name":"video","type":"InputFile","typeModifiers":{"predicate":"flags.1"},"comment":"<a href=\"https://corefork.telegram.org/api/files#animated-profile-pictures\">Animated profile picture</a> video"},{"name":"video_start_ts","type":"double","typeModifiers":{"predicate":"flags.2"},"comment":"Floating point UNIX timestamp in seconds, indicating the frame of the video/sticker that should be used as static preview; can only be used if <code>video</code> or <code>video_emoji_markup</code> is set."},{"name":"video_emoji_markup","type":"VideoSize","typeModifiers":{"predicate":"flags.5"},"comment":"Animated sticker profile picture, must contain either a {@link RawVideoSizeEmojiMarkup} or a {@link RawVideoSizeStickerMarkup} constructor."}],"throws":[{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."}],"available":"both"},{"kind":"method","name":"upload.saveFilePart","type":"Bool","id":3003426337,"comment":"Saves a part of file for further sending to one of the methods.","arguments":[{"name":"file_id","type":"long","comment":"Random file identifier created by the client"},{"name":"file_part","type":"int","comment":"Numerical order of a part"},{"name":"bytes","type":"bytes","comment":"Binary data, content of a part"}],"throws":[{"code":400,"name":"FILE_PART_EMPTY","comment":"The provided file part is empty."},{"code":400,"name":"FILE_PART_INVALID","comment":"The file part number is invalid."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."}],"available":"both"},{"kind":"method","name":"upload.getFile","type":"upload.File","id":3193124286,"comment":"Returns content of a whole file or its part.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"precise","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Disable some checks on limit and offset values, useful for example to stream videos by keyframes"},{"name":"cdn_supported","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether the current client supports <a href=\"https://corefork.telegram.org/cdn\">CDN downloads</a>"},{"name":"location","type":"InputFileLocation","comment":"File location"},{"name":"offset","type":"int53","comment":"Number of bytes to be skipped"},{"name":"limit","type":"int","comment":"Number of bytes to be returned"}],"throws":[{"code":400,"name":"CDN_METHOD_INVALID","comment":"You can't call this method in a CDN DC."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"FILE_REFERENCE_*","comment":"The file reference expired, it must be refreshed."},{"code":406,"name":"FILEREF_UPGRADE_NEEDED","comment":"The client has to be updated in order to support file references."},{"code":400,"name":"FILE_ID_INVALID","comment":"The provided file id is invalid."},{"code":400,"name":"FILE_REFERENCE_EXPIRED","comment":"File reference expired, it must be refetched as described in the documentation."},{"code":400,"name":"LIMIT_INVALID","comment":"The provided limit is invalid."},{"code":400,"name":"LOCATION_INVALID","comment":"The provided location is invalid."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"OFFSET_INVALID","comment":"The provided offset is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"both"},{"kind":"method","name":"upload.saveBigFilePart","type":"Bool","id":3732629309,"comment":"Saves a part of a large file (over 10 MB in size) to be later passed to one of the methods.","arguments":[{"name":"file_id","type":"long","comment":"Random file id, created by the client"},{"name":"file_part","type":"int","comment":"Part sequence number"},{"name":"file_total_parts","type":"int","comment":"Total number of parts"},{"name":"bytes","type":"bytes","comment":"Binary data, part contents"}],"throws":[{"code":400,"name":"FILE_PARTS_INVALID","comment":"The number of file parts is invalid."},{"code":400,"name":"FILE_PART_EMPTY","comment":"The provided file part is empty."},{"code":400,"name":"FILE_PART_INVALID","comment":"The file part number is invalid."},{"code":400,"name":"FILE_PART_SIZE_CHANGED","comment":"Provided file part size has changed."},{"code":400,"name":"FILE_PART_SIZE_INVALID","comment":"The provided file part size is invalid."},{"code":400,"name":"FILE_PART_TOO_BIG","comment":"The uploaded file part is too big."}],"available":"both"},{"kind":"method","name":"upload.getWebFile","type":"upload.WebFile","typeModifiers":{"constructorId":568808380},"id":619086221,"comment":"Returns content of a web file, by proxying the request through telegram, see the <a href=\"https://corefork.telegram.org/api/files#downloading-webfiles\">webfile docs for more info</a>.\n\n<strong>Note</strong>: the query must be sent to the DC specified in the <code>webfile_dc_id</code> <a href=\"https://corefork.telegram.org/api/config#mtproto-configuration\">MTProto configuration field</a>.","arguments":[{"name":"location","type":"InputWebFileLocation","comment":"The file to download"},{"name":"offset","type":"int","comment":"Number of bytes to be skipped"},{"name":"limit","type":"int","comment":"Number of bytes to be returned"}],"throws":[{"code":400,"name":"DOCUMENT_INVALID","comment":"The specified document is invalid."},{"code":400,"name":"LOCATION_INVALID","comment":"The provided location is invalid."}],"available":"user"},{"kind":"method","name":"upload.getCdnFile","type":"upload.CdnFile","id":962554330,"comment":"Download a <a href=\"https://corefork.telegram.org/cdn\">CDN</a> file.","arguments":[{"name":"file_token","type":"bytes","comment":"File token"},{"name":"offset","type":"int53","comment":"Offset of chunk to download"},{"name":"limit","type":"int","comment":"Length of chunk to download"}],"available":"user"},{"kind":"method","name":"upload.reuploadCdnFile","type":"FileHash","typeModifiers":{"isVector":true,"constructorId":4087022428},"id":2603046056,"comment":"Request a reupload of a certain file to a <a href=\"https://corefork.telegram.org/cdn\">CDN DC</a>.","arguments":[{"name":"file_token","type":"bytes","comment":"File token"},{"name":"request_token","type":"bytes","comment":"Request token"}],"throws":[{"code":500,"name":"CDN_UPLOAD_TIMEOUT","comment":"A server-side timeout occurred while reuploading the file to the CDN DC."},{"code":400,"name":"FILE_TOKEN_INVALID","comment":"The specified file token is invalid."},{"code":400,"name":"RSA_DECRYPT_FAILED","comment":"Internal RSA decryption failed."}],"available":"both"},{"kind":"method","name":"upload.getCdnFileHashes","type":"FileHash","typeModifiers":{"isVector":true,"constructorId":4087022428},"id":2447130417,"comment":"Get SHA256 hashes for verifying downloaded <a href=\"https://corefork.telegram.org/cdn\">CDN</a> files","arguments":[{"name":"file_token","type":"bytes","comment":"File"},{"name":"offset","type":"int53","comment":"Offset from which to start getting hashes"}],"throws":[{"code":400,"name":"CDN_METHOD_INVALID","comment":"You can't call this method in a CDN DC."},{"code":400,"name":"RSA_DECRYPT_FAILED","comment":"Internal RSA decryption failed."}],"available":"both"},{"kind":"method","name":"upload.getFileHashes","type":"FileHash","typeModifiers":{"isVector":true,"constructorId":4087022428},"id":2438371370,"comment":"Get SHA256 hashes for verifying downloaded files","arguments":[{"name":"location","type":"InputFileLocation","comment":"File"},{"name":"offset","type":"int53","comment":"Offset from which to get file hashes"}],"throws":[{"code":400,"name":"LOCATION_INVALID","comment":"The provided location is invalid."}],"available":"both"},{"kind":"method","name":"help.getConfig","type":"Config","typeModifiers":{"constructorId":3424265246},"id":3304659051,"comment":"Returns current configuration, including data center configuration.","arguments":[],"throws":[{"code":400,"name":"CONNECTION_API_ID_INVALID","comment":"The provided API id is invalid."},{"code":400,"name":"CONNECTION_APP_VERSION_EMPTY","comment":"App version is empty."},{"code":400,"name":"CONNECTION_LAYER_INVALID","comment":"Layer invalid."},{"code":400,"name":"DATA_INVALID","comment":"Encrypted data invalid."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"USERNAME_INVALID","comment":"The provided username is not valid."},{"code":403,"name":"USER_PRIVACY_RESTRICTED","comment":"The user's privacy settings do not allow you to do this."}],"available":"both"},{"kind":"method","name":"help.getNearestDc","type":"NearestDc","typeModifiers":{"constructorId":2384074613},"id":531836966,"comment":"Returns info on data center nearest to the user.","arguments":[],"available":"user"},{"kind":"method","name":"help.getAppUpdate","type":"help.AppUpdate","id":1378703997,"comment":"Returns information on update availability for the current application.","arguments":[{"name":"source","type":"string","comment":"Source"}],"available":"user"},{"kind":"method","name":"help.getInviteText","type":"help.InviteText","typeModifiers":{"constructorId":415997816},"id":1295590211,"comment":"Returns localized text of a text message with an invitation.","arguments":[],"available":"user"},{"kind":"method","name":"help.getSupport","type":"help.Support","typeModifiers":{"constructorId":398898678},"id":2631862477,"comment":"Returns the support user for the \"ask a question\" feature.","arguments":[],"available":"user"},{"kind":"method","name":"help.getAppChangelog","type":"Updates","id":2417028975,"comment":"Get changelog of current app.<br>\nTypically, an {@link RawUpdates} constructor will be returned, containing one or more {@link RawUpdateServiceNotification} updates with app-specific changelogs.","arguments":[{"name":"prev_app_version","type":"string","comment":"Previous app version"}],"available":"user"},{"kind":"method","name":"help.setBotUpdatesStatus","type":"Bool","id":3961704397,"comment":"Informs the server about the number of pending bot updates if they haven't been processed for a long time; for bots only","arguments":[{"name":"pending_updates_count","type":"int","comment":"Number of pending updates"},{"name":"message","type":"string","comment":"Error message, if present"}],"available":"bot"},{"kind":"method","name":"help.getCdnConfig","type":"CdnConfig","typeModifiers":{"constructorId":1462101002},"id":1375900482,"comment":"Get configuration for <a href=\"https://corefork.telegram.org/cdn\">CDN</a> file downloads.","arguments":[],"available":"both"},{"kind":"method","name":"help.getRecentMeUrls","type":"help.RecentMeUrls","typeModifiers":{"constructorId":235081943},"id":1036054804,"comment":"Get recently used <code>t.me</code> links.\n\nWhen installing official applications from \"Download Telegram\" buttons present in <a href=\"https://t.me/\">t.me</a> pages, a referral parameter is passed to applications after installation.<br>\nIf, after downloading the application, the user creates a new account (instead of logging into an existing one), the referral parameter should be imported using this method, which returns the <a href=\"https://t.me/\">t.me</a> pages the user recently opened, before installing Telegram.","arguments":[{"name":"referer","type":"string","comment":"Referrer"}],"available":"user"},{"kind":"method","name":"help.getTermsOfServiceUpdate","type":"help.TermsOfServiceUpdate","id":749019089,"comment":"Look for updates of telegram's terms of service","arguments":[],"available":"user"},{"kind":"method","name":"help.acceptTermsOfService","type":"Bool","id":4000511898,"comment":"Accept the new terms of service","arguments":[{"name":"id","type":"DataJSON","comment":"ID of terms of service"}],"throws":[{"code":400,"name":"DATA_JSON_INVALID","comment":"The provided JSON data is invalid."}],"available":"user"},{"kind":"method","name":"help.getDeepLinkInfo","type":"help.DeepLinkInfo","id":1072547679,"comment":"Get info about an unsupported deep link, see <a href=\"https://corefork.telegram.org/api/links#unsupported-links\">here for more info »</a>.","arguments":[{"name":"path","type":"string","comment":"Path component of a <code>tg:</code> link"}],"available":"user"},{"kind":"method","name":"help.getAppConfig","type":"help.AppConfig","id":1642330196,"comment":"Get app-specific configuration, see <a href=\"https://corefork.telegram.org/api/config#client-configuration\">client configuration</a> for more info on the result.","arguments":[{"name":"hash","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"help.saveAppLog","type":"Bool","id":1862465352,"comment":"Saves logs of application on the server.","arguments":[{"name":"events","type":"InputAppEvent","typeModifiers":{"isVector":true},"comment":"List of input events"}],"available":"user"},{"kind":"method","name":"help.getPassportConfig","type":"help.PassportConfig","id":3328290056,"comment":"Get <a href=\"https://corefork.telegram.org/passport\">passport</a> configuration","arguments":[{"name":"hash","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"help.getSupportName","type":"help.SupportName","typeModifiers":{"constructorId":2349199817},"id":3546343212,"comment":"Get localized name of the telegram support user","arguments":[],"throws":[{"code":403,"name":"USER_INVALID","comment":"Invalid user provided."}],"available":"user"},{"kind":"method","name":"help.getUserInfo","type":"help.UserInfo","id":59377875,"comment":"Can only be used by TSF members to obtain internal information.","arguments":[{"name":"user_id","type":"InputUser","comment":"User ID"}],"throws":[{"code":403,"name":"USER_INVALID","comment":"Invalid user provided."}],"available":"user"},{"kind":"method","name":"help.editUserInfo","type":"help.UserInfo","id":1723407216,"comment":"Internal use","arguments":[{"name":"user_id","type":"InputUser","comment":"User"},{"name":"message","type":"string","comment":"Message"},{"name":"entities","type":"MessageEntity","typeModifiers":{"isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"}],"throws":[{"code":400,"name":"ENTITY_BOUNDS_INVALID","comment":"A specified entity offset or length is invalid, see here » for info on how to properly compute the entity offset/length."},{"code":403,"name":"USER_INVALID","comment":"Invalid user provided."}],"available":"user"},{"kind":"method","name":"help.getPromoData","type":"help.PromoData","id":3231151137,"comment":"Get MTProxy/Public Service Announcement information","arguments":[],"available":"user"},{"kind":"method","name":"help.hidePromoData","type":"Bool","id":505748629,"comment":"Hide MTProxy/Public Service Announcement information","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer to hide"}],"available":"user"},{"kind":"method","name":"help.dismissSuggestion","type":"Bool","id":4111317665,"comment":"Dismiss a <a href=\"https://corefork.telegram.org/api/config#suggestions\">suggestion, see here for more info »</a>.","arguments":[{"name":"peer","type":"InputPeer","comment":"In the case of pending suggestions in {@link RawChannelFull}, the channel ID."},{"name":"suggestion","type":"string","comment":"<a href=\"https://corefork.telegram.org/api/config#suggestions\">Suggestion, see here for more info »</a>."}],"available":"user"},{"kind":"method","name":"help.getCountriesList","type":"help.CountriesList","id":1935116200,"comment":"Get name, ISO code, localized name and phone codes/patterns of all available countries","arguments":[{"name":"lang_code","type":"string","comment":"Language code of the current user"},{"name":"hash","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets#hash-generation\">Hash for pagination, for more info click here</a>"}],"available":"user"},{"kind":"method","name":"help.getPremiumPromo","type":"help.PremiumPromo","typeModifiers":{"constructorId":1395946908},"id":3088815060,"comment":"Get Telegram Premium promotion information","arguments":[],"available":"user"},{"kind":"method","name":"channels.readHistory","type":"Bool","id":3423619383,"comment":"Mark <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a> history as read","arguments":[{"name":"channel","type":"InputChannel","comment":"<a href=\"https://corefork.telegram.org/api/channel\">Channel/supergroup</a>"},{"name":"max_id","type":"int","comment":"ID of message up to which messages should be marked as read"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."}],"available":"user"},{"kind":"method","name":"channels.deleteMessages","type":"messages.AffectedMessages","typeModifiers":{"constructorId":2228326789},"id":2227305806,"comment":"Delete messages in a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>","arguments":[{"name":"channel","type":"InputChannel","comment":"<a href=\"https://corefork.telegram.org/api/channel\">Channel/supergroup</a>"},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"IDs of messages to delete"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"MESSAGE_DELETE_FORBIDDEN","comment":"You can't delete one of the messages you tried to delete, most likely because it is a service message."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."}],"available":"both"},{"kind":"method","name":"channels.reportSpam","type":"Bool","id":4098523925,"comment":"Reports some messages from a user in a supergroup as spam; requires administrator rights in the supergroup","arguments":[{"name":"channel","type":"InputChannel","comment":"Supergroup"},{"name":"participant","type":"InputPeer","comment":"Participant whose messages should be reported"},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"IDs of spam messages"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."}],"available":"user"},{"kind":"method","name":"channels.getMessages","type":"messages.Messages","id":2911672867,"comment":"Get <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a> messages","arguments":[{"name":"channel","type":"InputChannel","comment":"Channel/supergroup"},{"name":"id","type":"InputMessage","typeModifiers":{"isVector":true},"comment":"IDs of messages to get"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"MESSAGE_IDS_EMPTY","comment":"No message ids were provided."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"USER_BANNED_IN_CHANNEL","comment":"You're banned from sending messages in supergroups/channels."}],"available":"both"},{"kind":"method","name":"channels.getParticipants","type":"channels.ChannelParticipants","id":2010044880,"comment":"Get the participants of a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/channel</a>","arguments":[{"name":"channel","type":"InputChannel","comment":"Channel"},{"name":"filter","type":"ChannelParticipantsFilter","comment":"Which participant types to fetch"},{"name":"offset","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offset</a>"},{"name":"limit","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Limit</a>"},{"name":"hash","type":"long","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Hash</a>"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."}],"available":"both"},{"kind":"method","name":"channels.getParticipant","type":"channels.ChannelParticipant","typeModifiers":{"constructorId":3753378583},"id":2695589062,"comment":"Get info about a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a> participant","arguments":[{"name":"channel","type":"InputChannel","comment":"Channel/supergroup"},{"name":"participant","type":"InputPeer","comment":"Participant to get info about"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PARTICIPANT_ID_INVALID","comment":"The specified participant ID is invalid."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."},{"code":400,"name":"USER_NOT_PARTICIPANT","comment":"You're not a member of this supergroup/channel."}],"available":"both"},{"kind":"method","name":"channels.getChannels","type":"messages.Chats","id":176122811,"comment":"Get info about <a href=\"https://corefork.telegram.org/api/channel\">channels/supergroups</a>","arguments":[{"name":"id","type":"InputChannel","typeModifiers":{"isVector":true},"comment":"IDs of channels/supergroups to get info about"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"USER_BANNED_IN_CHANNEL","comment":"You're banned from sending messages in supergroups/channels."}],"available":"both"},{"kind":"method","name":"channels.getFullChannel","type":"messages.ChatFull","typeModifiers":{"constructorId":3856126364},"id":141781513,"comment":"Get full info about a <a href=\"https://corefork.telegram.org/api/channel#supergroups\">supergroup</a>, <a href=\"https://corefork.telegram.org/api/channel#gigagroups\">gigagroup</a> or <a href=\"https://corefork.telegram.org/api/channel#channels\">channel</a>","arguments":[{"name":"channel","type":"InputChannel","comment":"The <a href=\"https://corefork.telegram.org/api/channel#channels\">channel</a>, <a href=\"https://corefork.telegram.org/api/channel#supergroups\">supergroup</a> or <a href=\"https://corefork.telegram.org/api/channel#gigagroups\">gigagroup</a> to get info about"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHANNEL_PUBLIC_GROUP_NA","comment":"channel/supergroup not available."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."}],"available":"both"},{"kind":"method","name":"channels.createChannel","type":"Updates","id":2432722695,"comment":"Create a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/channel</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"broadcast","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to create a <a href=\"https://corefork.telegram.org/api/channel\">channel</a>"},{"name":"megagroup","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether to create a <a href=\"https://corefork.telegram.org/api/channel\">supergroup</a>"},{"name":"for_import","type":"true","typeModifiers":{"predicate":"flags.3"},"comment":"Whether the supergroup is being created to import messages from a foreign chat service using {@link messages.RawInitHistoryImportRequest}"},{"name":"forum","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether to create a <a href=\"https://corefork.telegram.org/api/forum\">forum</a>"},{"name":"title","type":"string","comment":"Channel title"},{"name":"about","type":"string","comment":"Channel description"},{"name":"geo_point","type":"InputGeoPoint","typeModifiers":{"predicate":"flags.2"},"comment":"Geogroup location, see <a href=\"https://corefork.telegram.org/api/nearby\">here »</a> for more info on geogroups."},{"name":"address","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"Geogroup address, see <a href=\"https://corefork.telegram.org/api/nearby\">here »</a> for more info on geogroups."},{"name":"ttl_period","type":"int","typeModifiers":{"predicate":"flags.4"},"comment":"Time-to-live of all messages that will be sent in the supergroup: once message.date+message.ttl_period === time(), the message will be deleted on the server, and must be deleted locally as well. You can use {@link messages.RawSetDefaultHistoryTTLRequest} to edit this value later."}],"throws":[{"code":400,"name":"CHANNELS_ADMIN_LOCATED_TOO_MUCH","comment":"The user has reached the limit of public geogroups."},{"code":400,"name":"CHANNELS_TOO_MUCH","comment":"You have joined too many channels/supergroups."},{"code":400,"name":"CHAT_ABOUT_TOO_LONG","comment":"Chat about too long."},{"code":400,"name":"CHAT_TITLE_EMPTY","comment":"No chat title provided."},{"code":400,"name":"TTL_PERIOD_INVALID","comment":"The specified TTL period is invalid."},{"code":406,"name":"USER_RESTRICTED","comment":"You're spamreported, you can't create channels or chats."}],"available":"user"},{"kind":"method","name":"channels.editAdmin","type":"Updates","id":3543959810,"comment":"Modify the admin rights of a user in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/channel</a>.","arguments":[{"name":"channel","type":"InputChannel","comment":"The <a href=\"https://corefork.telegram.org/api/channel\">supergroup/channel</a>."},{"name":"user_id","type":"InputUser","comment":"The ID of the user whose admin rights should be modified"},{"name":"admin_rights","type":"ChatAdminRights","comment":"The admin rights"},{"name":"rank","type":"string","comment":"Indicates the role (rank) of the admin in the group: just an arbitrary string"}],"throws":[{"code":400,"name":"ADMINS_TOO_MUCH","comment":"There are too many admins."},{"code":400,"name":"ADMIN_RANK_EMOJI_NOT_ALLOWED","comment":"An admin rank cannot contain emojis."},{"code":400,"name":"ADMIN_RANK_INVALID","comment":"The specified admin rank is invalid."},{"code":400,"name":"BOTS_TOO_MUCH","comment":"There are too many bots in this chat/channel."},{"code":400,"name":"BOT_CHANNELS_NA","comment":"Bots can't edit admin privileges."},{"code":400,"name":"BOT_GROUPS_BLOCKED","comment":"This bot can't be added to groups."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_ADMIN_INVITE_REQUIRED","comment":"You do not have the rights to do this."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":406,"name":"FRESH_CHANGE_ADMINS_FORBIDDEN","comment":"You were just elected admin, you can't add or modify other admins yet."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":403,"name":"RIGHT_FORBIDDEN","comment":"Your admin rights do not allow you to do this."},{"code":400,"name":"USERS_TOO_MUCH","comment":"The maximum number of users has been exceeded (to create a chat, for example)."},{"code":400,"name":"USER_BLOCKED","comment":"User blocked."},{"code":403,"name":"USER_CHANNELS_TOO_MUCH","comment":"One of the users you tried to add is already in too many channels/supergroups."},{"code":400,"name":"USER_CREATOR","comment":"You can't leave this channel, because you're its creator."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."},{"code":403,"name":"USER_NOT_MUTUAL_CONTACT","comment":"The provided user is not a mutual contact."},{"code":403,"name":"USER_PRIVACY_RESTRICTED","comment":"The user's privacy settings do not allow you to do this."},{"code":403,"name":"USER_RESTRICTED","comment":"You're spamreported, you can't create channels or chats."}],"available":"both"},{"kind":"method","name":"channels.editTitle","type":"Updates","id":1450044624,"comment":"Edit the name of a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>","arguments":[{"name":"channel","type":"InputChannel","comment":"Channel/supergroup"},{"name":"title","type":"string","comment":"New name"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":400,"name":"CHAT_TITLE_EMPTY","comment":"No chat title provided."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."}],"available":"both"},{"kind":"method","name":"channels.editPhoto","type":"Updates","id":4046346185,"comment":"Change the photo of a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>","arguments":[{"name":"channel","type":"InputChannel","comment":"Channel/supergroup whose photo should be edited"},{"name":"photo","type":"InputChatPhoto","comment":"New photo"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"FILE_PARTS_INVALID","comment":"The number of file parts is invalid."},{"code":400,"name":"FILE_REFERENCE_INVALID","comment":"The specified file reference is invalid."},{"code":400,"name":"PHOTO_CROP_SIZE_SMALL","comment":"Photo is too small."},{"code":400,"name":"PHOTO_EXT_INVALID","comment":"The extension of the photo is invalid."},{"code":400,"name":"PHOTO_INVALID","comment":"Photo invalid."},{"code":400,"name":"STICKER_MIME_INVALID","comment":"The specified sticker MIME type is invalid."}],"available":"both"},{"kind":"method","name":"channels.checkUsername","type":"Bool","id":283557164,"comment":"Check if a username is free and can be assigned to a channel/supergroup","arguments":[{"name":"channel","type":"InputChannel","comment":"The <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a> that will assigned the specified username"},{"name":"username","type":"string","comment":"The username to check"}],"throws":[{"code":400,"name":"CHANNELS_ADMIN_PUBLIC_TOO_MUCH","comment":"You're admin of too many public channels, make some channels private to change the username of this channel."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"USERNAME_INVALID","comment":"The provided username is not valid."},{"code":400,"name":"USERNAME_OCCUPIED","comment":"The provided username is already occupied."},{"code":400,"name":"USERNAME_PURCHASE_AVAILABLE","comment":"The specified username can be purchased on https://fragment.com."}],"available":"user"},{"kind":"method","name":"channels.updateUsername","type":"Bool","id":890549214,"comment":"Change or remove the username of a supergroup/channel","arguments":[{"name":"channel","type":"InputChannel","comment":"Channel"},{"name":"username","type":"string","comment":"New username, pass an empty string to remove the username"}],"throws":[{"code":400,"name":"CHANNELS_ADMIN_PUBLIC_TOO_MUCH","comment":"You're admin of too many public channels, make some channels private to change the username of this channel."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"USERNAME_INVALID","comment":"The provided username is not valid."},{"code":400,"name":"USERNAME_NOT_MODIFIED","comment":"The username was not modified."},{"code":400,"name":"USERNAME_OCCUPIED","comment":"The provided username is already occupied."},{"code":400,"name":"USERNAME_PURCHASE_AVAILABLE","comment":"The specified username can be purchased on https://fragment.com."}],"available":"user"},{"kind":"method","name":"channels.joinChannel","type":"Updates","id":615851205,"comment":"Join a channel/supergroup","arguments":[{"name":"channel","type":"InputChannel","comment":"Channel/supergroup to join"}],"throws":[{"code":400,"name":"CHANNELS_TOO_MUCH","comment":"You have joined too many channels/supergroups."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_INVALID","comment":"Invalid chat."},{"code":400,"name":"INVITE_HASH_EMPTY","comment":"The invite hash is empty."},{"code":406,"name":"INVITE_HASH_EXPIRED","comment":"The invite link has expired."},{"code":400,"name":"INVITE_HASH_INVALID","comment":"The invite hash is invalid."},{"code":400,"name":"INVITE_REQUEST_SENT","comment":"You have successfully requested to join this chat or channel."},{"code":500,"name":"MEMBER_CHAT_ADD_FAILED","comment":" "},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"USERS_TOO_MUCH","comment":"The maximum number of users has been exceeded (to create a chat, for example)."},{"code":400,"name":"USER_ALREADY_PARTICIPANT","comment":"The user is already in the group."},{"code":400,"name":"USER_CHANNELS_TOO_MUCH","comment":"One of the users you tried to add is already in too many channels/supergroups."}],"available":"user"},{"kind":"method","name":"channels.leaveChannel","type":"Updates","id":4164332181,"comment":"Leave a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>","arguments":[{"name":"channel","type":"InputChannel","comment":"<a href=\"https://corefork.telegram.org/api/channel\">Channel/supergroup</a> to leave"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHANNEL_PUBLIC_GROUP_NA","comment":"channel/supergroup not available."},{"code":400,"name":"CHAT_INVALID","comment":"Invalid chat."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"USER_BANNED_IN_CHANNEL","comment":"You're banned from sending messages in supergroups/channels."},{"code":400,"name":"USER_CREATOR","comment":"You can't leave this channel, because you're its creator."},{"code":400,"name":"USER_NOT_PARTICIPANT","comment":"You're not a member of this supergroup/channel."}],"available":"both"},{"kind":"method","name":"channels.inviteToChannel","type":"Updates","id":429865580,"comment":"Invite users to a channel/supergroup\n\nMay also return 0-N updates of type {@link RawUpdateGroupInvitePrivacyForbidden}: it indicates we couldn't add a user to a chat because of their privacy settings; if required, an <a href=\"https://corefork.telegram.org/api/invites\">invite link</a> can be shared with the user, instead.","arguments":[{"name":"channel","type":"InputChannel","comment":"Channel/supergroup"},{"name":"users","type":"InputUser","typeModifiers":{"isVector":true},"comment":"Users to invite"}],"throws":[{"code":400,"name":"BOTS_TOO_MUCH","comment":"There are too many bots in this chat/channel."},{"code":400,"name":"BOT_GROUPS_BLOCKED","comment":"This bot can't be added to groups."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_INVALID","comment":"Invalid chat."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"USERS_TOO_MUCH","comment":"The maximum number of users has been exceeded (to create a chat, for example)."},{"code":400,"name":"USER_BANNED_IN_CHANNEL","comment":"You're banned from sending messages in supergroups/channels."},{"code":400,"name":"USER_BLOCKED","comment":"User blocked."},{"code":400,"name":"USER_BOT","comment":"Bots can only be admins in channels."},{"code":403,"name":"USER_CHANNELS_TOO_MUCH","comment":"One of the users you tried to add is already in too many channels/supergroups."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."},{"code":400,"name":"USER_KICKED","comment":"This user was kicked from this supergroup/channel."},{"code":403,"name":"USER_NOT_MUTUAL_CONTACT","comment":"The provided user is not a mutual contact."},{"code":403,"name":"USER_PRIVACY_RESTRICTED","comment":"The user's privacy settings do not allow you to do this."}],"available":"user"},{"kind":"method","name":"channels.deleteChannel","type":"Updates","id":3222347747,"comment":"Delete a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>","arguments":[{"name":"channel","type":"InputChannel","comment":"<a href=\"https://corefork.telegram.org/api/channel\">Channel/supergroup</a> to delete"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":406,"name":"CHANNEL_TOO_LARGE","comment":"Channel is too large to be deleted; this error is issued when trying to delete channels with more than 1000 members (subject to change)."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."}],"available":"user"},{"kind":"method","name":"channels.exportMessageLink","type":"ExportedMessageLink","typeModifiers":{"constructorId":1571494644},"id":3862932971,"comment":"Get link and embed info of a message in a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"grouped","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to include other grouped media (for albums)"},{"name":"thread","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether to also include a thread ID, if available, inside of the link"},{"name":"channel","type":"InputChannel","comment":"Channel"},{"name":"id","type":"int","comment":"Message ID"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."}],"available":"user"},{"kind":"method","name":"channels.toggleSignatures","type":"Updates","id":527021574,"comment":"Enable/disable message signatures in channels","arguments":[{"name":"channel","type":"InputChannel","comment":"Channel"},{"name":"enabled","type":"Bool","comment":"Value"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."}],"available":"user"},{"kind":"method","name":"channels.getAdminedPublicChannels","type":"messages.Chats","id":4172297903,"comment":"Get <a href=\"https://corefork.telegram.org/api/channel\">channels/supergroups/geogroups</a> we're admin in. Usually called when the user exceeds the {@link RawConfig} for owned public <a href=\"https://corefork.telegram.org/api/channel\">channels/supergroups/geogroups</a>, and the user is given the choice to remove one of their channels/supergroups/geogroups.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"by_location","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Get geogroups"},{"name":"check_limit","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"If set and the user has reached the limit of owned public <a href=\"https://corefork.telegram.org/api/channel\">channels/supergroups/geogroups</a>, instead of returning the channel list one of the specified <a href=\"#possible-errors\">errors</a> will be returned.<br>Useful to check if a new public channel can indeed be created, even before asking the user to enter a channel username to use in {@link channels.RawCheckUsernameRequest}/{@link channels.RawUpdateUsernameRequest}."}],"throws":[{"code":400,"name":"CHANNELS_ADMIN_LOCATED_TOO_MUCH","comment":"The user has reached the limit of public geogroups."},{"code":400,"name":"CHANNELS_ADMIN_PUBLIC_TOO_MUCH","comment":"You're admin of too many public channels, make some channels private to change the username of this channel."}],"available":"user"},{"kind":"method","name":"channels.editBanned","type":"Updates","id":2531708289,"comment":"Ban/unban/kick a user in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/channel</a>.","arguments":[{"name":"channel","type":"InputChannel","comment":"The <a href=\"https://corefork.telegram.org/api/channel\">supergroup/channel</a>."},{"name":"participant","type":"InputPeer","comment":"Participant to ban"},{"name":"banned_rights","type":"ChatBannedRights","comment":"The banned rights"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PARTICIPANT_ID_INVALID","comment":"The specified participant ID is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"USER_ADMIN_INVALID","comment":"You're not an admin."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."}],"available":"both"},{"kind":"method","name":"channels.getAdminLog","type":"channels.AdminLogResults","typeModifiers":{"constructorId":3985307469},"id":870184064,"comment":"Get the admin log of a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"channel","type":"InputChannel","comment":"Channel"},{"name":"q","type":"string","comment":"Search query, can be empty"},{"name":"events_filter","type":"ChannelAdminLogEventsFilter","typeModifiers":{"predicate":"flags.0"},"comment":"Event filter"},{"name":"admins","type":"InputUser","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"Only show events from these admins"},{"name":"max_id","type":"long","comment":"Maximum ID of message to return (see <a href=\"https://corefork.telegram.org/api/offsets\">pagination</a>)"},{"name":"min_id","type":"long","comment":"Minimum ID of message to return (see <a href=\"https://corefork.telegram.org/api/offsets\">pagination</a>)"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."}],"available":"user"},{"kind":"method","name":"channels.setStickers","type":"Bool","id":3935085817,"comment":"Associate a stickerset to the supergroup","arguments":[{"name":"channel","type":"InputChannel","comment":"Supergroup"},{"name":"stickerset","type":"InputStickerSet","comment":"The stickerset to associate"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"PARTICIPANTS_TOO_FEW","comment":"Not enough participants."},{"code":406,"name":"STICKERSET_OWNER_ANONYMOUS","comment":"Provided stickerset can't be installed as group stickerset to prevent admin deanonymization."}],"available":"both"},{"kind":"method","name":"channels.readMessageContents","type":"Bool","id":3937786936,"comment":"Mark <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a> message contents as read","arguments":[{"name":"channel","type":"InputChannel","comment":"<a href=\"https://corefork.telegram.org/api/channel\">Channel/supergroup</a>"},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"IDs of messages whose contents should be marked as read"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":406,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."}],"available":"user"},{"kind":"method","name":"channels.deleteHistory","type":"Updates","id":2611648071,"comment":"Delete the history of a <a href=\"https://corefork.telegram.org/api/channel\">supergroup</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"for_everyone","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the history should be deleted for everyone"},{"name":"channel","type":"InputChannel","comment":"<a href=\"https://corefork.telegram.org/api/channel\">Supergroup</a> whose history must be deleted"},{"name":"max_id","type":"int","comment":"ID of message <strong>up to which</strong> the history must be deleted"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PARICIPANT_MISSING","comment":"The current user is not in the channel."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHANNEL_TOO_BIG","comment":"This channel has too many participants (>1000) to be deleted."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."}],"available":"user"},{"kind":"method","name":"channels.togglePreHistoryHidden","type":"Updates","id":3938171212,"comment":"Hide/unhide message history for new channel/supergroup users","arguments":[{"name":"channel","type":"InputChannel","comment":"Channel/supergroup"},{"name":"enabled","type":"Bool","comment":"Hide/unhide"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"CHAT_LINK_EXISTS","comment":"The chat is public, you can't hide the history to new users."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":400,"name":"FORUM_ENABLED","comment":"You can't execute the specified action because the group is a forum, disable forum functionality to continue."}],"available":"user"},{"kind":"method","name":"channels.getLeftChannels","type":"messages.Chats","id":2202135744,"comment":"Get a list of <a href=\"https://corefork.telegram.org/api/channel\">channels/supergroups</a> we left","arguments":[{"name":"offset","type":"int","comment":"Offset for <a href=\"https://corefork.telegram.org/api/offsets\">pagination</a>"}],"throws":[{"code":403,"name":"TAKEOUT_REQUIRED","comment":"A takeout session has to be initialized, first."}],"available":"user"},{"kind":"method","name":"channels.getGroupsForDiscussion","type":"messages.Chats","id":4124758904,"comment":"Get all groups that can be used as <a href=\"https://corefork.telegram.org/api/discussion\">discussion groups</a>.\n\nReturned <a href=\"https://corefork.telegram.org/api/channel#basic-groups\">basic group chats</a> must be first upgraded to <a href=\"https://corefork.telegram.org/api/channel#supergroups\">supergroups</a> before they can be set as a discussion group.<br>\nTo set a returned supergroup as a discussion group, access to its old messages must be enabled using {@link channels.RawTogglePreHistoryHiddenRequest}, first.","arguments":[],"available":"user"},{"kind":"method","name":"channels.setDiscussionGroup","type":"Bool","id":1079520178,"comment":"Associate a group to a channel as <a href=\"https://corefork.telegram.org/api/discussion\">discussion group</a> for that channel","arguments":[{"name":"broadcast","type":"InputChannel","comment":"Channel"},{"name":"group","type":"InputChannel","comment":"<a href=\"https://corefork.telegram.org/api/discussion\">Discussion group</a> to associate to the channel"}],"throws":[{"code":400,"name":"BROADCAST_ID_INVALID","comment":"Broadcast ID invalid."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"LINK_NOT_MODIFIED","comment":"Discussion link not modified."},{"code":400,"name":"MEGAGROUP_ID_INVALID","comment":"Invalid supergroup ID."},{"code":400,"name":"MEGAGROUP_PREHISTORY_HIDDEN","comment":"Group with hidden history for new members can't be set as discussion groups."}],"available":"user"},{"kind":"method","name":"channels.editCreator","type":"Updates","id":2402864415,"comment":"Transfer channel ownership","arguments":[{"name":"channel","type":"InputChannel","comment":"Channel"},{"name":"user_id","type":"InputUser","comment":"New channel owner"},{"name":"password","type":"InputCheckPasswordSRP","comment":"<a href=\"https://corefork.telegram.org/api/srp\">2FA password</a> of account"}],"throws":[{"code":400,"name":"CHANNELS_ADMIN_PUBLIC_TOO_MUCH","comment":"You're admin of too many public channels, make some channels private to change the username of this channel."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"PASSWORD_HASH_INVALID","comment":"The provided password hash is invalid."},{"code":400,"name":"PASSWORD_MISSING","comment":"You must enable 2FA in order to transfer ownership of a channel."},{"code":400,"name":"PASSWORD_TOO_FRESH_%d","comment":"The password was modified less than 24 hours ago, try again in %d seconds."},{"code":400,"name":"SESSION_TOO_FRESH_%d","comment":"This session was created less than 24 hours ago, try again in %d seconds."},{"code":400,"name":"SRP_ID_INVALID","comment":"Invalid SRP ID provided."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."}],"available":"user"},{"kind":"method","name":"channels.editLocation","type":"Bool","id":1491484525,"comment":"Edit location of geo group, see <a href=\"https://corefork.telegram.org/api/nearby\">here »</a> for more info on geogroups.","arguments":[{"name":"channel","type":"InputChannel","comment":"<a href=\"https://corefork.telegram.org/api/channel\">Geogroup</a>"},{"name":"geo_point","type":"InputGeoPoint","comment":"New geolocation"},{"name":"address","type":"string","comment":"Address string"}],"throws":[{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":400,"name":"MEGAGROUP_REQUIRED","comment":"You can only use this method on a supergroup."}],"available":"user"},{"kind":"method","name":"channels.toggleSlowMode","type":"Updates","id":3990134512,"comment":"Toggle supergroup slow mode: if enabled, users will only be able to send one message every <code>seconds</code> seconds","arguments":[{"name":"channel","type":"InputChannel","comment":"The <a href=\"https://corefork.telegram.org/api/channel\">supergroup</a>"},{"name":"seconds","type":"int","comment":"Users will only be able to send one message every <code>seconds</code> seconds, <code>0</code> to disable the limitation"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":400,"name":"SECONDS_INVALID","comment":"Invalid duration provided."}],"available":"user"},{"kind":"method","name":"channels.getInactiveChannels","type":"messages.InactiveChats","typeModifiers":{"constructorId":2837970629},"id":300429806,"comment":"Get inactive channels and supergroups","arguments":[],"available":"user"},{"kind":"method","name":"channels.convertToGigagroup","type":"Updates","id":187239529,"comment":"Convert a <a href=\"https://corefork.telegram.org/api/channel\">supergroup</a> to a <a href=\"https://corefork.telegram.org/api/channel\">gigagroup</a>, when requested by <a href=\"https://corefork.telegram.org/api/config#channel-suggestions\">channel suggestions</a>.","arguments":[{"name":"channel","type":"InputChannel","comment":"The <a href=\"https://corefork.telegram.org/api/channel\">supergroup</a> to convert"}],"throws":[{"code":400,"name":"CHANNEL_ID_INVALID","comment":"The specified supergroup ID is invalid."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"FORUM_ENABLED","comment":"You can't execute the specified action because the group is a forum, disable forum functionality to continue."},{"code":400,"name":"PARTICIPANTS_TOO_FEW","comment":"Not enough participants."}],"available":"user"},{"kind":"method","name":"channels.viewSponsoredMessage","type":"Bool","id":3199130516,"comment":"Mark a specific sponsored message as read","arguments":[{"name":"channel","type":"InputChannel","comment":"Peer"},{"name":"random_id","type":"bytes","comment":"Message ID"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."}],"available":"user"},{"kind":"method","name":"channels.getSponsoredMessages","type":"messages.SponsoredMessages","id":3961589695,"comment":"Get a list of sponsored messages","arguments":[{"name":"channel","type":"InputChannel","comment":"Peer"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."}],"available":"user"},{"kind":"method","name":"channels.getSendAs","type":"channels.SendAsPeers","typeModifiers":{"constructorId":4103516358},"id":231174382,"comment":"Obtains a list of peers that can be used to send messages in a specific group","arguments":[{"name":"peer","type":"InputPeer","comment":"The group where we intend to send messages"}],"throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"channels.deleteParticipantHistory","type":"messages.AffectedHistory","typeModifiers":{"constructorId":3025955281},"id":913655003,"comment":"Delete all messages sent by a specific participant of a given supergroup","arguments":[{"name":"channel","type":"InputChannel","comment":"Supergroup"},{"name":"participant","type":"InputPeer","comment":"The participant whose messages should be deleted"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"MSG_ID_INVALID","comment":"Invalid message ID provided."},{"code":400,"name":"PARTICIPANT_ID_INVALID","comment":"The specified participant ID is invalid."}],"available":"user"},{"kind":"method","name":"channels.toggleJoinToSend","type":"Updates","id":3838547328,"comment":"Set whether all users <a href=\"https://corefork.telegram.org/api/discussion#requiring-users-to-join-the-group\">should join a discussion group in order to comment on a post »</a>","arguments":[{"name":"channel","type":"InputChannel","comment":"Discussion group"},{"name":"enabled","type":"Bool","comment":"Toggle"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."}],"available":"user"},{"kind":"method","name":"channels.toggleJoinRequest","type":"Updates","id":1277789622,"comment":"Set whether all users should <a href=\"https://corefork.telegram.org/api/invites#join-requests\">request admin approval to join the group »</a>.","arguments":[{"name":"channel","type":"InputChannel","comment":"Group"},{"name":"enabled","type":"Bool","comment":"Toggle"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":400,"name":"CHAT_PUBLIC_REQUIRED","comment":"You can only enable join requests in public groups."}],"available":"user"},{"kind":"method","name":"channels.reorderUsernames","type":"Bool","id":3025988893,"comment":"Reorder active usernames","arguments":[{"name":"channel","type":"InputChannel","comment":"The supergroup or channel"},{"name":"order","type":"string","typeModifiers":{"isVector":true},"comment":"The new order for active usernames. All active usernames must be specified."}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."}],"available":"both"},{"kind":"method","name":"channels.toggleUsername","type":"Bool","id":1358053637,"comment":"Activate or deactivate a purchased <a href=\"https://fragment.com/\">fragment.com</a> username associated to a <a href=\"https://corefork.telegram.org/api/channel\">supergroup or channel</a> we own.","arguments":[{"name":"channel","type":"InputChannel","comment":"<a href=\"https://corefork.telegram.org/api/channel\">Supergroup or channel</a>"},{"name":"username","type":"string","comment":"Username"},{"name":"active","type":"Bool","comment":"Whether to activate or deactivate the username"}],"throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"USERNAMES_ACTIVE_TOO_MUCH","comment":"The maximum number of active usernames was reached."},{"code":400,"name":"USERNAME_INVALID","comment":"The provided username is not valid."}],"available":"both"},{"kind":"method","name":"channels.deactivateAllUsernames","type":"Bool","id":170155475,"comment":"Disable all purchased usernames of a supergroup or channel","arguments":[{"name":"channel","type":"InputChannel","comment":"Supergroup or channel"}],"available":"both"},{"kind":"method","name":"channels.toggleForum","type":"Updates","id":2754186025,"comment":"Enable or disable <a href=\"https://corefork.telegram.org/api/forum\">forum functionality</a> in a supergroup.","arguments":[{"name":"channel","type":"InputChannel","comment":"Supergroup ID"},{"name":"enabled","type":"Bool","comment":"Enable or disable forum functionality"}],"throws":[{"code":400,"name":"CHAT_DISCUSSION_UNALLOWED","comment":"You can't enable forum topics in a discussion group linked to a channel."},{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."}],"available":"both"},{"kind":"method","name":"channels.createForumTopic","type":"Updates","id":4094427684,"comment":"Create a <a href=\"https://corefork.telegram.org/api/forum\">forum topic</a>; requires <a href=\"https://corefork.telegram.org/api/rights\"><code>manage_topics</code> rights</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"channel","type":"InputChannel","comment":"<a href=\"https://corefork.telegram.org/api/forum\">The forum</a>"},{"name":"title","type":"string","comment":"Topic title (maximum UTF-8 length: 128)"},{"name":"icon_color","type":"int","typeModifiers":{"predicate":"flags.0"},"comment":"If no custom emoji icon is specified, specifies the color of the fallback topic icon (RGB), one of <code>0x6FB9F0</code>, <code>0xFFD67E</code>, <code>0xCB86DB</code>, <code>0x8EEE98</code>, <code>0xFF93B2</code>, or <code>0xFB6F5F</code>."},{"name":"icon_emoji_id","type":"long","typeModifiers":{"predicate":"flags.3"},"comment":"ID of the <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji</a> used as topic icon. <a href=\"https://corefork.telegram.org/api/premium\">Telegram Premium</a> users can use any custom emoji, other users can only use the custom emojis contained in the {@link RawInputStickerSetEmojiDefaultTopicIcons} emoji pack."},{"name":"random_id","type":"long","comment":"Unique client message ID to prevent duplicate sending of the same event"},{"name":"send_as","type":"InputPeer","typeModifiers":{"predicate":"flags.2"},"comment":"Create the topic as the specified peer"}],"throws":[{"code":400,"name":"CHANNEL_FORUM_MISSING","comment":"This supergroup is not a forum."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":403,"name":"CHAT_WRITE_FORBIDDEN","comment":"You can't write in this chat."},{"code":400,"name":"TOPIC_TITLE_EMPTY","comment":"The specified topic title is empty."}],"available":"both"},{"kind":"method","name":"channels.getForumTopics","type":"messages.ForumTopics","typeModifiers":{"constructorId":913709011},"id":233136337,"comment":"Get <a href=\"https://corefork.telegram.org/api/forum\">topics of a forum</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"channel","type":"InputChannel","comment":"Supergroup"},{"name":"q","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Search query"},{"name":"offset_date","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"offset_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"offset_topic","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"throws":[{"code":400,"name":"CHANNEL_FORUM_MISSING","comment":"This supergroup is not a forum."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."}],"available":"user"},{"kind":"method","name":"channels.getForumTopicsByID","type":"messages.ForumTopics","typeModifiers":{"constructorId":913709011},"id":2961383097,"comment":"Get forum topics by their ID","arguments":[{"name":"channel","type":"InputChannel","comment":"Forum"},{"name":"topics","type":"int","typeModifiers":{"isVector":true},"comment":"Topic IDs"}],"throws":[{"code":400,"name":"CHANNEL_FORUM_MISSING","comment":"This supergroup is not a forum."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"TOPICS_EMPTY","comment":"You specified no topic IDs."}],"available":"both"},{"kind":"method","name":"channels.editForumTopic","type":"Updates","id":4108296581,"comment":"Edit <a href=\"https://corefork.telegram.org/api/forum\">forum topic</a>; requires <a href=\"https://corefork.telegram.org/api/rights\"><code>manage_topics</code> rights</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"channel","type":"InputChannel","comment":"Supergroup"},{"name":"topic_id","type":"int","comment":"Topic ID"},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"If present, will update the topic title (maximum UTF-8 length: 128)."},{"name":"icon_emoji_id","type":"long","typeModifiers":{"predicate":"flags.1"},"comment":"If present, updates the <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji</a> used as topic icon. <a href=\"https://corefork.telegram.org/api/premium\">Telegram Premium</a> users can use any custom emoji, other users can only use the custom emojis contained in the {@link RawInputStickerSetEmojiDefaultTopicIcons} emoji pack. Pass 0 to switch to the fallback topic icon."},{"name":"closed","type":"Bool","typeModifiers":{"predicate":"flags.2"},"comment":"If present, will update the open/closed status of the topic."},{"name":"hidden","type":"Bool","typeModifiers":{"predicate":"flags.3"},"comment":"If present, will hide/unhide the topic (only valid for the \"General\" topic, <code>id=1</code>)."}],"throws":[{"code":400,"name":"CHANNEL_FORUM_MISSING","comment":"This supergroup is not a forum."},{"code":400,"name":"DOCUMENT_INVALID","comment":"The specified document is invalid."},{"code":400,"name":"GENERAL_MODIFY_ICON_FORBIDDEN","comment":"You can't modify the icon of the \"General\" topic."},{"code":400,"name":"TOPIC_CLOSE_SEPARATELY","comment":" "},{"code":400,"name":"TOPIC_HIDE_SEPARATELY","comment":" "},{"code":400,"name":"TOPIC_ID_INVALID","comment":"The specified topic ID is invalid."},{"code":400,"name":"TOPIC_NOT_MODIFIED","comment":"The updated topic info is equal to the current topic info, nothing was changed."}],"available":"both"},{"kind":"method","name":"channels.updatePinnedForumTopic","type":"Updates","id":1814925350,"comment":"Pin or unpin <a href=\"https://corefork.telegram.org/api/forum\">forum topics</a>","arguments":[{"name":"channel","type":"InputChannel","comment":"Supergroup ID"},{"name":"topic_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/forum\">Forum topic ID</a>"},{"name":"pinned","type":"Bool","comment":"Whether to pin or unpin the topic"}],"available":"both"},{"kind":"method","name":"channels.deleteTopicHistory","type":"messages.AffectedHistory","typeModifiers":{"constructorId":3025955281},"id":876830509,"comment":"Delete message history of a <a href=\"https://corefork.telegram.org/api/forum\">forum topic</a>","arguments":[{"name":"channel","type":"InputChannel","comment":"Forum"},{"name":"top_msg_id","type":"int","comment":"Topic ID"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"TOPIC_ID_INVALID","comment":"The specified topic ID is invalid."}],"available":"both"},{"kind":"method","name":"channels.reorderPinnedForumTopics","type":"Updates","id":693150095,"comment":"Reorder pinned forum topics","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"force","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"If set, topics pinned server-side but not present in the order field will be unpinned."},{"name":"channel","type":"InputChannel","comment":"Supergroup ID"},{"name":"order","type":"int","typeModifiers":{"isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/forum\">Topic IDs »</a>"}],"available":"both"},{"kind":"method","name":"channels.toggleAntiSpam","type":"Updates","id":1760814315,"comment":"Enable or disable the <a href=\"https://corefork.telegram.org/api/antispam\">native antispam system</a>.","arguments":[{"name":"channel","type":"InputChannel","comment":"Supergroup ID. The specified supergroup must have at least <code>telegram_antispam_group_size_min</code> members to enable antispam functionality, as specified by the <a href=\"https://corefork.telegram.org/api/config#client-configuration\">client configuration parameters</a>."},{"name":"enabled","type":"Bool","comment":"Enable or disable the native antispam system."}],"throws":[{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."}],"available":"both"},{"kind":"method","name":"channels.reportAntiSpamFalsePositive","type":"Bool","id":2823857811,"comment":"Report a <a href=\"https://corefork.telegram.org/api/antispam\">native antispam</a> false positive","arguments":[{"name":"channel","type":"InputChannel","comment":"Supergroup ID"},{"name":"msg_id","type":"int","comment":"Message ID that was mistakenly deleted by the <a href=\"https://corefork.telegram.org/api/antispam\">native antispam</a> system, taken from the <a href=\"https://corefork.telegram.org/api/recent-actions\">admin log</a>"}],"available":"both"},{"kind":"method","name":"channels.toggleParticipantsHidden","type":"Updates","id":1785624660,"comment":"Hide or display the participants list in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup</a>.\n\nThe supergroup must have at least <code>hidden_members_group_size_min</code> participants in order to use this method, as specified by the <a href=\"https://corefork.telegram.org/api/config#client-configuration\">client configuration parameters »</a>.","arguments":[{"name":"channel","type":"InputChannel","comment":"Supergroup ID"},{"name":"enabled","type":"Bool","comment":"If true, will hide the participants list; otherwise will unhide it."}],"throws":[{"code":400,"name":"CHAT_NOT_MODIFIED","comment":"No changes were made to chat information because the new information you passed is identical to the current information."},{"code":400,"name":"PARTICIPANTS_TOO_FEW","comment":"Not enough participants."}],"available":"both"},{"kind":"method","name":"channels.clickSponsoredMessage","type":"Bool","id":414170259,"comment":"","arguments":[{"name":"channel","type":"InputChannel"},{"name":"random_id","type":"bytes"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."}],"available":"user"},{"kind":"method","name":"channels.updateColor","type":"Updates","id":1645879327,"arguments":[{"name":"flags","type":"#"},{"name":"channel","type":"InputChannel"},{"name":"color","type":"int"},{"name":"background_emoji_id","type":"long","typeModifiers":{"predicate":"flags.0"}}]},{"kind":"method","name":"bots.sendCustomRequest","type":"DataJSON","typeModifiers":{"constructorId":2104790276},"id":2854709741,"comment":"Sends a custom request; for bots only","arguments":[{"name":"custom_method","type":"string","comment":"The method name"},{"name":"params","type":"DataJSON","comment":"JSON-serialized method parameters"}],"throws":[{"code":400,"name":"DATA_JSON_INVALID","comment":"The provided JSON data is invalid."},{"code":400,"name":"METHOD_INVALID","comment":"The specified method is invalid."},{"code":403,"name":"USER_BOT_INVALID","comment":"User accounts must provide the bot method parameter when calling this method. If there is no such method parameter, this method can only be invoked by bot accounts."}],"available":"bot"},{"kind":"method","name":"bots.answerWebhookJSONQuery","type":"Bool","id":3860938573,"comment":"Answers a custom query; for bots only","arguments":[{"name":"query_id","type":"long","comment":"Identifier of a custom query"},{"name":"data","type":"DataJSON","comment":"JSON-serialized answer to the query"}],"throws":[{"code":400,"name":"DATA_JSON_INVALID","comment":"The provided JSON data is invalid."},{"code":400,"name":"QUERY_ID_INVALID","comment":"The query ID is invalid."},{"code":403,"name":"USER_BOT_INVALID","comment":"User accounts must provide the bot method parameter when calling this method. If there is no such method parameter, this method can only be invoked by bot accounts."}],"available":"bot"},{"kind":"method","name":"bots.setBotCommands","type":"Bool","id":85399130,"comment":"Set bot command list","arguments":[{"name":"scope","type":"BotCommandScope","comment":"Command scope"},{"name":"lang_code","type":"string","comment":"Language code"},{"name":"commands","type":"BotCommand","typeModifiers":{"isVector":true},"comment":"Bot commands"}],"throws":[{"code":400,"name":"BOT_COMMAND_DESCRIPTION_INVALID","comment":"The specified command description is invalid."},{"code":400,"name":"BOT_COMMAND_INVALID","comment":"The specified command is invalid."},{"code":400,"name":"LANG_CODE_INVALID","comment":"The specified language code is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"USER_BOT_REQUIRED","comment":"This method can only be called by a bot."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."}],"available":"bot"},{"kind":"method","name":"bots.resetBotCommands","type":"Bool","id":1032708345,"comment":"Clear bot commands for the specified bot scope and language code","arguments":[{"name":"scope","type":"BotCommandScope","comment":"Command scope"},{"name":"lang_code","type":"string","comment":"Language code"}],"throws":[{"code":400,"name":"LANG_CODE_INVALID","comment":"The specified language code is invalid."}],"available":"both"},{"kind":"method","name":"bots.getBotCommands","type":"BotCommand","typeModifiers":{"isVector":true,"constructorId":3262826695},"id":3813412310,"comment":"Obtain a list of bot commands for the specified bot scope and language code","arguments":[{"name":"scope","type":"BotCommandScope","comment":"Command scope"},{"name":"lang_code","type":"string","comment":"Language code"}],"throws":[{"code":400,"name":"USER_BOT_INVALID","comment":"User accounts must provide the bot method parameter when calling this method. If there is no such method parameter, this method can only be invoked by bot accounts."}],"available":"both"},{"kind":"method","name":"bots.setBotMenuButton","type":"Bool","id":1157944655,"comment":"Sets the <a href=\"https://corefork.telegram.org/api/bots/menu\">menu button action »</a> for a given user or for all users","arguments":[{"name":"user_id","type":"InputUser","comment":"User ID"},{"name":"button","type":"BotMenuButton","comment":"Bot menu button action"}],"throws":[{"code":400,"name":"BUTTON_TEXT_INVALID","comment":"The specified button text is invalid."},{"code":400,"name":"BUTTON_URL_INVALID","comment":"Button URL invalid."}],"available":"both"},{"kind":"method","name":"bots.getBotMenuButton","type":"BotMenuButton","id":2623597352,"comment":"Gets the menu button action for a given user or for all users, previously set using {@link bots.RawSetBotMenuButtonRequest}; users can see this information in the {@link RawBotInfo} constructor.","arguments":[{"name":"user_id","type":"InputUser","comment":"User ID or empty for the default menu button."}],"throws":[{"code":400,"name":"USER_BOT_REQUIRED","comment":"This method can only be called by a bot."}],"available":"bot"},{"kind":"method","name":"bots.setBotBroadcastDefaultAdminRights","type":"Bool","id":2021942497,"comment":"Set the default <a href=\"https://corefork.telegram.org/api/rights#suggested-bot-rights\">suggested admin rights</a> for bots being added as admins to channels, see <a href=\"https://corefork.telegram.org/api/rights#suggested-bot-rights\">here for more info on how to handle them »</a>.","arguments":[{"name":"admin_rights","type":"ChatAdminRights","comment":"Admin rights"}],"throws":[{"code":400,"name":"RIGHTS_NOT_MODIFIED","comment":"The new admin rights are equal to the old rights, no change was made."}],"available":"both"},{"kind":"method","name":"bots.setBotGroupDefaultAdminRights","type":"Bool","id":2455685610,"comment":"Set the default <a href=\"https://corefork.telegram.org/api/rights#suggested-bot-rights\">suggested admin rights</a> for bots being added as admins to groups, see <a href=\"https://corefork.telegram.org/api/rights#suggested-bot-rights\">here for more info on how to handle them »</a>.","arguments":[{"name":"admin_rights","type":"ChatAdminRights","comment":"Admin rights"}],"throws":[{"code":400,"name":"RIGHTS_NOT_MODIFIED","comment":"The new admin rights are equal to the old rights, no change was made."},{"code":400,"name":"USER_BOT_REQUIRED","comment":"This method can only be called by a bot."}],"available":"bot"},{"kind":"method","name":"bots.setBotInfo","type":"Bool","id":282013987,"comment":"Set localized name, about text and description of a bot (or of the current account, if called by a bot).","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"bot","type":"InputUser","typeModifiers":{"predicate":"flags.2"},"comment":"If called by a user, <strong>must</strong> contain the peer of a bot we own."},{"name":"lang_code","type":"string","comment":"Language code, if left empty update the fallback about text and description"},{"name":"name","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"New bot name"},{"name":"about","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"New about text"},{"name":"description","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"New description"}],"throws":[{"code":400,"name":"USER_BOT_INVALID","comment":"User accounts must provide the bot method parameter when calling this method. If there is no such method parameter, this method can only be invoked by bot accounts."}],"available":"both"},{"kind":"method","name":"bots.getBotInfo","type":"bots.BotInfo","typeModifiers":{"constructorId":3903288752},"id":3705214205,"comment":"Get localized name, about text and description of a bot (or of the current account, if called by a bot).","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"bot","type":"InputUser","typeModifiers":{"predicate":"flags.0"},"comment":"If called by a user, <strong>must</strong> contain the peer of a bot we own."},{"name":"lang_code","type":"string","comment":"Language code, if left empty this method will return the fallback about text and description."}],"throws":[{"code":400,"name":"LANG_CODE_INVALID","comment":"The specified language code is invalid."},{"code":400,"name":"USER_BOT_INVALID","comment":"User accounts must provide the bot method parameter when calling this method. If there is no such method parameter, this method can only be invoked by bot accounts."}],"available":"both"},{"kind":"method","name":"bots.reorderUsernames","type":"Bool","id":2533994946,"comment":"Reorder usernames associated to a bot we own.","arguments":[{"name":"bot","type":"InputUser","comment":"The bot"},{"name":"order","type":"string","typeModifiers":{"isVector":true},"comment":"The new order for active usernames. All active usernames must be specified."}],"throws":[{"code":400,"name":"BOT_INVALID","comment":"This is not a valid bot."}],"available":"both"},{"kind":"method","name":"bots.toggleUsername","type":"Bool","id":87861619,"comment":"Activate or deactivate a purchased <a href=\"https://fragment.com/\">fragment.com</a> username associated to a bot we own.","arguments":[{"name":"bot","type":"InputUser","comment":"The bot"},{"name":"username","type":"string","comment":"Username"},{"name":"active","type":"Bool","comment":"Whether to activate or deactivate it"}],"throws":[{"code":400,"name":"BOT_INVALID","comment":"This is not a valid bot."}],"available":"both"},{"kind":"method","name":"bots.canSendMessage","type":"Bool","id":324662502,"comment":"","arguments":[{"name":"bot","type":"InputUser"}],"throws":[{"code":400,"name":"BOT_INVALID","comment":"This is not a valid bot."}],"available":"user"},{"kind":"method","name":"bots.allowSendMessage","type":"Updates","id":4046644207,"comment":"","arguments":[{"name":"bot","type":"InputUser"}],"throws":[{"code":400,"name":"BOT_INVALID","comment":"This is not a valid bot."}],"available":"user"},{"kind":"method","name":"bots.invokeWebViewCustomMethod","type":"DataJSON","typeModifiers":{"constructorId":2104790276},"id":142591463,"comment":"","arguments":[{"name":"bot","type":"InputUser"},{"name":"custom_method","type":"string"},{"name":"params","type":"DataJSON"}],"throws":[{"code":400,"name":"BOT_INVALID","comment":"This is not a valid bot."}],"available":"user"},{"kind":"method","name":"payments.getPaymentForm","type":"payments.PaymentForm","typeModifiers":{"constructorId":2684716881},"id":924093883,"comment":"Get a payment form","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"invoice","type":"InputInvoice","comment":"Invoice"},{"name":"theme_params","type":"DataJSON","typeModifiers":{"predicate":"flags.0"},"comment":"A JSON object with the following keys, containing color theme information (integers, RGB24) to pass to the payment provider, to apply in eventual verification pages: <br><code>bg_color</code> - Background color <br><code>text_color</code> - Text color <br><code>hint_color</code> - Hint text color <br><code>link_color</code> - Link color <br><code>button_color</code> - Button color <br><code>button_text_color</code> - Button text color"}],"throws":[{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."}],"available":"user"},{"kind":"method","name":"payments.getPaymentReceipt","type":"payments.PaymentReceipt","typeModifiers":{"constructorId":1891958275},"id":611897804,"comment":"Get payment receipt","arguments":[{"name":"peer","type":"InputPeer","comment":"The peer where the payment receipt was sent"},{"name":"msg_id","type":"int","comment":"Message ID of receipt"}],"throws":[{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."}],"available":"user"},{"kind":"method","name":"payments.validateRequestedInfo","type":"payments.ValidatedRequestedInfo","typeModifiers":{"constructorId":3510966403},"id":3066622251,"comment":"Submit requested order information for validation","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"save","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Save order information to re-use it for future orders"},{"name":"invoice","type":"InputInvoice","comment":"Invoice"},{"name":"info","type":"PaymentRequestedInfo","comment":"Requested order information"}],"throws":[{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."}],"available":"user"},{"kind":"method","name":"payments.sendPaymentForm","type":"payments.PaymentResult","id":755192367,"comment":"Send compiled payment form","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"form_id","type":"long","comment":"Form ID"},{"name":"invoice","type":"InputInvoice","comment":"Invoice"},{"name":"requested_info_id","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"ID of saved and validated {@link payments.RawValidatedRequestedInfo}"},{"name":"shipping_option_id","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Chosen shipping option ID"},{"name":"credentials","type":"InputPaymentCredentials","comment":"Payment credentials"},{"name":"tip_amount","type":"long","typeModifiers":{"predicate":"flags.2"},"comment":"Tip, in the smallest units of the currency (integer, not float/double). For example, for a price of <code>US$ 1.45</code> pass <code>amount = 145</code>. See the exp parameter in <a href=\"https://corefork.telegram.org/bots/payments/currencies.json\">currencies.json</a>, it shows the number of digits past the decimal point for each currency (2 for the majority of currencies)."}],"throws":[{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."}],"available":"user"},{"kind":"method","name":"payments.getSavedInfo","type":"payments.SavedInfo","typeModifiers":{"constructorId":4220511292},"id":578650699,"comment":"Get saved payment information","arguments":[],"available":"user"},{"kind":"method","name":"payments.clearSavedInfo","type":"Bool","id":3627905217,"comment":"Clear saved payment information","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"credentials","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Remove saved payment credentials"},{"name":"info","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Clear the last order settings saved by the user"}],"available":"user"},{"kind":"method","name":"payments.getBankCardData","type":"payments.BankCardData","typeModifiers":{"constructorId":1042605427},"id":779736953,"comment":"Get info about a credit card","arguments":[{"name":"number","type":"string","comment":"Credit card number"}],"throws":[{"code":400,"name":"BANK_CARD_NUMBER_INVALID","comment":"The specified card number is invalid."}],"available":"user"},{"kind":"method","name":"payments.exportInvoice","type":"payments.ExportedInvoice","typeModifiers":{"constructorId":2932919257},"id":261206117,"comment":"Generate an <a href=\"https://corefork.telegram.org/api/links#invoice-links\">invoice deep link</a>","arguments":[{"name":"invoice_media","type":"InputMedia","comment":"Invoice"}],"throws":[{"code":400,"name":"CURRENCY_TOTAL_AMOUNT_INVALID","comment":"The total amount of all prices is invalid."},{"code":400,"name":"INVOICE_PAYLOAD_INVALID","comment":"The specified invoice payload is invalid."},{"code":400,"name":"MEDIA_INVALID","comment":"Media invalid."},{"code":400,"name":"PAYMENT_PROVIDER_INVALID","comment":"The specified payment provider is invalid."}],"available":"both"},{"kind":"method","name":"payments.assignAppStoreTransaction","type":"Updates","id":2163045501,"comment":"Informs server about a purchase made through the App Store: for official applications only.","arguments":[{"name":"receipt","type":"bytes","comment":"Receipt"},{"name":"purpose","type":"InputStorePaymentPurpose","comment":"Payment purpose"}],"available":"user"},{"kind":"method","name":"payments.assignPlayMarketTransaction","type":"Updates","id":3757920467,"comment":"Informs server about a purchase made through the Play Store: for official applications only.","arguments":[{"name":"receipt","type":"DataJSON","comment":"Receipt"},{"name":"purpose","type":"InputStorePaymentPurpose","comment":"Payment purpose"}],"available":"user"},{"kind":"method","name":"payments.canPurchasePremium","type":"Bool","id":2680266422,"comment":"Checks whether Telegram Premium purchase is possible. Must be called before in-store Premium purchase, official apps only.","arguments":[{"name":"purpose","type":"InputStorePaymentPurpose","comment":"Payment purpose"}],"available":"user"},{"kind":"method","name":"payments.getPremiumGiftCodeOptions","type":"PremiumGiftCodeOption","typeModifiers":{"isVector":true,"constructorId":629052971},"id":660060756,"arguments":[{"name":"flags","type":"#"},{"name":"boost_peer","type":"InputPeer","typeModifiers":{"predicate":"flags.0"}}]},{"kind":"method","name":"payments.checkGiftCode","type":"payments.CheckedGiftCode","typeModifiers":{"constructorId":3072520536},"id":2387719361,"arguments":[{"name":"slug","type":"string"}]},{"kind":"method","name":"payments.applyGiftCode","type":"Updates","id":4142032980,"arguments":[{"name":"slug","type":"string"}]},{"kind":"method","name":"payments.getGiveawayInfo","type":"payments.GiveawayInfo","id":4095972389,"arguments":[{"name":"peer","type":"InputPeer"},{"name":"msg_id","type":"int"}]},{"kind":"method","name":"payments.launchPrepaidGiveaway","type":"Updates","id":1609928480,"arguments":[{"name":"peer","type":"InputPeer"},{"name":"giveaway_id","type":"long"},{"name":"purpose","type":"InputStorePaymentPurpose"}]},{"kind":"method","name":"stickers.createStickerSet","type":"messages.StickerSet","id":2418125671,"comment":"Create a stickerset, bots only.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"masks","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether this is a mask stickerset"},{"name":"animated","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether this is an animated stickerset"},{"name":"videos","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"Whether this is a video stickerset"},{"name":"emojis","type":"true","typeModifiers":{"predicate":"flags.5"},"comment":"Whether this is a <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji</a> stickerset."},{"name":"text_color","type":"true","typeModifiers":{"predicate":"flags.6"},"comment":"Whether the color of TGS custom emojis contained in this set should be changed to the text color when used in messages, the accent color if used as emoji status, white on chat photos, or another appropriate color based on context. For custom emoji stickersets only."},{"name":"user_id","type":"InputUser","comment":"Stickerset owner"},{"name":"title","type":"string","comment":"Stickerset name, <code>1-64</code> chars"},{"name":"short_name","type":"string","comment":"Short name of sticker set, to be used in <a href=\"https://corefork.telegram.org/api/links#stickerset-links\">sticker deep links »</a>. Can contain only english letters, digits and underscores. Must begin with a letter, can't contain consecutive underscores and, <strong>if called by a bot</strong>, must end in <code>\"_by_<bot_username>\"</code>. <code><bot_username></code> is case insensitive. 1-64 characters."},{"name":"thumb","type":"InputDocument","typeModifiers":{"predicate":"flags.2"},"comment":"Thumbnail"},{"name":"stickers","type":"InputStickerSetItem","typeModifiers":{"isVector":true},"comment":"Stickers"},{"name":"software","type":"string","typeModifiers":{"predicate":"flags.3"},"comment":"Used when <a href=\"https://corefork.telegram.org/import-stickers\">importing stickers using the sticker import SDKs</a>, specifies the name of the software that created the stickers"}],"throws":[{"code":400,"name":"PACK_SHORT_NAME_INVALID","comment":"Short pack name invalid."},{"code":400,"name":"PACK_SHORT_NAME_OCCUPIED","comment":"A stickerpack with this name already exists."},{"code":400,"name":"PACK_TITLE_INVALID","comment":"The stickerpack title is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"STICKERS_EMPTY","comment":"No sticker provided."},{"code":400,"name":"STICKER_EMOJI_INVALID","comment":"Sticker emoji invalid."},{"code":400,"name":"STICKER_FILE_INVALID","comment":"Sticker file invalid."},{"code":400,"name":"STICKER_GIF_DIMENSIONS","comment":"The specified video sticker has invalid dimensions."},{"code":400,"name":"STICKER_PNG_DIMENSIONS","comment":"Sticker png dimensions invalid."},{"code":400,"name":"STICKER_PNG_NOPNG","comment":"One of the specified stickers is not a valid PNG file."},{"code":400,"name":"STICKER_TGS_NODOC","comment":"You must send the animated sticker as a document."},{"code":400,"name":"STICKER_TGS_NOTGS","comment":"Invalid TGS sticker provided."},{"code":400,"name":"STICKER_THUMB_PNG_NOPNG","comment":"Incorrect stickerset thumb file provided, PNG / WEBP expected."},{"code":400,"name":"STICKER_THUMB_TGS_NOTGS","comment":"Incorrect stickerset TGS thumb file provided."},{"code":400,"name":"STICKER_VIDEO_BIG","comment":"The specified video sticker is too big."},{"code":400,"name":"STICKER_VIDEO_NODOC","comment":"You must send the video sticker as a document."},{"code":400,"name":"STICKER_VIDEO_NOWEBM","comment":"The specified video sticker is not in webm format."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."}],"available":"both"},{"kind":"method","name":"stickers.removeStickerFromSet","type":"messages.StickerSet","id":4151709521,"comment":"Remove a sticker from the set where it belongs, bots only. The sticker set must have been created by the bot.","arguments":[{"name":"sticker","type":"InputDocument","comment":"The sticker to remove"}],"throws":[{"code":400,"name":"BOT_MISSING","comment":"Only bots can call this method, please use @stickers if you're a user."},{"code":400,"name":"STICKER_INVALID","comment":"The provided sticker is invalid."}],"available":"both"},{"kind":"method","name":"stickers.changeStickerPosition","type":"messages.StickerSet","id":4290172106,"comment":"Changes the absolute position of a sticker in the set to which it belongs; for bots only. The sticker set must have been created by the bot","arguments":[{"name":"sticker","type":"InputDocument","comment":"The sticker"},{"name":"position","type":"int","comment":"The new position of the sticker, zero-based"}],"throws":[{"code":400,"name":"STICKER_INVALID","comment":"The provided sticker is invalid."}],"available":"both"},{"kind":"method","name":"stickers.addStickerToSet","type":"messages.StickerSet","id":2253651646,"comment":"Add a sticker to a stickerset, bots only. The sticker set must have been created by the bot.","arguments":[{"name":"stickerset","type":"InputStickerSet","comment":"The stickerset"},{"name":"sticker","type":"InputStickerSetItem","comment":"The sticker"}],"throws":[{"code":400,"name":"BOT_MISSING","comment":"Only bots can call this method, please use @stickers if you're a user."},{"code":400,"name":"STICKERPACK_STICKERS_TOO_MUCH","comment":"There are too many stickers in this stickerpack, you can't add any more."},{"code":406,"name":"STICKERSET_INVALID","comment":"The provided sticker set is invalid."},{"code":400,"name":"STICKERS_TOO_MUCH","comment":"There are too many stickers in this stickerpack, you can't add any more."},{"code":400,"name":"STICKER_PNG_NOPNG","comment":"One of the specified stickers is not a valid PNG file."},{"code":400,"name":"STICKER_TGS_NOTGS","comment":"Invalid TGS sticker provided."}],"available":"both"},{"kind":"method","name":"stickers.setStickerSetThumb","type":"messages.StickerSet","id":2808763282,"comment":"Set stickerset thumbnail","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"stickerset","type":"InputStickerSet","comment":"Stickerset"},{"name":"thumb","type":"InputDocument","typeModifiers":{"predicate":"flags.0"},"comment":"Thumbnail (only for normal stickersets, not custom emoji stickersets)."},{"name":"thumb_document_id","type":"long","typeModifiers":{"predicate":"flags.1"},"comment":"Only for <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emoji stickersets</a>, ID of a custom emoji present in the set to use as thumbnail; pass 0 to fallback to the first custom emoji of the set."}],"throws":[{"code":400,"name":"STICKERSET_INVALID","comment":"The provided sticker set is invalid."},{"code":400,"name":"STICKER_THUMB_PNG_NOPNG","comment":"Incorrect stickerset thumb file provided, PNG / WEBP expected."},{"code":400,"name":"STICKER_THUMB_TGS_NOTGS","comment":"Incorrect stickerset TGS thumb file provided."}],"available":"both"},{"kind":"method","name":"stickers.checkShortName","type":"Bool","id":676017721,"comment":"Check whether the given short name is available","arguments":[{"name":"short_name","type":"string","comment":"Short name"}],"throws":[{"code":400,"name":"SHORT_NAME_INVALID","comment":"The specified short name is invalid."},{"code":400,"name":"SHORT_NAME_OCCUPIED","comment":"The specified short name is already in use."}],"available":"user"},{"kind":"method","name":"stickers.suggestShortName","type":"stickers.SuggestedShortName","typeModifiers":{"constructorId":2248056895},"id":1303364867,"comment":"Suggests a short name for a given stickerpack name","arguments":[{"name":"title","type":"string","comment":"Sticker pack name"}],"throws":[{"code":400,"name":"TITLE_INVALID","comment":"The specified stickerpack title is invalid."}],"available":"user"},{"kind":"method","name":"stickers.changeSticker","type":"messages.StickerSet","id":4115889852,"comment":"Update the keywords, emojis or <a href=\"https://corefork.telegram.org/api/stickers#mask-stickers\">mask coordinates</a> of a sticker, bots only.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"sticker","type":"InputDocument","comment":"The sticker"},{"name":"emoji","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"If set, updates the emoji list associated to the sticker"},{"name":"mask_coords","type":"MaskCoords","typeModifiers":{"predicate":"flags.1"},"comment":"If set, updates the <a href=\"https://corefork.telegram.org/api/stickers#mask-stickers\">mask coordinates</a>"},{"name":"keywords","type":"string","typeModifiers":{"predicate":"flags.2"},"comment":"If set, updates the sticker keywords (separated by commas). Can't be provided for mask stickers."}],"throws":[{"code":400,"name":"BOT_MISSING","comment":"Only bots can call this method, please use @stickers if you're a user."},{"code":400,"name":"STICKER_INVALID","comment":"The provided sticker is invalid."}],"available":"both"},{"kind":"method","name":"stickers.renameStickerSet","type":"messages.StickerSet","id":306912256,"comment":"Renames a stickerset, bots only.","arguments":[{"name":"stickerset","type":"InputStickerSet","comment":"Stickerset to rename"},{"name":"title","type":"string","comment":"New stickerset title"}],"throws":[{"code":400,"name":"STICKERSET_INVALID","comment":"The provided sticker set is invalid."}],"available":"both"},{"kind":"method","name":"stickers.deleteStickerSet","type":"Bool","id":2272281492,"comment":"Deletes a stickerset we created, bots only.","arguments":[{"name":"stickerset","type":"InputStickerSet","comment":"Stickerset to delete"}],"throws":[{"code":400,"name":"BOT_MISSING","comment":"Only bots can call this method, please use @stickers if you're a user."},{"code":400,"name":"STICKERSET_INVALID","comment":"The provided sticker set is invalid."}],"available":"both"},{"kind":"method","name":"phone.getCallConfig","type":"DataJSON","typeModifiers":{"constructorId":2104790276},"id":1430593449,"comment":"Get phone call configuration to be passed to libtgvoip's shared config","arguments":[],"available":"user"},{"kind":"method","name":"phone.requestCall","type":"phone.PhoneCall","typeModifiers":{"constructorId":3968000320},"id":1124046573,"comment":"Start a telegram phone call","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"video","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to start a video call"},{"name":"user_id","type":"InputUser","comment":"Destination of the phone call"},{"name":"random_id","type":"int","comment":"Random ID to avoid resending the same object"},{"name":"g_a_hash","type":"bytes","comment":"<a href=\"https://corefork.telegram.org/api/end-to-end/voice-calls\">Parameter for E2E encryption key exchange »</a>"},{"name":"protocol","type":"PhoneCallProtocol","comment":"Phone call settings"}],"throws":[{"code":400,"name":"CALL_PROTOCOL_FLAGS_INVALID","comment":"Call protocol flags invalid."},{"code":400,"name":"INPUT_USER_DEACTIVATED","comment":"The specified user was deleted."},{"code":400,"name":"PARTICIPANT_VERSION_OUTDATED","comment":"The other participant does not use an up to date telegram client with support for calls."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."},{"code":403,"name":"USER_IS_BLOCKED","comment":"You were blocked by this user."},{"code":403,"name":"USER_PRIVACY_RESTRICTED","comment":"The user's privacy settings do not allow you to do this."}],"available":"user"},{"kind":"method","name":"phone.acceptCall","type":"phone.PhoneCall","typeModifiers":{"constructorId":3968000320},"id":1003664544,"comment":"Accept incoming call","arguments":[{"name":"peer","type":"InputPhoneCall","comment":"The call to accept"},{"name":"g_b","type":"bytes","comment":"<a href=\"https://corefork.telegram.org/api/end-to-end/voice-calls\">Parameter for E2E encryption key exchange »</a>"},{"name":"protocol","type":"PhoneCallProtocol","comment":"Phone call settings"}],"throws":[{"code":400,"name":"CALL_ALREADY_ACCEPTED","comment":"The call was already accepted."},{"code":400,"name":"CALL_ALREADY_DECLINED","comment":"The call was already declined."},{"code":500,"name":"CALL_OCCUPY_FAILED","comment":"The call failed because the user is already making another call."},{"code":400,"name":"CALL_PEER_INVALID","comment":"The provided call peer object is invalid."},{"code":406,"name":"CALL_PROTOCOL_COMPAT_LAYER_INVALID","comment":"The other side of the call does not support any of the VoIP protocols supported by the local client, as specified by the protocol.layer and protocol.library_versions fields."},{"code":400,"name":"CALL_PROTOCOL_FLAGS_INVALID","comment":"Call protocol flags invalid."}],"available":"user"},{"kind":"method","name":"phone.confirmCall","type":"phone.PhoneCall","typeModifiers":{"constructorId":3968000320},"id":788404002,"comment":"<a href=\"https://corefork.telegram.org/api/end-to-end/voice-calls\">Complete phone call E2E encryption key exchange »</a>","arguments":[{"name":"peer","type":"InputPhoneCall","comment":"The phone call"},{"name":"g_a","type":"bytes","comment":"<a href=\"https://corefork.telegram.org/api/end-to-end/voice-calls\">Parameter for E2E encryption key exchange »</a>"},{"name":"key_fingerprint","type":"long","comment":"Key fingerprint"},{"name":"protocol","type":"PhoneCallProtocol","comment":"Phone call settings"}],"throws":[{"code":400,"name":"CALL_ALREADY_DECLINED","comment":"The call was already declined."},{"code":400,"name":"CALL_PEER_INVALID","comment":"The provided call peer object is invalid."}],"available":"user"},{"kind":"method","name":"phone.receivedCall","type":"Bool","id":399855457,"comment":"Optional: notify the server that the user is currently busy in a call: this will automatically refuse all incoming phone calls until the current phone call is ended.","arguments":[{"name":"peer","type":"InputPhoneCall","comment":"The phone call we're currently in"}],"throws":[{"code":400,"name":"CALL_ALREADY_DECLINED","comment":"The call was already declined."},{"code":400,"name":"CALL_PEER_INVALID","comment":"The provided call peer object is invalid."}],"available":"user"},{"kind":"method","name":"phone.discardCall","type":"Updates","id":2999697856,"comment":"Refuse or end running call","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"video","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether this is a video call"},{"name":"peer","type":"InputPhoneCall","comment":"The phone call"},{"name":"duration","type":"int","comment":"Call duration"},{"name":"reason","type":"PhoneCallDiscardReason","comment":"Why was the call discarded"},{"name":"connection_id","type":"long","comment":"Preferred libtgvoip relay ID"}],"throws":[{"code":400,"name":"CALL_ALREADY_ACCEPTED","comment":"The call was already accepted."},{"code":500,"name":"CALL_OCCUPY_FAILED","comment":"The call failed because the user is already making another call."},{"code":400,"name":"CALL_PEER_INVALID","comment":"The provided call peer object is invalid."}],"available":"user"},{"kind":"method","name":"phone.setCallRating","type":"Updates","id":1508562471,"comment":"Rate a call, returns info about the rating message sent to the official VoIP bot.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"user_initiative","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether the user decided on their own initiative to rate the call"},{"name":"peer","type":"InputPhoneCall","comment":"The call to rate"},{"name":"rating","type":"int","comment":"Rating in <code>1-5</code> stars"},{"name":"comment","type":"string","comment":"An additional comment"}],"throws":[{"code":400,"name":"CALL_PEER_INVALID","comment":"The provided call peer object is invalid."}],"available":"user"},{"kind":"method","name":"phone.saveCallDebug","type":"Bool","id":662363518,"comment":"Send phone call debug data to server","arguments":[{"name":"peer","type":"InputPhoneCall","comment":"Phone call"},{"name":"debug","type":"DataJSON","comment":"Debug statistics obtained from libtgvoip"}],"throws":[{"code":400,"name":"CALL_PEER_INVALID","comment":"The provided call peer object is invalid."},{"code":400,"name":"DATA_JSON_INVALID","comment":"The provided JSON data is invalid."}],"available":"user"},{"kind":"method","name":"phone.sendSignalingData","type":"Bool","id":4286223235,"comment":"Send VoIP signaling data","arguments":[{"name":"peer","type":"InputPhoneCall","comment":"Phone call"},{"name":"data","type":"bytes","comment":"Signaling payload"}],"available":"user"},{"kind":"method","name":"phone.createGroupCall","type":"Updates","id":1221445336,"comment":"Create a group call or livestream","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"rtmp_stream","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether RTMP stream support should be enabled: only the <a href=\"https://corefork.telegram.org/api/channel\">group/supergroup/channel</a> owner can use this flag."},{"name":"peer","type":"InputPeer","comment":"Associate the group call or livestream to the provided <a href=\"https://corefork.telegram.org/api/channel\">group/supergroup/channel</a>"},{"name":"random_id","type":"int","comment":"Unique client message ID required to prevent creation of duplicate group calls"},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Call title"},{"name":"schedule_date","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"For scheduled group call or livestreams, the absolute date when the group call will start"}],"throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"CREATE_CALL_FAILED","comment":"An error occurred while creating the call."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"SCHEDULE_DATE_INVALID","comment":"Invalid schedule date provided."}],"available":"user"},{"kind":"method","name":"phone.joinGroupCall","type":"Updates","id":2972909435,"comment":"Join a group call","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"muted","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"If set, the user will be muted by default upon joining."},{"name":"video_stopped","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"If set, the user's video will be disabled by default upon joining."},{"name":"call","type":"InputGroupCall","comment":"The group call"},{"name":"join_as","type":"InputPeer","comment":"Join the group call, presenting yourself as the specified user/channel"},{"name":"invite_hash","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"The invitation hash from the <a href=\"https://corefork.telegram.org/api/links#video-chat-livestream-links\">invite link »</a>, if provided allows speaking in a livestream or muted group chat."},{"name":"params","type":"DataJSON","comment":"WebRTC parameters"}],"throws":[{"code":400,"name":"DATA_JSON_INVALID","comment":"The provided JSON data is invalid."},{"code":500,"name":"GROUPCALL_ADD_PARTICIPANTS_FAILED","comment":" "},{"code":403,"name":"GROUPCALL_FORBIDDEN","comment":"The group call has already ended."},{"code":400,"name":"GROUPCALL_INVALID","comment":"The specified group call is invalid."},{"code":400,"name":"GROUPCALL_SSRC_DUPLICATE_MUCH","comment":"The app needs to retry joining the group call with a new SSRC value."},{"code":400,"name":"JOIN_AS_PEER_INVALID","comment":"The specified peer cannot be used to join a group call."}],"available":"user"},{"kind":"method","name":"phone.leaveGroupCall","type":"Updates","id":1342404601,"comment":"Leave a group call","arguments":[{"name":"call","type":"InputGroupCall","comment":"The group call"},{"name":"source","type":"int","comment":"Your source ID"}],"available":"user"},{"kind":"method","name":"phone.inviteToGroupCall","type":"Updates","id":2067345760,"comment":"Invite a set of users to a group call.","arguments":[{"name":"call","type":"InputGroupCall","comment":"The group call"},{"name":"users","type":"InputUser","typeModifiers":{"isVector":true},"comment":"The users to invite."}],"throws":[{"code":403,"name":"GROUPCALL_FORBIDDEN","comment":"The group call has already ended."},{"code":400,"name":"GROUPCALL_INVALID","comment":"The specified group call is invalid."},{"code":400,"name":"INVITE_FORBIDDEN_WITH_JOINAS","comment":"If the user has anonymously joined a group call as a channel, they can't invite other users to the group call because that would cause deanonymization, because the invite would be sent using the original user ID, not the anonymized channel ID."},{"code":400,"name":"USER_ALREADY_INVITED","comment":"You have already invited this user."}],"available":"user"},{"kind":"method","name":"phone.discardGroupCall","type":"Updates","id":2054648117,"comment":"Terminate a group call","arguments":[{"name":"call","type":"InputGroupCall","comment":"The group call to terminate"}],"throws":[{"code":400,"name":"GROUPCALL_ALREADY_DISCARDED","comment":"The group call was already discarded."},{"code":403,"name":"GROUPCALL_FORBIDDEN","comment":"The group call has already ended."},{"code":400,"name":"GROUPCALL_INVALID","comment":"The specified group call is invalid."}],"available":"user"},{"kind":"method","name":"phone.toggleGroupCallSettings","type":"Updates","id":1958458429,"comment":"Change group call settings","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"reset_invite_hash","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Invalidate existing invite links"},{"name":"call","type":"InputGroupCall","comment":"Group call"},{"name":"join_muted","type":"Bool","typeModifiers":{"predicate":"flags.0"},"comment":"Whether all users will that join this group call are muted by default upon joining the group call"}],"throws":[{"code":400,"name":"GROUPCALL_NOT_MODIFIED","comment":"Group call settings weren't modified."}],"available":"user"},{"kind":"method","name":"phone.getGroupCall","type":"phone.GroupCall","typeModifiers":{"constructorId":2658302637},"id":68699611,"comment":"Get info about a group call","arguments":[{"name":"call","type":"InputGroupCall","comment":"The group call"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"throws":[{"code":403,"name":"GROUPCALL_FORBIDDEN","comment":"The group call has already ended."},{"code":400,"name":"GROUPCALL_INVALID","comment":"The specified group call is invalid."}],"available":"user"},{"kind":"method","name":"phone.getGroupParticipants","type":"phone.GroupParticipants","typeModifiers":{"constructorId":4101460406},"id":3310934187,"comment":"Get group call participants","arguments":[{"name":"call","type":"InputGroupCall","comment":"Group call"},{"name":"ids","type":"InputPeer","typeModifiers":{"isVector":true},"comment":"If specified, will fetch group participant info about the specified peers"},{"name":"sources","type":"int","typeModifiers":{"isVector":true},"comment":"If specified, will fetch group participant info about the specified WebRTC source IDs"},{"name":"offset","type":"string","comment":"Offset for results, taken from the <code>next_offset</code> field of {@link phone.RawGroupParticipants}, initially an empty string. <br>Note: if no more results are available, the method call will return an empty <code>next_offset</code>; thus, avoid providing the <code>next_offset</code> returned in {@link phone.RawGroupParticipants} if it is empty, to avoid an infinite loop."},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"available":"user"},{"kind":"method","name":"phone.checkGroupCall","type":"int","typeModifiers":{"isVector":true},"id":3046963575,"comment":"Check whether the group call Server Forwarding Unit is currently receiving the streams with the specified WebRTC source IDs.<br>\nReturns an intersection of the source IDs specified in <code>sources</code>, and the source IDs currently being forwarded by the SFU.","arguments":[{"name":"call","type":"InputGroupCall","comment":"Group call"},{"name":"sources","type":"int","typeModifiers":{"isVector":true},"comment":"Source IDs"}],"throws":[{"code":400,"name":"GROUPCALL_JOIN_MISSING","comment":"You haven't joined this group call."}],"available":"user"},{"kind":"method","name":"phone.toggleGroupCallRecord","type":"Updates","id":4045981448,"comment":"Start or stop recording a group call: the recorded audio and video streams will be automatically sent to <code>Saved messages</code> (the chat with ourselves).","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"start","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to start or stop recording"},{"name":"video","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether to also record video streams"},{"name":"call","type":"InputGroupCall","comment":"The group call or livestream"},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Recording title"},{"name":"video_portrait","type":"Bool","typeModifiers":{"predicate":"flags.2"},"comment":"If video stream recording is enabled, whether to record in portrait or landscape mode"}],"throws":[{"code":403,"name":"GROUPCALL_FORBIDDEN","comment":"The group call has already ended."},{"code":400,"name":"GROUPCALL_NOT_MODIFIED","comment":"Group call settings weren't modified."}],"available":"user"},{"kind":"method","name":"phone.editGroupCallParticipant","type":"Updates","id":2770811583,"comment":"Edit information about a given group call participant\n\nNote: <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">flags</a>.N?<a href=\"https://corefork.telegram.org/type/Bool\">Bool</a> parameters can have three possible values:","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"call","type":"InputGroupCall","comment":"The group call"},{"name":"participant","type":"InputPeer","comment":"The group call participant (can also be the user itself)"},{"name":"muted","type":"Bool","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to mute or unmute the specified participant"},{"name":"volume","type":"int","typeModifiers":{"predicate":"flags.1"},"comment":"New volume"},{"name":"raise_hand","type":"Bool","typeModifiers":{"predicate":"flags.2"},"comment":"Raise or lower hand"},{"name":"video_stopped","type":"Bool","typeModifiers":{"predicate":"flags.3"},"comment":"Start or stop the video stream"},{"name":"video_paused","type":"Bool","typeModifiers":{"predicate":"flags.4"},"comment":"Pause or resume the video stream"},{"name":"presentation_paused","type":"Bool","typeModifiers":{"predicate":"flags.5"},"comment":"Pause or resume the screen sharing stream"}],"throws":[{"code":403,"name":"GROUPCALL_FORBIDDEN","comment":"The group call has already ended."},{"code":400,"name":"PARTICIPANT_JOIN_MISSING","comment":"Trying to enable a presentation, when the user hasn't joined the Video Chat with {@link phone.RawJoinGroupCallRequest}."},{"code":400,"name":"USER_VOLUME_INVALID","comment":"The specified user volume is invalid."}],"available":"user"},{"kind":"method","name":"phone.editGroupCallTitle","type":"Updates","id":480685066,"comment":"Edit the title of a group call or livestream","arguments":[{"name":"call","type":"InputGroupCall","comment":"Group call"},{"name":"title","type":"string","comment":"New title"}],"throws":[{"code":403,"name":"GROUPCALL_FORBIDDEN","comment":"The group call has already ended."}],"available":"user"},{"kind":"method","name":"phone.getGroupCallJoinAs","type":"phone.JoinAsPeers","typeModifiers":{"constructorId":2951045695},"id":4017889594,"comment":"Get a list of peers that can be used to join a group call, presenting yourself as a specific user/channel.","arguments":[{"name":"peer","type":"InputPeer","comment":"The dialog whose group call or livestream we're trying to join"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"phone.exportGroupCallInvite","type":"phone.ExportedGroupCallInvite","typeModifiers":{"constructorId":541839704},"id":3869926527,"comment":"Get an <a href=\"https://corefork.telegram.org/api/links#video-chat-livestream-links\">invite link</a> for a group call or livestream","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"can_self_unmute","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"For livestreams or muted group chats, if set, users that join using this link will be able to speak without explicitly requesting permission by (for example by raising their hand)."},{"name":"call","type":"InputGroupCall","comment":"The group call"}],"throws":[{"code":403,"name":"PUBLIC_CHANNEL_MISSING","comment":"You can only export group call invite links for public chats or channels."}],"available":"user"},{"kind":"method","name":"phone.toggleGroupCallStartSubscription","type":"Updates","id":563885286,"comment":"Subscribe or unsubscribe to a scheduled group call","arguments":[{"name":"call","type":"InputGroupCall","comment":"Scheduled group call"},{"name":"subscribed","type":"Bool","comment":"Enable or disable subscription"}],"throws":[{"code":403,"name":"GROUPCALL_ALREADY_STARTED","comment":"The groupcall has already started, you can join directly using {@link phone.RawJoinGroupCallRequest}."}],"available":"user"},{"kind":"method","name":"phone.startScheduledGroupCall","type":"Updates","id":1451287362,"comment":"Start a scheduled group call.","arguments":[{"name":"call","type":"InputGroupCall","comment":"The scheduled group call"}],"available":"user"},{"kind":"method","name":"phone.saveDefaultGroupCallJoinAs","type":"Bool","id":1465786252,"comment":"Set the default peer that will be used to join a group call in a specific dialog.","arguments":[{"name":"peer","type":"InputPeer","comment":"The dialog"},{"name":"join_as","type":"InputPeer","comment":"The default peer that will be used to join group calls in this dialog, presenting yourself as a specific user/channel."}],"throws":[{"code":400,"name":"JOIN_AS_PEER_INVALID","comment":"The specified peer cannot be used to join a group call."}],"available":"user"},{"kind":"method","name":"phone.joinGroupCallPresentation","type":"Updates","id":3421137860,"comment":"Start screen sharing in a call","arguments":[{"name":"call","type":"InputGroupCall","comment":"The group call"},{"name":"params","type":"DataJSON","comment":"WebRTC parameters"}],"throws":[{"code":403,"name":"PARTICIPANT_JOIN_MISSING","comment":"Trying to enable a presentation, when the user hasn't joined the Video Chat with {@link phone.RawJoinGroupCallRequest}."}],"available":"user"},{"kind":"method","name":"phone.leaveGroupCallPresentation","type":"Updates","id":475058500,"comment":"Stop screen sharing in a group call","arguments":[{"name":"call","type":"InputGroupCall","comment":"The group call"}],"available":"user"},{"kind":"method","name":"phone.getGroupCallStreamChannels","type":"phone.GroupCallStreamChannels","typeModifiers":{"constructorId":3504636594},"id":447879488,"comment":"Get info about RTMP streams in a group call or livestream.<br>\nThis method should be invoked to the same group/channel-related DC used for <a href=\"https://corefork.telegram.org/api/files#downloading-files\">downloading livestream chunks</a>.<br>\nAs usual, the media DC is preferred, if available.","arguments":[{"name":"call","type":"InputGroupCall","comment":"Group call or livestream"}],"throws":[{"code":400,"name":"GROUPCALL_INVALID","comment":"The specified group call is invalid."},{"code":400,"name":"GROUPCALL_JOIN_MISSING","comment":"You haven't joined this group call."}],"available":"user"},{"kind":"method","name":"phone.getGroupCallStreamRtmpUrl","type":"phone.GroupCallStreamRtmpUrl","typeModifiers":{"constructorId":767505458},"id":3736316863,"comment":"Get RTMP URL and stream key for RTMP livestreams. Can be used even before creating the actual RTMP livestream with {@link phone.RawCreateGroupCallRequest} (the <code>rtmp_stream</code> flag must be set).","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer to livestream into"},{"name":"revoke","type":"Bool","comment":"Whether to revoke the previous stream key or simply return the existing one"}],"throws":[{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."}],"available":"user"},{"kind":"method","name":"phone.saveCallLog","type":"Bool","id":1092913030,"comment":"Save phone call debug information","arguments":[{"name":"peer","type":"InputPhoneCall","comment":"Phone call"},{"name":"file","type":"InputFile","comment":"Logs"}],"available":"user"},{"kind":"method","name":"langpack.getLangPack","type":"LangPackDifference","typeModifiers":{"constructorId":4085629430},"id":4075959050,"comment":"Get localization pack strings","arguments":[{"name":"lang_pack","type":"string","comment":"Language pack name, usually obtained from a <a href=\"https://corefork.telegram.org/api/links#language-pack-links\">language pack link</a>"},{"name":"lang_code","type":"string","comment":"Language code"}],"throws":[{"code":400,"name":"LANG_CODE_NOT_SUPPORTED","comment":"The specified language code is not supported."},{"code":400,"name":"LANG_PACK_INVALID","comment":"The provided language pack is invalid."}],"available":"user"},{"kind":"method","name":"langpack.getStrings","type":"LangPackString","typeModifiers":{"isVector":true},"id":4025104387,"comment":"Get strings from a language pack","arguments":[{"name":"lang_pack","type":"string","comment":"Language pack name, usually obtained from a <a href=\"https://corefork.telegram.org/api/links#language-pack-links\">language pack link</a>"},{"name":"lang_code","type":"string","comment":"Language code"},{"name":"keys","type":"string","typeModifiers":{"isVector":true},"comment":"Strings to get"}],"throws":[{"code":400,"name":"LANG_CODE_NOT_SUPPORTED","comment":"The specified language code is not supported."},{"code":400,"name":"LANG_PACK_INVALID","comment":"The provided language pack is invalid."}],"available":"user"},{"kind":"method","name":"langpack.getDifference","type":"LangPackDifference","typeModifiers":{"constructorId":4085629430},"id":3449309861,"comment":"Get new strings in language pack","arguments":[{"name":"lang_pack","type":"string","comment":"Language pack"},{"name":"lang_code","type":"string","comment":"Language code"},{"name":"from_version","type":"int","comment":"Previous localization pack version"}],"throws":[{"code":400,"name":"LANG_PACK_INVALID","comment":"The provided language pack is invalid."}],"available":"user"},{"kind":"method","name":"langpack.getLanguages","type":"LangPackLanguage","typeModifiers":{"isVector":true,"constructorId":4006239459},"id":1120311183,"comment":"Get information about all languages in a localization pack","arguments":[{"name":"lang_pack","type":"string","comment":"Language pack"}],"throws":[{"code":400,"name":"LANG_PACK_INVALID","comment":"The provided language pack is invalid."}],"available":"user"},{"kind":"method","name":"langpack.getLanguage","type":"LangPackLanguage","typeModifiers":{"constructorId":4006239459},"id":1784243458,"comment":"Get information about a language in a localization pack","arguments":[{"name":"lang_pack","type":"string","comment":"Language pack name, usually obtained from a <a href=\"https://corefork.telegram.org/api/links#language-pack-links\">language pack link</a>"},{"name":"lang_code","type":"string","comment":"Language code"}],"throws":[{"code":400,"name":"LANG_CODE_NOT_SUPPORTED","comment":"The specified language code is not supported."},{"code":400,"name":"LANG_PACK_INVALID","comment":"The provided language pack is invalid."}],"available":"user"},{"kind":"method","name":"folders.editPeerFolders","type":"Updates","id":1749536939,"comment":"Edit peers in <a href=\"https://corefork.telegram.org/api/folders#peer-folders\">peer folder</a>","arguments":[{"name":"folder_peers","type":"InputFolderPeer","typeModifiers":{"isVector":true},"comment":"New peer list"}],"throws":[{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":400,"name":"CHAT_ID_INVALID","comment":"The provided chat id is invalid."},{"code":400,"name":"FOLDER_ID_INVALID","comment":"Invalid folder ID."}],"available":"user"},{"kind":"method","name":"stats.getBroadcastStats","type":"stats.BroadcastStats","typeModifiers":{"constructorId":3187114900},"id":2873246746,"comment":"Get <a href=\"https://corefork.telegram.org/api/stats\">channel statistics</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"dark","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to enable dark theme for graph colors"},{"name":"channel","type":"InputChannel","comment":"The channel"}],"throws":[{"code":400,"name":"BROADCAST_REQUIRED","comment":"This method can only be called on a channel, please use stats.getMegagroupStats for supergroups."},{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHANNEL_PRIVATE","comment":"You haven't joined this channel/supergroup."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."}],"available":"user"},{"kind":"method","name":"stats.loadAsyncGraph","type":"StatsGraph","id":1646092192,"comment":"Load <a href=\"https://corefork.telegram.org/api/stats\">channel statistics graph</a> asynchronously","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"token","type":"string","comment":"Graph token from {@link RawStatsGraphAsync} constructor"},{"name":"x","type":"long","typeModifiers":{"predicate":"flags.0"},"comment":"Zoom value, if required"}],"throws":[{"code":400,"name":"GRAPH_EXPIRED_RELOAD","comment":"This graph has expired, please obtain a new graph token."},{"code":400,"name":"GRAPH_INVALID_RELOAD","comment":"Invalid graph token provided, please reload the stats and provide the updated token."},{"code":400,"name":"GRAPH_OUTDATED_RELOAD","comment":"The graph is outdated, please get a new async token using stats.getBroadcastStats."}],"available":"user"},{"kind":"method","name":"stats.getMegagroupStats","type":"stats.MegagroupStats","typeModifiers":{"constructorId":4018141462},"id":3705636359,"comment":"Get <a href=\"https://corefork.telegram.org/api/stats\">supergroup statistics</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"dark","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to enable dark theme for graph colors"},{"name":"channel","type":"InputChannel","comment":"<a href=\"https://corefork.telegram.org/api/channel\">Supergroup ID</a>"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":403,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"MEGAGROUP_REQUIRED","comment":"You can only use this method on a supergroup."}],"available":"user"},{"kind":"method","name":"stats.getMessagePublicForwards","type":"messages.Messages","id":1445996571,"comment":"Obtains a list of messages, indicating to which other public channels was a channel message forwarded.<br>\nWill return a list of {@link RawMessage} with <code>peer_id</code> equal to the public channel to which this message was forwarded.","arguments":[{"name":"channel","type":"InputChannel","comment":"Source channel"},{"name":"msg_id","type":"int","comment":"Source message ID"},{"name":"offset_rate","type":"int","comment":"Initially 0, then set to the <code>next_rate</code> parameter of {@link messages.RawMessagesSlice}"},{"name":"offset_peer","type":"InputPeer","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"offset_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"stats.getMessageStats","type":"stats.MessageStats","typeModifiers":{"constructorId":2308567701},"id":3068175349,"comment":"Get <a href=\"https://corefork.telegram.org/api/stats\">message statistics</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"dark","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to enable dark theme for graph colors"},{"name":"channel","type":"InputChannel","comment":"Channel ID"},{"name":"msg_id","type":"int","comment":"Message ID"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"MESSAGE_ID_INVALID","comment":"The provided message id is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"chatlists.exportChatlistInvite","type":"chatlists.ExportedChatlistInvite","typeModifiers":{"constructorId":283567014},"id":2222081934,"comment":"Export a <a href=\"https://corefork.telegram.org/api/folders\">folder »</a>, creating a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>.","arguments":[{"name":"chatlist","type":"InputChatlist","comment":"The folder to export"},{"name":"title","type":"string","comment":"An optional name for the link"},{"name":"peers","type":"InputPeer","typeModifiers":{"isVector":true},"comment":"The list of channels, group and supergroups to share with the link. Basic groups will automatically be <a href=\"https://corefork.telegram.org/api/channel#migration\">converted to supergroups</a> when invoking the method."}],"throws":[{"code":400,"name":"FILTER_ID_INVALID","comment":"The specified filter ID is invalid."},{"code":400,"name":"FILTER_NOT_SUPPORTED","comment":"The specified filter cannot be used in this context."},{"code":400,"name":"INVITES_TOO_MUCH","comment":"The maximum number of per-folder invites specified by the chatlist_invites_limit_default/chatlist_invites_limit_premium client configuration parameters » was reached."},{"code":400,"name":"PEERS_LIST_EMPTY","comment":"The specified list of peers is empty."}],"available":"user"},{"kind":"method","name":"chatlists.deleteExportedInvite","type":"Bool","id":1906072670,"comment":"Delete a previously created <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>.","arguments":[{"name":"chatlist","type":"InputChatlist","comment":"The related folder"},{"name":"slug","type":"string","comment":"<code>slug</code> obtained from the <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>."}],"throws":[{"code":400,"name":"FILTER_ID_INVALID","comment":"The specified filter ID is invalid."}],"available":"both"},{"kind":"method","name":"chatlists.editExportedInvite","type":"ExportedChatlistInvite","typeModifiers":{"constructorId":206668204},"id":1698543165,"comment":"Edit a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"chatlist","type":"InputChatlist","comment":"Folder ID"},{"name":"slug","type":"string","comment":"<code>slug</code> obtained from the <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>."},{"name":"title","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"If set, sets a new name for the link"},{"name":"peers","type":"InputPeer","typeModifiers":{"predicate":"flags.2","isVector":true},"comment":"If set, changes the list of peers shared with the link"}],"throws":[{"code":400,"name":"FILTER_ID_INVALID","comment":"The specified filter ID is invalid."}],"available":"both"},{"kind":"method","name":"chatlists.getExportedInvites","type":"chatlists.ExportedInvites","typeModifiers":{"constructorId":279670215},"id":3456359043,"comment":"List all <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep links »</a> associated to a folder","arguments":[{"name":"chatlist","type":"InputChatlist","comment":"The folder"}],"available":"both"},{"kind":"method","name":"chatlists.checkChatlistInvite","type":"chatlists.ChatlistInvite","id":1103171583,"comment":"Obtain information about a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>.","arguments":[{"name":"slug","type":"string","comment":"<code>slug</code> obtained from the <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>"}],"throws":[{"code":400,"name":"INVITE_SLUG_EMPTY","comment":"The specified invite slug is empty."},{"code":400,"name":"INVITE_SLUG_EXPIRED","comment":"The specified chat folder link has expired."}],"available":"both"},{"kind":"method","name":"chatlists.joinChatlistInvite","type":"Updates","id":2796675994,"comment":"Import a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>, joining some or all the chats in the folder.","arguments":[{"name":"slug","type":"string","comment":"<code>slug</code> obtained from a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>."},{"name":"peers","type":"InputPeer","typeModifiers":{"isVector":true},"comment":"List of new chats to join, fetched using {@link chatlists.RawCheckChatlistInviteRequest} and filtered as specified in the <a href=\"https://corefork.telegram.org/api/folders#shared-folders\">documentation »</a>."}],"throws":[{"code":400,"name":"FILTER_INCLUDE_EMPTY","comment":"The include_peers vector of the filter is empty."},{"code":400,"name":"INVITE_SLUG_EMPTY","comment":"The specified invite slug is empty."},{"code":400,"name":"INVITE_SLUG_EXPIRED","comment":"The specified chat folder link has expired."}],"available":"both"},{"kind":"method","name":"chatlists.getChatlistUpdates","type":"chatlists.ChatlistUpdates","typeModifiers":{"constructorId":2478671757},"id":2302776609,"comment":"Fetch new chats associated with an imported <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>. Must be invoked at most every <code>chatlist_update_period</code> seconds (as per the related <a href=\"https://corefork.telegram.org/api/config#chatlist-update-period\">client configuration parameter »</a>).","arguments":[{"name":"chatlist","type":"InputChatlist","comment":"The folder"}],"throws":[{"code":400,"name":"FILTER_ID_INVALID","comment":"The specified filter ID is invalid."},{"code":400,"name":"INPUT_CHATLIST_INVALID","comment":"The specified folder is invalid."}],"available":"both"},{"kind":"method","name":"chatlists.joinChatlistUpdates","type":"Updates","id":3767138549,"comment":"Join channels and supergroups recently added to a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>.","arguments":[{"name":"chatlist","type":"InputChatlist","comment":"The folder"},{"name":"peers","type":"InputPeer","typeModifiers":{"isVector":true},"comment":"List of new chats to join, fetched using {@link chatlists.RawGetChatlistUpdatesRequest} and filtered as specified in the <a href=\"https://corefork.telegram.org/api/folders#shared-folders\">documentation »</a>."}],"available":"both"},{"kind":"method","name":"chatlists.hideChatlistUpdates","type":"Bool","id":1726252795,"comment":"Dismiss new pending peers recently added to a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>.","arguments":[{"name":"chatlist","type":"InputChatlist","comment":"The folder"}],"available":"both"},{"kind":"method","name":"chatlists.getLeaveChatlistSuggestions","type":"Peer","typeModifiers":{"isVector":true},"id":4257011476,"comment":"Returns identifiers of pinned or always included chats from a chat folder imported using a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>, which are suggested to be left when the chat folder is deleted.","arguments":[{"name":"chatlist","type":"InputChatlist","comment":"Folder ID"}],"available":"both"},{"kind":"method","name":"chatlists.leaveChatlist","type":"Updates","id":1962598714,"comment":"Delete a folder imported using a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>","arguments":[{"name":"chatlist","type":"InputChatlist","comment":"Folder ID"},{"name":"peers","type":"InputPeer","typeModifiers":{"isVector":true},"comment":"Also leave the specified channels and groups"}],"available":"both"},{"kind":"method","name":"stories.canSendStory","type":"Bool","id":3353337821,"comment":"Check whether we can post stories as the specified peer.","arguments":[{"name":"peer","type":"InputPeer","comment":"The peer from which we wish to post stories."}],"throws":[{"code":400,"name":"BOOSTS_REQUIRED","comment":"The specified channel must first be boosted by its users in order to be able to post stories."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"PREMIUM_ACCOUNT_REQUIRED","comment":"A premium account is required to execute this action."},{"code":400,"name":"STORIES_TOO_MUCH","comment":"You have hit the maximum active stories limit as specified by the story_expiring_limit_* client configuration parameters: you should buy a Premium subscription, delete an active story, or wait for the oldest story to expire."},{"code":400,"name":"STORY_SEND_FLOOD_MONTHLY_%d","comment":"You've hit the monthly story limit as specified by the stories_sent_monthly_limit_* client configuration parameters: wait for the specified number of seconds before posting a new story."},{"code":400,"name":"STORY_SEND_FLOOD_WEEKLY_%d","comment":"You've hit the weekly story limit as specified by the stories_sent_weekly_limit_* client configuration parameters: wait for the specified number of seconds before posting a new story."}],"available":"user"},{"kind":"method","name":"stories.sendStory","id":3840305483,"type":"Updates","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"pinned","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"Whether to add the story to the profile automatically upon expiration. If not set, the story will only be added to the archive, see <a href=\"https://corefork.telegram.org/api/stories\">here »</a> for more info."},{"name":"noforwards","type":"true","typeModifiers":{"predicate":"flags.4"},"comment":"If set, disables forwards, screenshots, and downloads."},{"name":"fwd_modified","type":"true","typeModifiers":{"predicate":"flags.7"}},{"name":"peer","type":"InputPeer","comment":"The peer to send the story as."},{"name":"media","type":"InputMedia","comment":"The story media."},{"name":"media_areas","type":"MediaArea","typeModifiers":{"predicate":"flags.5","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/stories#media-areas\">Media areas</a> associated to the story, see <a href=\"https://corefork.telegram.org/api/stories#media-areas\">here »</a> for more info."},{"name":"caption","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"Story caption."},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text</a>"},{"name":"privacy_rules","type":"InputPrivacyRule","typeModifiers":{"isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/privacy\">Privacy rules</a> for the story, indicating who can or can't view the story."},{"name":"random_id","type":"long","comment":"Unique client message ID required to prevent message resending."},{"name":"period","type":"int","typeModifiers":{"predicate":"flags.3"},"comment":"Period after which the story is moved to archive (and to the profile if <code>pinned</code> is set), in seconds; must be one of <code>6 * 3600</code>, <code>12 * 3600</code>, <code>86400</code>, or <code>2 * 86400</code> for Telegram Premium users, and <code>86400</code> otherwise."},{"name":"fwd_from_id","type":"InputPeer","typeModifiers":{"predicate":"flags.6"}},{"name":"fwd_from_story","type":"int","typeModifiers":{"predicate":"flags.6"}}],"comment":"Uploads a <a href=\"https://corefork.telegram.org/api/stories\">Telegram Story</a>.","throws":[{"code":400,"name":"IMAGE_PROCESS_FAILED","comment":"Failure while processing image."},{"code":400,"name":"MEDIA_EMPTY","comment":"The provided media object is invalid."},{"code":400,"name":"MEDIA_FILE_INVALID","comment":"The specified media file is invalid."},{"code":400,"name":"MEDIA_TYPE_INVALID","comment":"The specified media type cannot be used in stories."},{"code":400,"name":"MEDIA_VIDEO_STORY_MISSING","comment":" "},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"PREMIUM_ACCOUNT_REQUIRED","comment":"A premium account is required to execute this action."},{"code":400,"name":"STORIES_TOO_MUCH","comment":"You have hit the maximum active stories limit as specified by the story_expiring_limit_* client configuration parameters: you should buy a Premium subscription, delete an active story, or wait for the oldest story to expire."},{"code":400,"name":"STORY_PERIOD_INVALID","comment":"The specified story period is invalid for this account."},{"code":400,"name":"VENUE_ID_INVALID","comment":" "}],"available":"user"},{"kind":"method","name":"stories.editStory","type":"Updates","id":3045308998,"comment":"Edit an uploaded <a href=\"https://corefork.telegram.org/api/stories\">story</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"peer","type":"InputPeer","comment":"Peer where the story was posted."},{"name":"id","type":"int","comment":"ID of story to edit."},{"name":"media","type":"InputMedia","typeModifiers":{"predicate":"flags.0"},"comment":"If specified, replaces the story media."},{"name":"media_areas","type":"MediaArea","typeModifiers":{"predicate":"flags.3","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/stories#media-areas\">Media areas</a> associated to the story, see <a href=\"https://corefork.telegram.org/api/stories#media-areas\">here »</a> for more info."},{"name":"caption","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"If specified, replaces the story caption."},{"name":"entities","type":"MessageEntity","typeModifiers":{"predicate":"flags.1","isVector":true},"comment":"<a href=\"https://corefork.telegram.org/api/entities\">Message entities for styled text in the caption</a>"},{"name":"privacy_rules","type":"InputPrivacyRule","typeModifiers":{"predicate":"flags.2","isVector":true},"comment":"If specified, alters the <a href=\"https://corefork.telegram.org/api/privacy\">privacy settings »</a> of the story, changing who can or can't view the story."}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"STORY_NOT_MODIFIED","comment":"The new story information you passed is equal to the previous story information, thus it wasn't modified."}],"available":"user"},{"kind":"method","name":"stories.deleteStories","type":"int","typeModifiers":{"isVector":true},"id":2925124447,"comment":"Deletes some posted <a href=\"https://corefork.telegram.org/api/stories\">stories</a>.","arguments":[{"name":"peer","type":"InputPeer","comment":"Channel/user from where to delete stories."},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"IDs of stories to delete."}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"stories.togglePinned","type":"int","typeModifiers":{"isVector":true},"id":2591400431,"comment":"Pin or unpin one or more stories","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer where to pin or unpin stories"},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"IDs of stories to pin or unpin"},{"name":"pinned","type":"Bool","comment":"Whether to pin or unpin the stories"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"stories.getAllStories","type":"stories.AllStories","id":4004566565,"comment":"Fetch the List of active (or active and hidden) stories, see <a href=\"https://corefork.telegram.org/api/stories#watching-stories\">here »</a> for more info on watching stories.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"next","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"If <code>next</code> and <code>state</code> are both set, uses the passed <code>state</code> to paginate to the next results; if neither <code>state</code> nor <code>next</code> are set, fetches the initial page; if <code>state</code> is set and <code>next</code> is not set, check for changes in the active/hidden peerset, see <a href=\"https://corefork.telegram.org/api/stories#watching-stories\">here »</a> for more info on the full flow."},{"name":"hidden","type":"true","typeModifiers":{"predicate":"flags.2"},"comment":"If set, fetches the hidden active story list, otherwise fetches the active story list, see <a href=\"https://corefork.telegram.org/api/stories#watching-stories\">here »</a> for more info on the full flow."},{"name":"state","type":"string","typeModifiers":{"predicate":"flags.0"},"comment":"If <code>next</code> and <code>state</code> are both set, uses the passed <code>state</code> to paginate to the next results; if neither <code>state</code> nor <code>next</code> are set, fetches the initial page; if <code>state</code> is set and <code>next</code> is not set, check for changes in the active/hidden peerset, see <a href=\"https://corefork.telegram.org/api/stories#watching-stories\">here »</a> for more info on the full flow."}],"available":"user"},{"kind":"method","name":"stories.getPinnedStories","type":"stories.Stories","typeModifiers":{"constructorId":1574486984},"id":1478600156,"comment":"Fetch the <a href=\"https://corefork.telegram.org/api/stories#pinnedarchived-stories\">stories</a> pinned on a peer's profile.","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer whose pinned stories should be fetched"},{"name":"offset_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"USER_ID_INVALID","comment":"The provided user ID is invalid."}],"available":"user"},{"kind":"method","name":"stories.getStoriesArchive","type":"stories.Stories","typeModifiers":{"constructorId":1574486984},"id":3023380502,"comment":"Fetch the <a href=\"https://corefork.telegram.org/api/stories#pinnedarchived-stories\">story archive »</a> of a peer we control.","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer whose archived stories should be fetched"},{"name":"offset_id","type":"int","comment":"<a href=\"https://corefork.telegram.org/api/offsets\">Offsets for pagination, for more info click here</a>"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"stories.getStoriesByID","type":"stories.Stories","typeModifiers":{"constructorId":1574486984},"id":1467271796,"comment":"Obtain full info about a set of <a href=\"https://corefork.telegram.org/api/stories\">stories</a> by their IDs.","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer where the stories were posted"},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"Story IDs"}],"throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"STORIES_NEVER_CREATED","comment":" "},{"code":400,"name":"STORY_ID_EMPTY","comment":"You specified no story IDs."}],"available":"user"},{"kind":"method","name":"stories.toggleAllStoriesHidden","type":"Bool","id":2082822084,"comment":"Hide the active stories of a specific peer, preventing them from being displayed on the action bar on the homescreen.","arguments":[{"name":"hidden","type":"Bool","comment":"Whether to hide or unhide all active stories of the peer"}],"available":"user"},{"kind":"method","name":"stories.readStories","type":"int","typeModifiers":{"isVector":true},"id":2773932744,"comment":"Mark all stories up to a certain ID as read, for a given peer; will emit an {@link RawUpdateReadStories} update to all logged-in sessions.","arguments":[{"name":"peer","type":"InputPeer","comment":"The peer whose stories should be marked as read."},{"name":"max_id","type":"int","comment":"Mark all stories up to and including this ID as read"}],"throws":[{"code":400,"name":"MAX_ID_INVALID","comment":"The provided max ID is invalid."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"stories.incrementStoryViews","type":"Bool","id":2986511099,"comment":"Increment the view counter of one or more stories.","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer where the stories were posted."},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"IDs of the stories (maximum 200 at a time)."}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"stories.getStoryViewsList","type":"stories.StoryViewsList","typeModifiers":{"constructorId":1189722604},"id":2127707223,"comment":"Obtain the list of users that have viewed a specific <a href=\"https://corefork.telegram.org/api/stories\">story we posted</a>","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"just_contacts","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to only fetch view reaction/views made by our <a href=\"https://corefork.telegram.org/api/contacts\">contacts</a>"},{"name":"reactions_first","type":"true","typeModifiers":{"predicate":"flags.2"}},{"name":"peer","type":"InputPeer","comment":"Peer where the story was posted"},{"name":"q","type":"string","typeModifiers":{"predicate":"flags.1"},"comment":"Search for specific peers"},{"name":"id","type":"int","comment":"Story ID"},{"name":"offset","type":"string","comment":"Offset for pagination, obtained from {@link stories.RawStoryViewsList}.<code>next_offset</code>"},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"stories.getStoriesViews","type":"stories.StoryViews","typeModifiers":{"constructorId":3734957341},"id":685862088,"comment":"Obtain info about the view count, forward count, reactions and recent viewers of one or more <a href=\"https://corefork.telegram.org/api/stories\">stories</a>.","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer whose stories should be fetched"},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"Story IDs"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"stories.exportStoryLink","type":"ExportedStoryLink","typeModifiers":{"constructorId":1070138683},"id":2072899360,"comment":"Generate a <a href=\"https://corefork.telegram.org/api/links#story-links\">story deep link</a> for a specific story","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer where the story was posted"},{"name":"id","type":"int","comment":"Story ID"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"USER_PUBLIC_MISSING","comment":" "}],"available":"user"},{"kind":"method","name":"stories.report","type":"Bool","id":421788300,"comment":"Report a story.","arguments":[{"name":"peer","type":"InputPeer","comment":"The peer that uploaded the story."},{"name":"id","type":"int","typeModifiers":{"isVector":true},"comment":"IDs of the stories to report."},{"name":"reason","type":"ReportReason","comment":"Why are these storeis being reported."},{"name":"message","type":"string","comment":"Comment for report moderation"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"stories.activateStealthMode","type":"Updates","id":1471926630,"comment":"Activates <a href=\"https://corefork.telegram.org/api/stories#stealth-mode\">stories stealth mode</a>, see <a href=\"https://corefork.telegram.org/api/stories#stealth-mode\">here »</a> for more info.\n\nWill return an {@link RawUpdateStoriesStealthMode}.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"past","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to erase views from any stories opened in the past <a href=\"https://corefork.telegram.org/api/config#stories-stealth-past-period\"><code>stories_stealth_past_period</code> seconds »</a>, as specified by the <a href=\"https://corefork.telegram.org/api/config#client-configuration\">client configuration</a>."},{"name":"future","type":"true","typeModifiers":{"predicate":"flags.1"},"comment":"Whether to hide future story views for the next <a href=\"https://corefork.telegram.org/api/config#stories-stealth-future-period\"><code>stories_stealth_future_period</code> seconds »</a>, as specified by the <a href=\"https://corefork.telegram.org/api/config#client-configuration\">client configuration</a>."}],"available":"user"},{"kind":"method","name":"stories.sendReaction","type":"Updates","id":2144810674,"comment":"React to a story.","arguments":[{"name":"flags","type":"#","comment":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>"},{"name":"add_to_recent","type":"true","typeModifiers":{"predicate":"flags.0"},"comment":"Whether to add this reaction to the <a href=\"https://corefork.telegram.org/api/reactions#recent-reactions\">recent reactions list »</a>."},{"name":"peer","type":"InputPeer","comment":"The peer that sent the story"},{"name":"story_id","type":"int","comment":"ID of the story to react to"},{"name":"reaction","type":"Reaction","comment":"Reaction"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"REACTION_INVALID","comment":"The specified reaction is invalid."},{"code":400,"name":"STORY_ID_EMPTY","comment":"You specified no story IDs."}],"available":"user"},{"kind":"method","name":"stories.getPeerStories","type":"stories.PeerStories","typeModifiers":{"constructorId":3404105576},"id":743103056,"comment":"Fetch the full active <a href=\"https://corefork.telegram.org/api/stories#watching-stories\">story list</a> of a specific peer.","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer whose stories should be fetched"}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"stories.getAllReadPeerStories","type":"Updates","id":2606426105,"comment":"Obtain the latest read story ID for all peers when first logging in, returned as a list of {@link RawUpdateReadStories} updates, see <a href=\"https://corefork.telegram.org/api/stories#watching-stories\">here »</a> for more info.","arguments":[],"available":"user"},{"kind":"method","name":"stories.getPeerMaxIDs","type":"int","typeModifiers":{"isVector":true},"id":1398375363,"comment":"","arguments":[{"name":"id","type":"InputPeer","typeModifiers":{"isVector":true}}],"available":"user"},{"kind":"method","name":"stories.getChatsToSend","type":"messages.Chats","id":2775223136,"comment":"Obtain a list of channels where the user can post <a href=\"https://corefork.telegram.org/api/stories\">stories</a>","arguments":[],"available":"user"},{"kind":"method","name":"stories.togglePeerStoriesHidden","type":"Bool","id":3171161540,"comment":"Hide the active stories of a user, preventing them from being displayed on the action bar on the homescreen, see <a href=\"https://corefork.telegram.org/api/stories#hiding-stories-of-other-users\">here »</a> for more info.","arguments":[{"name":"peer","type":"InputPeer","comment":"Peer whose stories should be (un)hidden."},{"name":"hidden","type":"Bool","comment":"Whether to hide or unhide stories."}],"throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"premium.getBoostsList","type":"premium.BoostsList","typeModifiers":{"constructorId":2264424764},"id":1626764896,"arguments":[{"name":"flags","type":"#"},{"name":"gifts","type":"true","typeModifiers":{"predicate":"flags.0"}},{"name":"peer","type":"InputPeer"},{"name":"offset","type":"string"},{"name":"limit","type":"int"}]},{"kind":"method","name":"premium.getMyBoosts","type":"premium.MyBoosts","typeModifiers":{"constructorId":2598512866},"id":199719754,"arguments":[]},{"kind":"method","name":"premium.applyBoost","type":"premium.MyBoosts","typeModifiers":{"constructorId":2598512866},"id":1803396934,"arguments":[{"name":"flags","type":"#"},{"name":"slots","type":"int","typeModifiers":{"predicate":"flags.0","isVector":true}},{"name":"peer","type":"InputPeer"}]},{"kind":"method","name":"premium.getBoostsStatus","type":"premium.BoostsStatus","typeModifiers":{"constructorId":1230586490},"id":70197089,"arguments":[{"name":"peer","type":"InputPeer"}]},{"kind":"method","name":"premium.getUserBoosts","type":"premium.BoostsList","typeModifiers":{"constructorId":2264424764},"id":965037343,"arguments":[{"name":"peer","type":"InputPeer"},{"name":"user_id","type":"InputUser"}]},{"kind":"method","name":"messages.searchEmojiStickerSets","id":2461288780,"type":"messages.FoundStickerSets","arguments":[{"name":"flags","type":"#"},{"name":"exclude_featured","type":"true","typeModifiers":{"predicate":"flags.0"}},{"name":"q","type":"string"},{"name":"hash","type":"long"}]},{"kind":"method","name":"help.getPeerColors","id":3665884207,"type":"help.PeerColors","arguments":[{"name":"hash","type":"int"}]},{"kind":"method","name":"help.getPeerProfileColors","id":2882513405,"type":"help.PeerColors","arguments":[{"name":"hash","type":"int"}]},{"kind":"method","name":"channels.toggleViewForumAsMessages","id":2537077525,"type":"Updates","arguments":[{"name":"channel","type":"InputChannel"},{"name":"enabled","type":"Bool"}]},{"kind":"method","name":"channels.getChannelRecommendations","id":2209811863,"type":"messages.Chats","arguments":[{"name":"channel","type":"InputChannel"}]},{"kind":"method","name":"stats.getStoryStats","id":927985472,"type":"stats.StoryStats","arguments":[{"name":"flags","type":"#"},{"name":"dark","type":"true","typeModifiers":{"predicate":"flags.0"}},{"name":"peer","type":"InputPeer"},{"name":"id","type":"int"}],"typeModifiers":{"constructorId":1355613820}},{"kind":"method","name":"stats.getStoryPublicForwards","id":2789441270,"type":"stats.PublicForwards","arguments":[{"name":"peer","type":"InputPeer"},{"name":"id","type":"int"},{"name":"offset","type":"string"},{"name":"limit","type":"int"}],"typeModifiers":{"constructorId":2466479648}},{"kind":"method","name":"stories.getBoostsStatus","id":1279562866,"type":"stories.BoostsStatus","arguments":[{"name":"peer","type":"InputPeer","comment":"The channel"}],"typeModifiers":{"constructorId":1726619631},"comment":"Get the current <a href=\"https://corefork.telegram.org/api/boost\">boost status</a> of a channel, see <a href=\"https://corefork.telegram.org/api/boost\">here »</a> for more info on boosts.","throws":[{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"stories.getBoostersList","id":863959424,"type":"stories.BoostersList","arguments":[{"name":"peer","type":"InputPeer","comment":"The channel."},{"name":"offset","type":"string","comment":"Next offset for <a href=\"https://corefork.telegram.org/api/offsets\">pagination</a>, obtained from the <code>next_offset</code> field of {@link stories.RawBoostersList}."},{"name":"limit","type":"int","comment":"Maximum number of results to return, <a href=\"https://corefork.telegram.org/api/offsets\">see pagination</a>"}],"typeModifiers":{"constructorId":4091362589},"comment":"Obtain info about the users currently <a href=\"https://corefork.telegram.org/api/boost\">boosting</a> a channel, see <a href=\"https://corefork.telegram.org/api/boost\">here »</a> for more info about boosts.","throws":[{"code":400,"name":"CHANNEL_INVALID","comment":"The provided channel is invalid."},{"code":400,"name":"CHAT_ADMIN_REQUIRED","comment":"You must be an admin in this chat to do this."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."}],"available":"user"},{"kind":"method","name":"stories.canApplyBoost","id":3674587581,"type":"stories.CanApplyBoostResult","arguments":[{"name":"peer","type":"InputPeer","comment":"The channel to boost."}],"comment":"Check whether a channel can be <a href=\"https://corefork.telegram.org/api/boost\">boosted, see here for more info »</a>.","throws":[{"code":400,"name":"BOOST_NOT_MODIFIED","comment":"You're already boosting the specified channel."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"PREMIUM_ACCOUNT_REQUIRED","comment":"A premium account is required to execute this action."}],"available":"user"},{"kind":"method","name":"stories.applyBoost","id":4070407211,"type":"Bool","arguments":[{"name":"peer","type":"InputPeer","comment":"The channel to boost."}],"comment":"<a href=\"https://corefork.telegram.org/api/boost\">Boost »</a> a <a href=\"https://corefork.telegram.org/api/channel\">channel</a>, leveling it up and granting it permission to post <a href=\"https://corefork.telegram.org/api/stories\">stories »</a>.","throws":[{"code":400,"name":"BOOST_NOT_MODIFIED","comment":"You're already boosting the specified channel."},{"code":400,"name":"PEER_ID_INVALID","comment":"The provided peer id is invalid."},{"code":400,"name":"PREMIUM_ACCOUNT_REQUIRED","comment":"A premium account is required to execute this action."}],"available":"user"}],"u":{"Error":"An object containing a query error.","InputFileLocation":"Defines the location of a file for download.","InputPeer":"Peer","InputUser":"Defines a user for subsequent interaction.","InputContact":"Object defines a contact from the user's phone book.","InputFile":"Defines a file uploaded by the client.","InputMedia":"Defines media content of a message.","InputChatPhoto":"Defines a new group profile photo.","InputGeoPoint":"Defines a GeoPoint.","InputPhoto":"Defines a photo for further interaction.","Peer":"Chat partner or group.","storage.FileType":"Object describes the file type.","User":"Object defines a user.","UserProfilePhoto":"Object contains info on the user's profile photo.","UserStatus":"User online status","Chat":"Object defines a group.","ChatFull":"Full info about a <a href=\"https://corefork.telegram.org/api/channel#channels\">channel</a>, <a href=\"https://corefork.telegram.org/api/channel#supergroups\">supergroup</a>, <a href=\"https://corefork.telegram.org/api/channel#gigagroups\">gigagroup</a> or <a href=\"https://corefork.telegram.org/api/channel#basic-groups\">basic group</a>.","ChatParticipant":"Details of a group member.","ChatParticipants":"Object contains info on group members.","ChatPhoto":"Object defines a group profile photo.","Message":"Object describing a message.","MessageMedia":"Media","MessageAction":"Object describing actions connected to a service message.","Dialog":"Chat info.","Photo":"Object describes a photo.","PhotoSize":"Location of a certain size of a picture","GeoPoint":"Object defines a GeoPoint.","auth.SentCode":"Contains info on a confirmation code message sent via SMS, phone call or Telegram.","auth.Authorization":"Object contains info on user authorization.","auth.ExportedAuthorization":"Exported authorization","InputNotifyPeer":"Object defines the set of users and/or groups that generate notifications.","InputPeerNotifySettings":"Notifications settings.","PeerNotifySettings":"Notification settings.","PeerSettings":"List of actions that are possible when interacting with this user, to be shown as suggested actions in the chat bar","WallPaper":"Object contains info on a <a href=\"https://corefork.telegram.org/api/wallpapers\">wallpaper</a>.","ReportReason":"Report reason","UserFull":"Object contains extended user info.","Contact":"A contact of the current user.","ImportedContact":"Object contains info on a successfully imported contact.","ContactStatus":"Contact status: online / offline.","contacts.Contacts":"Info on the current user's contact list.","contacts.ImportedContacts":"Object contains info on successfully imported contacts.","contacts.Blocked":"Info on users from the current user's black list.","messages.Dialogs":"Object contains a list of chats with messages and auxiliary data.","messages.Messages":"Object contains information on list of messages with auxiliary data.","messages.Chats":"Object contains list of chats with auxiliary data.","messages.ChatFull":"Full info about a <a href=\"https://corefork.telegram.org/api/channel#channels\">channel</a>, <a href=\"https://corefork.telegram.org/api/channel#supergroups\">supergroup</a>, <a href=\"https://corefork.telegram.org/api/channel#gigagroups\">gigagroup</a> or <a href=\"https://corefork.telegram.org/api/channel#basic-groups\">basic group</a>.","messages.AffectedHistory":"Object contains info on affected part of communication history with the user or in a chat.","MessagesFilter":"Object describes message filter.","Update":"Object contains info on events occurred.","updates.State":"Object contains info on state for further updates.","updates.Difference":"Occurred changes.","Updates":"Object which is perceived by the client without a call on its part when an event occurs.","photos.Photos":"Object contains list of photos with auxiliary data.","photos.Photo":"Photo with auxiliary data.","upload.File":"Contains info on file.","DcOption":"Information for connection to data center.","Config":"Object contains info on API configuring parameters.","NearestDc":"Object contains info on nearest data center.","help.AppUpdate":"Contains info on app update availability.","help.InviteText":"Object contains info on the text of a message with an invitation.","EncryptedChat":"Object contains info on an encrypted chat.","InputEncryptedChat":"Object sets an encrypted chat ID.","EncryptedFile":"Seta an encrypted file.","InputEncryptedFile":"Object sets encrypted file for attachment","EncryptedMessage":"Object contains encrypted message.","messages.DhConfig":"Contains Diffie-Hellman key generation protocol parameters.","messages.SentEncryptedMessage":"Contains info on message sent to an encrypted chat.","InputDocument":"Defines a document for subsequent interaction.","Document":"A document.","help.Support":"Info about the support user, relevant to the current user.","NotifyPeer":"Object defines the set of users and/or groups that generate notifications.","SendMessageAction":"User actions. Use this to provide users with detailed info about their chat partner's actions: typing or sending attachments of all kinds.","contacts.Found":"Object contains info on users found by name substring and auxiliary data.","InputPrivacyKey":"Privacy <strong>keys</strong> together with <a href=\"https://corefork.telegram.org/api/privacy#privacy-rules\">privacy rules »</a> indicate <em>what</em> can or can't someone do and are specified by a <a href=\"https://corefork.telegram.org/type/PrivacyKey\">PrivacyKey</a> constructor, and its input counterpart <a href=\"https://corefork.telegram.org/type/InputPrivacyKey\">InputPrivacyKey</a>.\n\nSee the <a href=\"https://corefork.telegram.org/api/privacy\">privacy documentation »</a> for more info.","PrivacyKey":"Privacy <strong>keys</strong> together with <a href=\"https://corefork.telegram.org/api/privacy#privacy-rules\">privacy rules »</a> indicate <em>what</em> can or can't someone do and are specified by a <a href=\"https://corefork.telegram.org/type/PrivacyKey\">PrivacyKey</a> constructor, and its input counterpart <a href=\"https://corefork.telegram.org/type/InputPrivacyKey\">InputPrivacyKey</a>.\n\nSee the <a href=\"https://corefork.telegram.org/api/privacy\">privacy documentation »</a> for more info.","InputPrivacyRule":"Privacy <strong>rules</strong> indicate <em>who</em> can or can't do something and are specified by a <a href=\"https://corefork.telegram.org/type/PrivacyRule\">PrivacyRule</a>, and its input counterpart <a href=\"https://corefork.telegram.org/type/InputPrivacyRule\">InputPrivacyRule</a>.\n\nSee the <a href=\"https://corefork.telegram.org/api/privacy\">privacy documentation »</a> for more info.","PrivacyRule":"Privacy <strong>rules</strong> together with <a href=\"https://corefork.telegram.org/api/privacy#privacy-keys\">privacy keys</a> indicate <em>what</em> can or can't someone do and are specified by a <a href=\"https://corefork.telegram.org/type/PrivacyRule\">PrivacyRule</a> constructor, and its input counterpart <a href=\"https://corefork.telegram.org/type/InputPrivacyRule\">InputPrivacyRule</a>.\n\nSee the <a href=\"https://corefork.telegram.org/api/privacy\">privacy documentation »</a> for more info.","account.PrivacyRules":"Privacy rules","AccountDaysTTL":"Time-to-live of current account","DocumentAttribute":"Various possible attributes of a document (used to define if it's a sticker, a GIF, a video, a mask sticker, an image, an audio, and so on)","messages.Stickers":"Stickers","StickerPack":"Stickerpack","messages.AllStickers":"All stickers","messages.AffectedMessages":"Messages affected by changes","WebPage":"<a href=\"https://instantview.telegram.org/\">Instant View</a> webpage preview","Authorization":"Represents a logged-in session","account.Authorizations":"Logged-in sessions","account.Password":"Configuration for two-factor authorization","account.PasswordSettings":"Private info associated to the password info (recovery email, telegram <a href=\"https://corefork.telegram.org/passport\">passport</a> info & so on)","account.PasswordInputSettings":"Constructor for setting up a new <a href=\"https://corefork.telegram.org/api/srp\">2FA SRP password</a>","auth.PasswordRecovery":"Recovery info of a <a href=\"https://corefork.telegram.org/api/srp\">2FA password</a>, only for accounts with a <a href=\"https://corefork.telegram.org/api/srp#email-verification\">recovery email configured</a>.","ReceivedNotifyMessage":"Confirmation of message receipt","ExportedChatInvite":"Exported chat invite","ChatInvite":"Chat invite","InputStickerSet":"Represents a stickerset","StickerSet":"Represents a stickerset (stickerpack)","messages.StickerSet":"Stickerset","BotCommand":"Describes a bot command that can be used in a chat","BotInfo":"Info about bots (available bot commands, etc)","KeyboardButton":"Bot or inline keyboard buttons","KeyboardButtonRow":"Bot or inline keyboard rows","ReplyMarkup":"Reply markup for bot and inline keyboards","MessageEntity":"Message entities, representing styled text in a message","InputChannel":"Represents a channel","contacts.ResolvedPeer":"Peer returned after resolving a <code>@username</code>","MessageRange":"Indicates a range of chat messages","updates.ChannelDifference":"Contains the difference (new messages) between our local channel state and the remote state","ChannelMessagesFilter":"Filter for fetching only certain types of channel messages","ChannelParticipant":"Channel participant","ChannelParticipantsFilter":"Filter for fetching channel participants","channels.ChannelParticipants":"Channel/supergroup participants","channels.ChannelParticipant":"Channel participant","help.TermsOfService":"Contains info about the latest telegram Terms Of Service.","messages.SavedGifs":"Saved GIFs","InputBotInlineMessage":"Represents a sent inline message from the perspective of a bot","InputBotInlineResult":"Inline bot result","BotInlineMessage":"Inline message","BotInlineResult":"Results of an inline query","messages.BotResults":"Result of a query to an inline bot","ExportedMessageLink":"HTTP link and embed info of channel message","MessageFwdHeader":"Info about a forwarded message","auth.CodeType":"Type of verification code that will be sent next if you call the resendCode method","auth.SentCodeType":"Type of the verification code that was sent","messages.BotCallbackAnswer":"Callback answer of bot","messages.MessageEditData":"Message edit data for media","InputBotInlineMessageID":"Represents a sent inline message from the perspective of a bot","InlineBotSwitchPM":"The bot requested the user to message them in private","messages.PeerDialogs":"List of dialogs","TopPeer":"Top peer","TopPeerCategory":"Top peer category","TopPeerCategoryPeers":"Top peers by top peer category","contacts.TopPeers":"Top peers","DraftMessage":"Represents a message <a href=\"https://corefork.telegram.org/api/drafts\">draft</a>.","messages.FeaturedStickers":"Featured stickers","messages.RecentStickers":"Recent stickers","messages.ArchivedStickers":"Archived stickers","messages.StickerSetInstallResult":"Result of stickerset installation process","StickerSetCovered":"Stickerset preview","MaskCoords":"Mask coordinates (if this is a mask sticker, attached to a photo)","InputStickeredMedia":"Represents a media with attached stickers","Game":"Indicates an already sent game","InputGame":"A game to send","HighScore":"Game high score","messages.HighScores":"High scores (in games)","RichText":"Rich text","PageBlock":"Represents an <a href=\"https://instantview.telegram.org/\">instant view page element</a>","PhoneCallDiscardReason":"Why was the phone call discarded?","DataJSON":"Represent a JSON-encoded object","LabeledPrice":"Labeled pricetag","Invoice":"Invoice","PaymentCharge":"Charged payment","PostAddress":"Shipping address","PaymentRequestedInfo":"Requested payment info","PaymentSavedCredentials":"Saved payment credentials","WebDocument":"Remote document","InputWebDocument":"Specifies a document that will have to be downloaded from the URL by the telegram servers","InputWebFileLocation":"Location of remote file","upload.WebFile":"Remote file","payments.PaymentForm":"Payment form","payments.ValidatedRequestedInfo":"Validated requested info","payments.PaymentResult":"Payment result","payments.PaymentReceipt":"Payment receipt","payments.SavedInfo":"Saved payment info","InputPaymentCredentials":"Payment credentials","account.TmpPassword":"Temporary password","ShippingOption":"Shipping options","InputStickerSetItem":"Sticker","InputPhoneCall":"Phone call","PhoneCall":"Phone call","PhoneConnection":"Phone call connection","PhoneCallProtocol":"Phone call protocol","phone.PhoneCall":"Phone call","upload.CdnFile":"Represents the download status of a CDN file","CdnPublicKey":"Public key to use <strong>only</strong> during handshakes to <a href=\"https://corefork.telegram.org/cdn\">CDN</a> DCs.","CdnConfig":"Configuration for <a href=\"https://corefork.telegram.org/cdn\">CDN</a> file downloads.","LangPackString":"Language pack string","LangPackDifference":"Language pack changes","LangPackLanguage":"Language pack language","ChannelAdminLogEventAction":"Channel admin log event","ChannelAdminLogEvent":"An event in a channel admin log","channels.AdminLogResults":"Admin log events","ChannelAdminLogEventsFilter":"Filter for fetching events in the channel admin log","PopularContact":"Popular contact","messages.FavedStickers":"Favorited stickers","RecentMeUrl":"Recent t.me urls","help.RecentMeUrls":"Recent t.me URLs","InputSingleMedia":"A single media in an <a href=\"https://corefork.telegram.org/api/files#albums-grouped-media\">album or grouped media</a> sent with {@link messages.RawSendMultiMediaRequest}.","WebAuthorization":"Web authorization","account.WebAuthorizations":"Web authorizations","InputMessage":"A message","InputDialogPeer":"Peer, or all peers in a certain folder","DialogPeer":"Peer, or all peers in a folder","messages.FoundStickerSets":"Found stickersets","FileHash":"Hash of an uploaded file, to be checked for validity after download","InputClientProxy":"Info about an <a href=\"https://corefork.telegram.org/mtproto/mtproto-transports#transport-obfuscation\">MTProxy</a> used to connect.","help.TermsOfServiceUpdate":"Update of Telegram's terms of service","InputSecureFile":"Secure <a href=\"https://corefork.telegram.org/passport\">passport</a> file, for more info <a href=\"https://corefork.telegram.org/passport/encryption#inputsecurefile\">see the passport docs »</a>","SecureFile":"Secure <a href=\"https://corefork.telegram.org/passport\">passport</a> file, for more info <a href=\"https://corefork.telegram.org/passport/encryption#inputsecurefile\">see the passport docs »</a>","SecureData":"Secure <a href=\"https://corefork.telegram.org/passport\">passport</a> data, for more info <a href=\"https://corefork.telegram.org/passport/encryption#securedata\">see the passport docs »</a>","SecurePlainData":"Plaintext verified <a href=\"https://corefork.telegram.org/passport/encryption#secureplaindata\">passport data</a>.","SecureValueType":"Secure value type","SecureValue":"Secure Telegram Passport value","InputSecureValue":"Secure value, <a href=\"https://corefork.telegram.org/passport/encryption#encryption\">for more info see the passport docs »</a>","SecureValueHash":"Secure value hash","SecureValueError":"Secure value error","SecureCredentialsEncrypted":"Encrypted secure credentials","account.AuthorizationForm":"Authorization form","account.SentEmailCode":"The email code that was sent","help.DeepLinkInfo":"Contains information about an unsupported <a href=\"https://corefork.telegram.org/api/links#unsupported-links\">deep link »</a>","SavedContact":"Saved contact","account.Takeout":"Takeout info","PasswordKdfAlgo":"Key derivation function to use when generating the <a href=\"https://corefork.telegram.org/api/srp\">password hash for SRP two-factor authorization</a>","SecurePasswordKdfAlgo":"KDF algorithm to use for computing telegram <a href=\"https://corefork.telegram.org/passport\">passport</a> hash","SecureSecretSettings":"Telegram <a href=\"https://corefork.telegram.org/passport\">passport</a> settings","InputCheckPasswordSRP":"Constructors for checking the validity of a <a href=\"https://corefork.telegram.org/api/srp\">2FA SRP password</a>","SecureRequiredType":"Required secure file type","help.PassportConfig":"Telegram <a href=\"https://corefork.telegram.org/passport\">passport</a> configuration","InputAppEvent":"Object contains info about an event that occurred in the application.","JSONObjectValue":"JSON key: value pair","JSONValue":"JSON value","PageTableCell":"Represents a table in an <a href=\"https://instantview.telegram.org/\">instant view table</a>","PageTableRow":"Table row","PageCaption":"Page caption","PageListItem":"Item in block list","PageListOrderedItem":"Represents an <a href=\"https://instantview.telegram.org/\">instant view ordered list</a>","PageRelatedArticle":"Related articles","Page":"<a href=\"https://instantview.telegram.org/\">Instant view</a> page","help.SupportName":"Get localized name for support user","help.UserInfo":"User info","PollAnswer":"Indicates a possible answer to a <a href=\"https://corefork.telegram.org/type/Poll\">poll</a>.","Poll":"Indicates a poll message","PollAnswerVoters":"How users voted on a certain poll answer","PollResults":"Results of poll","ChatOnlines":"Number of online users in a chat","StatsURL":"URL with chat statistics","ChatAdminRights":"Represents the rights of an admin in a <a href=\"https://corefork.telegram.org/api/channel\">channel/supergroup</a>.","ChatBannedRights":"Represents the rights of a normal user in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup/channel/chat</a>.","InputWallPaper":"<a href=\"https://corefork.telegram.org/api/wallpapers\">Wallpaper</a>","account.WallPapers":"<a href=\"https://corefork.telegram.org/api/wallpapers\">Wallpapers</a>","CodeSettings":"Settings for the code type to send","WallPaperSettings":"Wallpaper rendering information.","AutoDownloadSettings":"Media autodownload settings","account.AutoDownloadSettings":"Media autodownload settings","EmojiKeyword":"Emoji keyword","EmojiKeywordsDifference":"New emoji keywords","EmojiURL":"Emoji URL","EmojiLanguage":"Emoji language","Folder":"A folder","InputFolderPeer":"Peer in a folder","FolderPeer":"Peer associated to folder","messages.SearchCounter":"Number of results that would be returned by a search","UrlAuthResult":"URL authorization result","ChannelLocation":"Geographical location of supergroup (geogroups)","PeerLocated":"Geolocated peer","RestrictionReason":"Restriction reason","InputTheme":"Cloud theme","Theme":"Cloud theme","account.Themes":"Installed themes","auth.LoginToken":"Login token (for QR code login)","account.ContentSettings":"Sensitive content settings","messages.InactiveChats":"Inactive chat list","BaseTheme":"Basic theme settings","InputThemeSettings":"Theme settings","ThemeSettings":"Theme settings","WebPageAttribute":"Webpage attributes","messages.VotesList":"How users voted in a poll","BankCardOpenUrl":"Credit card info URL provided by the bank","payments.BankCardData":"Credit card info, provided by the card's bank(s)","DialogFilter":"Dialog filter (<a href=\"https://corefork.telegram.org/api/folders\">folder »</a>)","DialogFilterSuggested":"Suggested dialog filters (<a href=\"https://corefork.telegram.org/api/folders\">folder »</a>)","StatsDateRangeDays":"Channel statistics date range","StatsAbsValueAndPrev":"Channel statistics value pair","StatsPercentValue":"Channel statistics percentage","StatsGraph":"Channel statistics graph","MessageInteractionCounters":"Message interaction counters","stats.BroadcastStats":"Channel statistics","help.PromoData":"Info about pinned MTProxy or Public Service Announcement peers.","VideoSize":"Represents an animated video thumbnail","StatsGroupTopPoster":"Most active user in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup</a>","StatsGroupTopAdmin":"Most active admin in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup</a>","StatsGroupTopInviter":"Most active inviter in a <a href=\"https://corefork.telegram.org/api/channel\">supergroup</a>","stats.MegagroupStats":"Supergroup statistics","GlobalPrivacySettings":"Global privacy settings","help.CountryCode":"Country code and phone number pattern of a specific country","help.Country":"Name, ISO code, localized name and phone codes/patterns of a specific country","help.CountriesList":"Name, ISO code, localized name and phone codes/patterns of all available countries","MessageViews":"View, forward counter + info about replies of a specific message","messages.MessageViews":"View, forward counter + info about replies","messages.DiscussionMessage":"Info about a message thread","MessageReplyHeader":"Reply information","MessageReplies":"Info about <a href=\"https://corefork.telegram.org/api/threads\">post comments (for channels) or message replies (for groups)</a>","PeerBlocked":"Info about a blocked user","stats.MessageStats":"Message statistics","GroupCall":"A group call","InputGroupCall":"Indicates a group call","GroupCallParticipant":"Info about a group call participant","phone.GroupCall":"Contains info about a group call, and partial info about its participants.","phone.GroupParticipants":"Info about the participants of a group call or livestream","InlineQueryPeerType":"Inline query peer type.","messages.HistoryImport":"Identifier of a <a href=\"https://corefork.telegram.org/api/import\">history import session, click here for more info »</a>.","messages.HistoryImportParsed":"Contains information about a chat export file, generated by a foreign chat app.","messages.AffectedFoundMessages":"Messages found and affected by changes","ChatInviteImporter":"When and which user joined the chat using a chat invite","messages.ExportedChatInvites":"Info about chat invites exported by a certain admin.","messages.ExportedChatInvite":"Contains info about a chat invite, and eventually a pointer to the newest chat invite.","messages.ChatInviteImporters":"List of users that imported a chat invitation link.","ChatAdminWithInvites":"Info about chat invites generated by admins.","messages.ChatAdminsWithInvites":"Info about chat invites generated by admins.","messages.CheckedHistoryImportPeer":"Contains a confirmation text to be shown to the user, upon <a href=\"https://corefork.telegram.org/api/import\">importing chat history, click here for more info »</a>.","phone.JoinAsPeers":"A list of peers that can be used to join a group call, presenting yourself as a specific user/channel.","phone.ExportedGroupCallInvite":"An exported group call invitation.","GroupCallParticipantVideoSourceGroup":"Describes a group of video synchronization source identifiers","GroupCallParticipantVideo":"Info about a video stream","stickers.SuggestedShortName":"A suggested short name for the specified stickerpack","BotCommandScope":"Represents a scope where the bot commands, specified using {@link bots.RawSetBotCommandsRequest} will be valid.","account.ResetPasswordResult":"Result of an {@link account.RawResetPasswordRequest} request.","SponsoredMessage":"A sponsored message","messages.SponsoredMessages":"A set of <a href=\"https://core.telegram.org/api/sponsored-messages\">sponsored messages</a> associated with a channel","SearchResultsCalendarPeriod":"Information about found messages sent on a specific day, used to split the <code>messages</code> in {@link messages.RawSearchResultsCalendar} constructors by days.","messages.SearchResultsCalendar":"Information about found messages sent on a specific day","SearchResultsPosition":"Information about a message in a specific position","messages.SearchResultsPositions":"Information about sparse positions of messages","channels.SendAsPeers":"A list of peers that can be used to send messages in a specific group","users.UserFull":"Full user information, with attached context peers for reactions","messages.PeerSettings":"Peer settings","auth.LoggedOut":"<a href=\"https://corefork.telegram.org/api/auth#future-auth-tokens\">Future auth token »</a> to be used on subsequent authorizations","ReactionCount":"Number of users that reacted with a certain emoji","MessageReactions":"<a href=\"https://corefork.telegram.org/api/reactions\">Message reactions »</a>","messages.MessageReactionsList":"List of peers that reacted to a specific message","AvailableReaction":"Animations associated with a message reaction","messages.AvailableReactions":"Animations and metadata associated with <a href=\"https://corefork.telegram.org/api/reactions\">message reactions »</a>","MessagePeerReaction":"How a certain peer reacted to the message","GroupCallStreamChannel":"Info about an RTMP stream in a group call or livestream","phone.GroupCallStreamChannels":"Info about RTMP streams in a group call or livestream","phone.GroupCallStreamRtmpUrl":"RTMP URL and stream key to be used in streaming software","AttachMenuBotIconColor":"Represents an attachment menu icon color for <a href=\"https://corefork.telegram.org/bots/webapps#launching-web-apps-from-the-attachment-menu\">bot web apps »</a>","AttachMenuBotIcon":"Represents an attachment menu icon for <a href=\"https://corefork.telegram.org/bots/webapps#launching-web-apps-from-the-attachment-menu\">bot web apps »</a>","AttachMenuBot":"Represents a <a href=\"https://corefork.telegram.org/bots/webapps#launching-web-apps-from-the-attachment-menu\">bot web app that can be launched from the attachment menu »</a>","AttachMenuBots":"Represents a list of <a href=\"https://corefork.telegram.org/bots/webapps#launching-web-apps-from-the-attachment-menu\">bot web apps that can be launched from the attachment menu »</a>","AttachMenuBotsBot":"Represents a <a href=\"https://corefork.telegram.org/bots/webapps#launching-web-apps-from-the-attachment-menu\">bot web app that can be launched from the attachment menu »</a>","WebViewResult":"Contains the webview URL with appropriate theme and user info parameters added","SimpleWebViewResult":"Contains the webview URL with appropriate theme parameters added","WebViewMessageSent":"Contains information about an inline message sent by a <a href=\"https://core.telegram.org/bots/webapps\">Web App</a> on behalf of a user.","BotMenuButton":"Indicates the action to execute when pressing the in-UI menu button for bots","account.SavedRingtones":"Contains a list of saved notification sounds","NotificationSound":"Represents a notification sound","account.SavedRingtone":"Contains information about a saved notification sound","AttachMenuPeerType":"Indicates a supported peer type for a <a href=\"https://corefork.telegram.org/bots/webapps#launching-web-apps-from-the-attachment-menu\">bot web app attachment menu</a>","InputInvoice":"An invoice","payments.ExportedInvoice":"Exported invoice","messages.TranscribedAudio":"<a href=\"https://corefork.telegram.org/api/transcribe\">Transcribed text</a> from a voice message","help.PremiumPromo":"Telegram Premium promotion information","InputStorePaymentPurpose":"Info about a Telegram Premium purchase","PremiumGiftOption":"Telegram Premium gift option","PaymentFormMethod":"Represents a payment method","EmojiStatus":"<a href=\"https://corefork.telegram.org/api/emoji-status\">Emoji status</a>","account.EmojiStatuses":"A list of <a href=\"https://corefork.telegram.org/api/emoji-status\">emoji statuses</a>","Reaction":"<a href=\"https://corefork.telegram.org/api/reactions\">Message reaction</a>","ChatReactions":"Available chat reactions","messages.Reactions":"A set of <a href=\"https://corefork.telegram.org/api/reactions\">message reactions</a>","EmailVerifyPurpose":"Email verification purpose","EmailVerification":"Email verification code or token","account.EmailVerified":"Email verification status","PremiumSubscriptionOption":"Telegram Premium subscription option","SendAsPeer":"Indicates a peer that can be used to send messages","MessageExtendedMedia":"Extended media","StickerKeyword":"Keywords for a certain sticker","Username":"Contains information about a username","ForumTopic":"Contains information about a <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topic</a>","messages.ForumTopics":"Contains information about multiple <a href=\"https://corefork.telegram.org/api/forum#forum-topics\">forum topics</a>","DefaultHistoryTTL":"Contains info about the default value of the Time-To-Live setting, applied to all new chats.","ExportedContactToken":"Describes a <a href=\"https://corefork.telegram.org/api/links#temporary-profile-links\">temporary profile link</a>.","RequestPeerType":"Filtering criteria to use for the peer selection list shown to the user.","EmojiList":"Represents a list of <a href=\"https://corefork.telegram.org/api/custom-emoji\">custom emojis</a>.","EmojiGroup":"Represents an <a href=\"https://corefork.telegram.org/api/custom-emoji#emoji-categories\">emoji category</a>.","messages.EmojiGroups":"Represents a list of <a href=\"https://corefork.telegram.org/api/custom-emoji#emoji-categories\">emoji categories</a>.","TextWithEntities":"Styled text with <a href=\"https://corefork.telegram.org/api/entities\">message entities</a>","messages.TranslatedText":"Translated text with <a href=\"https://corefork.telegram.org/api/entities\">entities</a>.","AutoSaveSettings":"Media autosave settings","AutoSaveException":"Peer-specific autosave settings","account.AutoSaveSettings":"Contains media autosave settings","help.AppConfig":"Contains various <a href=\"https://corefork.telegram.org/api/config#client-configuration\">client configuration parameters</a>","InputBotApp":"Used to fetch information about a <a href=\"https://corefork.telegram.org/api/bots/webapps#named-bot-web-apps\">named bot web app</a>","BotApp":"Contains information about a <a href=\"https://corefork.telegram.org/api/bots/webapps#named-bot-web-apps\">named bot web app</a>.","messages.BotApp":"Contains information about a <a href=\"https://corefork.telegram.org/api/bots/webapps#named-bot-web-apps\">named bot web app</a>","AppWebViewResult":"Contains the link that must be used to open a <a href=\"https://corefork.telegram.org/api/bots/webapps#named-bot-web-apps\">named bot web app</a>.","InlineBotWebView":"Specifies a <a href=\"https://corefork.telegram.org/api/bots/webapps#simple-web-apps\">bot web app</a> button, shown on top of the inline query results list.","ReadParticipantDate":"Contains info about when a certain participant has read a message","InputChatlist":"Represents a folder","ExportedChatlistInvite":"An exported <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>.","chatlists.ExportedChatlistInvite":"Exported <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>.","chatlists.ExportedInvites":"A list of exported <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep links »</a>.","chatlists.ChatlistInvite":"Info about a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>.","chatlists.ChatlistUpdates":"Updated info about a <a href=\"https://corefork.telegram.org/api/links#chat-folder-links\">chat folder deep link »</a>.","bots.BotInfo":"Localized name, about text and description of a bot.","MessagePeerVote":"How a user voted in a poll","StoryViews":"Aggregated view and reaction information of a <a href=\"https://corefork.telegram.org/api/stories\">story</a>","StoryItem":"Represents a <a href=\"https://corefork.telegram.org/api/stories\">Telegram Story</a>","stories.AllStories":"Full list of active (or active and hidden) <a href=\"https://corefork.telegram.org/api/stories#watching-stories\">stories</a>.","stories.Stories":"List of <a href=\"https://corefork.telegram.org/api/stories#pinnedarchived-stories\">stories</a>","StoryView":"<a href=\"https://corefork.telegram.org/api/stories\">Story</a> view date and reaction information","stories.StoryViewsList":"Reaction and view counters for a <a href=\"https://corefork.telegram.org/api/stories\">story</a>","stories.StoryViews":"Reaction and view counters for a list of <a href=\"https://corefork.telegram.org/api/stories\">stories</a>","InputReplyTo":"Contains info about a message or story to reply to.","ExportedStoryLink":"Represents a <a href=\"https://corefork.telegram.org/api/stories#story-links\">story deep link</a>","StoriesStealthMode":"<a href=\"https://corefork.telegram.org/api/stories#stealth-mode\">Story stealth mode status</a>","MediaAreaCoordinates":"Coordinates and size of a clicable rectangular area on top of a story.","MediaArea":"Represents a <a href=\"https://corefork.telegram.org/api/stories#media-areas\">story media area »</a>","PeerStories":"<a href=\"https://corefork.telegram.org/api/stories\">Stories</a> associated to a peer","stories.PeerStories":"<a href=\"https://corefork.telegram.org/api/stories#watching-stories\">Active story list</a> of a specific peer.","MessageUserVote":"How a user voted in a poll","stories.BoostsStatus":"The current <a href=\"https://corefork.telegram.org/api/boost\">boost status »</a> of a channel.","stories.CanApplyBoostResult":"Whether the specified channel can be <a href=\"https://corefork.telegram.org/api/boost\">boosted, see here for more info »</a>.","Booster":"Info about a <a href=\"https://corefork.telegram.org/api/boost\">boost</a> made by a specific user.","stories.BoostersList":"Info about the users currently <a href=\"https://corefork.telegram.org/api/boost\">boosting</a> the channel."}} |