Creates a object from a json
static MessageId fromJson(Map<String, dynamic> json) { return MessageId(messageId: json['message_id']); }