Packages

A Gleam library for interacting with the Discord API

Current section

Files

Jump to
shimmer include shimmer@types@presence_PresenceActivityTimestamps.hrl
Raw

include/shimmer@types@presence_PresenceActivityTimestamps.hrl

-record(presence_activity_timestamps, {
start :: gleam@option:option(integer()),
'end' :: gleam@option:option(integer())
}).