ultra-telegram-framework
    Preparing search index...

    Interface ManagedBotUpdated

    This object contains information about the creation, token update, or owner update of a bot that is managed by the current bot.

    interface ManagedBotUpdated {
        bot: User;
        user: User;
    }
    Index

    Properties

    Properties

    bot: User

    Information about the bot. Token of the bot can be fetched using the method getManagedBotToken.

    user: User

    User that created the bot