atrium_api/app/bsky/actor.rs
1// @generated - This file is generated by atrium-codegen. DO NOT EDIT.
2//!Definitions for the `app.bsky.actor` namespace.
3pub mod defs;
4pub mod get_preferences;
5pub mod get_profile;
6pub mod get_profiles;
7pub mod get_suggestions;
8pub mod profile;
9pub mod put_preferences;
10pub mod search_actors;
11pub mod search_actors_typeahead;
12#[derive(Debug)]
13pub struct Profile;
14impl crate::types::Collection for Profile {
15 const NSID: &'static str = "app.bsky.actor.profile";
16 type Record = profile::Record;
17}