SetChatDiscussionGroup constructor
Changes the discussion group of a channel chat; requires can_change_info administrator right in the channel if it is specified
Implementation
const SetChatDiscussionGroup({
required this.chatId,
required this.discussionChatId,
});