View Source ExGram.Model.InlineQueryResultCachedSticker (ex_gram v0.53.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.
Check the documentation of this model in https://core.telegram.org/bots/api#inlinequeryresultcachedsticker
Summary
Types
@type 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() }