The REST API manager the router belongs to.
Readonly
restCreate a reaction on Guilded.
reactions.create('abc', 'abc', 123);
The ID of the channel the content belongs to.
The ID of the content to add the reaction to.
The ID of the emoji to add the reaction with.
Delete a reaction from Guilded.
reactions.delete('abc', 'abc', 123);
The ID of the channel the content belongs to.
The ID of the content to remove the reaction from.
The ID of the emoji to remove.
The reaction router for the Guilded REST API.
Example