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

pub fn mute<'a, 'h, T: Into<UserID<'a>>>(
    acct: T,
    token: &Token,
    handle: &'h Handle
) -> FutureResponse<'h, TwitterUser>

Mute the given user with the authenticated user.

Upon success, the future returned by this function yields the given user.