From caa0fe69d0e97061026d30441861e9843fc57cd4 Mon Sep 17 00:00:00 2001 From: Fenicu Date: Thu, 9 Jul 2020 14:27:19 +0300 Subject: [PATCH] A little documentation revision (#381) --- aiogram/types/input_media.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aiogram/types/input_media.py b/aiogram/types/input_media.py index d42fac99..9a77658f 100644 --- a/aiogram/types/input_media.py +++ b/aiogram/types/input_media.py @@ -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()