Packages

A purely Gleam Discord library built from the ground up with stratus.

Current section

Files

Jump to
glyph include glyph@models@discord_EmbedProvider.hrl
Raw

include/glyph@models@discord_EmbedProvider.hrl

-record(embed_provider, {
name :: gleam@option:option(binary()),
url :: gleam@option:option(binary())
}).