mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
🐛 Fix issue that "Chat ID" was not visible for some operations
This commit is contained in:
parent
6dc1c7c989
commit
8bf90e6496
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue