Closed C10udburst closed 2 years ago
i don't think they do have such a class. Even discord itself just uses magic numbers. Here's an example discord's code that checks flags: https://gitdab.com/Juby210/discord-jadx/src/branch/alpha/app/src/main/java/com/discord/models/message/Message.java#L618
and i've checked, there's no hasEmbedSuppressed
function or anything similar.
Even discord itself just uses magic numbers
Because the java compiler inlines final ints
does discord not have message flag static class somewhere? I don't like magic numbers