Share via


ReactionState type

State only version of <xref:%40azure%2Fcommunication-calling%23Call.ReactionMessage> with UI helper props receivedOn. Reaction state with a timestamp which helps UI to decide to render the reaction accordingly.

type ReactionState = { reactionMessage: ReactionMessage; receivedOn: Date }