mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: Polishing texts in Telegram Trigger node
This commit is contained in:
parent
3e2b3eb220
commit
d2487ed064
|
@ -58,7 +58,7 @@ export class TelegramTrigger implements INodeType {
|
||||||
name: '*',
|
name: '*',
|
||||||
value: '*',
|
value: '*',
|
||||||
description:
|
description:
|
||||||
'All updates except chat_member, message_reaction, and message_reaction_count (default behavior of Telegram API as they produces a lot of calls of webhooks)',
|
'All updates except "Chat Member", "Message Reaction", and "Message Reaction Count" (default behavior of Telegram API as they produces a lot of calls of updates)',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'Business Connection',
|
name: 'Business Connection',
|
||||||
|
|
Loading…
Reference in a new issue