MadelineProto/docs/TD_docs/constructors/userTypeGeneral.md

473 B

title description
userTypeGeneral General user

Constructor: userTypeGeneral

Back to constructors index

General user

Attributes:

Name Type Required Description

Type: UserType

Example:

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

Or, if you're into Lua:

userTypeGeneral={_='userTypeGeneral', }