GetStatusResponse

data class GetStatusResponse(val chatDisabled: Boolean, val canCreateGroups: Boolean, val groupMemberLimit: Long)

Parameters

chatDisabled

True when the viewer's account is disabled and cannot actively participate in chat.

canCreateGroups

Whether the viewer's account is allowed to create group chats. New accounts are restricted from creating groups.

groupMemberLimit

The maximum number of members allowed in a group conversation.

Constructors

Link copied to clipboard
constructor(chatDisabled: Boolean, canCreateGroups: Boolean, groupMemberLimit: Long)

Properties

Link copied to clipboard

Whether the viewer's account is allowed to create group chats. New accounts are restricted from creating groups.

Link copied to clipboard

True when the viewer's account is disabled and cannot actively participate in chat.

Link copied to clipboard

The maximum number of members allowed in a group conversation.