mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
921 B
921 B
title | description | nav_exclude | image |
---|---|---|---|
channelAdminLogEvent | Admin log event | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: channelAdminLogEvent
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];