Visit Tweetinvi 0.9.6.x Work Items
The goal of such a feature is to give the ability to developers to quickly add new parameters to existing Endpoints. This is required so that they do not have to wait for the next release of Tweetinvi to use such parameters.
Custom Parameters
When an action can be performed with a 'RequestParameters' class, you will now be able to specify CustomQueryParameters.The goal of such a feature is to give the ability to developers to quickly add new parameters to existing Endpoints. This is required so that they do not have to wait for the next release of Tweetinvi to use such parameters.
var searchParameters = Search.CreateTweetSearchParameter("hello"); searchParameters.AddCustomQueryParameter("include_entities", "false");
Report User For Spam
It is now possible to report a user for spam.User.ReportUserForSpam(23829382);