MadelineProtoDocs/docs/API_docs/constructors/help.userInfoEmpty.md

511 B

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

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'}