mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
This commit is contained in:
@@ -2067,7 +2067,7 @@ export class Telegram implements INodeType {
|
||||
{
|
||||
json: false,
|
||||
encoding: null,
|
||||
uri: `${credentials.baseUrl}/bot${credentials.accessToken}/${filePath}`,
|
||||
uri: `${credentials.baseUrl}/file/bot${credentials.accessToken}/${filePath}`,
|
||||
resolveWithFullResponse: true,
|
||||
useStream: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user