Packages

A Gleam library for building Discord webhook payloads safely.

Current section

Files

Jump to
kitazith include kitazith@attachment_Attachment.hrl
Raw

include/kitazith@attachment_Attachment.hrl

-record(attachment, {
id :: integer(),
filename :: binary(),
description :: gleam@option:option(binary())
}).