Layer 227
constructor
channelAdminLogEventActionPinTopic#5d8d353b flags:# prev_topic:flags.0?ForumTopic new_topic:flags.1?ForumTopic = ChannelAdminLogEventAction;

Parameters

Name Type Description
PrevTopic flags .0? ForumTopic Previous topic information
NewTopic flags .1? ForumTopic New topic information

Gogram Example

// Creating ChannelAdminLogEventActionPinTopic constructor
obj := &tg.ChannelAdminLogEventActionPinTopic{
    PrevTopic: nil,
    NewTopic: nil,
}