MadelineProtoDocs/docs/API_docs/constructors/channelAdminLogEventActionSendMessage.md
2024-05-01 14:53:46 +02:00

795 B

title description nav_exclude image
channelAdminLogEventActionSendMessage A message was posted in a channel true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEventActionSendMessage

Back to constructors index

A message was posted in a channel

Attributes:

Name Type Required Description
message Message Optional The message that was sent

Type: ChannelAdminLogEventAction

Example:

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