toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'chat_id': chatId,
'forum_topic_id': forumTopicId,
'name': name,
'edit_icon_custom_emoji': editIconCustomEmoji,
'icon_custom_emoji_id': iconCustomEmojiId,
'@type': constructor,
};