mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 20:29:55 +01:00
Move *_duration attributes as to keep backwardscompat
This commit is contained in:
parent
a41ee3b040
commit
27a4fa8dba
2 changed files with 2 additions and 2 deletions
|
@ -61,11 +61,11 @@ class InlineQueryResultGif(InlineQueryResult):
|
|||
thumb_url,
|
||||
gif_width=None,
|
||||
gif_height=None,
|
||||
gif_duration=None,
|
||||
title=None,
|
||||
caption=None,
|
||||
reply_markup=None,
|
||||
input_message_content=None,
|
||||
gif_duration=None,
|
||||
**kwargs):
|
||||
|
||||
# Required
|
||||
|
|
|
@ -62,11 +62,11 @@ class InlineQueryResultMpeg4Gif(InlineQueryResult):
|
|||
thumb_url,
|
||||
mpeg4_width=None,
|
||||
mpeg4_height=None,
|
||||
mpeg4_duration=None,
|
||||
title=None,
|
||||
caption=None,
|
||||
reply_markup=None,
|
||||
input_message_content=None,
|
||||
mpeg4_duration=None,
|
||||
**kwargs):
|
||||
|
||||
# Required
|
||||
|
|
Loading…
Add table
Reference in a new issue