List of all members | Public Fields | Public Instance Methods | Static Public Attributes
file Class Referencefinal

Inherits Object.

Description

Represents a file.

Public Fields

int32 id_
 Unique file identifier.
 
int32 size_
 File size, in bytes; 0 if unknown.
 
int32 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.
 

Public Instance Methods

 file ()
 
 file (int32 id_, int32 size_, int32 expected_size_, object_ptr< localFile > &&local_, object_ptr< remoteFile > &&remote_)
 
std::int32_t get_id () const final
 
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
 
TlObjectoperator= (const TlObject &)=delete
 
 TlObject (TlObject &&)=default
 
TlObjectoperator= (TlObject &&)=default
 
virtual ~TlObject ()=default
 

Static Public Attributes

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

Constructor & Destructor Documentation

◆ file() [1/2]

file ( )

Represents a file.

◆ file() [2/2]

file ( int32  id_,
int32  size_,
int32  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.

Method Documentation

◆ get_id()

std::int32_t get_id ( ) const
inlinefinalvirtual

Returns identifier uniquely determining a type of the object.

Returns
this->ID.

Implements TlObject.

◆ store()

void 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 TlObject.


The documentation for this class was generated from the following file: