Skip to main content
Module

x/grammy/types.ts>Chat.PrivateGetChat

The Telegram Bot Framework.
Very Popular
Go to Latest
interface Chat.PrivateGetChat
implements PrivateChat, GetChat
import { type Chat } from "https://deno.land/x/grammy@v1.10.1/types.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.