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

Inherits Object.

Description

Describes a user profile photo.

Public Fields

int64 id_
 Photo identifier; 0 for an empty photo. Can be used to find a photo in a list of user profile photos.
 
object_ptr< filesmall_
 A small (160x160) user profile photo. The file can be downloaded only before the photo is changed.
 
object_ptr< filebig_
 A big (640x640) user profile photo. The file can be downloaded only before the photo is changed.
 
object_ptr< minithumbnailminithumbnail_
 User profile photo minithumbnail; may be null.
 
bool has_animation_
 True, if the photo has animated variant.
 

Public Instance Methods

 profilePhoto ()
 
 profilePhoto (int64 id_, object_ptr< file > &&small_, object_ptr< file > &&big_, object_ptr< minithumbnail > &&minithumbnail_, bool has_animation_)
 
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 = -131097523
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ profilePhoto() [1/2]

Describes a user profile photo.

◆ profilePhoto() [2/2]

profilePhoto ( int64  id_,
object_ptr< file > &&  small_,
object_ptr< file > &&  big_,
object_ptr< minithumbnail > &&  minithumbnail_,
bool  has_animation_ 
)

Describes a user profile photo.

Parameters
[in]id_Photo identifier; 0 for an empty photo. Can be used to find a photo in a list of user profile photos.
[in]small_A small (160x160) user profile photo. The file can be downloaded only before the photo is changed.
[in]big_A big (640x640) user profile photo. The file can be downloaded only before the photo is changed.
[in]minithumbnail_User profile photo minithumbnail; may be null.
[in]has_animation_True, if the photo has animated variant.

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: