Skip to main content
Module

x/grammy/types.ts>Chat.SupergroupGetChat

The Telegram Bot Framework.
Very Popular
Go to Latest
interface Chat.SupergroupGetChat
implements SupergroupChat, MultiUserGetChat, LargeGetChat
import { type Chat } from "https://deno.land/x/grammy@v1.11.1/types.ts";
const { SupergroupGetChat } = Chat;

Internal type representing supergroup chats returned from getChat.

Properties

optional
slow_mode_delay: number

For supergroups, the minimum allowed delay between consecutive messages sent by each unpriviledged user; in seconds. Returned only in getChat.

optional
sticker_set_name: string

For supergroups, name of group sticker set. Returned only in getChat.

optional
location: ChatLocation

For supergroups, the location to which the supergroup is connected. Returned only in getChat.