Packages

A Gleam library for building Discord webhook payloads safely.

Current section

Files

Jump to
kitazith include kitazith@poll_PollMedia.hrl
Raw

include/kitazith@poll_PollMedia.hrl

-record(poll_media, {
text :: gleam@option:option(binary()),
emoji :: gleam@option:option(kitazith@poll:poll_emoji())
}).