Type alias AddedRemovedReactionOnMessage

AddedRemovedReactionOnMessage: InternalMessage & {
    messageId: string;
    reactedUser: string;
    reaction: string;
    targetEntityId: MessageTargetEntityId;
    targetEntityType: MessageTargetEntityType;
}

Type declaration