LeaveChannel
public void LeaveChannel(ChannelType type);
Parameter
Value | Type | Description |
---|---|---|
type | ChannelType(enum) | Channel type to leave. ChannelType.Public(normal) or ChannelType.Guild(guild) |
Description
An attempt is made to leave the currently connected channel.
Example
Backend.Chat.LeaveChannel(ChannelType.Public);