GramIO API Reference / gramio/dist / TelegramUsersShared
Interface: TelegramUsersShared
Defined in: @gramio/types/out/objects.d.ts:2605
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:2609 |
users | TelegramSharedUser[] | Information about users shared with the bot. | @gramio/types/out/objects.d.ts:2613 |