MadelineProtoDocs/old_docs/API_docs_v100/constructors/help.userInfoEmpty.md
2019-12-27 18:25:37 +01:00

449 B

title description image
help.userInfoEmpty Internal use https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: help.userInfoEmpty

Back to constructors index

Internal use

Type: help.UserInfo

Example:

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

Or, if you're into Lua:

help.userInfoEmpty={_='help.userInfoEmpty'}