Inherits Object.
Contains a list of chat themes based on upgraded gifts.
Public Fields | |
array< object_ptr< giftChatTheme > > | themes_ |
A list of chat themes. | |
string | next_offset_ |
The offset for the next request. If empty, then there are no more results. | |
Public Instance Methods | |
giftChatThemes () | |
giftChatThemes (array< object_ptr< giftChatTheme >> &&themes_, string const &next_offset_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
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 = 2032762331 |
Identifier uniquely determining a type of the object. | |
giftChatThemes | ( | ) |
Contains a list of chat themes based on upgraded gifts.
giftChatThemes | ( | array< object_ptr< giftChatTheme >> && | themes_, |
string const & | next_offset_ | ||
) |
Contains a list of chat themes based on upgraded gifts.
[in] | themes_ | A list of chat themes. |
[in] | next_offset_ | The offset for the next request. If empty, then there are no more results. |
|
finalvirtual |