G
G
gohellp2022-02-26 12:58:34
Node.js
gohellp, 2022-02-26 12:58:34

How to change the title and artist of a telegram song?

I don't quite understand how it works in telegram api. I make a request like this:

body={
    audio:options.audio.file_url,
    performer:options.audio.author,//sample_artist
     title:options.audio.title//sample_title
}
fetch(url,{
    method:"post",
    body:JSON.stringify(body),
    headers: { 'Content-Type': 'application/json' }
})


Judging by the documentation, it should work, but telegram continues to use the file name as the song name. Perhaps I misunderstood something. I would be very grateful if you could explain.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question