1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00
This commit is contained in:
eternnoir 2016-05-01 00:24:54 +08:00
parent ef68bed01f
commit dc1869167d

View File

@ -1353,7 +1353,7 @@ class InlineQueryResultCachedVoice(BaseInlineQueryResultCached):
self.title = title
self.reply_markup = reply_markup
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):