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

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:
    {:file, String.t()}
    | {:file_content, iodata() | Enum.t(), String.t()}
    | String.t()
}

Functions