Packages

A Gleam library for building Discord webhook payloads safely.

Current section

Files

Jump to
kitazith include kitazith@webhook@execute_query_ExecuteQuery.hrl
Raw

include/kitazith@webhook@execute_query_ExecuteQuery.hrl

-record(execute_query, {
wait :: gleam@option:option(boolean()),
thread_id :: gleam@option:option(kitazith@snowflake:snowflake()),
with_components :: gleam@option:option(boolean())
}).