Inherits Object.
Describes a shortcut that can be used for a quick reply.
Public Fields | |
int32 | id_ |
Unique shortcut identifier. | |
string | name_ |
The name of the shortcut that can be used to use the shortcut. | |
object_ptr< quickReplyMessage > | first_message_ |
The first shortcut message. | |
int32 | message_count_ |
The total number of messages in the shortcut. | |
Public Instance Methods | |
quickReplyShortcut () | |
quickReplyShortcut (int32 id_, string const &name_, object_ptr< quickReplyMessage > &&first_message_, int32 message_count_) | |
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 = -1107453291 |
Identifier uniquely determining a type of the object. | |
Describes a shortcut that can be used for a quick reply.
quickReplyShortcut | ( | int32 | id_, |
string const & | name_, | ||
object_ptr< quickReplyMessage > && | first_message_, | ||
int32 | message_count_ | ||
) |
Describes a shortcut that can be used for a quick reply.
[in] | id_ | Unique shortcut identifier. |
[in] | name_ | The name of the shortcut that can be used to use the shortcut. |
[in] | first_message_ | The first shortcut message. |
[in] | message_count_ | The total number of messages in the shortcut. |
|
finalvirtual |