Inherits Function.
Returns file downloaded prefix size from a given offset, in bytes.
Returns object_ptr<FileDownloadedPrefixSize>.
Public Fields | |
int32 | file_id_ |
Identifier of the file. | |
int53 | offset_ |
Offset from which downloaded prefix size needs to be calculated. | |
Public Types | |
using | ReturnType = object_ptr< fileDownloadedPrefixSize > |
Typedef for the type returned by the function. | |
Public Instance Methods | |
getFileDownloadedPrefixSize () | |
getFileDownloadedPrefixSize (int32 file_id_, int53 offset_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = 855948589 |
Identifier uniquely determining a type of the object. | |
Default constructor for a function, which returns file downloaded prefix size from a given offset, in bytes.
Returns object_ptr<FileDownloadedPrefixSize>.
getFileDownloadedPrefixSize | ( | int32 | file_id_, |
int53 | offset_ | ||
) |
Creates a function, which returns file downloaded prefix size from a given offset, in bytes.
Returns object_ptr<FileDownloadedPrefixSize>.
[in] | file_id_ | Identifier of the file. |
[in] | offset_ | Offset from which downloaded prefix size needs to be calculated. |
|
finalvirtual |