Packages

A Gleam library for interacting with the Discord API

Current section

Files

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

include/shimmer@types@user_PartialUser.hrl

-record(partial_user, {
id :: binary(),
username :: binary(),
discriminator :: binary(),
avatar :: gleam@option:option(binary())
}).