mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix issue that "Chat ID" was not visible for some operations
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user