We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4bb2a3 commit 29701a3Copy full SHA for 29701a3
pyrogram/types/inline_mode/inline_query_result_audio.py
@@ -20,7 +20,7 @@
20
21
import pyrogram
22
from pyrogram import raw, types, utils
23
-from pyrogram.types import InlineQueryResult
+from .inline_query_result import InlineQueryResult
24
25
26
class InlineQueryResultAudio(InlineQueryResult):
0 commit comments