mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
new bsky sensitive contents
This commit is contained in:
@@ -31,6 +31,7 @@ class BskyPost(TypedDict):
|
||||
author: BskyAuthor
|
||||
record: BskyPostRecord
|
||||
embed: BskyEmbedImages | BskyEmbedVideo | BskyEmbedExternal
|
||||
labels: list[BskyLabel]
|
||||
|
||||
|
||||
class BskyAuthor(TypedDict):
|
||||
@@ -42,6 +43,10 @@ class BskyPostRecord(TypedDict):
|
||||
text: str
|
||||
|
||||
|
||||
class BskyLabel(TypedDict):
|
||||
val: str
|
||||
|
||||
|
||||
class BskyEmbedImage(TypedDict):
|
||||
thumb: str
|
||||
fullsize: str
|
||||
|
||||
Reference in New Issue
Block a user