MadelineProtoDocs/docs/API_docs/constructors/updateConfig.md

641 B

title description image
updateConfig The server-side configuration has changed; the client should re-fetch the config using [help.getConfig](../methods/help.getConfig.md) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateConfig

Back to constructors index

The server-side configuration has changed; the client should re-fetch the config using help.getConfig

Type: Update

Example:

$updateConfig = ['_' => 'updateConfig'];

Or, if you're into Lua:

updateConfig={_='updateConfig'}