Packages

A Gleam library for building Discord webhook payloads safely.

Current section

Files

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

include/kitazith@component@section_Section.hrl

-record(section, {
id :: gleam@option:option(integer()),
components :: list(kitazith@component@text_display:text_display()),
accessory :: kitazith@component@section:thumbnail()
}).