toJson method

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

Implementation

@override
Map<String, dynamic> toJson() => <String, dynamic>{
  'chat_id': chatId,
  'message_id': messageId,
  'contains_unread_poll_votes': containsUnreadPollVotes,
  'unread_poll_vote_count': unreadPollVoteCount,
  '@type': constructor,
};