chat.bsky.actor.get_status

class atproto_client.models.chat.bsky.actor.get_status.Response

Bases: ResponseModelBase

Output 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.