mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 13:26:55 +01:00
24 lines
466 B
Markdown
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)
|
|
|
|
|