Layer 220
ChannelAdminLogEvent
Admin log event
constructor
channelAdminLogEvent#1fad68cd id:long date:int user_id:long action:ChannelAdminLogEventAction = ChannelAdminLogEvent;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | Event ID |
| Date | int | Date |
| UserId | long | User ID |
| Action | ChannelAdminLogEventAction | Action |
Returns
ChannelAdminLogEventGogram Example
// Creating ChannelAdminLogEvent constructor obj := &tg.ChannelAdminLogEvent{ Id: int64(0), Date: 0, UserId: int64(0), Action: &tg.ChannelAdminLogEventAction{}, }