Current section
Files
Jump to
Current section
Files
include/telega@model@types_InlineQueryResultCachedSticker.hrl
-record(inline_query_result_cached_sticker, {
type_ :: binary(),
id :: binary(),
sticker_file_id :: binary(),
reply_markup :: gleam@option:option(telega@model@types:inline_keyboard_markup()),
input_message_content :: gleam@option:option(telega@model@types:input_message_content())
}).