MadelineProtoDocs/docs/API_docs/constructors/updateConfig.md
2018-04-04 19:52:48 +02:00

505 B

title description image
updateConfig updateConfig attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateConfig

Back to constructors index

Type: Update

Example:

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

PWRTelegram json-encoded version:

{"_": "updateConfig"}

Or, if you're into Lua:

updateConfig={_='updateConfig'}