Typed callback query answer result.
Creates a typed callback answer result.
Returns the Zoi schema for CallbackAnswerResult.
@type t() :: %Jido.Chat.Telegram.CallbackAnswerResult{ answered: boolean(), callback_query_id: binary(), id: binary(), metadata: map(), raw: nil | any() }
@spec new(map()) :: t()