#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1633383097 |
| | Identifier uniquely determining a type of the object.
|
| |
A document message (general file).
Definition at line 29142 of file td_api.h.
◆ inputMessageDocument() [1/2]
| td::td_api::inputMessageDocument::inputMessageDocument |
( |
| ) |
|
A document message (general file).
◆ inputMessageDocument() [2/2]
A document message (general file).
- Parameters
-
| [in] | document_ | Document to be sent. |
| [in] | thumbnail_ | Document thumbnail; pass null to skip thumbnail uploading. |
| [in] | disable_content_type_detection_ | Pass true to disable automatic file type detection and send the document as a file. Always true for files sent to secret chats. |
| [in] | caption_ | Document caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters. |
◆ store()
| void td::td_api::inputMessageDocument::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ caption_
Document caption; pass null to use an empty caption; 0-getOption("message_caption_length_max") characters.
Definition at line 29159 of file td_api.h.
◆ disable_content_type_detection_
| bool td::td_api::inputMessageDocument::disable_content_type_detection_ |
Pass true to disable automatic file type detection and send the document as a file. Always true for files sent to secret chats.
Definition at line 29157 of file td_api.h.
◆ document_
◆ ID
| const std::int32_t td::td_api::inputMessageDocument::ID = 1633383097 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 29177 of file td_api.h.
◆ thumbnail_
Document thumbnail; pass null to skip thumbnail uploading.
Definition at line 29155 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h