GramIO API Reference / gramio/dist / TelegramBotAccessSettings
Interface: TelegramBotAccessSettings
Defined in: @gramio/types/out/objects.d.ts:5646
This object describes the access settings of a bot.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
added_users? | TelegramUser[] | Optional. The list of other users who have access to the bot if the access is restricted | @gramio/types/out/objects.d.ts:5654 |
is_access_restricted | boolean | True, if only selected users can access the bot. The bot's owner can always access it. | @gramio/types/out/objects.d.ts:5650 |