app.bsky.graph.muteThread

Mutes a thread preventing notifications from the thread and any of its children. Mutes are private in Bluesky. Requires auth.

class atproto_client.models.app.bsky.graph.mute_thread.Data

Bases: DataModelBase

Input data model for app.bsky.graph.muteThread.

field root: AtUri [Required]

Root.

class atproto_client.models.app.bsky.graph.mute_thread.DataDict

Bases: TypedDict

root: AtUri

Root.