Inherits ActiveStoryState.
The chat has an active live story.
Public Fields | |
| int32 | story_id_ |
| Identifier of the active live story. | |
Public Instance Methods | |
| activeStoryStateLive () | |
| activeStoryStateLive (int32 story_id_) | |
| 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 = -292947851 |
| Identifier uniquely determining a type of the object. | |
The chat has an active live story.
|
explicit |
The chat has an active live story.
| [in] | story_id_ | Identifier of the active live story. |
|
finalvirtual |