SystemMessageDataUnlockConvo constructor
- @JsonSerializable.new(includeIfNull: false)
- @Default.new('chat.bsky.convo.defs#systemMessageDataUnlockConvo') String $type,
- @SystemMessageReferredUserConverter() required SystemMessageReferredUser unlockedBy,
- Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory SystemMessageDataUnlockConvo({
@Default('chat.bsky.convo.defs#systemMessageDataUnlockConvo') String $type,
/// Current view of the member who unlocked the group.
@SystemMessageReferredUserConverter()
required SystemMessageReferredUser unlockedBy,
Map<String, dynamic>? $unknown,
}) = _SystemMessageDataUnlockConvo;