EmbedJoinLink constructor
const
EmbedJoinLink({})
Implementation
@JsonSerializable(includeIfNull: false)
const factory EmbedJoinLink({
@Default('chat.bsky.embed.joinLink') String $type,
/// The join link code.
required String code,
Map<String, dynamic>? $unknown,
}) = _EmbedJoinLink;