GroupChat
Internal type for group chats
Properties
id
ts
id: number;
Unique identifier for this chat.
type
ts
type: "group";
Type of the chat, can be either “private”, “group”, “supergroup” or “channel”
title
ts
title: string;
Title, for supergroups, channels and group chats
username
ts
username?: undefined;
Username, for private chats, supergroups and channels if available
first_name
ts
first_name?: undefined;
First name of the other party in a private chat
last_name
ts
last_name?: undefined;
Last name of the other party in a private chat
is_forum
ts
is_forum?: undefined;
True, if the supergroup chat is a forum (has topics enabled)