mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Set description_parse_mode default to "parse_mode" and use DateTime for addition_date in PollOption
This commit is contained in:
parent
81cc924ed8
commit
af53c4eb45
9 changed files with 19 additions and 12 deletions
|
|
@ -1,3 +1,4 @@
|
|||
explanation_parse_mode: parse_mode
|
||||
question_parse_mode: parse_mode
|
||||
description_parse_mode: parse_mode
|
||||
protect_content: protect_content
|
||||
|
|
|
|||
5
.butcher/types/PollOption/replace.yml
Normal file
5
.butcher/types/PollOption/replace.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
annotations:
|
||||
addition_date:
|
||||
parsed_type:
|
||||
type: std
|
||||
name: DateTime
|
||||
Loading…
Add table
Add a link
Reference in a new issue