CreateForumTopic constructor

CreateForumTopic(
  1. {required int chat_id,
  2. required String name,
  3. required ForumTopicIcon icon,
  4. int? extra,
  5. int? clientId}
)

Creates a topic in a forum supergroup chat; requires can_manage_topics rights in the supergroup

Returns ForumTopicInfo

Implementation

CreateForumTopic