fix: Polishing texts in Telegram Trigger node

This commit is contained in:
Oleg Tsvetkov 2025-01-13 22:33:09 +03:00
parent 3e2b3eb220
commit d2487ed064

View file

@ -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',