1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 10:16:55 +01:00
MadelineProto/docs/TD_docs/constructors/users.md

24 lines
466 B
Markdown
Raw Normal View History

---
title: users
description: Contains list of users
---
## Constructor: users
[Back to constructors index](index.md)
Contains list of users
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|total\_count|[int](../types/int.md) | Yes|Approximate total count of found users|
|users|Array of [user](../constructors/user.md) | Yes|List of users|
### Type: [Users](../types/Users.md)