MessageActionTopicEdit constructor

const MessageActionTopicEdit({
  1. String? title,
  2. int? iconEmojiId,
  3. bool? closed,
  4. bool? hidden,
})

Message Action Topic Edit constructor.

Implementation

const MessageActionTopicEdit({
  this.title,
  this.iconEmojiId,
  this.closed,
  this.hidden,
}) : super._();