Current section

Files

Jump to
telega include telega@reactions_ReactionChanges.hrl
Raw

include/telega@reactions_ReactionChanges.hrl

-record(reaction_changes, {
added :: list(telega@model@types:reaction_type()),
removed :: list(telega@model@types:reaction_type()),
kept :: list(telega@model@types:reaction_type())
}).