mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update source links for ButtonStyle documentation to reflect accurate API references
This commit is contained in:
parent
3994fdf5fb
commit
ad9c77f99a
2 changed files with 7 additions and 2 deletions
|
|
@ -2,7 +2,10 @@ name: ButtonStyle
|
||||||
description: |
|
description: |
|
||||||
This object represents a button style (inline- or reply-keyboard).
|
This object represents a button style (inline- or reply-keyboard).
|
||||||
|
|
||||||
Source: https://core.telegram.org/bots/api#chat
|
Sources:
|
||||||
|
* https://core.telegram.org/bots/api#inlinekeyboardbutton
|
||||||
|
* https://core.telegram.org/bots/api#keyboardbutton
|
||||||
|
|
||||||
parse:
|
parse:
|
||||||
entity: InlineKeyboardButton
|
entity: InlineKeyboardButton
|
||||||
attribute: style
|
attribute: style
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,9 @@ class ButtonStyle(str, Enum):
|
||||||
"""
|
"""
|
||||||
This object represents a button style (inline- or reply-keyboard).
|
This object represents a button style (inline- or reply-keyboard).
|
||||||
|
|
||||||
Source: https://core.telegram.org/bots/api#chat
|
Sources:
|
||||||
|
* https://core.telegram.org/bots/api#inlinekeyboardbutton
|
||||||
|
* https://core.telegram.org/bots/api#keyboardbutton
|
||||||
"""
|
"""
|
||||||
|
|
||||||
DANGER = "danger"
|
DANGER = "danger"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue