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