fix: Add missing reference to Telegram API docs in description of Chosen Inline Result

This commit is contained in:
Oleg Tsvetkov 2025-01-14 21:32:05 +03:00
parent d2487ed064
commit e321c29eb7

View file

@ -104,7 +104,7 @@ export class TelegramTrigger implements INodeType {
name: 'Chosen Inline Result', name: 'Chosen Inline Result',
value: 'chosen_inline_result', value: 'chosen_inline_result',
description: description:
'Trigger when the result of an inline query that was chosen by a user and sent to their chat partner. Please see our documentation on the feedback collecting for details on how to enable these updates for your bot.', "Trigger when the result of an inline query that was chosen by a user and sent to their chat partner. Please see Telegram's documentation on the feedback collecting for details on how to enable these updates for your bot.",
}, },
{ {
name: 'Deleted Business Messages', name: 'Deleted Business Messages',