View Source Telegex.Type.InlineQueryResultCachedSticker (Telegex v1.8.0)

Represents a link to a sticker stored on the Telegram servers. By default, this sticker will be sent by the user. Alternatively, you can use input_message_content to send a message with the specified content instead of the sticker.

Summary

Types

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