chat.bsky.actor.getStatus
Get the authenticated viewer’s chat status: whether their account is chat-disabled and whether their group-membership additions are restricted to accounts they follow.
- class atproto_client.models.chat.bsky.actor.get_status.Response
Bases:
ResponseModelBaseOutput data model for
chat.bsky.actor.getStatus.- field can_create_groups: bool [Required]
Whether the viewer’s account is allowed to create group chats. New accounts are restricted from creating groups.
- field chat_disabled: bool [Required]
True when the viewer’s account is disabled and cannot actively participate in chat.
- field group_member_limit: int [Required]
The maximum number of members allowed in a group conversation.