О
Size: a a a
О
Б
the_file = requests.post("https://api.telegram.org/bot{TOKEN}/sendAudio?chat_id={TEMP_CHAT_ID}".format(TOKEN=TOKEN, TEMP_CHAT_ID = TEMP_CHAT_ID), files=single_file)
file_id = json.loads(the_file.text)['result']['audio']['file_id']
message_id = json.loads(the_file.text)['result']['message_id']
file_path = bot.get_file(file_id).file_path
file_itself = requests.get('https://api.telegram.org/file/bot{TOKEN}/{file_path}'.format(TOKEN=TOKEN, file_path=file_path))
bot.send_audio(CHAT_ID, audio=file_itself.content, caption=final(description_file.read()), performer=artist(file_name), duration=str(MP3(audio_file).info.length), title=title(file_name))
О
Б
with open(path, "rb") as input_file:
file = io.BytesIO(input_file.read())
file.name = "audio.ogg"
....
Б
О
ダ
ダ
ダ
ダ
ダ
AI
A
l
H
l
GF