Inherits InputMessageContent.
A message with a checklist. Checklists can't be sent to secret chats, channel chats and channel direct messages chats; for Telegram Premium users only.
Public Fields | |
object_ptr< inputChecklist > | checklist_ |
The checklist to send. | |
Public Instance Methods | |
inputMessageChecklist () | |
inputMessageChecklist (object_ptr< inputChecklist > &&checklist_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
![]() | |
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 = -1722965261 |
Identifier uniquely determining a type of the object. | |
A message with a checklist. Checklists can't be sent to secret chats, channel chats and channel direct messages chats; for Telegram Premium users only.
|
explicit |
A message with a checklist. Checklists can't be sent to secret chats, channel chats and channel direct messages chats; for Telegram Premium users only.
[in] | checklist_ | The checklist to send. |
|
finalvirtual |