Inherits Object.
Describes a recommended chat folder.
Public Fields | |
object_ptr< chatFolder > | folder_ |
The chat folder. | |
string | description_ |
Chat folder description. | |
Public Instance Methods | |
recommendedChatFolder () | |
recommendedChatFolder (object_ptr< chatFolder > &&folder_, string const &description_) | |
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 = -2116569930 |
Identifier uniquely determining a type of the object. | |
Describes a recommended chat folder.
recommendedChatFolder | ( | object_ptr< chatFolder > && | folder_, |
string const & | description_ | ||
) |
Describes a recommended chat folder.
[in] | folder_ | The chat folder. |
[in] | description_ | Chat folder description. |
|
finalvirtual |