Added screaming.

This commit is contained in:
flash 2025-04-26 23:59:19 +00:00
parent 9381bdfe51
commit bef41b2718
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E

View file

@ -1,5 +1,10 @@
namespace SharpChat;
/// <summary>
/// User Permissions.
/// THESE CAN CHANGE AT ANY TIME!!!!
/// If you want to store them or return permissions from another system, convert them!!!
/// </summary>
[Flags]
public enum UserPermissions : ulong {
SendMessage = 1ul,