Layer 220
constructor
channelAdminLogEventActionCreateTopic#58707d28 topic:ForumTopic = ChannelAdminLogEventAction;

Parameters

Name Type Description
Topic ForumTopic The forum topic that was created

Gogram Example

// Creating ChannelAdminLogEventActionCreateTopic constructor
obj := &tg.ChannelAdminLogEventActionCreateTopic{
    Topic: &tg.ForumTopic{},
}