1
0
mirror of synced 2024-11-21 19:36:02 +03:00

Merge pull request #53 from kifril-ltd/role-hidden

Add new bot role `hidden`
This commit is contained in:
Pavel 2024-11-15 14:40:13 +03:00 committed by GitHub
commit 46e0f84265
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,7 @@ class Constants
const BOT_ROLE_DISTRIBUTOR = "distributor"; const BOT_ROLE_DISTRIBUTOR = "distributor";
const BOT_ROLE_RESPONSIBLE = "responsible"; const BOT_ROLE_RESPONSIBLE = "responsible";
const BOT_ROLE_HIDDEN = "hidden";
const MESSAGE_SCOPE_PUBLIC = "public"; const MESSAGE_SCOPE_PUBLIC = "public";
const MESSAGE_SCOPE_PRIVATE = "private"; const MESSAGE_SCOPE_PRIVATE = "private";