Inherits PushMessageContent.
An animation message (GIF-style).
Public Fields | |
| object_ptr< animation > | animation_ | 
| Message content; may be null.  | |
| string | caption_ | 
| Animation caption.  | |
| bool | is_pinned_ | 
| True, if the message is a pinned message with the specified content.  | |
Public Instance Methods | |
| pushMessageContentAnimation () | |
| pushMessageContentAnimation (object_ptr< animation > &&animation_, string const &caption_, bool is_pinned_) | |
| 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 = 1034215396 | 
| Identifier uniquely determining a type of the object.  | |
An animation message (GIF-style).
| pushMessageContentAnimation | ( | object_ptr< animation > && | animation_, | 
| string const & | caption_, | ||
| bool | is_pinned_ | ||
| ) | 
An animation message (GIF-style).
| [in] | animation_ | Message content; may be null. | 
| [in] | caption_ | Animation caption. | 
| [in] | is_pinned_ | True, if the message is a pinned message with the specified content. | 
      
  | 
  finalvirtual |