A little documentation revision

This commit is contained in:
Fenicu 2020-07-08 23:05:00 +03:00
parent f904292751
commit 6a2b81f0f0

View file

@ -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()