toJson method
Implementation
@override
Map<String, dynamic> toJson([dynamic extra]) {
return {
"@type": CONSTRUCTOR,
"animation": animation.toJson(),
"caption": caption.toJson(),
"has_spoiler": hasSpoiler,
"is_secret": isSecret,
};
}