-
-
Notifications
You must be signed in to change notification settings - Fork 193
Breaking changes 0.18.0
Guidone edited this page Dec 2, 2019
·
1 revision
From version 0.18.0
all platform specific flags (like the send message silenty and modify previous message in Telegram) are moved to the Params node.
The reason behind this is
- unclutter the UI of the generic platform nodes
- be able to specify some parameters (like the silent message in Telegram) for all message types
- keep the code base more maintanable for all these kinds of exceptions
Existing flows using the Telegram's silent message and modify previous message should be updated adding a Params node, for example to modify the previous sent message instead of sending a new one, just add a parameter, select platform Telegram then select "Reply to message" and then type {{messageId}}