mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Fix #153
This commit is contained in:
parent
ef68bed01f
commit
dc1869167d
@ -1353,7 +1353,7 @@ class InlineQueryResultCachedVoice(BaseInlineQueryResultCached):
|
|||||||
self.title = title
|
self.title = title
|
||||||
self.reply_markup = reply_markup
|
self.reply_markup = reply_markup
|
||||||
self.input_message_content = input_message_content
|
self.input_message_content = input_message_content
|
||||||
self.payload_dic['voice_file_idd'] = voice_file_id
|
self.payload_dic['voice_file_id'] = voice_file_id
|
||||||
|
|
||||||
|
|
||||||
class InlineQueryResultCachedAudio(BaseInlineQueryResultCached):
|
class InlineQueryResultCachedAudio(BaseInlineQueryResultCached):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user