toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'chat_id': chatId,
'message_id': messageId,
'reaction_types': reactionTypes.map((item) => item.toJson()).toList(),
'is_big': isBig,
'@type': constructor,
};