toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"mute_for": muteFor,
"sound": sound,
"show_preview": showPreview,
"disable_pinned_message_notifications": disablePinnedMessageNotifications,
"disable_mention_notifications": disableMentionNotifications,
};
}