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];