[][src]Function egg_mode::user::mute

pub fn mute<'a, T: Into<UserID<'a>>>(
    acct: T,
    con_token: &Token,
    access_token: &Token
) -> WebResponse<TwitterUser>

Mute the given user with the authenticated user.

Upon success, this function returns Ok with the given user.