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

Represents a message contains ids of friends. More...

Inheritance diagram for CoreTweet.Streaming.FriendsMessage:
CoreTweet.Streaming.StreamingMessage CoreTweet.Core.CoreBase

Public Member Functions

IEnumerator< long > GetEnumerator ()
 Returns an enumerator that iterates through a collection. More...
 

Protected Member Functions

override MessageType GetMessageType ()
 Gets the type of the message. More...
 

Properties

long[] Friends [get, set]
 Gets or sets the ids of friends. More...
 
- Properties inherited from CoreTweet.Streaming.StreamingMessage
string Json [get, set]
 Gets or sets the raw JSON. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from CoreTweet.Streaming.StreamingMessage
static StreamingMessage Parse (string x)
 Converts the JSON to a StreamingMessage 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.Streaming.StreamingMessage
MessageType Type => this.GetMessageType()
 Gets the type of the message. More...
 

Detailed Description

Represents a message contains ids of friends.

Member Function Documentation

◆ GetEnumerator()

IEnumerator<long> CoreTweet.Streaming.FriendsMessage.GetEnumerator ( )
inline

Returns an enumerator that iterates through a collection.

Returns
An IEnumerator object that can be used to iterate through the collection.

◆ GetMessageType()

override MessageType CoreTweet.Streaming.FriendsMessage.GetMessageType ( )
inlineprotectedvirtual

Gets the type of the message.

Returns
The type of the message.

Implements CoreTweet.Streaming.StreamingMessage.

Property Documentation

◆ Friends

long [] CoreTweet.Streaming.FriendsMessage.Friends
getset

Gets or sets the ids of friends.


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