Skip to main content
Module

x/grammy/types.web.ts>Chat.ChannelChat

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

Internal type for channel chats

Properties

id: number

Unique identifier for this chat.

type: "channel"

Type of the chat, can be either “private”, “group”, “supergroup” or “channel”

title: string

Title, for supergroups, channels and group chats

optional
username: string

Username, for private chats, supergroups and channels if available

optional
first_name: undefined

First name of the other party in a private chat

optional
last_name: undefined

Last name of the other party in a private chat

optional
is_forum: undefined

True, if the supergroup chat is a forum (has topics enabled)