mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: Add missing reference to Telegram API docs in description of Chosen Inline Result
This commit is contained in:
parent
d2487ed064
commit
e321c29eb7
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue