Packages

A Gleam library for building Discord webhook payloads safely.

Current section

Files

Jump to
kitazith include kitazith@poll_Poll.hrl
Raw

include/kitazith@poll_Poll.hrl

-record(poll, {
question :: kitazith@poll:poll_question(),
answers :: list(kitazith@poll:poll_answer()),
duration :: gleam@option:option(integer()),
allow_multiselect :: gleam@option:option(boolean()),
layout_type :: gleam@option:option(integer())
}).