Type Alias InsightsAITextChatConfigReq
InsightsAITextChatConfigReq: Message<"plugnmeet.InsightsAITextChatConfigReq"> & {
isEnabled: boolean;
isAllowedEveryone: boolean;
allowedUserIds: string[];
}
Type Declaration
-
isEnabled: boolean
-
isAllowedEveryone: boolean
-
allowedUserIds: string[]
Generated
from field: bool is_enabled = 1;