CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Public Member Functions | Properties | List of all members
CoreTweet.WelcomeMessage Class Reference
Inheritance diagram for CoreTweet.WelcomeMessage:
CoreTweet.Core.CoreBase

Public Member Functions

override string ToString ()
 Returns the ID of this instance. More...
 

Properties

string Id [get, set]
 
DateTimeOffset CreatedTimestamp [get, set]
 
MessageData MessageData [get, set]
 
string Name [get, set]
 
string SourceAppId [get, set]
 

Additional Inherited Members

- 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)
 

Member Function Documentation

◆ ToString()

override string CoreTweet.WelcomeMessage.ToString ( )

Returns the ID of this instance.

Returns
The ID of this instance.

Property Documentation

◆ CreatedTimestamp

DateTimeOffset CoreTweet.WelcomeMessage.CreatedTimestamp
getset

◆ Id

string CoreTweet.WelcomeMessage.Id
getset

◆ MessageData

MessageData CoreTweet.WelcomeMessage.MessageData
getset

◆ Name

string CoreTweet.WelcomeMessage.Name
getset

◆ SourceAppId

string CoreTweet.WelcomeMessage.SourceAppId
getset

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