Packages

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

Current section

Files

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

include/glyph@models@discord_SessionStartLimit.hrl

-record(session_start_limit, {
total :: integer(),
remaining :: integer(),
reset_after :: integer(),
max_concurrency :: integer()
}).