Inherits Function.
Deletes messages.
Returns object_ptr<Ok>.
|
int53 | chat_id_ |
| Chat identifier.
|
|
array< int53 > | message_ids_ |
| Identifiers of the messages to be deleted. Use messageProperties.can_be_deleted_only_for_self and messageProperties.can_be_deleted_for_all_users to get suitable messages.
|
|
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.
|
|
◆ deleteMessages() [1/2]
Default constructor for a function, which deletes messages.
Returns object_ptr<Ok>.
◆ deleteMessages() [2/2]
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. Use messageProperties.can_be_deleted_only_for_self and messageProperties.can_be_deleted_for_all_users to get suitable messages. |
[in] | revoke_ | Pass true to delete messages for all chat members. Always true for supergroups, channels and secret chats. |
◆ store()
void 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 TlObject.
The documentation for this class was generated from the following file: