MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionDeleteMessage.md

829 B

title description image
channelAdminLogEventActionDeleteMessage Delete message https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionDeleteMessage

Back to constructors index

Delete message

Attributes:

Name Type Required Description
message Message Optional Message

Type: ChannelAdminLogEventAction

Example:

$channelAdminLogEventActionDeleteMessage = ['_' => 'channelAdminLogEventActionDeleteMessage', 'message' => Message];

Or, if you're into Lua:

channelAdminLogEventActionDeleteMessage={_='channelAdminLogEventActionDeleteMessage', message=Message}