View Source StickerClient.Pack (stickerclient v0.2.1)

Represents a Pack returned from the Signal stickers API.

Summary

Types

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