Packages

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

Current section

Files

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

include/glyph@models@discord_EmbedImage.hrl

-record(embed_image, {
url :: binary(),
proxy_url :: gleam@option:option(binary()),
height :: gleam@option:option(integer()),
width :: gleam@option:option(integer())
}).