We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3964f commit bbe02dfCopy full SHA for bbe02df
pytwitter/models/tweet.py
@@ -217,6 +217,7 @@ class Tweet(BaseModel):
217
note_tweet: Optional[TweetNoteTweet] = field(
218
default=None, repr=False, compare=False
219
)
220
+ community_id: Optional[str] = field(default=None, repr=False, compare=False)
221
222
# Note: this field only for stream tweet
223
matching_rules: Optional[List[StreamRule]] = field(
0 commit comments