Packages

A Gleam library for building Discord webhook payloads safely.

Current section

Files

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

include/kitazith@component@media_gallery_MediaGallery.hrl

-record(media_gallery, {
id :: gleam@option:option(integer()),
items :: list(kitazith@component@media_gallery:media_gallery_item())
}).