KeyboardButtonGame

class pyrogram.raw.types.KeyboardButtonGame

Button to start a game

Constructor of KeyboardButton.

Details:
  • Layer: 223

  • ID: 89C590F9

Parameters:

TL Schema

keyboardButtonGame#89c590f9
flags:#
style:flags.10?KeyboardButtonStyle
text:string

= KeyboardButton

Parameter Tree

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

Example

KeyboardButtonGame(
    text="Open",
)