Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Support to send text messages with markdown and/or HTML styles #2

Closed
chameleonbr opened this issue Jul 26, 2016 · 5 comments

Comments

@chameleonbr
Copy link

First, congratulations, it's a nice, really enjoyed.
I use the telegram and saw that it is possible to send messages using HTML or markdown, I found it interesting that to improve the format of the messages.

@chameleonbr
Copy link
Author

You could close the issue, sorry.
Sending aditional options object to telegram sender works ok.
Example
msg.payload = {chatId:chatId, type:"message",content:"my content,"options":{parse_mode:"Markdown"}}; return msg;

@guidone
Copy link
Owner

guidone commented Aug 26, 2016

thanks @chameleonbr for the feedback, sorry totally missed this issue, there's a drop down now in the message node to select which kind of parsing (markdown or html)

@mu3
Copy link

mu3 commented May 20, 2020

@guidone Looks like the option is gone from all the nodes.
It was inside the config node once and it's not in the message node anymore.

Even msg.payload.options.parse_mode = 'HTML' doesn't work.

How is it possible to set the parse_mode option today?

@guidone
Copy link
Owner

guidone commented May 21, 2020 via email

@mu3
Copy link

mu3 commented May 21, 2020

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants