teleproto - v1.229.0
    Preparing search index...

    Interface BotAuthParams

    For when you want as a normal bot created by https://t.me/Botfather.
    Logging in as bot is simple and requires no callbacks

    interface BotAuthParams {
        botAuthToken: string | ReturnString;
    }
    Index
    botAuthToken: string | ReturnString

    the bot token to use.