#include </home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h>
|
| static const std::int32_t | ID = -1090965757 |
| | Identifier uniquely determining a type of the object.
|
| |
Describes a message that can be used for quick reply.
Definition at line 57990 of file td_api.h.
◆ quickReplyMessage() [1/2]
| td::td_api::quickReplyMessage::quickReplyMessage |
( |
| ) |
|
Describes a message that can be used for quick reply.
◆ quickReplyMessage() [2/2]
Describes a message that can be used for quick reply.
- Parameters
-
| [in] | id_ | Unique message identifier among all quick replies. |
| [in] | sending_state_ | The sending state of the message; may be null if the message isn't being sent and didn't fail to be sent. |
| [in] | can_be_edited_ | True, if the message can be edited. |
| [in] | reply_to_message_id_ | The identifier of the quick reply message to which the message replies; 0 if none. |
| [in] | via_bot_user_id_ | If non-zero, the user identifier of the bot through which this message was sent. |
| [in] | media_album_id_ | Unique identifier of an album this message belongs to; 0 if none. Only audios, documents, photos and videos can be grouped together in albums. |
| [in] | content_ | Content of the message. |
| [in] | reply_markup_ | Inline keyboard reply markup for the message; may be null if none. |
◆ store()
| void td::td_api::quickReplyMessage::store |
( |
TlStorerToString & |
s, |
|
|
const char * |
field_name |
|
) |
| const |
|
finalvirtual |
Helper function for to_string method. Appends string representation of the object to the storer.
- Parameters
-
| [in] | s | Storer to which object string representation will be appended. |
| [in] | field_name | Object field_name if applicable. |
Implements td::TlObject.
◆ can_be_edited_
| bool td::td_api::quickReplyMessage::can_be_edited_ |
True, if the message can be edited.
Definition at line 58005 of file td_api.h.
◆ content_
Content of the message.
Definition at line 58013 of file td_api.h.
◆ ID
| const std::int32_t td::td_api::quickReplyMessage::ID = -1090965757 |
|
static |
Identifier uniquely determining a type of the object.
Definition at line 58037 of file td_api.h.
◆ id_
| int53 td::td_api::quickReplyMessage::id_ |
Unique message identifier among all quick replies.
Definition at line 58001 of file td_api.h.
◆ media_album_id_
| int64 td::td_api::quickReplyMessage::media_album_id_ |
Unique identifier of an album this message belongs to; 0 if none. Only audios, documents, photos and videos can be grouped together in albums.
Definition at line 58011 of file td_api.h.
◆ reply_markup_
Inline keyboard reply markup for the message; may be null if none.
Definition at line 58015 of file td_api.h.
◆ reply_to_message_id_
| int53 td::td_api::quickReplyMessage::reply_to_message_id_ |
The identifier of the quick reply message to which the message replies; 0 if none.
Definition at line 58007 of file td_api.h.
◆ sending_state_
The sending state of the message; may be null if the message isn't being sent and didn't fail to be sent.
Definition at line 58003 of file td_api.h.
◆ via_bot_user_id_
| int53 td::td_api::quickReplyMessage::via_bot_user_id_ |
If non-zero, the user identifier of the bot through which this message was sent.
Definition at line 58009 of file td_api.h.
The documentation for this class was generated from the following file:
- /home/runner/work/tdlib-obf/tdlib-obf/td/generate/auto/td/telegram/td_api.h