Answer the question
In order to leave comments, you need to log in
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' }
})
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question