ultra-telegram-framework
    Preparing search index...

    Interface ManagedBotCreated

    This object contains information about the bot that was created to be managed by the current bot.

    interface ManagedBotCreated {
        bot: User;
    }
    Index

    Properties

    Properties

    bot: User

    Information about the bot. The bot's token can be fetched using the method getManagedBotToken.