Edit

Share via


TwitterStreamEventType Enum

Definition

Describes the type of event that has occured on twitter

public enum TwitterStreamEventType
type TwitterStreamEventType = 
Public Enum TwitterStreamEventType
Inheritance
TwitterStreamEventType

Fields

AccessRevoked 15

The source users profile was updated.

Block 1

The source user has blocked the target user.

Favorite 3

The source user has favorited the target users tweet.

Follow 5

The source user has followed the target user.

ListCreated 11

The source user created a list.

ListDestroyed 13

The source user deleted a list.

ListMemberAdded 7

The source user has added the target user to the a list.

ListMemberRemoved 8

The source user has removed the target user from a list.

ListUpdated 12

The source user update a lists properties.

ListUserSubscribed 9

The source user has subscribed to a list.

ListUserUnsubscribed 10

The source user has unsubscribed from a list.

QuotedTweet 16

The source users tweet was quoted.

Unblock 2

The source user has unblocked the target user.

Unfavorite 4

The source user has unfaovorited the target users tweet.

Unfollow 6

The source user has unfollowed the target user.

Unknown 0

The event is an unknown type

UserUpdated 14

The source users profile was updated.

Applies to