This commit is contained in:
eternnoir 2016-05-01 00:24:54 +08:00
parent ef68bed01f
commit dc1869167d
1 changed files with 1 additions and 1 deletions

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):