Packages

A Gleam library for building Discord webhook payloads safely.

Current section

Files

Jump to
kitazith include kitazith@component@separator_Separator.hrl
Raw

include/kitazith@component@separator_Separator.hrl

-record(separator, {
id :: gleam@option:option(integer()),
divider :: gleam@option:option(boolean()),
spacing :: gleam@option:option(kitazith@component@separator:separator_spacing())
}).