Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grammy_menu/deps.deno.ts>Chat.PrivateGetChat

Easily create interactive menus with grammY.
Go to Latest
interface Chat.PrivateGetChat
implements PrivateChat, GetChat
import { type Chat } from "https://deno.land/x/grammy_menu@v1.1.2/deps.deno.ts";
const { PrivateGetChat } = Chat;

Internal type representing private chats returned from getChat.

Properties

optional
bio: string

Bio of the other party in a private chat. Returned only in getChat.

optional
has_private_forwards: true

True, if privacy settings of the other party in the private chat allows to use tg://user?id=<user_id> links only in chats with the user. Returned only in getChat.