ManagedBotUpdated
This object contains information about the creation, token update, or owner update of a bot that is managed by the current bot.
fields
| field | type | required | description |
|---|---|---|---|
user | User | required | User that created the bot |
bot | User | required | Information about the bot. Token of the bot can be fetched using the method getManagedBotToken. |
import
import type { ManagedBotUpdated } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#managedbotupdated