ex_gram v0.8.0 ExGram.Model.InlineQueryResultCachedSticker View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

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