ChannelAdminLogEventActionPinTopic constructor

const ChannelAdminLogEventActionPinTopic({
  1. ForumTopicBase? prevTopic,
  2. ForumTopicBase? newTopic,
})

Channel Admin Log Event Action Pin Topic constructor.

Implementation

const ChannelAdminLogEventActionPinTopic({this.prevTopic, this.newTopic})
    : super._();