viewChannel constant

int const viewChannel

Allows guild members to view a channel, which includes reading messages in text channels

Implementation

static const int viewChannel = 1 << 10;