remove Reaction
abstract suspend fun removeReaction(request: RemoveReactionRequest): AtpResponse<RemoveReactionResponse>
Removes an emoji reaction from a message. Requires authentication. It is idempotent, so multiple calls from the same user with the same emoji result in that reaction not being present, even if it already wasn't.