@override Map<String, dynamic> toJson() => <String, dynamic>{ 'name': name, 'title': title, 'custom_emoji_id': customEmojiId, 'prompt': prompt, 'show_creator': showCreator, '@type': constructor, };