Skip to main content
Module

x/grammy/types.ts>Chat

The Telegram Bot Framework.
Very Popular
Go to Latest
namespace Chat
Re-export
import { Chat } from "https://deno.land/x/grammy@v1.11.2/types.ts";

Interfaces

Internal type representing channel chats.

Internal type representing channel chats returned from getChat.

Internal type representing group chats.

Internal type representing group chats returned from getChat.

Internal type representing private chats.

Internal type representing private chats returned from getChat.

Internal type representing super group chats.

Internal type representing supergroup chats returned from getChat.

type alias Chat
Re-export
import { type Chat } from "https://deno.land/x/grammy@v1.11.2/types.ts";

This object represents a chat.

definition:
| Chat.PrivateChat
| Chat.GroupChat
| Chat.SupergroupChat
| Chat.ChannelChat