Available types

ManagedBotUpdated

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

fields

fieldtyperequireddescription
userUserrequiredUser that created the bot
botUserrequiredInformation about the bot. Token of the bot can be fetched using the method getManagedBotToken.

import

types.ts
import type { ManagedBotUpdated } from "@yaebal/types";

used by

types