toJson method

  1. @override
Map<String, dynamic> toJson()
override

Implementation

@override
Map<String, dynamic> toJson() => <String, dynamic>{
  'chat_id': chatId,
  'topic_id': topicId?.toJson(),
  'reply_to': replyTo?.toJson(),
  'options': options?.toJson(),
  'query_id': queryId,
  'result_id': resultId,
  'hide_via_bot': hideViaBot,
  '@type': constructor,
};