MadelineProto/docs/TD_docs/constructors/updateChat.md
2017-07-23 16:33:46 +02:00

680 B

title description
updateChat Some date about chat has been changed

Constructor: updateChat

Back to constructors index

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];

PWRTelegram json-encoded version:

{"_": "updateChat", "chat": chat}

Or, if you're into Lua:

updateChat={_='updateChat', chat=chat}