app.bsky.notification.unregister_push¶
- class atproto_client.models.app.bsky.notification.unregister_push.Data¶
Bases:
DataModelBaseInput data model for
app.bsky.notification.unregisterPush.- field app_id: str [Required]¶
App id.
- field platform: Literal['ios'] | Literal['android'] | Literal['web'] | str [Required]¶
Platform.
- field service_did: str [Required]¶
Service did.
- Constraints:
func = Validated by:
string_formats.validate_did()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field token: str [Required]¶
Token.