1
0
mirror of synced 2024-12-03 16:26:02 +03:00

Add new bot role hidden

This commit is contained in:
Kirill Sukhorukov 2024-11-14 15:46:02 +03:00
parent 2d5a8ceaed
commit dc0ead717e

View File

@ -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";