View Source StickerClient.Pack (stickerclient v0.2.0)

Represents a Pack returned from the Signal stickers API.

Link to this section Summary

Link to this section Types

@type t() :: %StickerClient.Pack{
  author: bitstring(),
  cover: StickerClient.Sticker.t(),
  stickers: [StickerClient.Sticker.t()],
  title: bitstring()
}