Soundboard.Accounts.User (soundboard v1.7.0)

The User module.

Summary

Types

t()

@type t() :: %Soundboard.Accounts.User{
  __meta__: term(),
  avatar: String.t() | nil,
  discord_id: String.t() | nil,
  id: integer() | nil,
  inserted_at: NaiveDateTime.t() | nil,
  updated_at: NaiveDateTime.t() | nil,
  username: String.t() | nil
}

Functions

changeset(user, attrs)