Skip to content

Commit 305ed95

Browse files
committed
refactor: rename InlineQueryResultAnimation to InlineQueryResultGif
1 parent aade032 commit 305ed95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/types/inline_mode/inline_query_result_gif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from .inline_query_result import InlineQueryResult
2424

2525

26-
class InlineQueryResultAnimation(InlineQueryResult):
26+
class InlineQueryResultGif(InlineQueryResult):
2727
"""Link to an animated GIF file.
2828
2929
By default, this animated GIF file will be sent by the user with optional caption.

0 commit comments

Comments
 (0)