ForumTopicEdited constructor

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

Creates a new ForumTopicEdited object.

Implementation

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