MessageUpdateReactionRequest constructor
MessageUpdateReactionRequest({
- String? resource,
- String? action,
- ReactionPayload? payload,
- String? type,
Implementation
MessageUpdateReactionRequest ({
this.resource,
this.action,
this.payload,
this.type,
});