Layer 220
ChannelAdminLogEventActionCreateTopic
A forum topic was created
constructor
channelAdminLogEventActionCreateTopic#58707d28 topic:ForumTopic = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Topic | ForumTopic | The forum topic that was created |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionCreateTopic constructor obj := &tg.ChannelAdminLogEventActionCreateTopic{ Topic: &tg.ForumTopic{}, }