Profile

Type Alias Profile 

Source
pub type Profile = UserExtended;

Aliased Type§

pub struct Profile {
    pub user: User,
    pub url: String,
    pub playing: Option<String>,
    pub count: Count,
    pub streaming: Option<bool>,
    pub streamer: Option<UserStreamer>,
    pub followable: Option<bool>,
    pub following: Option<bool>,
    pub blocking: Option<bool>,
}

Fields§

§user: User§url: String§playing: Option<String>§count: Count§streaming: Option<bool>§streamer: Option<UserStreamer>§followable: Option<bool>§following: Option<bool>§blocking: Option<bool>