KeyboardButtonRequestManagedBot
This object defines the parameters for the creation of a managed bot. Information about the created bot will be shared with the bot using the update managed_bot and a Message with the field managed_bot_created.
fields
| field | type | required | description |
|---|---|---|---|
request_id | number | required | Signed 32-bit identifier of the request. Must be unique within the message. |
suggested_name | string | optional | Optional. Suggested name for the bot |
suggested_username | string | optional | Optional. Suggested username for the bot |
import
import type { KeyboardButtonRequestManagedBot } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#keyboardbuttonrequestmanagedbot