View Source ExTDLib.Method.DeleteMessages (ExTDLib v0.0.4)

Deletes messages. Returns object_ptr<Ok>.

NameTypeDescription
chat_idstringChat identifier.
message_idsstringIdentifiers of the messages to be deleted.
revokeboolPass true to delete messages for all chat members. Always true for supergroups, channels and secret chats.

More details on telegram's documentation.