Inherits Object.
Contains information about a link to boost a chat.
Public Fields | |
bool | is_public_ |
True, if the link will work for non-members of the chat. | |
int53 | chat_id_ |
Identifier of the chat to which the link points; 0 if the chat isn't found. | |
Public Instance Methods | |
chatBoostLinkInfo () | |
chatBoostLinkInfo (bool is_public_, int53 chat_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 = -602785660 |
Identifier uniquely determining a type of the object. | |
Contains information about a link to boost a chat.
chatBoostLinkInfo | ( | bool | is_public_, |
int53 | chat_id_ | ||
) |
Contains information about a link to boost a chat.
[in] | is_public_ | True, if the link will work for non-members of the chat. |
[in] | chat_id_ | Identifier of the chat to which the link points; 0 if the chat isn't found. |
|
finalvirtual |