mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
795 B
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
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];