diff --git a/src/Bot/Model/Constants.php b/src/Bot/Model/Constants.php index c11a2d1..afc0647 100644 --- a/src/Bot/Model/Constants.php +++ b/src/Bot/Model/Constants.php @@ -38,6 +38,7 @@ class Constants const BOT_ROLE_DISTRIBUTOR = "distributor"; const BOT_ROLE_RESPONSIBLE = "responsible"; + const BOT_ROLE_HIDDEN = "hidden"; const MESSAGE_SCOPE_PUBLIC = "public"; const MESSAGE_SCOPE_PRIVATE = "private";