mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 10:28:17 +01:00
578 B
578 B
title | description |
---|---|
updateChat | Some date about chat has been changed |
Constructor: updateChat
Some date about chat has been changed
Attributes:
Name | Type | Required | Description |
---|---|---|---|
chat | chat | Yes | New data about the chat |
Type: Update
Example:
$updateChat = ['_' => 'updateChat', 'chat' => chat, ];
Or, if you're into Lua:
updateChat={_='updateChat', chat=chat, }