MadelineProto/docs/TD_docs/constructors/userTypeGeneral.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00: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'}