CreateForumTopic constructor
const
CreateForumTopic({
- required int chatId,
- required String name,
- required ForumTopicIcon icon,
Creates a topic in a forum supergroup chat; requires can_manage_topics rights in the supergroup
Implementation
const CreateForumTopic({
required this.chatId,
required this.name,
required this.icon,
});