Packages

A Gleam library for interacting with the Discord API

Current section

Files

Jump to
shimmer include shimmer@ws@packets@ready_ReadyPacket.hrl
Raw

include/shimmer@ws@packets@ready_ReadyPacket.hrl

-record(ready_packet, {
user :: shimmer@types@user:user(),
session_id :: binary(),
resume_gateway_url :: binary()
}).