ButtonStyle¶ class aiogram.enums.button_style.ButtonStyle(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶ This object represents a button style (inline- or reply-keyboard). Sources: https://core.telegram.org/bots/api#inlinekeyboardbutton https://core.telegram.org/bots/api#keyboardbutton DANGER = 'danger'¶ SUCCESS = 'success'¶ PRIMARY = 'primary'¶