mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
- Remove stray '-' artifact from GameHighScore docstring and butcher schema - Fix Makefile reformat target scope inconsistency (ruff check --fix) - Fix ButtonStyle enum source URL (#chat -> #inlinekeyboardbutton) - Add User.get_profile_audios() shortcut method (parallel to get_profile_photos) - Test ChatOwnerLeft with new_owner=None (edge case) - Add VideoQuality type and Video.qualities nesting tests - Add User.get_profile_audios() test Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
249 B
YAML
9 lines
249 B
YAML
name: ButtonStyle
|
|
description: |
|
|
This object represents a button style (inline- or reply-keyboard).
|
|
|
|
Source: https://core.telegram.org/bots/api#inlinekeyboardbutton
|
|
parse:
|
|
entity: InlineKeyboardButton
|
|
attribute: style
|
|
regexp: "'([a-z]+)'"
|