Current section

Files

Jump to
glitch include glitch@types@message_Fragment.hrl
Raw

include/glitch@types@message_Fragment.hrl

-record(fragment, {
fragment_type :: glitch@types@message:fragment_type(),
text :: binary(),
cheermote :: gleam@option:option(glitch@types@cheermote:cheermote()),
emote :: gleam@option:option(glitch@types@emote:emote()),
mention :: gleam@option:option(glitch@types@message:mention())
}).