Layer 220
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

Gogram Example

// Creating ChannelAdminLogEvent constructor
obj := &tg.ChannelAdminLogEvent{
    Id: int64(0),
    Date: 0,
    UserId: int64(0),
    Action: &tg.ChannelAdminLogEventAction{},
}