chitose.app.bsky package#

Subpackages#

Module contents#

class chitose.app.bsky.Bsky_(call: Callable[[str, list[tuple[str, str | None | int | list[str]]], bytes | dict[str, Any] | None, dict[str, str]], bytes], subscribe: Callable[[str, list[tuple[str, str | None | int | list[str]]], Callable[[str | bytes], None]], None])#

Bases: object

We recommend calling methods in this class via the chitose.BskyAgent class instead of creating instances of this class directly.

property actor: Actor_#
property embed: Embed_#
property feed: Feed_#
property graph: Graph_#
property labeler: Labeler_#
property notification: Notification_#
property richtext: Richtext_#
property unspecced: Unspecced_#
property video: Video_#