There was an error while loading. Please reload this page.
2 parents 5608c4f + 10cf3f1 commit 25c9edcCopy full SHA for 25c9edc
1 file changed
fields/tweet_fields.go
@@ -24,6 +24,7 @@ const (
24
TweetFieldText TweetField = "text"
25
TweetFieldWithheld TweetField = "withheld"
26
TweetFieldNoteTweet TweetField = "note_tweet"
27
+ TweetFieldCommunityID TweetField = "community_id"
28
)
29
30
func (f TweetField) String() string {
0 commit comments