The parameters of a given method from Methods with the File type replaced by a Blob
const file = new File(["hello"], "hello.txt");const params: FormDataParameters<"sendDocument"> = { chat_id: 123, document: file }; Copy
const file = new File(["hello"], "hello.txt");const params: FormDataParameters<"sendDocument"> = { chat_id: 123, document: file };
The parameters of a given method from Methods with the File type replaced by a Blob