Inherits Object.
Contains a list of chat boost slots.
Public Fields | |
array< object_ptr< chatBoostSlot > > | slots_ |
List of boost slots. | |
Public Instance Methods | |
chatBoostSlots () | |
chatBoostSlots (array< object_ptr< chatBoostSlot >> &&slots_) | |
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 = 1014966293 |
Identifier uniquely determining a type of the object. | |
chatBoostSlots | ( | ) |
Contains a list of chat boost slots.
|
explicit |
Contains a list of chat boost slots.
[in] | slots_ | List of boost slots. |
|
finalvirtual |