MadelineProtoDocs/old_docs/API_docs_v91/constructors/help_userInfoEmpty.md
2019-03-08 13:49:23 +01:00

555 B

title description image
help.userInfoEmpty Empty user info https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: help.userInfoEmpty

Back to constructors index

Empty user info

Type: help_UserInfo

Example:

$help_userInfoEmpty = ['_' => 'help.userInfoEmpty'];

PWRTelegram json-encoded version:

{"_": "help.userInfoEmpty"}

Or, if you're into Lua:

help_userInfoEmpty={_='help.userInfoEmpty'}