ButtonStyle#

class pyrogram.enums.ButtonStyle#

Button style type enumeration used in KeyboardButton and InlineKeyboardButton to describe the style of a button.

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