🐛 Fix issue that "Chat ID" was not visible for some operations

This commit is contained in:
Jan Oberhauser 2019-11-30 21:50:36 +01:00
parent 6dc1c7c989
commit 8bf90e6496

View file

@ -199,11 +199,11 @@ export class Telegram implements INodeType {
displayOptions: {
show: {
operation: [
'getChat',
'leaveChat',
'getChatMember',
'setChatDescription',
'setChatTitle',
'get',
'leave',
'member',
'setDescription',
'setTitle',
'sendAudio',
'sendChatAction',
'sendDocument',