Skip to content

KeyboardButtonTypeRequestManagedBot

Type · TDLib 1.8.67 · d1085f9c

A button that requests creation of a managed bot by the current user; available only in private chats. Use the method createBot to complete the request

KeyboardButtonTypeRequestManagedBot(
  id: int32,
  suggested_name: string,
  suggested_username: string
) → KeyboardButtonType

id

int32

Unique button identifier

suggested_name

string

Suggested name for the bot; may be empty if not specified

suggested_username

string

Suggested username for the bot; may be empty if not specified