C# Класс BoxKite.Twitter.ReportExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
ReportUserForSpam ( this session, string screenName = "", int userId ) : Task

Report the specified user as a spam account to Twitter. Additionally performs the equivalent of POST blocks/create on behalf of the authenticated user.

ref: https://dev.twitter.com/docs/api/1.1/post/users/report_spam

Описание методов

ReportUserForSpam() публичный статический Метод

Report the specified user as a spam account to Twitter. Additionally performs the equivalent of POST blocks/create on behalf of the authenticated user.
ref: https://dev.twitter.com/docs/api/1.1/post/users/report_spam
public static ReportUserForSpam ( this session, string screenName = "", int userId ) : Task
session this
screenName string The ID or screen_name of the user you want to report as a spammer. Helpful for disambiguating when a valid screen name is also a user ID.
userId int The ID of the user you want to report as a spammer. Helpful for disambiguating when a valid user ID is also a valid screen name.
Результат Task