MadelineProto/docs/TD_docs/constructors/userTypeGeneral.md

37 lines
473 B
Markdown
Raw Normal View History

---
title: userTypeGeneral
description: General user
---
## Constructor: userTypeGeneral
[Back to constructors index](index.md)
General user
### Attributes:
| Name | Type | Required | Description |
|----------|:-------------:|:--------:|------------:|
### Type: [UserType](../types/UserType.md)
### Example:
```
$userTypeGeneral = ['_' => 'userTypeGeneral', ];
```
Or, if you're into Lua:
```
userTypeGeneral={_='userTypeGeneral', }
```