toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'chat_id': chatId,
'topic_id': topicId?.toJson(),
'business_connection_id': businessConnectionId,
'action': action?.toJson(),
'@type': constructor,
};