Skip to main content
Module

x/grammy/types.ts>Chat.ChannelChat

The Telegram Bot Framework.
Very Popular
Go to Latest
interface Chat.ChannelChat
implements AbstractChat, UserNameChat, TitleChat
import { type Chat } from "https://deno.land/x/grammy@v1.11.2/types.ts";
const { ChannelChat } = Chat;

Internal type representing channel chats.

Properties

type: "channel"