Add message pinning and unpinning to Telegram (#1398)

* Implement chat message pinning and unpinning

*  Add svg logo

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
This commit is contained in:
Iván Ovejero
2021-02-04 05:50:39 -03:00
committed by GitHub
parent eb2f14d06d
commit 049bf6bee8
4 changed files with 91 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ export class TelegramTrigger implements INodeType {
description: INodeTypeDescription = {
displayName: 'Telegram Trigger',
name: 'telegramTrigger',
icon: 'file:telegram.png',
icon: 'file:telegram.svg',
group: ['trigger'],
version: 1,
subtitle: '=Updates: {{$parameter["updates"].join(", ")}}',