UpdateChat

class pyrogram.raw.types.UpdateChat

Chat (chat and/or chatFull) information was updated.

Constructor of Update.

Details:
  • Layer: 223

  • ID: F89A6A4E

Parameters:

chat_id (int 64-bit) – Chat ID

TL Schema

updateChat#f89a6a4e
chat_id:long

= Update

Parameter Tree

UpdateChat
└── chat_idlong

Example

UpdateChat(
    chat_id=0,
)