import { type Chat } from "https://dotland.deno.dev/x/grammy@v1.22.4/types.web.ts";
const { PrivateGetChat } = Chat;
Internal type representing private chats returned from getChat
.
Properties
optional
birthdate: BirthdateFor private chats, the date of birth of the user. Returned only in getChat.
optional
business_intro: BusinessIntroFor private chats with business accounts, the intro of the business. Returned only in getChat.
optional
business_location: BusinessLocationFor private chats with business accounts, the location of the business. Returned only in getChat.
optional
business_opening_hours: BusinessOpeningHoursFor private chats with business accounts, the opening hours of the business. Returned only in getChat.
optional
personal_chat: Chat.ChannelChatFor private chats, the personal channel of the user. Returned only in getChat.