Packages

A Gleam library for interacting with the Discord API

Current section

Files

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

include/shimmer@types@message_Message.hrl

-record(message, {
id :: binary(),
channel_id :: binary(),
author :: shimmer@types@user:user(),
content :: gleam@option:option(binary()),
timestamp :: binary()
}).