mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
feat(Telegram Node): Add support for markdownv2 (#7679)
Github issue / Community forum post (link here to close automatically): https://community.n8n.io/t/telegram-markdownv2-style/32675
This commit is contained in:
@@ -1022,9 +1022,13 @@ export class Telegram implements INodeType {
|
||||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
name: 'Markdown',
|
||||
name: 'Markdown (Legacy)',
|
||||
value: 'Markdown',
|
||||
},
|
||||
{
|
||||
name: 'MarkdownV2',
|
||||
value: 'MarkdownV2',
|
||||
},
|
||||
{
|
||||
name: 'HTML',
|
||||
value: 'HTML',
|
||||
@@ -1575,9 +1579,13 @@ export class Telegram implements INodeType {
|
||||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
name: 'Markdown',
|
||||
name: 'Markdown (Legacy)',
|
||||
value: 'Markdown',
|
||||
},
|
||||
{
|
||||
name: 'MarkdownV2',
|
||||
value: 'MarkdownV2',
|
||||
},
|
||||
{
|
||||
name: 'HTML',
|
||||
value: 'HTML',
|
||||
|
||||
Reference in New Issue
Block a user