interface ChatP.Group implements Baseimport { type ChatP } from "https://deno.land/x/mtkruto@0.1.130/3_types.ts"; const { Group } = ChatP; Propertiestype: "group"title: stringThe title of the chat. isCreator: booleanWhether the current user is the owner of the chat.