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

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

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.