ButtonStyle

class pyrogram.enums.ButtonStyle

Button style type enumeration used in KeyboardButton and InlineKeyboardButton.

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