EditForumTopic constructor
const
EditForumTopic({})
Edits title and icon of a topic in a forum supergroup chat; requires can_manage_topics administrator right in the supergroup unless the user is creator of the topic
Implementation
const EditForumTopic({
required this.chatId,
required this.messageThreadId,
required this.name,
required this.editIconCustomEmoji,
required this.iconCustomEmojiId,
});