tools.ozone.queue.unassignModerator

Remove a user’s assignment from a queue.

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

Bases: DataModelBase

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

field did: Did [Required]

DID to be unassigned.

field queue_id: int [Required]

The ID of the queue to unassign the user from.

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

Bases: TypedDict

did: Did

DID to be unassigned.

queue_id: int

The ID of the queue to unassign the user from.