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

Inherits Object.

Description

Describes a boost applied to a chat.

Public Fields

string id_
 Unique identifier of the boost.
 
int32 count_
 The number of identical boosts applied.
 
object_ptr< ChatBoostSourcesource_
 Source of the boost.
 
int32 start_date_
 Point in time (Unix timestamp) when the chat was boosted.
 
int32 expiration_date_
 Point in time (Unix timestamp) when the boost will expire.
 

Public Instance Methods

 chatBoost ()
 
 chatBoost (string const &id_, int32 count_, object_ptr< ChatBoostSource > &&source_, int32 start_date_, int32 expiration_date_)
 
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 = -1765815118
 Identifier uniquely determining a type of the object.
 

Constructor & Destructor Documentation

◆ chatBoost() [1/2]

chatBoost ( )

Describes a boost applied to a chat.

◆ chatBoost() [2/2]

chatBoost ( string const &  id_,
int32  count_,
object_ptr< ChatBoostSource > &&  source_,
int32  start_date_,
int32  expiration_date_ 
)

Describes a boost applied to a chat.

Parameters
[in]id_Unique identifier of the boost.
[in]count_The number of identical boosts applied.
[in]source_Source of the boost.
[in]start_date_Point in time (Unix timestamp) when the chat was boosted.
[in]expiration_date_Point in time (Unix timestamp) when the boost will expire.

Method Documentation

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