Current section
Files
Jump to
Current section
Files
include/telega@model@types_StoryAreaTypeSuggestedReaction.hrl
-record(story_area_type_suggested_reaction, {
type_ :: binary(),
reaction_type :: telega@model@types:reaction_type(),
is_dark :: gleam@option:option(boolean()),
is_flipped :: gleam@option:option(boolean())
}).