[][src]Function egg_mode::user::unmute

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

Unmute the given user with the authenticated user.

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