mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
14 lines
303 B
YAML
14 lines
303 B
YAML
|
|
name: MenuButtonType
|
||
|
|
description: |
|
||
|
|
This object represents an type of Menu button
|
||
|
|
|
||
|
|
Source: https://core.telegram.org/bots/api#menubuttondefault
|
||
|
|
multi_parse:
|
||
|
|
format: rst
|
||
|
|
attribute: type
|
||
|
|
regexp: '\*([a-z_]+)\*'
|
||
|
|
entities:
|
||
|
|
- MenuButtonDefault
|
||
|
|
- MenuButtonCommands
|
||
|
|
- MenuButtonWebApp
|