We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aade032 commit 305ed95Copy full SHA for 305ed95
1 file changed
pyrogram/types/inline_mode/inline_query_result_gif.py
@@ -23,7 +23,7 @@
23
from .inline_query_result import InlineQueryResult
24
25
26
-class InlineQueryResultAnimation(InlineQueryResult):
+class InlineQueryResultGif(InlineQueryResult):
27
"""Link to an animated GIF file.
28
29
By default, this animated GIF file will be sent by the user with optional caption.
0 commit comments