504 B
504 B
title | description | image |
---|---|---|
updateConfig | updateConfig attributes, type and example | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateConfig
Type: Update
Example:
$updateConfig = ['_' => 'updateConfig'];
PWRTelegram json-encoded version:
{"_": "updateConfig"}
Or, if you're into Lua:
updateConfig={_='updateConfig'}