aiogram/.butcher/enums/ButtonStyle.yml

9 lines
233 B
YAML

name: ButtonStyle
description: |
This object represents a button style (inline- or reply-keyboard).
Source: https://core.telegram.org/bots/api#chat
parse:
entity: InlineKeyboardButton
attribute: style
regexp: "'([a-z]+)'"