deleteUserReaction
inline suspend fun ChannelApi.deleteUserReaction(channelId: Snowflake, messageId: Snowflake, emoji: String, userId: Snowflake): Boolean(source)
Deletes another user's reaction. This endpoint requires the 'MANAGE_MESSAGES' permission to be present on the current user.
Parameters
channelId
Channel id to manage
messageId
Message id to manage
emoji
Unicode emoji
userId
User id to manage