toJson method
Implementation
@override
Map<String, dynamic> toJson() => <String, dynamic>{
'error': error?.toJson(),
'can_retry': canRetry,
'need_another_sender': needAnotherSender,
'need_another_reply_quote': needAnotherReplyQuote,
'need_drop_reply': needDropReply,
'required_paid_message_star_count': requiredPaidMessageStarCount,
'retry_after': retryAfter,
'@type': constructor,
};