View Source F1Bot.F1Session.DriverCache.DriverInfo (f1_bot v0.7.0)

Personal information about a driver.

Link to this section Summary

Types

t()

Information about a driver

Link to this section Types

@type t() :: %F1Bot.F1Session.DriverCache.DriverInfo{
  chart_order: pos_integer() | nil,
  chart_team_order: pos_integer() | nil,
  driver_abbr: String.t() | nil,
  driver_number: pos_integer() | nil,
  first_name: String.t() | nil,
  full_name: String.t() | nil,
  last_name: String.t() | nil,
  picture_url: String.t() | nil,
  short_name: String.t() | nil,
  team_color: String.t() | nil,
  team_name: String.t() | nil
}

Information about a driver

Link to this section Functions