From c7b7f73c4f76303251e7609e2da2c75e1081db34 Mon Sep 17 00:00:00 2001 From: Kirill Sukhorukov Date: Fri, 8 Nov 2024 13:33:19 +0300 Subject: [PATCH] Add new bot role `hidden` --- v1/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v1/types.go b/v1/types.go index d93cd5a..fd0926b 100644 --- a/v1/types.go +++ b/v1/types.go @@ -52,6 +52,7 @@ const ( BotRoleDistributor string = "distributor" BotRoleResponsible string = "responsible" + BotRoleHidden string = "hidden" MsgTypeText string = "text" MsgTypeSystem string = "system"