Packages

A Gleam library for building Discord webhook payloads safely.

Current section

Files

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

include/kitazith@component@file_File.hrl

-record(file, {
id :: gleam@option:option(integer()),
file :: kitazith@component@media:unfurled_media_item(),
spoiler :: gleam@option:option(boolean())
}).