atrium_api/chat/bsky/
actor.rs

1// @generated - This file is generated by atrium-codegen. DO NOT EDIT.
2//!Definitions for the `chat.bsky.actor` namespace.
3pub mod declaration;
4pub mod defs;
5pub mod delete_account;
6pub mod export_account_data;
7#[derive(Debug)]
8pub struct Declaration;
9impl crate::types::Collection for Declaration {
10    const NSID: &'static str = "chat.bsky.actor.declaration";
11    type Record = declaration::Record;
12}