ExGram.Model.InlineQueryResultCachedSticker (ex_gram v0.24.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.InlineQueryResultCachedSticker{
  id: String.t(),
  input_message_content: ExGram.Model.InputMessageContent.t() | nil,
  reply_markup: ExGram.Model.InlineKeyboardMarkup.t() | nil,
  sticker_file_id: String.t(),
  type: String.t()
}

Link to this section Functions