MadelineProto/docs/TD_docs/constructors/userTypeGeneral.md
2017-07-23 16:33:46 +02:00

566 B

title description
userTypeGeneral General user

Constructor: userTypeGeneral

Back to constructors index

General user

Attributes:

Name Type Required Description

Type: UserType

Example:

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

PWRTelegram json-encoded version:

{"_": "userTypeGeneral"}

Or, if you're into Lua:

userTypeGeneral={_='userTypeGeneral'}