ButtonStyle¶
- class ftmgram.enums.ButtonStyle(*values)¶
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