UnspeccedGetPostThreadOtherV2Input constructor

  1. @JsonSerializable(includeIfNull: false)
const UnspeccedGetPostThreadOtherV2Input({
  1. @AtUriConverter() required AtUri anchor,
  2. @Default(false) bool prioritizeFollowedUsers,
  3. 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;