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

921 B

title description nav_exclude image
channelAdminLogEvent Admin log event true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: channelAdminLogEvent

Back to constructors index

Admin log event

Attributes:

Name Type Required Description
id long Yes Event ID
date int Yes Date
user_id long Yes User ID
action ChannelAdminLogEventAction Yes Action

Type: ChannelAdminLogEvent

Example:

$channelAdminLogEvent = ['_' => 'channelAdminLogEvent', 'id' => long, 'date' => int, 'user_id' => long, 'action' => ChannelAdminLogEventAction];