CommandType
public enum CommandType : String, Codable
Undocumented
-
Undocumented
Declaration
Swift
case dispatch = "DISPATCH" -
Undocumented
Declaration
Swift
case authorize = "AUTHORIZE" -
Undocumented
Declaration
Swift
case authenticate = "AUTHENTICATE" -
Undocumented
Declaration
Swift
case getGuild = "GET_GUILD" -
Undocumented
Declaration
Swift
case getGuilds = "GET_GUILDS" -
Undocumented
Declaration
Swift
case getChannel = "GET_CHANNEL" -
Undocumented
Declaration
Swift
case getChannels = "GET_CHANNELS" -
Undocumented
Declaration
Swift
case subscribe = "SUBSCRIBE" -
Undocumented
Declaration
Swift
case unsubscribe = "UNSUBSCRIBE" -
Undocumented
Declaration
Swift
case setUserVoiceSettings = "SET_USER_VOICE_SETTINGS" -
Undocumented
Declaration
Swift
case selectVoiceChannel = "SELECT_VOICE_CHANNEL" -
Undocumented
Declaration
Swift
case getSelectedVoiceChannel = "GET_SELECTED_VOICE_CHANNEL" -
Undocumented
Declaration
Swift
case selectTextChannel = "SELECT_TEXT_CHANNEL" -
Undocumented
Declaration
Swift
case getVoiceSettings = "GET_VOICE_SETTINGS" -
Undocumented
Declaration
Swift
case setVoiceSettings = "SET_VOICE_SETTINGS" -
Undocumented
Declaration
Swift
case captureShortcut = "CAPTURE_SHORTCUT" -
Undocumented
Declaration
Swift
case setCertifiedDevices = "SET_CERTIFIED_DEVICES" -
Undocumented
Declaration
Swift
case setActivity = "SET_ACTIVITY" -
Undocumented
Declaration
Swift
case sendActivityJoinInvite = "SEND_ACTIVITY_JOIN_INVITE" -
Undocumented
Declaration
Swift
case closeActivityRequest = "CLOSE_ACTIVITY_REQUEST"
View on GitHub
Install in Dash
CommandType Enumeration Reference