CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.CompatExtendedTweet Class Reference

Represents the additional information about Extended Tweet in compatibility mode for streaming APIs. More...

Inheritance diagram for CoreTweet.CompatExtendedTweet:
CoreTweet.Core.CoreBase

Properties

string FullText [get, set]
 Gets or sets the entire untruncated Tweet text. More...
 
int[] DisplayTextRange [get, set]
 Gets or sets the array of two unicode code point indices, identifying the inclusive start and exclusive end of the displayable content of the tweet. More...
 
Entities Entities [get, set]
 Gets or sets the entities which have been parsed out of the text of the Tweet. More...
 
Entities ExtendedEntities [get, set]
 Gets or sets the extended entities which may have multiple entities data. More...
 

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)
 

Detailed Description

Represents the additional information about Extended Tweet in compatibility mode for streaming APIs.

Property Documentation

◆ DisplayTextRange

int [] CoreTweet.CompatExtendedTweet.DisplayTextRange
getset

Gets or sets the array of two unicode code point indices, identifying the inclusive start and exclusive end of the displayable content of the tweet.

◆ Entities

Entities CoreTweet.CompatExtendedTweet.Entities
getset

Gets or sets the entities which have been parsed out of the text of the Tweet.

◆ ExtendedEntities

Entities CoreTweet.CompatExtendedTweet.ExtendedEntities
getset

Gets or sets the extended entities which may have multiple entities data.

◆ FullText

string CoreTweet.CompatExtendedTweet.FullText
getset

Gets or sets the entire untruncated Tweet text.


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