tools.ozone.queue.assign_moderator

class atproto_client.models.tools.ozone.queue.assign_moderator.Data

Bases: DataModelBase

Input data model for tools.ozone.queue.assignModerator.

field did: str [Required]

DID to be assigned.

field queue_id: int [Required]

The ID of the queue to assign the user to.

class atproto_client.models.tools.ozone.queue.assign_moderator.DataDict

Bases: TypedDict

did: str

DID to be assigned.

queue_id: int

The ID of the queue to assign the user to.