interface Chat.Group implements Baseimport { type Chat } from "https://deno.land/x/mtkruto@0.1.117/types/1_chat.ts"; const { Group } = Chat; Propertiestype: "group"title: stringThe title of the chat. optionalphoto: ChatPhoto.ChatThe chat's photo. isCreator: booleanWhether the current user is the owner of the chat.