ButtonStyle¶
- class pyrogram.enums.ButtonStyle¶
Button style type enumeration used in
KeyboardButtonandInlineKeyboardButton.- DEFAULT = 'default'¶
The button has default style
- PRIMARY = 'primary'¶
The button has dark blue color
- DANGER = 'danger'¶
The button has red color
- SUCCESS = 'success'¶
The button has green color