Packages

A Gleam library for interacting with the Discord API

Current section

Files

Jump to
shimmer include shimmer@internal@network@websocket_Connection.hrl
Raw

include/shimmer@internal@network@websocket_Connection.hrl

-record(connection, {
ref :: shimmer@internal@network@gun:stream_reference(),
pid :: shimmer@internal@network@gun:connection_pid()
}).