feat(Telegram Node): Add support for local bot api server (#8437)
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
This commit is contained in:
@@ -293,7 +293,7 @@ export class TelegramTrigger implements INodeType {
|
||||
{
|
||||
json: false,
|
||||
encoding: null,
|
||||
uri: `https://api.telegram.org/file/bot${credentials.accessToken}/${file_path}`,
|
||||
uri: `${credentials.baseUrl}/file/bot${credentials.accessToken}/${file_path}`,
|
||||
resolveWithFullResponse: true,
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user