Layer 220
constructor
channelAdminLogEventActionDeleteTopic#ae168909 topic:ForumTopic = ChannelAdminLogEventAction;

Parameters

Name Type Description
Topic ForumTopic The forum topic that was deleted

Gogram Example

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