Guava.Commands.RegisteredHooks (Guava v0.34.0)

Copy Markdown View Source

Inform the server which developer callbacks are registered.

Summary

Types

t()

@type t() :: %Guava.Commands.RegisteredHooks{
  command_type: String.t(),
  has_on_action_requested: boolean(),
  has_on_escalate: boolean(),
  has_on_intent: boolean(),
  has_on_question: boolean()
}