added/updated descriptions to clarify node and credential fields

This commit is contained in:
Torsten Curdt
2019-11-16 22:33:03 +01:00
parent 959271e4f5
commit be701f4b86
4 changed files with 7 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ export class TelegramApi implements ICredentialType {
name: 'accessToken',
type: 'string' as NodePropertyTypes,
default: '',
description: 'Chat with the <a href="https://telegram.me/botfather">bot father</a> to obtain the access token.',
},
];
}