mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
9 lines
233 B
YAML
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]+)'"
|