1 2 3 4 5
#[derive(Debug, Clone)] #[cfg_attr(feature = "specta", derive(specta::Type))] pub struct IsFollowingResponse { pub is_following: bool, }