Introduction
Getting Started
API Reference
Topic Guides
Meta
Telegram API
pyrogram.types.
ChatPreview
A chat preview.
title (str) – Title of the chat.
str
type (str) – Type of chat, can be either, “group”, “supergroup” or “channel”.
members_count (int) – Chat members count.
int
photo (Photo, optional) – Chat photo.
Photo
members (List of User, optional) – Preview of some of the chat members.
User