fromJson static method
Creates a object from a json
Implementation
static SentWebAppMessage fromJson(Map<String, dynamic> json) {
return SentWebAppMessage(
json['inline_message_id'],
);
}
Creates a object from a json
static SentWebAppMessage fromJson(Map<String, dynamic> json) {
return SentWebAppMessage(
json['inline_message_id'],
);
}