tdlib-obf API
Reference documentation for the public tdlib-obf API, generated from TDLib schemas and public headers
Loading...
Searching...
No Matches
td::td_api::file Class Referencefinal

#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>

Inheritance diagram for td::td_api::file:
td::td_api::Object td::TlObject

Public Member Functions

 file ()
 
 file (int32 id_, int53 size_, int53 expected_size_, object_ptr< localFile > &&local_, object_ptr< remoteFile > &&remote_)
 
void store (TlStorerToString &s, const char *field_name) const final
 
- Public Member Functions inherited from td::TlObject
virtual void store (TlStorerUnsafe &s) const
 
virtual void store (TlStorerCalcLength &s) const
 
 TlObject ()=default
 
 TlObject (const TlObject &)=delete
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Public Attributes

int32 id_
 Unique file identifier.
 
int53 size_
 File size, in bytes; 0 if unknown.
 
int53 expected_size_
 Approximate file size in bytes in case the exact file size is unknown. Can be used to show download/upload progress.
 
object_ptr< localFilelocal_
 Information about the local copy of the file.
 
object_ptr< remoteFileremote_
 Information about the remote copy of the file.
 

Static Public Attributes

static const std::int32_t ID = 1263291956
 Identifier uniquely determining a type of the object.
 

Detailed Description

Represents a file.

Definition at line 20655 of file td_api.h.

Constructor & Destructor Documentation

◆ file() [1/2]

td::td_api::file::file ( )

Represents a file.

◆ file() [2/2]

td::td_api::file::file ( int32  id_,
int53  size_,
int53  expected_size_,
object_ptr< localFile > &&  local_,
object_ptr< remoteFile > &&  remote_ 
)

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.

Member Function Documentation

◆ 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]sStorer to which object string representation will be appended.
[in]field_nameObject field_name if applicable.

Implements td::TlObject.

Member Data Documentation

◆ 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_

object_ptr<localFile> td::td_api::file::local_

Information about the local copy of the file.

Definition at line 20672 of file td_api.h.

◆ remote_

object_ptr<remoteFile> td::td_api::file::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: