mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
A little documentation revision (#381)
This commit is contained in:
parent
f904292751
commit
caa0fe69d0
1 changed files with 2 additions and 2 deletions
|
|
@ -132,9 +132,9 @@ class InputMediaDocument(InputMedia):
|
|||
|
||||
class InputMediaAudio(InputMedia):
|
||||
"""
|
||||
Represents an animation file (GIF or H.264/MPEG-4 AVC video without sound) to be sent.
|
||||
Represents an audio file to be treated as music to be sent.
|
||||
|
||||
https://core.telegram.org/bots/api#inputmediaanimation
|
||||
https://core.telegram.org/bots/api#inputmediaaudio
|
||||
"""
|
||||
|
||||
duration: base.Integer = fields.Field()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue