app.bsky.notification.unregisterPush

The inverse of registerPush - inform a specified service that push notifications should no longer be sent to the given token for the requesting account. Requires auth.

class atproto_client.models.app.bsky.notification.unregister_push.Data

Bases: DataModelBase

Input data model for app.bsky.notification.unregisterPush.

field app_id: str [Required]

App id.

field platform: Literal['ios', 'android', 'web'] | str [Required]

Platform.

field service_did: Did [Required]

Service did.

field token: str [Required]

Token.

class atproto_client.models.app.bsky.notification.unregister_push.DataDict

Bases: TypedDict

app_id: str

App id.

platform: Literal['ios', 'android', 'web'] | str

Platform.

service_did: Did

Service did.

token: str

Token.