SOLVED use {chat_id} as the service protocol number #1827
GuilhermeDeLucca
started this conversation in
General
Replies: 1 comment 2 replies
-
Use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to send a text to the visitor saying:
This is your protocol number {chat_id}
However, this variable is not displayed to the user, becoming {chat_id}
What am I doing wrong? This variable is just for the API, or I can do what I want directly in the BOT interactions
[ { "_id": "zOX4gqlSR", "type": "text", "content": { "text": "This is your protocol number {chat_id}" } } ]
Beta Was this translation helpful? Give feedback.
All reactions