KeyboardButton

class pyrogram.raw.types.KeyboardButton

Bot keyboard button

Constructor of KeyboardButton.

Details:
  • Layer: 223

  • ID: 7D170CFF

Parameters:

TL Schema

keyboardButton#7d170cff
flags:#
style:flags.10?KeyboardButtonStyle
text:string

= KeyboardButton

Parameter Tree

KeyboardButton
├── styleKeyboardButtonStyle (optional)
│ └── KeyboardButtonStyle
│ ├── bg_primarytrue (optional)
│ ├── bg_dangertrue (optional)
│ ├── bg_successtrue (optional)
│ └── iconlong (optional)
└── textstring

Example

KeyboardButton(
    text="Open",
)