toJson method
Creates a SentWebAppMessage object from JSON object
Implementation
Map<String, dynamic> toJson() {
return {
'inline_message_id': inlineMessageId,
}..removeWhere(_nullFilter);
}
Creates a SentWebAppMessage object from JSON object
Map<String, dynamic> toJson() {
return {
'inline_message_id': inlineMessageId,
}..removeWhere(_nullFilter);
}