GramIO API Reference / gramio/dist / TelegramManagedBotUpdated
Interface: TelegramManagedBotUpdated
Defined in: @gramio/types/out/objects.d.ts:2239
This object contains information about the creation, token update, or owner update of a bot that is managed by the current bot.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
bot | TelegramUser | Information about the bot. Token of the bot can be fetched using the method getManagedBotToken. | @gramio/types/out/objects.d.ts:2247 |
user | TelegramUser | User that created the bot | @gramio/types/out/objects.d.ts:2243 |