GramIO API Reference / gramio/dist / TelegramUsersShared
Interface: TelegramUsersShared
Defined in: @gramio/types/out/objects.d.ts:2469
This object contains information about the users whose identifiers were shared with the bot using a KeyboardButtonRequestUsers button.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
request_id | number | Identifier of the request | @gramio/types/out/objects.d.ts:2473 |
users | TelegramSharedUser[] | Information about users shared with the bot. | @gramio/types/out/objects.d.ts:2477 |