struct SelectMenu
init(customId: String, placeholder: String?, options: SelectMenuOptions...)
let customId: String
let options: [SelectMenuOptions]
let placeholder: String?
let type: ComponentTypes