line_bot v0.1.0 LineBot.Message.Action.DateTimePicker View Source

Represents a Datetime picker action.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %LineBot.Message.Action.DateTimePicker{
  data: String.t(),
  initial: String.t(),
  label: String.t(),
  max: String.t(),
  min: String.t(),
  mode: :date | :time | :datetime,
  type: :datetimepicker
}