Skip to main content
Module

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

Conversational interfaces for grammY.
Latest
interface Chat.PrivateGetChat
implements PrivateChat, GetChat, NonGroupGetChat, NonMultiUserGetChat
import { type Chat } from "https://deno.land/x/grammy_conversations@v1.2.0/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.

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.