Handling text messages
Handle when user writes a text messages (e.g. "Hello, world!")
Handling text messages
To handle a text message, you can use the @OnText
decorator
Get the text of the message
You can also get the text of the message by @Text
parameter decorator
Example
app.controller.ts
Last updated