Add searching & filtering for bits (#4069)

This commit is contained in:
Felanbird
2022-10-18 14:26:12 -04:00
committed by GitHub
parent 62b689e746
commit dd6cb80ab9
6 changed files with 15 additions and 0 deletions
+1
View File
@@ -44,6 +44,7 @@ enum class MessageFlag : int64_t {
ReplyMessage = (1LL << 24),
ElevatedMessage = (1LL << 25),
ParticipatedThread = (1LL << 26),
CheerMessage = (1LL << 27),
};
using MessageFlags = FlagsEnum<MessageFlag>;