View Source Telegex.Type.InputSticker (Telegex v1.0.0-rc.9)

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

Link to this section Summary

Link to this section Types

@type t() :: %Telegex.Type.InputSticker{
  emoji_list: [String.t()],
  keywords: [String.t()] | nil,
  mask_position: Telegex.Type.MaskPosition.t() | nil,
  sticker: Telegex.Type.InputFile.t() | String.t()
}