#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = 1263291956 |
| | Identifier uniquely determining a type of the object.
|
| |
Represents a file.
Definition at line 20655 of file td_api.h.
◆ file() [1/2]
| td::td_api::file::file |
( |
| ) |
|
◆ file() [2/2]
Represents a file.
- Parameters
-
| [in] | id_ | Unique file identifier. |
| [in] | size_ | File size, in bytes; 0 if unknown. |
| [in] | expected_size_ | Approximate file size in bytes in case the exact file size is unknown. Can be used to show download/upload progress. |
| [in] | local_ | Information about the local copy of the file. |
| [in] | remote_ | Information about the remote copy of the file. |
◆ store()
| void td::td_api::file::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.
◆ expected_size_
| int53 td::td_api::file::expected_size_ |
Approximate file size in bytes in case the exact file size is unknown. Can be used to show download/upload progress.
Definition at line 20670 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::file::ID = 1263291956 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 20693 of file td_api.h.
◆ id_
| int32 td::td_api::file::id_ |
Unique file identifier.
Definition at line 20666 of file td_api.h.
◆ local_
Information about the local copy of the file.
Definition at line 20672 of file td_api.h.
◆ remote_
Information about the remote copy of the file.
Definition at line 20674 of file td_api.h.
◆ size_
| int53 td::td_api::file::size_ |
File size, in bytes; 0 if unknown.
Definition at line 20668 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