Feed cursor pagination (#49)

* Expose promoted tweets in feed output

* Add cursor-based feed pagination output
This commit is contained in:
Lucius
2026-04-10 01:20:18 +08:00
committed by GitHub
parent e3545ab069
commit 7816f8d813
12 changed files with 199 additions and 13 deletions

View File

@@ -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