Current section
Files
Jump to
Current section
Files
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())
}).