mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
This commit is contained in:
parent
75919397d6
commit
5ef45e8559
|
@ -2067,7 +2067,7 @@ export class Telegram implements INodeType {
|
||||||
{
|
{
|
||||||
json: false,
|
json: false,
|
||||||
encoding: null,
|
encoding: null,
|
||||||
uri: `${credentials.baseUrl}/bot${credentials.accessToken}/${filePath}`,
|
uri: `${credentials.baseUrl}/file/bot${credentials.accessToken}/${filePath}`,
|
||||||
resolveWithFullResponse: true,
|
resolveWithFullResponse: true,
|
||||||
useStream: true,
|
useStream: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue