Community¶
- class ftmgram.types.Community(*, client: Client = None, id: int, title: str, chat_count: int | None = None)¶
Represents a Telegram Community (Bot API 10.2).
- Parameters:
id (
int) – Unique identifier for this community.title (
str) – Title of the community.chat_count (
int, optional) – Number of chats linked in this community.