Python Telebot ошибка при отправке аудио файла через json file_unique_id

Сам код:

elif message.text == 'Музыка ?':
                bot.send_voice(message.chat.id, 'AgADMwsAAiEBIUs')

Использовал бота @ShowJsonBot для получения file_unique_id

Ошибка:

2021-03-31 16:54:50,814 (__init__.py:526 MainThread) ERROR - TeleBot: "A request to the Telegram API was unsuccessful. Error code: 400. Description: Bad Request: wrong remote file identifier specified: can't unserialize it. Wrong last symbol"

Ответы (0 шт):