DeleteMessageMethod

Method to delete a message, including service messages

Members

Mixins

__anonymous
mixin TelegramMethod!"/deleteMessage"
Undocumented in source.

Variables

chat_id
TelegramID chat_id;

Unique identifier for the target chat or username of the target channel (in the format "@channelusername")

message_id
int message_id;

Identifier of the message to delete

See Also

Meta