Inherits Object.
Contains a chat folder invite link.
Public Fields | |
string | invite_link_ |
The chat folder invite link. | |
string | name_ |
Name of the link. | |
array< int53 > | chat_ids_ |
Identifiers of chats, included in the link. | |
Public Instance Methods | |
chatFolderInviteLink () | |
chatFolderInviteLink (string const &invite_link_, string const &name_, array< int53 > &&chat_ids_) | |
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 = 493969661 |
Identifier uniquely determining a type of the object. | |
Contains a chat folder invite link.
chatFolderInviteLink | ( | string const & | invite_link_, |
string const & | name_, | ||
array< int53 > && | chat_ids_ | ||
) |
Contains a chat folder invite link.
[in] | invite_link_ | The chat folder invite link. |
[in] | name_ | Name of the link. |
[in] | chat_ids_ | Identifiers of chats, included in the link. |
|
finalvirtual |