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

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

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.InputSticker{
  emoji_list: [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()
}

Link to this section Functions