CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Public Member Functions | Protected Member Functions | Properties | List of all members
CoreTweet.AccountActivity.DirectMessageEvents Class Reference

Direct message status with the user and target. More...

Inheritance diagram for CoreTweet.AccountActivity.DirectMessageEvents:
CoreTweet.AccountActivity.AppsInvolvingActivityEvent CoreTweet.AccountActivity.UsersInvolvingActivityEvent CoreTweet.AccountActivity.UserSpecificActivityEvent CoreTweet.AccountActivity.ActivityEvent CoreTweet.Core.CoreBase

Public Member Functions

IEnumerator< MessageCreateEventGetEnumerator ()
 

Protected Member Functions

override ActivityEventType GetEventType ()
 Gets the type of the event. More...
 

Properties

MessageCreateEvent[] Items [get, set]
 
- Properties inherited from CoreTweet.AccountActivity.AppsInvolvingActivityEvent
IDictionary< string, MessageSourceAppApps [get, set]
 
- Properties inherited from CoreTweet.AccountActivity.UsersInvolvingActivityEvent
IDictionary< string, UserUsers [get, set]
 
- Properties inherited from CoreTweet.AccountActivity.UserSpecificActivityEvent
long? ForUserId [get, set]
 
- Properties inherited from CoreTweet.AccountActivity.ActivityEvent
string Json [get, set]
 Gets or sets the raw JSON. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.AccountActivity.ActivityEvent
static ActivityEvent Parse (string x)
 Converts the JSON to a ActivityEvent object. More...
 
- Static Public Member Functions inherited from CoreTweet.Core.CoreBase
static T Convert< T > (string json, string jsonPath="")
 Converts the JSON to a twitter object of the specified type. More...
 
static List< T > ConvertArray< T > (string json, string jsonPath)
 
- Public Attributes inherited from CoreTweet.AccountActivity.ActivityEvent
ActivityEventType Type => this.GetEventType()
 Gets the type of the event. More...
 

Detailed Description

Direct message status with the user and target.

Member Function Documentation

◆ GetEnumerator()

IEnumerator<MessageCreateEvent> CoreTweet.AccountActivity.DirectMessageEvents.GetEnumerator ( )

◆ GetEventType()

override ActivityEventType CoreTweet.AccountActivity.DirectMessageEvents.GetEventType ( )
protectedvirtual

Gets the type of the event.

Returns
The type of the event.

Implements CoreTweet.AccountActivity.ActivityEvent.

Property Documentation

◆ Items

MessageCreateEvent [] CoreTweet.AccountActivity.DirectMessageEvents.Items
getset

The documentation for this class was generated from the following file: