1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 13:26:55 +01:00
MadelineProto/docs/TD_docs/constructors/users.md
2017-08-25 14:43:29 +02:00

24 lines
466 B
Markdown

---
title: users
description: Contains list of users
---
## Constructor: users
[Back to constructors index](index.md)
Contains list of users
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|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)