Inherits td::td_api::Function.
|
using | ReturnType = object_ptr< ok > |
| Typedef for the type returned by the function.
|
|
|
int53 | chat_id_ |
| Chat identifier.
|
|
array< int53 > | message_ids_ |
| Identifiers of the messages to be deleted.
|
|
bool | revoke_ |
| Pass true to delete messages for all chat members. Always true for supergroups, channels and secret chats.
|
|
|
static const std::int32_t | ID = 1130090173 |
| Identifier uniquely determining a type of the object.
|
|
Deletes messages.
Returns object_ptr<Ok>.
◆ deleteMessages() [1/2]
td::td_api::deleteMessages::deleteMessages |
( |
| ) |
|
Default constructor for a function, which deletes messages.
Returns object_ptr<Ok>.
◆ deleteMessages() [2/2]
td::td_api::deleteMessages::deleteMessages |
( |
int53 |
chat_id_, |
|
|
array< int53 > && |
message_ids_, |
|
|
bool |
revoke_ |
|
) |
| |
Creates a function, which deletes messages.
Returns object_ptr<Ok>.
- Parameters
-
[in] | chat_id_ | Chat identifier. |
[in] | message_ids_ | Identifiers of the messages to be deleted. |
[in] | revoke_ | Pass true to delete messages for all chat members. Always true for supergroups, channels and secret chats. |
◆ get_id()
std::int32_t td::td_api::deleteMessages::get_id |
( |
| ) |
const |
|
inlinefinalvirtual |
Returns identifier uniquely determining a type of the object.
- Returns
- this->ID.
Implements td::TlObject.
◆ store()
void td::td_api::deleteMessages::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.
The documentation for this class was generated from the following file: