Inherits Object.
Contains a list of media previews of a bot for the given language and the list of languages for which the bot has dedicated previews.
Public Fields | |
array< object_ptr< botMediaPreview > > | previews_ |
List of media previews. | |
array< string > | language_codes_ |
List of language codes for which the bot has dedicated previews. | |
Public Instance Methods | |
botMediaPreviewInfo () | |
botMediaPreviewInfo (array< object_ptr< botMediaPreview >> &&previews_, array< string > &&language_codes_) | |
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 = -284783012 |
Identifier uniquely determining a type of the object. | |
Contains a list of media previews of a bot for the given language and the list of languages for which the bot has dedicated previews.
botMediaPreviewInfo | ( | array< object_ptr< botMediaPreview >> && | previews_, |
array< string > && | language_codes_ | ||
) |
Contains a list of media previews of a bot for the given language and the list of languages for which the bot has dedicated previews.
[in] | previews_ | List of media previews. |
[in] | language_codes_ | List of language codes for which the bot has dedicated previews. |
|
finalvirtual |