RichButtonStyle

class pyrogram.enums.RichButtonStyle[source]

Style of a RichMessageButton.

DEFAULT = 'default'

The button has an app-specific style

PRIMARY = 'primary'

The button has dark blue color

DANGER = 'danger'

The button has red color

SUCCESS = 'success'

The button has green color

The button is shown as a regular link, without borders