app.bsky.unspecced.get_post_thread_other_v2¶

class atproto_client.models.app.bsky.unspecced.get_post_thread_other_v2.Params¶

Bases: ParamsModelBase

Parameters model for app.bsky.unspecced.getPostThreadOtherV2.

field anchor: str [Required]¶

Reference (AT-URI) to post record. This is the anchor post.

Constraints:
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: ResponseModelBase

Output 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: ModelBase

Definition 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:
field value: models.AppBskyUnspeccedDefs.ThreadItemPost [Required]¶