{"updated":"30.10.2022, 18:29:32 (layer 145) - from https://corefork.telegram.org","classes":{"error":{"comment":"Error.","arguments":{"code":"Error code","text":"Message"}},"inputPeerEmpty":{"comment":"An empty constructor, no user or chat is defined.","arguments":{"gigagroup":"Is this a broadcast group?"}},"inputPeerSelf":{"comment":"Defines the current user.","arguments":{"gigagroup":"Is this a broadcast group?"}},"inputPeerChat":{"comment":"Defines a chat for further interaction.","arguments":{"chat_id":"Chat identifier"}},"inputPeerUser":{"comment":"Defines a user for further interaction.","arguments":{"user_id":"User identifier","access_hash":"<strong>access_hash</strong> value from the {@link RawUser} constructor"}},"inputPeerChannel":{"comment":"Defines a channel for further interaction.","arguments":{"channel_id":"Channel identifier","access_hash":"<strong>access_hash</strong> value from the {@link RawChannel} constructor"}},"inputPeerUserFromMessage":{"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":{"peer":"The chat where the user was seen","msg_id":"The message ID","user_id":"The identifier of the user that was seen"}},"inputPeerChannelFromMessage":{"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":{"peer":"The chat where the channel's message was seen","msg_id":"The message ID","channel_id":"The identifier of the channel that was seen"}},"inputUserEmpty":{"comment":"Empty constructor, does not define a user.","arguments":{"gigagroup":"Is this a broadcast group?"}},"inputUserSelf":{"comment":"Defines the current user.","arguments":{"gigagroup":"Is this a broadcast group?"}},"inputUser":{"comment":"Defines a user for further interaction.","arguments":{"user_id":"User identifier","access_hash":"<strong>access_hash</strong> value from the {@link RawUser} constructor"}},"inputUserFromMessage":{"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":{"peer":"The chat where the user was seen","msg_id":"The message ID","user_id":"The identifier of the user that was seen"}},"inputPhoneContact":{"comment":"Phone contact. The <code>client_id</code> is just an arbitrary contact ID: 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.","arguments":{"client_id":"User identifier on the client","phone":"Phone number","first_name":"Contact's first name","last_name":"Contact's last name"}},"inputFile":{"comment":"Defines a file saved in parts using the method {@link upload.RawSaveFilePartRequest}.","arguments":{"id":"Random file identifier created by the client","parts":"Number of parts saved","name":"Full name of the file","md5_checksum":"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"}},"inputFileBig":{"comment":"Assigns a big file (over 10 MB in size), saved in part using the method {@link upload.RawSaveBigFilePartRequest}.","arguments":{"id":"Random file id, created by the client","parts":"Number of parts saved","name":"Full file name"}},"inputMediaEmpty":{"comment":"Empty media content of a message.","arguments":{"gigagroup":"Is this a broadcast group?"}},"inputMediaUploadedPhoto":{"comment":"Photo","arguments":{"flags":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>","file":"The <a href=\"https://corefork.telegram.org/api/files\">uploaded file</a>","stickers":"Attached mask stickers","ttl_seconds":"Time to live in seconds of self-destructing photo"}},"inputMediaPhoto":{"comment":"Forwarded photo","arguments":{"flags":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">T