CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Classes | Enumerations
CoreTweet.AccountActivity Namespace Reference

Classes

class  AccountActivityApi
 Provides a set of methods for the wrapper of GET/POST account_activity. More...
 
class  AccountActivityEnterpriseApi
 Provides a set of methods for Enterprise Account Activity API. More...
 
class  AccountActivityEnvironment
 Provides a set of methods for using a dev environment of Premium Account Activity API. More...
 
class  AccountActivityPremiumApi
 Provides a set of methods for Premium Account Activity API. More...
 
class  ActivityEvent
 Represents an Account Activity event. This class is an abstract class. More...
 
class  AppsInvolvingActivityEvent
 Represents an event containing the apps field. More...
 
class  BlockEvents
 Block event with the user and target. More...
 
class  DeletedStatus
 
class  DirectMessageEvents
 Direct message status with the user and target. More...
 
class  DirectMessageIndicateTypingEvent
 
class  DirectMessageIndicateTypingEvents
 Direct message typing event with the user and target. More...
 
class  DirectMessageMarkReadEvent
 
class  DirectMessageMarkReadEvents
 Direct message read event with the user and target. More...
 
class  Environment
 
class  Environments
 
class  EventTarget
 
class  FavoriteEvent
 
class  FavoriteEvents
 Favorite (like) event status with the user and target. More...
 
class  FollowEvents
 Follow event with the user and target. More...
 
class  IdOnlyApp
 
class  IdOnlyUser
 
class  MuteEvents
 Mute event with the user and target. More...
 
class  SubscriptionsCount
 
class  SubscriptionsList
 
class  TimestampEventItem
 Represents an event item that has the created_timestamp property. More...
 
class  TweetCreateEvents
 Tweet status payload when any of the following actions are taken by or to the subscription user: Tweets, Retweets, Replies, @mentions, QuoteTweets More...
 
class  TweetDeleteEvent
 
class  TweetDeleteEvents
 Notice of deleted Tweets to make it easier to maintain compliance. More...
 
class  TypedEventItem
 
class  UserEvent
 Revoke events sent when a user removes application authorization and subscription is automatically deleted. More...
 
class  UserEventRevoke
 
class  UsersInvolvingActivityEvent
 Represents an event containing the users field. More...
 
class  UserSpecificActivityEvent
 Represents an event containing the for_user_id field. More...
 
class  UserToUserEventItem
 
class  Webhook
 
class  WebhookUtils
 

Enumerations

enum  ActivityEventType {
  ActivityEventType.TweetCreateEvents, ActivityEventType.FavoriteEvents, ActivityEventType.FollowEvents, ActivityEventType.BlockEvents,
  ActivityEventType.MuteEvents, ActivityEventType.UserEvent, ActivityEventType.DirectMessageEvents, ActivityEventType.DirectMessageIndicateTypingEvents,
  ActivityEventType.DirectMessageMarkReadEvents, ActivityEventType.TweetDeleteEvents
}
 Provides event types in Twitter Account Activity API. More...
 

Enumeration Type Documentation

◆ ActivityEventType

Provides event types in Twitter Account Activity API.

Enumerator
TweetCreateEvents 

Tweet status payload when any of the following actions are taken by or to the subscription user: Tweets, Retweets, Replies, @mentions, QuoteTweets

FavoriteEvents 

Favorite (like) event status with the user and target.

FollowEvents 

Follow event with the user and target.

BlockEvents 

Block event with the user and target.

MuteEvents 

Mute event with the user and target.

UserEvent 

Revoke events sent when a user removes application authorization and subscription is automatically deleted.

DirectMessageEvents 

Direct message status with the user and target.

DirectMessageIndicateTypingEvents 

Direct message typing event with the user and target.

DirectMessageMarkReadEvents 

Direct message read event with the user and target.

TweetDeleteEvents 

Notice of deleted Tweets to make it easier to maintain compliance.