Feed cursor pagination (#49)
* Expose promoted tweets in feed output * Add cursor-based feed pagination output
This commit is contained in:
@@ -53,6 +53,7 @@ class Tweet:
|
||||
article_title: Optional[str] = None
|
||||
article_text: Optional[str] = None
|
||||
is_subscriber_only: bool = False
|
||||
is_promoted: bool = False
|
||||
|
||||
|
||||
@dataclass
|
||||
|
||||
Reference in New Issue
Block a user