View Source StickerClient.Pack (stickerclient v0.1.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() }