Skip to content

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.

Documentation

Properties

PropertyTypeDescriptionDefined 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_restrictedbooleanTrue, if only selected users can access the bot. The bot's owner can always access it.@gramio/types/out/objects.d.ts:5650