mtcute/packages/tl/data/documentation.cache.json

1 line
871 KiB
JSON
Raw Normal View History

2024-02-04 18:28:27 +03:00
{"updated":"04.02.2024, 15:59:13 (layer 170) - from https://corefork.telegram.org","classes":{"error":{"comment":"Error.","arguments":{"code":"Error code","text":"Message"}},"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"}},"inputUserEmpty":{"comment":"Empty constructor, does not define a user.","arguments":{"gigagroup":"Is this a broadcast group?"}},"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"}},"inputPeerSelf":{"comment":"Defines the current user.","arguments":{"gigagroup":"Is this a broadcast group?"}},"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"}},"inputPeerChat":{"comment":"Defines a chat for further interaction.","arguments":{"chat_id":"Chat identifier"}},"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"}},"inputUserSelf":{"comment":"Defines the current user.","arguments":{"gigagroup":"Is this a broadcast group?"}},"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"}},"inputPeerEmpty":{"comment":"An empty constructor, no user or chat is defined.","arguments":{"gigagroup":"Is this a broadcast group?"}},"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.","arguments":{"client_id":"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>.","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"}},"inputMediaUploadedDocument":{"comment":"New document","arguments":{"flags":"Flags, see <a href=\"https://corefork.telegram.org/mtproto/TL-combinators#conditional-fields\">TL conditional fields</a>","nosound_video":"Whether the specified document is a video file with no audio tracks (a GIF animation (even as MPEG4), for example)","force_file":"Force the media file to be uploaded as document","spoiler":"Whether this media should be hidden behind a spoiler warning","file":"The <a href=\"https://corefork.telegram.org/api/files\">uploaded file</a>","thumb":"Thumbnail of the document, uploaded as for the file","mime_type":"MIME type of document","attributes":"Attributes that specify the type of the document (video, audio, voice, sticker, etc.)","stickers":"Attached stickers","ttl_seconds":"Time to live in seconds of self-destructing document"}},"inputMediaUploadedPhot