Rocket.Chat.Apps-engine icon indicating copy to clipboard operation
Rocket.Chat.Apps-engine copied to clipboard

msg_in_chat_window?: boolean;

Open oObelix opened this issue 2 years ago • 0 comments

Does msg_in_chat_window must hide interface object or msg for click action? For example i try to hide message for button:

"attachments": [
    {
      "actions": [
        {
          "type": "button",
          "text": "Btn1 Title",
          "msg": "Btn1 message",
          "msg_in_chat_window": false,
        },

In this case i don't see a button in chat. But looks like it must hide message by click on this button..

oObelix avatar Mar 13 '23 07:03 oObelix