Inherits Object.
Contains a list of media previews of a bot.
Public Fields | |
array< object_ptr< botMediaPreview > > | previews_ |
List of media previews. | |
Public Instance Methods | |
botMediaPreviews () | |
botMediaPreviews (array< object_ptr< botMediaPreview >> &&previews_) | |
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 = -1787720586 |
Identifier uniquely determining a type of the object. | |
botMediaPreviews | ( | ) |
Contains a list of media previews of a bot.
|
explicit |
Contains a list of media previews of a bot.
[in] | previews_ | List of media previews. |
|
finalvirtual |