interface Chat.Baseimport { type Chat } from "https://deno.land/x/mtkruto@0.1.117/types/1_chat.ts"; const { Base } = Chat; Propertiestype: ChatTypeThe type of the chat. id: numberThe identifier of the chat. color: numberIdentifier of a color that can be displayed instead of the chat's photo. optionalphoto: ChatPhotoThe chat's photo.