KeyboardButtonStyle
- class pyrogram.raw.types.KeyboardButtonStyle
{schema}
Constructor of
KeyboardButtonStyle.- Details:
Layer:
223ID:
4FDD3430
- Parameters:
bg_primary (
bool, optional)bg_danger (
bool, optional)bg_success (
bool, optional)icon (
int64-bit, optional)
TL Schema
keyboardButtonStyle#4fdd3430
flags:#
bg_primary:flags.0?true
bg_danger:flags.1?true
bg_success:flags.2?true
icon:flags.3?long
= KeyboardButtonStyle
Parameter Tree
KeyboardButtonStyle
├── bg_primary →
true (optional)├── bg_danger →
true (optional)├── bg_success →
true (optional)└── icon →
long (optional)Example
KeyboardButtonStyle(
)