grom/component/action_row

Types

pub type ActionRow {
  ActionRow(id: option.Option(Int), components: List(Component))
}

Constructors

Values

pub fn new(containing components: List(Component)) -> ActionRow
Search Document