viewChannel constant

Flag<Permissions> const viewChannel

Allows guild members to view a channel, which includes reading messages in text channels and joining voice channels.

Implementation

static const viewChannel = Flag<Permissions>.fromOffset(10);