CHANNEL_NOT_SYNCHRONIZED constant

int const CHANNEL_NOT_SYNCHRONIZED

This code is signaled when an attempt is made to query channel members or messages without synchronizing first.

Implementation

static const int CHANNEL_NOT_SYNCHRONIZED = -6;