Layer 220
ChannelAdminLogEventActionDeleteTopic
A forum topic was deleted
constructor
channelAdminLogEventActionDeleteTopic#ae168909 topic:ForumTopic = ChannelAdminLogEventAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Topic | ForumTopic | The forum topic that was deleted |
Returns
ChannelAdminLogEventActionGogram Example
// Creating ChannelAdminLogEventActionDeleteTopic constructor obj := &tg.ChannelAdminLogEventActionDeleteTopic{ Topic: &tg.ForumTopic{}, }