Remedy.Schema.StickerPack (Remedy v0.6.8) View Source

Sticker Pack

Link to this section Summary

Link to this section Types

Specs

t() :: %Remedy.Schema.StickerPack{
  __meta__: term(),
  banner_asset_id: Sunbake.Snowflake.t(),
  cover_sticker: Remedy.Schema.Sticker.t(),
  description: String.t(),
  id: term(),
  name: String.t(),
  stickers: [Remedy.Schema.Sticker.t()]
}

Link to this section Functions

Link to this function

changeset(model \\ %__MODULE__{}, params)

View Source