deep_link
If it's defined, this action block will be executed if the chat was opened through a link that contains a deep-link query string parameter.
Last updated
Was this helpful?
If it's defined, this action block will be executed if the chat was opened through a link that contains a deep-link query string parameter.
Last updated
Was this helpful?
The query string parameters are ref
for Messenger and start
for Telegram.
deep_link(&block)
Messenger
Telegram
value
paramThis param contains the value passed in the query string, for the example links above, the value is "test"
A deep-link can be handled by other context different than the , simply by passing the name of an existing context as a part of the parameter value:
Read more about this in .