Inherits LinkPreviewType.
The link is a link to a cloud theme. TDLib has no theme support yet.
Public Fields | |
array< object_ptr< document > > | documents_ |
The list of files with theme description. | |
object_ptr< themeSettings > | settings_ |
Settings for the cloud theme; may be null if unknown. | |
Public Instance Methods | |
linkPreviewTypeTheme () | |
linkPreviewTypeTheme (array< object_ptr< document >> &&documents_, object_ptr< themeSettings > &&settings_) | |
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 = -226118489 |
Identifier uniquely determining a type of the object. | |
The link is a link to a cloud theme. TDLib has no theme support yet.
linkPreviewTypeTheme | ( | array< object_ptr< document >> && | documents_, |
object_ptr< themeSettings > && | settings_ | ||
) |
The link is a link to a cloud theme. TDLib has no theme support yet.
[in] | documents_ | The list of files with theme description. |
[in] | settings_ | Settings for the cloud theme; may be null if unknown. |
|
finalvirtual |