mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(Telegram Node): Add support for sending messages to forum topics (#5746)
This commit is contained in:
@@ -1609,6 +1609,29 @@ export class Telegram implements INodeType {
|
||||
default: 0,
|
||||
description: 'If the message is a reply, ID of the original message',
|
||||
},
|
||||
{
|
||||
displayName: 'Message Thread ID',
|
||||
name: 'message_thread_id',
|
||||
type: 'number',
|
||||
displayOptions: {
|
||||
show: {
|
||||
'/operation': [
|
||||
'sendAnimation',
|
||||
'sendAudio',
|
||||
'sendChatAction',
|
||||
'sendDocument',
|
||||
'sendLocation',
|
||||
'sendMediaGroup',
|
||||
'sendMessage',
|
||||
'sendPhoto',
|
||||
'sendSticker',
|
||||
'sendVideo',
|
||||
],
|
||||
},
|
||||
},
|
||||
default: 0,
|
||||
description: 'The unique identifier of the forum topic',
|
||||
},
|
||||
{
|
||||
displayName: 'Title',
|
||||
name: 'title',
|
||||
|
||||
Reference in New Issue
Block a user