ChatForbidden
- class pyrogram.raw.types.ChatForbidden
A group to which the user has no access. E.g., because the user was kicked from the group.
Constructor of
Chat.- Details:
Layer:
223ID:
6592A1A7
- Parameters:
id (
int64-bit) – User identifiertitle (
str) – Group name
TL Schema
chatForbidden#6592a1a7
id:long
title:string
= Chat
Parameter Tree
ChatForbidden
├── id →
long└── title →
stringExample
ChatForbidden(
id=0,
title="text",
)