Skip to main content
Module

x/grammy_chat_members/deps.deno.ts>Chat.ChannelChat

Store chats, users, and chat memberships.
Latest
interface Chat.ChannelChat
implements AbstractChat, UserNameChat, TitleChat
import { type Chat } from "https://deno.land/x/grammy_chat_members@v1.1.0/deps.deno.ts";
const { ChannelChat } = Chat;

Internal type representing channel chats.

Properties

type: "channel"