Variable typeToChannelConst

typeToChannel: {
    chat: typeof ChatChannel;
    docs: typeof DocChannel;
    forums: typeof ForumChannel;
    list: typeof ListChannel;
} = ...

Mapping between the string APIChannelType and the corresponding channel class

Type declaration

Generated using TypeDoc