app.bsky.unspecced.get_post_thread_other_v2¶
- class atproto_client.models.app.bsky.unspecced.get_post_thread_other_v2.Params¶
Bases:
ParamsModelBaseParameters model for
app.bsky.unspecced.getPostThreadOtherV2.- field anchor: str [Required]¶
Reference (AT-URI) to post record. This is the anchor post.
- Constraints:
func = Validated by:
string_formats.validate_at_uri()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- class atproto_client.models.app.bsky.unspecced.get_post_thread_other_v2.ParamsDict¶
Bases:
TypedDict- anchor: str¶
Reference (AT-URI) to post record. This is the anchor post.
- class atproto_client.models.app.bsky.unspecced.get_post_thread_other_v2.Response¶
Bases:
ResponseModelBaseOutput data model for
app.bsky.unspecced.getPostThreadOtherV2.- field thread: List[models.AppBskyUnspeccedGetPostThreadOtherV2.ThreadItem] [Required]¶
A flat list of other thread items. The depth of each item is indicated by the depth property inside the item.
- class atproto_client.models.app.bsky.unspecced.get_post_thread_other_v2.ThreadItem¶
Bases:
ModelBaseDefinition model for
app.bsky.unspecced.getPostThreadOtherV2.- field depth: int [Required]¶
The nesting level of this item in the thread. Depth 0 means the anchor item. Items above have negative depths, items below have positive depths.
- field py_type: Literal['app.bsky.unspecced.getPostThreadOtherV2#threadItem'] = 'app.bsky.unspecced.getPostThreadOtherV2#threadItem'¶
- field uri: str [Required]¶
Uri.
- Constraints:
func = Validated by:
string_formats.validate_at_uri()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field value: models.AppBskyUnspeccedDefs.ThreadItemPost [Required]¶