In the section of telegram InputMediaDocument
I am not getting how can I upload file using multipart? At what palce should I place the blob of my file? The parameters go as follows:
type:String,
media:String,
thunb:Input File/String,
.
.
.
and so on...
How can I upload my file at media
as String
? In the description it says
Pass “attach://<file_attach_name>” to upload a new one using multipart/form-data under <file_attach_name> name.
What is the meaning of <file_attach_name>
?