toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'chat_id': chatId,
'query': query,
'offset_date': offsetDate,
'offset_message_id': offsetMessageId,
'offset_forum_topic_id': offsetForumTopicId,
'limit': limit,
'@type': constructor,
};