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

pub fn report_spam<'a, 'h, T: Into<UserID<'a>>>(
    acct: T,
    token: &Token,
    handle: &'h Handle
) -> FutureResponse<'h, 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.