app.bsky.graph.listitem¶
- class atproto_client.models.app.bsky.graph.listitem.CreateRecordResponse¶
Bases:
SugarResponseModelBase
Create record response for
models.AppBskyGraphListitem.Record
.- field cid: str [Required]¶
The CID of the record.
- field uri: str [Required]¶
The URI of the record.
- class atproto_client.models.app.bsky.graph.listitem.GetRecordResponse¶
Bases:
SugarResponseModelBase
Get record response for
models.AppBskyGraphListitem.Record
.- field cid: str | None = None¶
The CID of the record.
- field uri: str [Required]¶
The URI of the record.
- field value: models.AppBskyGraphListitem.Record [Required]¶
The record.
- class atproto_client.models.app.bsky.graph.listitem.ListRecordsResponse¶
Bases:
SugarResponseModelBase
List records response for
models.AppBskyGraphListitem.Record
.- field cursor: str | None = None¶
Next page cursor.
- field records: Dict[str, models.AppBskyGraphListitem.Record] [Required]¶
Map of URIs to records.
- class atproto_client.models.app.bsky.graph.listitem.Record¶
Bases:
RecordModelBase
Record model for
app.bsky.graph.listitem
.- field created_at: str [Required]¶
Created at.
- field list: str [Required]¶
Reference (AT-URI) to the list record (app.bsky.graph.list).
- field py_type: Literal['app.bsky.graph.listitem'] = 'app.bsky.graph.listitem'¶
- field subject: str [Required]¶
The account which is included on the list.