diff options
Diffstat (limited to 'protocols/Slack/src/slack_menus.h')
-rw-r--r-- | protocols/Slack/src/slack_menus.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/protocols/Slack/src/slack_menus.h b/protocols/Slack/src/slack_menus.h new file mode 100644 index 0000000000..7270a6d6db --- /dev/null +++ b/protocols/Slack/src/slack_menus.h @@ -0,0 +1,20 @@ +#ifndef _SLACK_MENUS_H_ +#define _SLACK_MENUS_H_ + +#define CMI_POSITION -201001000 + +enum CMI_MENU_ITEMS +{ + CMI_AUTH_REQUEST, + CMI_AUTH_GRANT, + CMI_MAX // this item shall be the last one +}; + +#define SMI_POSITION 200000 + +enum SMI_MENU_ITEMS +{ + SMI_MAX // this item shall be the last one +}; + +#endif //_SLACK_MENUS_H_ |