SlashCommandType constructor

const SlashCommandType(
  1. int value
)

Creates instance of SlashCommandType from value

Implementation

const SlashCommandType(int value) : super(value);