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

pub async fn unmute<'_, T: Into<UserID>>(
    acct: T,
    token: &'_ Token
) -> Result<Response<TwitterUser>>

Unmute the given user with the authenticated user.

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