Inherits ChatSource.
The chat contains a public service announcement.
Public Fields | |
string | type_ |
The type of the announcement. | |
string | text_ |
The text of the announcement. | |
Public Instance Methods | |
chatSourcePublicServiceAnnouncement () | |
chatSourcePublicServiceAnnouncement (string const &type_, string const &text_) | |
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 = -328571244 |
Identifier uniquely determining a type of the object. | |
The chat contains a public service announcement.
chatSourcePublicServiceAnnouncement | ( | string const & | type_, |
string const & | text_ | ||
) |
The chat contains a public service announcement.
[in] | type_ | The type of the announcement. |
[in] | text_ | The text of the announcement. |
|
finalvirtual |