mentionEveryone constant
Allows for using the @everyone tag to notify all users in a channel, and the @here tag to notify all online users in a channel.
Implementation
static const int mentionEveryone = 1 << 17;
Allows for using the @everyone tag to notify all users in a channel, and the @here tag to notify all online users in a channel.
static const int mentionEveryone = 1 << 17;