UpdateChat
- class pyrogram.raw.types.UpdateChat
Chat (chat and/or chatFull) information was updated.
Constructor of
Update.- Details:
Layer:
223ID:
F89A6A4E
- Parameters:
chat_id (
int64-bit) – Chat ID
TL Schema
updateChat#f89a6a4e
chat_id:long
= Update
Parameter Tree
UpdateChat
└── chat_id →
longExample
UpdateChat(
chat_id=0,
)