View Source Elixteg.Model.InlineQueryResult.CachedSticker (elixteg v0.7.0)

Link to this section Summary

Link to this section Types

@type t() :: %Elixteg.Model.InlineQueryResult.CachedSticker{
  id: binary(),
  input_message_content: InputMessageContent.t(),
  reply_markup: InlineKeyboardMarkup.t(),
  sticker_file_id: binary(),
  type: binary()
}