chitose.app.bsky.embed package
Submodules
chitose.app.bsky.embed.external module
A representation of some externally linked content, embedded in another form of content
- class chitose.app.bsky.embed.external.External(external: ExternalExternal)
Bases:
Object- to_dict() dict
- class chitose.app.bsky.embed.external.ExternalExternal(uri: str, title: str, description: str, thumb: Blob | None = None)
Bases:
Object- to_dict() dict
- class chitose.app.bsky.embed.external.View(external: ViewExternal)
Bases:
Object- to_dict() dict
chitose.app.bsky.embed.images module
A set of images embedded in some other form of content
chitose.app.bsky.embed.record module
A representation of a record embedded in another form of content
- class chitose.app.bsky.embed.record.View(record: ViewRecord | ViewNotFound | ViewBlocked)
Bases:
Object- to_dict() dict
chitose.app.bsky.embed.record_with_media module
A representation of a record embedded in another form of content, alongside other compatible embeds
Module contents
- class chitose.app.bsky.embed.Embed_(service: str, headers: dict[str, str])
Bases:
objectWe recommend calling methods in this class via the chitose.BskyAgent class instead of creating instances of this class directly.