Creates a MessageId object from JSON object
factory MessageId.fromJson(Map<String, dynamic> json) => _$MessageIdFromJson(json);