Inherits Object.
Thumbnail image of a very poor quality and low resolution.
Public Fields | |
int32 | width_ |
Thumbnail width, usually doesn't exceed 40. | |
int32 | height_ |
Thumbnail height, usually doesn't exceed 40. | |
bytes | data_ |
The thumbnail in JPEG format. | |
Public Instance Methods | |
minithumbnail () | |
minithumbnail (int32 width_, int32 height_, bytes const &data_) | |
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 = -328540758 |
Identifier uniquely determining a type of the object. | |
minithumbnail | ( | ) |
Thumbnail image of a very poor quality and low resolution.
minithumbnail | ( | int32 | width_, |
int32 | height_, | ||
bytes const & | data_ | ||
) |
Thumbnail image of a very poor quality and low resolution.
[in] | width_ | Thumbnail width, usually doesn't exceed 40. |
[in] | height_ | Thumbnail height, usually doesn't exceed 40. |
[in] | data_ | The thumbnail in JPEG format. |
|
finalvirtual |