RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.

Home Page:https://rocketchat.github.io/Rocket.Chat.Apps-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

msg_in_chat_window?: boolean;

oObelix opened this issue · 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..