Packages

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

Current section

Files

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

include/glyph@models@discord_GatewayEvent.hrl

-record(gateway_event, {
op :: integer(),
d :: gleam@dynamic:dynamic_(),
s :: gleam@option:option(integer()),
t :: gleam@option:option(binary())
}).