Skip to main content
Module

x/grammy_types/mod.ts>Chat.ChannelChat

Type declarations of the Telegram Bot API.
Very Popular
Go to Latest
interface Chat.ChannelChat
implements AbstractChat, UserNameChat, TitleChat
import { type Chat } from "https://deno.land/x/grammy_types@v3.4.5/mod.ts";
const { ChannelChat } = Chat;

Internal type representing channel chats.

Properties

type: "channel"