EmbedGetEmbedExternalViewInput constructor
const
EmbedGetEmbedExternalViewInput({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory EmbedGetEmbedExternalViewInput({
/// The canonical web URL the embed represents (typically the URL the user pasted into the composer). Used as the returned view's `uri`. May be used for validation in the future.
required String url,
@AtUriConverter() required List<AtUri> uris,
Map<String, dynamic>? $unknown,
}) = _EmbedGetEmbedExternalViewInput;