Skip to content

Commit

Permalink
Add models.AppBskyEmbedVideo.Main as accepted type for embed para…
Browse files Browse the repository at this point in the history
…meter of `Client.send_post`
  • Loading branch information
Meorge committed Sep 12, 2024
1 parent cd83ae5 commit f24987a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/atproto_client/client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def send_post(
'models.AppBskyEmbedExternal.Main',
'models.AppBskyEmbedRecord.Main',
'models.AppBskyEmbedRecordWithMedia.Main',
'models.AppBskyEmbedVideo.Main',
]
] = None,
langs: t.Optional[t.List[str]] = None,
Expand Down

0 comments on commit f24987a

Please sign in to comment.