UnspeccedGetPostThreadOtherV2Input constructor
- @JsonSerializable(includeIfNull: false)
const
UnspeccedGetPostThreadOtherV2Input(
{ - @AtUriConverter() required AtUri anchor,
- @Default(false) bool prioritizeFollowedUsers,
- Map<String, dynamic>? $unknown,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory UnspeccedGetPostThreadOtherV2Input({
/// Reference (AT-URI) to post record. This is the anchor post.
@AtUriConverter() required AtUri anchor,
/// Whether to prioritize posts from followed users. It only has effect when the user is authenticated.
@Default(false) bool prioritizeFollowedUsers,
Map<String, dynamic>? $unknown,
}) = _UnspeccedGetPostThreadOtherV2Input;