Skip to main content
Module

x/grammy/types.deno.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.11.2/types.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.

optional
has_restricted_voice_and_video_messages: true

True, if the privacy settings of the other party restrict sending voice and video note messages in the private chat. Returned only in getChat.