[−][src]Function egg_mode::user::report_spam
pub fn report_spam<'a, T: Into<UserID<'a>>>(
acct: T,
con_token: &Token,
access_token: &Token
) -> WebResponse<TwitterUser>
Block the given account and report it for spam, with the authenticated user.
Upon success, this function returns Ok
with the given user.