interface Chat.Group
implements Base
import { type Chat } from "https://deno.land/x/mtkruto@0.1.118/3_types.ts";
const { Group } = Chat;
Properties
optional
photo: ChatPhoto.ChatThe chat's photo.
import { type Chat } from "https://deno.land/x/mtkruto@0.1.118/3_types.ts";
const { Group } = Chat;
The chat's photo.