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

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

Unmute the given user with the authenticated user.

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