View Source ExGram.Model.InputSticker (ex_gram v0.55.0)

This object describes a sticker to be added to a sticker set.

Check the documentation of this model in https://core.telegram.org/bots/api#inputsticker

Summary

Types

@type t() :: %ExGram.Model.InputSticker{
  emoji_list: [String.t()],
  format: String.t(),
  keywords: [String.t()] | nil,
  mask_position: ExGram.Model.MaskPosition.t() | nil,
  sticker: String.t()
}

Functions