interface Chat.ChannelGetChat
implements ChannelChat, GetChat, NonGroupGetChat, NonPrivateGetChat, NonMultiUserGetChat, LargeGetChat
import { type Chat } from "https://dotland.deno.dev/x/grammy@v1.20.0/types.web.ts";
const { ChannelGetChat } = Chat;
Internal type representing channel chats returned from getChat
.