Downloads music telegram bot by python (support Apple Music & Spotify now)
Here we have `reply_audio` function: https://github.com/bdim404/AMdlBOT/blob/0fd727510e4e6dad455163b9ac263a4a9f75109e/main.py#L113 As [documentation](https://docs.python-telegram-bot.org/en/stable/telegram.message.html#telegram.Message.reply_audio) said here: ``` async reply_audio(audio, duration=None, performer=None, title=None, caption=None, disable_notification=None, reply_to_message_id=None, reply_markup=None, parse_mode=None, allow_sending_without_reply=None, caption_entities=None, protect_content=None, message_thread_id=None, thumbnail=None, reply_parameters=None, *, filename=None, quote=None, do_quote=None, read_timeout=None, write_timeout=None, connect_timeout=None, pool_timeout=None, api_kwargs=None) ``` So we don't need to add `chat_id` here, it can simply be `reply_audio(songFile)`.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by fernvenue and has received 3 comments.