Added full support for the Bot API 9.6

This commit is contained in:
JRoot Junior 2026-04-03 21:57:36 +03:00
parent 00c1130938
commit da14db0963
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
99 changed files with 2906 additions and 328 deletions

View file

@ -9,11 +9,12 @@ class TestShippingQueryHandler:
event = Poll(
id="query",
question="Q?",
options=[PollOption(text="A1", voter_count=1)],
options=[PollOption(persistent_id="1", text="A1", voter_count=1)],
is_closed=True,
is_anonymous=False,
type="quiz",
allows_multiple_answers=False,
allows_revoting=False,
total_voter_count=0,
correct_option_id=0,
)