mentionEveryone constant

int const mentionEveryone

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;