Inherits ChatType.
A supergroup or channel (with unlimited members).
Public Fields | |
| int53 | supergroup_id_ |
| Supergroup or channel identifier. | |
| bool | is_channel_ |
| True, if the supergroup is a channel. | |
Public Instance Methods | |
| chatTypeSupergroup () | |
| chatTypeSupergroup (int53 supergroup_id_, bool is_channel_) | |
| 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 = -1472570774 |
| Identifier uniquely determining a type of the object. | |
A supergroup or channel (with unlimited members).
| chatTypeSupergroup | ( | int53 | supergroup_id_, |
| bool | is_channel_ | ||
| ) |
A supergroup or channel (with unlimited members).
| [in] | supergroup_id_ | Supergroup or channel identifier. |
| [in] | is_channel_ | True, if the supergroup is a channel. |
|
finalvirtual |