toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'bot_user_id': botUserId,
'icon_custom_emoji_id': iconCustomEmojiId.toString(),
'custom_description': customDescription?.toJson(),
'@type': constructor,
};