MadelineProtoDocs/docs/API_docs/constructors/updateConfig.md

401 B

title description image
updateConfig Update config https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateConfig

Back to constructors index

Update config

Type: Update

Example:

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

Or, if you're into Lua:

updateConfig={_='updateConfig'}