ultra-telegram-framework
    Preparing search index...

    Interface BotAccessSettings

    This object describes the access settings of a bot.

    interface BotAccessSettings {
        added_users?: User[];
        is_access_restricted: boolean;
    }
    Index

    Properties

    added_users?: User[]

    Optional. The list of other users who have access to the bot if the access is restricted

    is_access_restricted: boolean

    True, if only selected users can access the bot. The bot's owner can always access it.