Skip to main content
Very Popular
Go to Latest
interface Chat.SupergroupGetChat
implements SupergroupChat, NonGroupGetChat, MultiUserGetChat, LargeGetChat
import { type Chat } from "https://deno.land/x/grammy@v1.12.0/types.deno.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.