View Source Nostrum.Struct.Component.ChannelSelect (Nostrum v0.10.0)

Channel Select

Summary

Types

@type opts() :: [opt()]
@type t() :: %Nostrum.Struct.Component{
  channel_types: Nostrum.Struct.Component.channel_types(),
  components: term(),
  custom_id: Nostrum.Struct.Component.custom_id(),
  default_values: term(),
  disabled: Nostrum.Struct.Component.disabled(),
  emoji: term(),
  label: term(),
  max_length: term(),
  max_values: Nostrum.Struct.Component.max_values(),
  min_length: term(),
  min_values: Nostrum.Struct.Component.min_values(),
  options: term(),
  placeholder: term(),
  required: term(),
  style: term(),
  type: Nostrum.Struct.Component.type(),
  url: term(),
  value: term()
}

Functions

Link to this function

channel_select(custom_id, opts \\ [])

View Source