mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 19:32:15 +00:00
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user