Example #1
0
 public TweetPart(TweetPartType type, string text, object state = null)
 {
     Type  = type;
     Text  = text;
     State = state;
 }
Example #2
0
 public TweetPart(TweetPartType type, string text, object state = null)
 {
     Type = type;
     Text = text;
     State = state;
 }