chitose.chat.bsky package#

Subpackages#

Module contents#

class chitose.chat.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 convo: Convo_#
property moderation: Moderation_#