app.bsky.actor.status

class atproto_client.models.app.bsky.actor.status.CreateRecordResponse

Bases: SugarResponseModelBase

Create record response for models.AppBskyActorStatus.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.actor.status.GetRecordResponse

Bases: SugarResponseModelBase

Get record response for models.AppBskyActorStatus.Record.

field cid: str | None = None

The CID of the record.

field uri: str [Required]

The URI of the record.

field value: models.AppBskyActorStatus.Record [Required]

The record.

class atproto_client.models.app.bsky.actor.status.ListRecordsResponse

Bases: SugarResponseModelBase

List records response for models.AppBskyActorStatus.Record.

field cursor: str | None = None

Next page cursor.

field records: Dict[str, models.AppBskyActorStatus.Record] [Required]

Map of URIs to records.

atproto_client.models.app.bsky.actor.status.Live

Advertises an account as currently offering live content.

alias of Literal[‘app.bsky.actor.status#live’]

class atproto_client.models.app.bsky.actor.status.Record

Bases: RecordModelBase

Record model for app.bsky.actor.status.

field created_at: str [Required]

Created at.

Constraints:
field duration_minutes: int | None = None

The duration of the status in minutes. Applications can choose to impose minimum and maximum limits.

Constraints:
  • ge = 1

field embed: Main[models.AppBskyEmbedExternal.Main] | None = None
field py_type: Literal['app.bsky.actor.status'] = 'app.bsky.actor.status'
field status: models.AppBskyActorStatus.Live | str [Required]

The status for the account.