ForumTopicEdited constructor

ForumTopicEdited({
  1. String? name,
  2. String? iconCustomEmojiId,
})

Implementation

ForumTopicEdited({
  this.name,
  this.iconCustomEmojiId,
});