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

Contains details about text recognized as a user mention. More...

Inheritance diagram for CoreTweet.V2.MentionEntity:
CoreTweet.V2.Entity CoreTweet.Core.CoreBase

Properties

string Username [get, set]
 The part of text recognized as a user mention. More...
 
- Properties inherited from CoreTweet.V2.Entity
int Start [get, set]
 The start position (zero-based) of the recognized entity within the Tweet. More...
 
int End [get, set]
 The end position (zero-based) of the recognized entity within the Tweet. 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

Contains details about text recognized as a user mention.

Property Documentation

◆ Username

string CoreTweet.V2.MentionEntity.Username
getset

The part of text recognized as a user mention.


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