Typed options for Telegram answer_callback_query/2.
Summary
Functions
Builds typed callback answer options from keyword/map/struct input.
Builds Telegram API payload options for answerCallbackQuery.
Returns the Zoi schema for callback answer options.
Builds transport-level options consumed by ExGramClient.
Types
@type t() :: %Jido.Chat.Telegram.CallbackAnswerOptions{ cache_time: nil | integer(), check_params: nil | boolean(), debug: nil | boolean(), ex_gram_adapter: nil | any(), ex_gram_module: nil | any(), show_alert: nil | boolean(), text: nil | binary(), token: nil | binary(), transport: any(), url: nil | binary() }
Functions
Builds typed callback answer options from keyword/map/struct input.
Builds Telegram API payload options for answerCallbackQuery.
Returns the Zoi schema for callback answer options.
Builds transport-level options consumed by ExGramClient.