Home > borogove > Reaction > (constructor)

Reaction.(constructor)

Constructs a new instance of the Reaction class

Signature:

protected constructor(senderId: string, timestamp: string, text: string, envelopeId?: string | null, key?: string | null);

Parameters

Parameter Type Description
senderId string
timestamp string
text string
envelopeId string | null (Optional)
key string | null (Optional)