Nadia.Model.InlineQueryResult.CachedSticker (nadia v0.8.0)

View Source

Summary

Types

t()

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