[][src]Function egg_mode::user::report_spam

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

Block the given account and report it for spam, with the authenticated user.

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