Inherits Object.
Contains a list of gift collections.
Public Fields | |
array< object_ptr< giftCollection > > | collections_ |
List of gift collections. | |
Public Instance Methods | |
giftCollections () | |
giftCollections (array< object_ptr< giftCollection >> &&collections_) | |
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 = -2061353335 |
Identifier uniquely determining a type of the object. | |
giftCollections | ( | ) |
Contains a list of gift collections.
|
explicit |
Contains a list of gift collections.
[in] | collections_ | List of gift collections. |
|
finalvirtual |