TDLib v0.0.2 TDLib.Method.DeleteMessages View Source
Deletes messages.
Returns object_ptr
Name | Type | Description |
---|---|---|
chat_id | string | Chat identifier. |
message_ids | string[] | Identifiers of the messages to be deleted. |
revoke | bool | Pass true to try to delete outgoing messages for all chat members (may fail if messages are too old). Always true for supergroups, channels and secret chats. |
More details on telegram’s documentation.